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

New VSL Strings Libraries : pizzicato mutes

A Forum to Discuss NOTION

New VSL Strings Libraries : pizzicato mutes

Postby fzd » Sat May 26, 2012 3:25 am

Hello,

I have a problem when I want to create my own rules for the pizzicato mutes : it doesn't work.
The sound used is always the pizzicato one, not the pizzicato mute (the normal pizzicato is, for me, in A11 in Vienna Instruments Pro).
Somebody can help me ?
I want to write this rule : if mute (con sordino) and pizzicato are both used on a score for an instrument, the patch used must be on D11 in Vienna Instruments (Pro, for me).

Thanks ! ;)

Best,

François
Solo, Orchestral & Chamber Strings complete, Dimension Strings, Full instruments
EWQLSO & Choirs
2 x Mac Mavericks, RAM : 32 GB & 16 GB
Notion 4


http://www.francois-zawadzki-delissen.com
User avatar
fzd
 
Posts: 50
Joined: Fri Aug 19, 2011 1:45 pm
Location: Saint-Laurent-Blangy, France

Re: New VSL Strings Libraries : pizzicato mutes

Postby fabiolcati » Sat May 26, 2012 11:43 am

Try this way:

Code: Select all
<rule>
<!-- YOUR INSTRUMENT ID HERE -->
<if technique="pizz" />
<if technique="mute" />
<!-- YOUR KEYSWITCH COMMAND HERE -->
</rule>


I'm not a VSL user, but in practice you can sum techinques and conditions in one rule by piling them between the instrument you want to play the rule and the keyswitch/command that fires it.

Check carefully how midi notes are handled by your library, sometimes midi note numbers shifts one octave up and down along the keyboard (eg for some manufacturers C0 is C1 and so on)

Hope it helps
Fabio
Arrigo Beyle - Milanese - Lived, wrote, loved - - Stendhal
Being italian is a full-time job - - B. Severgnini
User avatar
fabiolcati
 
Posts: 441
Joined: Mon Sep 21, 2009 9:08 am
Location: Milan - Italy

Re: New VSL Strings Libraries : pizzicato mutes

Postby fzd » Sat May 26, 2012 5:09 pm

Thanks for your help, but this is not the right way, it doens't work.
Hope I will find it !
Thanks, fabiolcati ;) !

I tried that :
Code: Select all
<rule name="pizzicato mute">          
      <if technique="pizz" />
      <if flag="srdn"/>
      <unset-flag name="main"/>
      <key-switch type="note-on-prefix" midi-pitch="4" velocity="1" />
      <key-switch type="note-on-prefix" midi-pitch="22" velocity="1" />
   </rule>


Something is wrong, but... what ?
Solo, Orchestral & Chamber Strings complete, Dimension Strings, Full instruments
EWQLSO & Choirs
2 x Mac Mavericks, RAM : 32 GB & 16 GB
Notion 4


http://www.francois-zawadzki-delissen.com
User avatar
fzd
 
Posts: 50
Joined: Fri Aug 19, 2011 1:45 pm
Location: Saint-Laurent-Blangy, France

Re: New VSL Strings Libraries : pizzicato mutes

Postby fzd » Sun May 27, 2012 4:52 pm

Now, that's OK ! :D

The right code is :

Code: Select all
<rule name="pizzicato mute">
      <if technique="mute" />
      <if technique="pizz" />
      <unset-flag name="main"/>
      <set-flag name="srdn"/>          
      <key-switch type="note-on-prefix" midi-pitch="4" velocity="1" />
      <key-switch type="note-on-prefix" midi-pitch="22" velocity="1" />
</rule>   


I hope it will help !
Solo, Orchestral & Chamber Strings complete, Dimension Strings, Full instruments
EWQLSO & Choirs
2 x Mac Mavericks, RAM : 32 GB & 16 GB
Notion 4


http://www.francois-zawadzki-delissen.com
User avatar
fzd
 
Posts: 50
Joined: Fri Aug 19, 2011 1:45 pm
Location: Saint-Laurent-Blangy, France


Return to NOTION

Who is online

Users browsing this forum: No registered users and 5 guests


cron