Third party node and midi trigger
-
Hey guys, next question - ive been wrapping my head around custom nodes lately and can do some really nice stuff with it. Would you be so kind and guide me in the right direction with my question?
I have generated a noise generator which i would like to only play the noise when i trigger it via midi note.
Shall i code that in the node, or is there an other (right) way?
thank you so much
-
@Ben-Catman Just drop it into Scriptnode. You can use the Midi Container (container.midichain) and set the Frequency with a knob via the control.midi node.
-
@HISEnberg i tried. Still no sound - in my c++ node, do i have to define the midi input as well ?