failed to load part<>! OSC

Official support for: zynaddsubfx.sourceforge.net
Post Reply New Topic
RELATED
PRODUCTS

Post

Hi,
I am trying to use zynaddsubfx compiled from source 3.0.5, it works well when starting it (no GUI), now I am trying to change bank or instrument or preset (not sure what zynaddsubfx call it), I can load an Organ by doing:

Code: Select all

zynaddsubfx -P9000 -L /usr/local/share/zynaddsubfx/banks/Organ.../....xiz
now I would like to change the sound on the fly without relaunching the command via OSC. So I am trying to use:

Code: Select all

oscsend localhost 9000 /setprogram c /usr/local/share/zynaddsubfx/banks/Organ.../....xiz
but zynaddsubfx output: Warning failed to load part<>!

How to change sound via OSC?

Post

To load the part into the zeroth part:

oscsend localhost 9000 /load_xiz is 0 /usr/local/share/zynaddsubfx/banks/Organ.../....xiz

OR

oscsend localhost 9000 /load-part is 0 /usr/local/share/zynaddsubfx/banks/Organ.../....xiz

OR

oscsend localhost 9000 /load-part iss 0 /usr/local/share/zynaddsubfx/banks/Organ.../....xiz name-of-part
One of the developers on the ZynAddSubFX open source synth
The author of the Zyn-Fusion UI for ZynAddSubFX

Post

:+1
Works perfectly. Thanks!

Post Reply

Return to “ZynAddSubFX”