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 Setup the MIDI Outputs to Virtual Instrument

Featured Replies

1. Create few IAC ports in the 'Audio MIDI Setup' app:

 

audio-midi-setup.png

2. Go to your virtual instrument, load an instrument and chose the port 1:

kontakt2.png

 

3. In Opusmodus composer panel type (midi-destinations) and evaluate the function:

(midi-destinations)

 

Note: We use the MIDI-DESTINATION function for reference only.

The output will look something like that:

=> ((0 . "Bus 1") (1 . "Bus 2") (2 . "Bus 3") (3 . "Bus 4")
    (4 . "Bus 5") (5 . "Bus 6") (6 . "Bus 7") (7 . "Bus 8")
    (8 . "Bus 9") (9 . "Bus 10") (10 . "Bus 11") (11 . "Bus 12")
    (12 . "Bus 13") (13 . "Bus 14") (14 . "Bus 15") (15 . "Bus 16")
    (16 . "Session 1") (17 . "Keyboard") (18 . "MIDI OUT")
    (19 . "UM-ONE") (20 . "Kontakt 5 Virtual Input”))

 

4. In the DEF-SCORE in the instrument section add the same port you have assigned to the Virtual Instrument.

Note: Opusmodus port numbers are 0-based.

(def-score goldberg-var7
           (:key-signature '(g major)
            :time-signature '(6 8)
            :tempo '("al tempo di Giga" e 155)
            :layout (piano-solo-layout 'rh 'lh))
  
  (rh :omn rh
      :port 0
      :channel 1
      :sound 'gm
      :program 0)
  
  (lh :omn lh))

 

Or, you could use the port name if you prefer:

 (rh :omn rh
      :port "Bus 1"
      :channel 1
      :sound 'gm
      :program 0)

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.