Attention:

Welcome to the old forum. While it is no longer updated, there is a wealth of information here that you may search and learn from.

To partake in the current forum discussion, please visit https://forums.presonus.com

Use more than 1 Plugin ID in 1 Custom rule file?

A Forum to Discuss NOTION

Use more than 1 Plugin ID in 1 Custom rule file?

Postby Frieda » Mon Sep 27, 2010 8:01 am

Hello,
I want to use different libraries in one musical composition. These libraries are loaded in different players. I have for instance Vienna Ensemble Pro, Kontaktplayer 4.1.1. and G-Player. The libraries loaded in the different players have sometimes different predefined keyswitches for different articulations like staccato and techniques like pizzicato, In kontaktplayer 4 I have a library in it where the keyswitches are defined from C6-A6 (for staccato D6), in G-player from C0 -A0 (for staccato D0).
My question is I like to make 1 custom rule file where I can call the different plugin id/players. Is there one of you who has made such a file? Has the xml language for instance some rule like: Select case end case or If elseif endif construction.
Or any other workaround?

Best regards,

Frieda
Frieda
 
Posts: 76
Joined: Thu Sep 23, 2010 9:36 am

Re: Use more than 1 Plugin ID in 1 Custom rule file?

Postby Frieda » Mon Sep 27, 2010 8:41 am

I found out how I can do it. It is easier than I thought it was. Bye Frieda

<?xml version="1.0" ?>
<rule-set version="1">

<plugin id="1097549677">
<rule>
<key-switch type="note-on-prefix" midi-pitch="12" velocity="1" />
</rule>

<rule name="staccatto">
<if articulation = "staccato"/>
<key-switch type="note-on-prefix" midi-pitch="13" velocity="1" />
</rule>
</plugin>

<plugin id="1315531572">
<rule>
<key-switch type="note-on-prefix" midi-pitch="96" velocity="1" />
</rule>

<rule name="staccatto">
<if articulation = "staccato"/>
<key-switch type="note-on-prefix" midi-pitch="101" velocity="1" />
</rule>
</plugin>

</rule-set>
Frieda
 
Posts: 76
Joined: Thu Sep 23, 2010 9:36 am


Return to NOTION

Who is online

Users browsing this forum: No registered users and 15 guests