Solved Midi Out Chord Trigger
-
Hey there, does anyone know if its possible to get MIDI OUT? We´re trying to make a kind of chordtrigger. And i read in some other threads, that its not possible?
all the best
J -
Yes
-
This post is deleted! -
@MidiOut I don't know the details but I think you'll have to make use of this function somewhere
-
@d-healey thanks for your quick replys! Thats amazing.
The thing is, inside hise the compiled script works, but as soon as i export it as midifx plugin it does not work inside logic pro
We build this script up on the chord trigger script, provided by HISE in the Documentation, and even this example does not work when exported. =/
-
-
@MidiOut
To make it work in Logic, compile it as MIDI FX, and you need to use the Message.sendToMidiOut inside OnNoteOn and OnNoteOff callbacks, and if you're about to send cc, in OnController callbackMIDI FX will not work in Ableton Live or Reaper, you need to build them as instruments, in Live you place them on a separate track and route the midi out from it to the other track that you want to control
In Repaer you can have both on the same track, in right order -
@ulrik Thanks. Putting the Message.sendToMidiOut inside both the functions did the trick. I think in the former version we had it in a sinegenerator chainelement. now i put it directly in a new project into the Mainelement Midiprocessor. Hope this makes sense.
Thanks for the info about ableton and reaper. Will be helpfull in the future! And generally thanks to both of you for helping out!
All the best -