Does RC Provide any Panning Feature?
-
- KVRist
- 56 posts since 5 Dec, 2014
I know panning is more of a DAW feature but I was wondering if there is any panning available in RC? It would be nice when I am building tracks to be able to pan each track into its ultimate left or right position so I can hear a preview of what my mix will be in the DAW.
-
musicdevelopments musicdevelopments https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=223336
- KVRAF
- 6014 posts since 9 Jan, 2010
At the moment the only way for panning is using the Pan MIDI controller.
To make things more complicated, the GeneralMIDI.rcCTRL file does not contain 'pan' so you have to add this manually:
The next version of GeneralMIDI.rcCTRL will contain all MIDI continuous controllers.
Thanks,
Attila
To make things more complicated, the GeneralMIDI.rcCTRL file does not contain 'pan' so you have to add this manually:
Code: Select all
,{name="Pan"; num=10; default=64; }Thanks,
Attila
