Global audio and MIDI settings
Posted: Sun Feb 23, 2025 6:49 pm
Has anyone set anything up to set global audio and MIDI settings for their Cherry Audio instruments? At the moment I have to set audio and 3x MIDI controllers in each instrument plugin individually.
I'm going to try batch-replacing the audioDeviceSettings section of each <instrument_name>.settings file with my chosen settings, i.e.:
<VALUE name="audioDeviceSettings">
<DEVICESETUP deviceType="ASIO" audioOutputDeviceName="ASIO MADIface USB" audioInputDeviceName="ASIO MADIface USB"
audioDeviceRate="48000.0">
<MIDIINPUT name="KONTROL S61 MK3" identifier="\\?\usb#vid_17cc&pid_2110&mi_00#7&25601ab&0&0000#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\global"/>
<MIDIINPUT name="A-PRO 1" identifier="\\?\usb#vid_0582&pid_010f#9&14833f5&0&1#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\midiin1-2"/>
<MIDIINPUT name="A-PRO 2" identifier="\\?\usb#vid_0582&pid_010f#9&14833f5&0&1#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\midiin1-3"/>
<MIDIINPUT name="MIDIIN2 (Launchpad Pro)" identifier="\\?\usb#vid_1235&pid_0051#launchpad_pro#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\global-2"/>
</DEVICESETUP>
</VALUE>
It would be great (and better, really) if these could be set just once in Cherry Audio Sync and applied to the set of instrument plugins, but overwriting the above section might be a useful workaround.
I'm going to try batch-replacing the audioDeviceSettings section of each <instrument_name>.settings file with my chosen settings, i.e.:
<VALUE name="audioDeviceSettings">
<DEVICESETUP deviceType="ASIO" audioOutputDeviceName="ASIO MADIface USB" audioInputDeviceName="ASIO MADIface USB"
audioDeviceRate="48000.0">
<MIDIINPUT name="KONTROL S61 MK3" identifier="\\?\usb#vid_17cc&pid_2110&mi_00#7&25601ab&0&0000#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\global"/>
<MIDIINPUT name="A-PRO 1" identifier="\\?\usb#vid_0582&pid_010f#9&14833f5&0&1#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\midiin1-2"/>
<MIDIINPUT name="A-PRO 2" identifier="\\?\usb#vid_0582&pid_010f#9&14833f5&0&1#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\midiin1-3"/>
<MIDIINPUT name="MIDIIN2 (Launchpad Pro)" identifier="\\?\usb#vid_1235&pid_0051#launchpad_pro#{6994ad04-93ef-11d0-a3cc-00a0c9223196}\global-2"/>
</DEVICESETUP>
</VALUE>
It would be great (and better, really) if these could be set just once in Cherry Audio Sync and applied to the set of instrument plugins, but overwriting the above section might be a useful workaround.