Replies: 3 comments 5 replies
-
Possibly offer an option of:
If possible, the arrangement of renderings could go from soft (sine wave) to harsh (noise) in order. Like so: This output would be ideal, but even a randomized wavetable would be exciting, also creating much less work, not having to organize the arrangement of waveform timbre. |
Beta Was this translation helpful? Give feedback.
-
Sorting spectra is not so straight forward. But in this case, something like spectral whiteness can be used. |
Beta Was this translation helpful? Give feedback.
-
Random multiple table generation is added to OneCycleWaveform.
@NeuroNoNeuro Let me know if it works on Wavetable. |
Beta Was this translation helpful? Give feedback.
-
This is a requested feature from a user.
What to do:
There's a synth called Wavetable in Live. It can take a wave file with length of
1024 * n
samples. I'm not sure if this is accurate, but it seems like each 1024 sample block is assigned to a wavetable frame.Preparing test environment is the current blocker. I don't have wavetable synth that can read 2 or more frames of waveforms. I'd like to test the result in some way.
For randomization, maybe add something like
random amount
, and use that value for every randomization. The scaling for each parameter becomes a problem. Because it takes time to tune them all.Beta Was this translation helpful? Give feedback.
All reactions