Page 1 of 1

Wire MIDI Trigers

Posted: Thu Jun 10, 2021 07:08
by elecdashtron
Heya
I have a generator that counts up and is MOD of an input. This generates a TRUE ever so often, kind of like an oscillator. I have tried everything possible, but can not connect it to the trigger of a MIDI WRITE module.
Image
Is the TRIGGER input of the MIDI NOTE and CC WRITE modules locked to only accept a users CLICK?

Re: Wire MIDI Trigers

Posted: Thu Jun 10, 2021 07:57
by Zoltán
Insert an OnChange node there, that's the one to go from Signal (cirlce) to Event (rectangle)

Re: Wire MIDI Trigers

Posted: Thu Jun 10, 2021 09:30
by elecdashtron
Zoltán wrote: Thu Jun 10, 2021 07:57 Insert an OnChange node there, that's the one to go from Signal (cirlce) to Event (rectangle)
Bloody legend! Thanks!

Re: Wire MIDI Trigers

Posted: Thu Jun 10, 2021 10:33
by Andreas
Signals will compute every frame, events will only happen when they get triggered and could even be triggered multiple times in one frame.