Vienna Symphonic Library Forum
Forum Statistics

181,972 users have contributed to 42,196 threads and 254,641 posts.

In the past 24 hours, we have 3 new thread(s), 9 new post(s) and 47 new user(s).

  • New VSL Strings Libraries (appassionata) with Notion3 : pizzicato mute

    last edited
    last edited
    Hello,

    I try to create a rule in order to play pizzicato mutes, but it doesn't work, it always plays a normal pizzicato (A11 in VI Pro).

    I tried this code :

    @Another User said:

    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>

    (there is a lower symbol at the beginning of each line, I am unable to write it here, otherwise my text desappears)

    (I have the pizzicato mute sounds in D11 in VI Pro).

    Can someone help me ? It would be great !

    Thanks,

    François

    [i]Sorry for my poor English[/i]

  • last edited
    last edited
    Here is the right way (I found it by mylself) :

    @Another User said:

    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>


    Of course, there is an inferior symbol at the beginning of each line.

    Hope it will help ;-)

  • ErisnoE Erisno moved this topic from Notation Programs & Vienna on
  • ErisnoE Erisno moved this topic from Finale on
  • ErisnoE Erisno moved this topic from Notation Programs & Vienna on
  • ErisnoE Erisno moved this topic from Dorico on
  • ErisnoE Erisno moved this topic from Notation Programs & Vienna on