You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add in docs jack_lsp -A (see C0deman conversation in Zynthian discourse)
# Example in Zynthian
root@zynthian:~# jack_lsp -A
system:playback_1
alsa_pcm:hw:0:in1
system:playback_2
alsa_pcm:hw:0:in2
ttymidi:MIDI_in
ttymidi:MIDI_out
Zyncoder:output
Zyncoder:input
Add in docs jack_alias system:midi_capture1 ttymidi:MIDI_in (see C0deman conversation in Zynthian discourse)
The text was updated successfully, but these errors were encountered:
Based in: https://gist.github.com/dcoredump/6037ad2224ed4755d1438b2a7e75d74a
PluginsManager/pluginsmanager/observer/mod_host/protocol_parser.py
Lines 95 to 96 in 1bae51a
PluginsManager/pluginsmanager/observer/mod_host/protocol_parser.py
Lines 86 to 87 in 1bae51a
effect.force_port_name = False
true
by defaulteffect.force_port_name = True
;effect.force_port_name == True
;[x] Discover system midi ports:utils.get_jack_hardware_ports
jack_lsp -A
(see C0deman conversation in Zynthian discourse)jack_alias system:midi_capture1 ttymidi:MIDI_in
(see C0deman conversation in Zynthian discourse)The text was updated successfully, but these errors were encountered: