Jump to content

How to Setup the MIDI Outputs to Virtual Instrument


opmo

Recommended Posts

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)
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy