Transposition Knob (or MIDI tab) for the Wavetable Synth Module
-
Or a midi script processor tab for the Wavetable synth.
Either one would do the trick.
The issue is that not being able to independently transpose WT-synths inside of the same Synth Group, forces me to have several synth groups containing only one WT synth. This multiplies the number of processors and makes the script an array nightmare.
By adding a transpose knob to the WT Synth module (or the midi tab), We could group several of them inside one group and save so much in resources and coding.
Would simplify development greatly.
-
@CyberGen can't you use a "Constant" in the pitch modulation slot of each wt synth?
-
@ulrik not really for this purpose. With a constant pitch modulation you are raising/lowering the pitch rather than transposing the note. Also it only works up to one octave. What is needed is midi note transposition and by several octaves. I’d say minimum 4, up and down. Just like in the waveform generator module has. As you know, this is a standard feature in all analog synths for its individual oscillators. Maybe there is a way to send transposition messages individually to each WT Synth inside of a group, I just haven’t been able to find one.
-
@CyberGen said in Transposition Knob for the Wavetable Synth Module:
Or a midi script processor tab for the Wavetable synth.
I think this would be better, more consistent with other modules and more powerful
-
What about if you put the wavetable synth inside a container and apply the transpose script to the container?
-
The issue is that not being able to independently transpose WT-synths inside of the same Synth Group, forces me to have several synth groups containing only one WT synth.
i think he needs independant control for each WT Synth
-
@iamlamprey So 1 container per wt synth?
-
@d-healey So the problem with putting them in simple containers is that we lose all the synthGroup-specific mod tabs and functions, which are essential.
-
I should add that the same thing applies to other sound sources inside a group. They don't have a midi tab so they can't be transposed individually. With the exception of the waveform generator, which has octave transposition for each oscillator, but could also benefit from a transposition at the module level.
I realize that the purpose of a the synth group is to well... group things together. But it would be great if we could transpose individual sound modules.