View Single Post
  #5  
Old 08-07-2016, 11:06 PM
tijn1311 tijn1311 is offline
Member
 
Join Date: Nov 2014
Location: Nederland, Brielle
Posts: 31
Default Re: Avid Artist Control custom plugin parameters

Actually quite simpel and straight forward. Here's a little manual how i did this.

http://www.logicprohelp.com/forum/vi...hp?f=9&t=54956

i've made a default CBparametersOrder.plist file with a totaal of 100 parameters (strings) in it, named 0 to 100. Most plugins parameters will fit in this 100 parameters. If there are more then 100 plugin parameters, just create some more parameters (strings)

Logic uses the lists order, so if parameter 100 (string) is on top of the list, you will see parameter 100 appear as you first parameter on you Artist Control or whatever controller you are using.

The list will look something like this:

<string>1 Predelay</string>
<string>2 Room Size</string>
<string>3 Initial Delay</string>
<string>4 Reverb Time</string>
<string>5 Density</string>
etc. ect. etc. etc.....

The naming won't affect your plugin parameter names. This is just for recognition in your file it self and does nothing. Mines are all named "init"

Hope this will help you get on with it
Reply With Quote