Midi port change for a preset?
2 posters
Page 1 of 1
Midi port change for a preset?
Hi there new user here.
I am using midi plugin not only for DAW but also for synth control.
I have setup various profiles that control midi devices and send midi cc to specific midi ports directly to the synths.
Is possible to change the midi ports for all controls in a profile and select a different midi port? There are cases that i want to send cc's to a sequencer and echo them to a synth. Is it possible to have a profile midi in/out port?
If not I suppose i will have to create an IAC port on my mac for every synth I want to control which is something i dont really like to do as it will clutter my already cluttered midi ports list.
Cheers
Kyros
I am using midi plugin not only for DAW but also for synth control.
I have setup various profiles that control midi devices and send midi cc to specific midi ports directly to the synths.
Is possible to change the midi ports for all controls in a profile and select a different midi port? There are cases that i want to send cc's to a sequencer and echo them to a synth. Is it possible to have a profile midi in/out port?
If not I suppose i will have to create an IAC port on my mac for every synth I want to control which is something i dont really like to do as it will clutter my already cluttered midi ports list.
Cheers
Kyros
kraftf- Posts : 3
Join date : 2024-09-12
Re: Midi port change for a preset?
Hi Kyros,
Unfortunately, profile midi in/out ports are not supported. As far as I can see, you need a Midi router between the Stream Deck buttons and the target synth, and I can see two scenarios:
Unfortunately, profile midi in/out ports are not supported. As far as I can see, you need a Midi router between the Stream Deck buttons and the target synth, and I can see two scenarios:
- You can configure the SD buttons and dials to send/receive using plugin internal Midi ports and have two background scripts that forward those commands to external ports (one script to send to the external port and another to receive from the external port). When you want to change the routing to a new synth, you only need to change the midi port configurations for the background scripts.
- You get a third-party Midi routing app that can do the same thing: route the messages from SD ports to the ports for the synth you want to use. As for the previous solution, you need to change the routing app's routing when you want to use a new synth.
kraftf likes this post
Re: Midi port change for a preset?
Thank you very much for your quick reply.
You've been very helpful with the internal midi ports. I was not familiar with this feature.
Now I have to read the manual on how to do this background script.
Cheers
Kyros
You've been very helpful with the internal midi ports. I was not familiar with this feature.
Now I have to read the manual on how to do this background script.
Cheers
Kyros
kraftf- Posts : 3
Join date : 2024-09-12
Re: Midi port change for a preset?
A script like this will route just about everything to/from the external ports:
[(cc:*,*,*){cc:#@e_ccchannel#,#@e_cc#,#@e_ccvalue#}]
[(cp:*,*){cp:#@e_cpchannel#,#@e_cpvalue#}]
[(pc:*,*){pc:#@e_pcchannel#,#@e_pc#}]
[(pb:*,*){pb:#@e_pbchannel#,#@e_pbvalue#}]
[(nrpn:*,*,*){nrpn:#@e_nrpnchannel#,#@e_nrpn#,#@e_nrpnvalue#}]
[(noteon:*,*,*){noteon:#@e_notechannel#,#@e_note#,#@e_notevelocity#}]
[(noteoff:*,*,*){noteoff:#@e_notechannel#,#@e_note#,#@e_notevelocity#}]
[(cc:*,*,*){cc:#@e_ccchannel#,#@e_cc#,#@e_ccvalue#}]
[(cp:*,*){cp:#@e_cpchannel#,#@e_cpvalue#}]
[(pc:*,*){pc:#@e_pcchannel#,#@e_pc#}]
[(pb:*,*){pb:#@e_pbchannel#,#@e_pbvalue#}]
[(nrpn:*,*,*){nrpn:#@e_nrpnchannel#,#@e_nrpn#,#@e_nrpnvalue#}]
[(noteon:*,*,*){noteon:#@e_notechannel#,#@e_note#,#@e_notevelocity#}]
[(noteoff:*,*,*){noteoff:#@e_notechannel#,#@e_note#,#@e_notevelocity#}]
kraftf likes this post
Re: Midi port change for a preset?
Thx a lot for the code! You are very kind!!!!Admin wrote:A script like this will route just about everything to/from the external ports:
[(cc:*,*,*){cc:#@e_ccchannel#,#@e_cc#,#@e_ccvalue#}]
[(cp:*,*){cp:#@e_cpchannel#,#@e_cpvalue#}]
[(pc:*,*){pc:#@e_pcchannel#,#@e_pc#}]
[(pb:*,*){pb:#@e_pbchannel#,#@e_pbvalue#}]
[(nrpn:*,*,*){nrpn:#@e_nrpnchannel#,#@e_nrpn#,#@e_nrpnvalue#}]
[(noteon:*,*,*){noteon:#@e_notechannel#,#@e_note#,#@e_notevelocity#}]
[(noteoff:*,*,*){noteoff:#@e_notechannel#,#@e_note#,#@e_notevelocity#}]
kraftf- Posts : 3
Join date : 2024-09-12
Similar topics
» Tip: Midi port setup
» Struggling to set up midi port
» Midi Control Change with Click sound
» Midi Port
» No midi port
» Struggling to set up midi port
» Midi Control Change with Click sound
» Midi Port
» No midi port
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum