PDA

View Full Version : ext transpose......


tilman
06-16-2009, 06:49 AM
It would be cool if the external transpose function would not
bypass any internal transpose routings realized via modulation sequencers.

for example if I modulate the mononote sequencers oktave wise with an other sequencer module it would be cool if this is still the case when additionaly transposing with midi keyboard.

sorry I can not explain it more simple....

jim
06-17-2009, 09:43 PM
Here's an example that shows how to transpose a Note Sequencer without affecting the key and octave settings. Here are the comments from the example:

"This stack demonstrates an alternative way to transpose a sequence from a stream of MIDI Note messages. In this case, the Keyboard module generates notes (when you click on the keys). These notes are converted to a Pitch CV value of the note number. The Scale&Offset module then subtracts 60 to make C3 the 'zero offset' key. The output of the Scale&Offset module is then connected to the "Interval In" port on the MonoNote, thus transposing the sequence. "

An alternative option, based on your post, would be to use the standard MIDI Transpose behavior, and instead of using ParamMod to change the octave, use the "Interval In" port on the back of the sequencer to make that transposition.

Cheers,
Jim