Skip to content
View in the app

A better way to browse. Learn more.

Opusmodus

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to create VSL sounds set library

Featured Replies

There are two ways of creating a VSL sound set library.

The first one is with keyswitches - this is the default VSL setup.
The second one is to do your own Program Changes sound set to switch between Patches.

 In this example we use the 'VSL Prepared Piano' instrument.

 

First the keyswitches sound set:

 

pp-ks_01.png

 

(def-sound-set VSL-Prepared-Piano-KS
   :programs
  (:group Main
          chain                (:key c7  :key a0)
          double-screw         (:key cs7 :key a0)
          harmoinic            (:key d7  :key a0)
          harmoinic-secco      (:key ds7 :key a0)
          foil                 (:key e7  :key a0)
          glass                (:key f7  :key a0)
          stick                (:key fs7 :key a0)
          stick-roll           (:key g7  :key a0)
          glissandi            (:key gs7 :key a0)
   )
  
  :controllers
  (:group Default-Settings
          Pitch               0
          Velocity-XF         2
          Volume              7
          Pan                10
          Expression         11
          Reverb-Dry/Wet     14
          Reverb-On/Off      15
          Slot-XF            20
          Start-Scaler       21
          Master-Attack      22
          Master-Release     23
          Master-Filter      24
          Delay-Scaler       25
          Tuning-Scaler      26
          Humanize           27
          Velocity-XF-On-Off 28
          Rsamp-On-Off       29
          Dynamics-Scaler    30

          :group Pedal
          Ped                64
          Sost-Ped           66
          Una-Corda          67
          
          :group Matrix
          cc1                 1
          ))

 

Here is the Program Changes sound set:

 

pp-prog_01.png

 

(def-sound-set VSL-Prepared-Piano
   :programs
  (:group Main
          chain                (cc101 0)
          double-screw         (cc101 15)
          harmoinic            (cc101 29)
          harmoinic-secco      (cc101 43)
          foil                 (cc101 57)
          glass                (cc101 71)
          stick                (cc101 85)
          stick-roll           (cc101 99)
          glissandi            (cc101 113)
   )
  
  :controllers
  (:group Default-Settings
          Pitch               0
          Velocity-XF         2
          Volume              7
          Pan                10
          Expression         11
          Reverb-Dry/Wet     14
          Reverb-On/Off      15
          Slot-XF            20
          Start-Scaler       21
          Master-Attack      22
          Master-Release     23
          Master-Filter      24
          Delay-Scaler       25
          Tuning-Scaler      26
          Humanize           27
          Velocity-XF-On-Off 28
          Rsamp-On-Off       29
          Dynamics-Scaler    30


          :group Pedal
          Ped                64
          Sost-Ped           66
          Una-Corda          67
          
          :group Matrix
          cc101             101))

 

Please note that if you want to use the full range of the piano you will have to set the keyswitch range outside the range of the piano or set Program Changes to switch between Patches.

  • 1 year later...

Thanks for these examples. Are there any OpusModus sound sets for VSL available already?

Create an account or sign in to comment


Copyright © 2014-2026 Opusmodus™ Ltd. All rights reserved.
Product features, specifications, system requirements and availability are subject to change without notice.
Opusmodus, the Opusmodus logo, and other Opusmodus trademarks are either registered trademarks or trademarks of Opusmodus Ltd.
All other trademarks contained herein are the property of their respective owners.

Powered by Invision Community

Important Information

Terms of Use Privacy Policy

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.