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.

Featured Replies

Please could someone suggest ideas for creating random notes that are played in clusters over random time periods?

One possible way among the infinity of possibility :

 

 

;;; Creating random notes that are played 
;;; in clusters over random time periods

;; Create random notes
(setf notes (rnd-sample 512 (make-scale 'c2 48)))

;; Create chords
(setf chords (gen-chord 24 4 8 -6 6 notes))

;; Create binary time periods
(setf bin (gen-binary-rnd 24 16 1 8))

;; Create rhythm from binary
(setf ry (binary-map bin 's))

;; Create random dynamics
(setf dyn (rnd-sample (length chords) '(pp p mp mf f ff)))
           
;; Full OMN Assembly
(setf rnd-chords (make-omn
                  :pitch chords
                  :length ry
                  :velocity dyn
                  ;:span :pitch
                  ))

(ps 'gm
    :pg (list rnd-chords)
    :tempo 64)

SB.

  • Author

Thank you, that's a great starting point for me to experiment with.

Create an account or sign in to comment


Copyright © 2014-2025 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

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.