Page 1 of 1

VSL Instrument ID

PostPosted: Fri Sep 20, 2013 1:46 am
by fzd
Hello,

I'm writing my own rules for VSL (full instruments libraries).
Where can I find the instruments ID ?
For example, for snares in the special edition, I can find the ID : 9570 :

<!-- Snare -->
<rule name="Snare reset">
<if instrument-id="9570"/>
<unset-flag name="main"/>
<fixed-pitch pitch="C4" />
</rule>


But what is the instrument ID for snares in the full VSL library ?

I didn't find the IDs in the VSL manuals, so I hope you can help me.

All my best.

Re: VSL Instrument ID

PostPosted: Fri Sep 20, 2013 11:32 am
by Admin
The instrument ID is not definable by users, however, there is a new capability in Notion 4 when trying to create instrument based rules. You can use what is called the "Group ID". This functionality allows users to define rules for an individual instrument. For more information on using the "Group ID", visit this link in the forum:

viewtopic.php?f=2&t=3956

-Admin

Re: VSL Instrument ID

PostPosted: Fri Sep 20, 2013 11:56 am
by fzd
Thanks.
Groups ID work fine : I will do with them.