bFooz wrote:Thanks, CC12 helped.
When I load a new instance of the ARIA player, I have it always set somewhere in the middle so I need to reset (max-out) it manually every time.
If you want to change the default for a CC you can add a default setting to the <control> group near the top of an sfz file. Sometimes you'll have to go a few files deep if an sfz uses 'include' files, but it's not too hard to track stuff down.
Example:
1. Find and make a back-up the sfz file. Here's an example command for a windows command line in admin mode:
- Code: Select all
copy "%SYSTEMDRIVE%\Program Files\Garritan\Personal Orchestra 5\Instruments\Include\controls_gos_solos.sfz" "%SYSTEMDRIVE%\Program Files\Garritan\Personal Orchestra 5\Instruments\Include\controls_gos_solos.sfz.bak"
2. Open your target sfz file with a text editor such as Notpad that comes with Windows. You could just tap and hold the windows key and press r, then paste this into the run line:
- Code: Select all
"%SYSTEMDRIVE%\Program Files\Garritan\Personal Orchestra 5\Instruments\Include\controls_gos_solos.sfz"
When Windows asks what to use to open an sfz file, let it use the Notepad text editor.
Add this line to the 'control group':
- Code: Select all
set_cc12=127
//Or whatever value from 0 to 127 you like.
3. Save the file and load/reload the sound in ARIA. You should find that all the strings that use this <control> group now default cc12 to your chosen entry when it first loads.