how to add midi "panning" for .sf2 instruments

Official support for: musicdevelopments.com
Post Reply New Topic
RELATED
PRODUCTS

Post

step 1:
find "GeneralMIDI.rcCTRL" file in C:\Users\<your profile>\AppData\Roaming\RapidComposer\DB

step 2:
make a copy backup if needed.

step 3:
open the file with an editor (f.i. Notepad++)
insert ",{name="Pan"; num=10; default=64;}" at the end, just before the last";"

-----------------------------------------------------------------------
## Controller and articulation definitions

controllerset="General MIDI";
controller={name="Pitch Bend"; status=224; numbytes=2; default=8192; },{name="Poly Pressure"; status=208; numbytes=1; default=0; },{name="Modulation"; num=1; default=0; },{name="Volume"; num=7; default=64; },{name="Sustain"; num=64; default=0; off=0; on=127; },{name="Reverb"; num=91; default=64; },{name="Chorus"; num=93; default=0; },{name="Pan"; num=10; default=64; };
------------------------------------------------------------------------
and save :wink:


step 4:
In RapidComposer, a "Pan" slider will be available in the track properties > track MIDI properties.
Clic "Add..." button to add it, same as for track volume, reverb or chorus.

Wish you an happy RC time,
Juvyns

(may be feature to add in next release, if not already :))
 
-------------------------------------------
Whatever you do, do it well!
-------------------------------------------

Post

Wow! Someone posting a solution, not a problem! :)
Well done!
I added this to the GeneralMIDI.rcCTRL file, so that you don't have to do it manually.

Thanks!
Attila

Post Reply

Return to “MusicDevelopments”