Jump 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.

changing pan in every event

Featured Replies

dear all

 

is there a possibility to change the PAN in every EVENT?

1)

like '((q c4 mp pan-30) (e c3 pp pan100))  

would be interesting for LIVE-CODING

is there something predifined? like it will come up with microtonality/tuning

 

2)

and why does it work with simple-midi-sound (a list in :pan) and not with a player like conTimbre (there is something i don't understand with midi/players/etc)?

 

thanx for a  hint

andré

 

an example:

(setf omn '((5q c4 5q 5q 5q 5q 5q 5q 5q) 
            (-q)
            (e e e e e) 
            (-q)
            (7q 7q)
            (3q 3q) 
            (-q)
            (5q 5q 5q) 
            (7q 7q) 
            (3q 3q 3q 3q) 
            (e e) 
            (-q)
            (3q 3q 3q 3q 3q) 
            (e e e e e)))

;;;

(def-score signature
           (:title "signature"
                   :key-signature 'atonal   
                   :time-signature '(4 4) 
                   :tempo 60)
  (instr
   ;:port 0 
   :omn (omn-replace :velocity (pick-norepeat 100 '(pppp ppppp ppp ppp pp p)) (length-diminution 4 (gen-repeat 10 omn)))
   :tuning (gen-white-noise 100 :scale 0.1)
   :pan '(1 1 1 1 1 1 1 1 10 30 1 1 1 100 100 80 77 15 100 100 100)
   :channel 1
   :sound 'gm-trumpet))
 

 

The PAN is changing on every event:

(def-score pan-test
           (:key-signature 'atonal   
            :time-signature '(4 4) 
            :tempo 60)
  (instr
   :omn '(q c4 d4 e4 f4 g4 a4 b4)
   :tuning '(.5 .33 0 -.5 0 .5 0 0)
   :pan '(1 127 1 127 1 127 64)
   :channel 1
   :program 'violin
   :sound 'gm))

If the conTimbre is not changing the PAN on every event then there is a bug in conTimbre midi listener.

  • Author

"then there is a bug in conTimbre midi listener"... okay i will tell thomas hummel

 

thanks

Example with time PAN:

(def-score pan-test2
           (:key-signature 'atonal   
            :time-signature '(4 4) 
            :tempo 60)
  (instr
   :omn '(h c4 d4 e4 f4 g4 a4 b4)
   :tuning '(.5 .33 0 -.5 0 .5 0 0)
   :pan (gen-controller 7/4 (gen-sine 12 7 1) :time '(1/8 1/4 1/8 1/16))
   :channel 1
   :program 'violin
   :sound 'gm))

or

(def-score pan-test3
           (:key-signature 'atonal   
            :time-signature '(4 4) 
            :tempo 60)
  (instr
   :omn '(h c4 d4 e4 f4 g4 a4 b4)
   :tuning '(.5 .33 0 -.5 0 .5 0 0)
   :pan '((:desc-asc 127 0 1/32 2)
          (:asc 34 127 1/32 2) (127 1) (0 1))
   :channel 1
   :program 'violin
   :sound 'gm))

 

Tell Thomas Kummel to make a Kontakt player version.

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

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.