Page 1 of 1

Posted: 18 Dec 2017, 03:00
by lytz1
Another one that I need help with.

When automating/modulating the "pitch" inlet in the Midi Transform Module, I get hanging notes.
I think this is because the correct Note-Off for the original Note isn't "triggered" or got missing because of
the sudden pitch change.

Is there a way to get around that?

(I like to use Sequenced Steps for a basic sequence and transform it to a more melodic part via the transform module.
But obviously with hanging notes this is sub-optimal... ;) )


Thanks & best,
tL.

Posted: 18 Dec 2017, 03:10
by lytz1
Thought about something like this, it kinda works but gives me clicks&crackles on pitch change...
Hope someone got a better idea..

Image

Posted: 19 Dec 2017, 15:05
by lytz1
Solved this another way without using the transform module at all...

If someone still has an idea how to tackle the original problem please let me know because otherwise, I have to spend quite some time repatching a lot of devices.


Best,
tL.

Posted: 19 Dec 2017, 16:17
by oli_lab
check the midi modules in data_lab addons !
when you deal with midi with safety in mind it is best to have an array that memorize the state of each note and make midi note on and off from that

Posted: 21 Dec 2017, 16:03
by lytz1
Good suggestion.

Thanks Oli.