multigrain/NOTES.md

30 lines
574 B
Markdown
Raw Normal View History

2022-03-26 04:38:26 +00:00
TODO
2022-04-16 01:37:15 +00:00
Immediate todo -
Separate out the stuff which controls playback rates from the
granulator into its own Synth - this should output a kr signal
for the rate which the granulator takes as an input
What this Synth should be able to do:
- tracking the slope of the playback lfo so that it can play grains
backwards when the playback is reversed
2022-03-26 04:38:26 +00:00
2022-04-16 01:37:15 +00:00
- inverting playback (ie either play backwards all the time, or play
the opposite way from the playback lfo
2022-03-26 04:38:26 +00:00
2022-04-16 01:37:15 +00:00
- detuning
2022-03-26 04:38:26 +00:00
2022-04-16 01:37:15 +00:00
- pitch shifting
2022-03-26 04:38:26 +00:00
2022-04-16 01:37:15 +00:00
- chorus
2022-03-26 04:38:26 +00:00
2022-04-16 01:37:15 +00:00
- Convert the granulator (including the buffer stuff) to a class