Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
modular trigger/gate to MIDI
#1
Hello,
is there a way to send modular trigger/gate signals via MIDI? I tried mapping, but it didn't work.
Thanks
Reply
#2
What did you try exactly? And what do you want to do exactly?
PLEASE use the search function if something have been asked or discussed before.
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!  Smile
Reply
#3
I want to send a Modular track trigger/gate signal to my computer via MIDI.
I Tried :
TRIG TR1 --- > MIDI TC1 NTON - I dont want also the table change as trigger

TRIG TR1 --- > SETV V A SRC
VAR # A SRC > MCON TC 1 # 0 - Trigger/Gate to MIDI CC dont work

I think it doesn't work because bool dont fit in MIDI Messages.

I dont know how i can change datatypes

from bool to midi
Reply
#4
(07-27-2025, 02:21 PM)andisyntz Wrote: I want to send a Modular track trigger/gate signal to my computer via MIDI.
I Tried :
TRIG TR1 --- > MIDI TC1 NTON  -  I dont want also the table change as trigger

TRIG TR1 --- > SETV  V A  SRC 
VAR # A SRC  > MCON TC 1 # 0  - Trigger/Gate to MIDI CC dont work

I think it doesn't work because bool dont fit in MIDI Messages.

I dont know how i can change datatypes

from bool to midi

OK. The question is what do you expect on the computer side? Because in one case you send midi notes and in the other case you send CC messages,
Something like Midi Note On with note C-4 on trigger on and note off c-4 on trigger off. Or a CC with any CC# and any value on trigger on and the same CC# with the value 0 on trigger off.
Let me know what do you expect exactly on the computer side (and there is such thing as triggers in Midi, they are only note on/off sequences or there is CC (there is more but you most probably use that). 

They are many possibilities to do something out of a bool.
PLEASE use the search function if something have been asked or discussed before.
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!  Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)