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.

Featured Replies

Hi,

 

how can I do to emulate this wonderful Fibonacci function in Symbolic Composer, great to create "background" patterns.

 

'cause the Fibonacci in OM handle just numbers, and not musical events. In scom, it was something like that:

 

note1, note2, note2 + note1...

 

Alain

looks like adding intervals? ...code it! :-)

  • Author

No, it could be used by rythm, dynamic... Of course one can do it by hand but a function is generally faster... when you know how to do it, and it's unfortunately not my case :-)

Just use numbers to pitch, lengths etc... conversion.
I would advise you to check the System Function documentation and play with the examples a bit :-)

 

Example:

(setf fib (interval-modus (fibonacci 0 23) :mod 12))
 
(setf pitch (integer-to-pitch fib))
 => (c4 cs4 cs4 d4 eb4 f4 gs4 cs4 a4 bb4 g4 f4
     c4 f4 f4 bb4 eb4 cs4 e4 f4 a4 d4 b4 cs4)

(setf length (vector-to-length 1/16 1 2 fib))
=> (1/16 1/16 1/16 1/16 1/16 1/16 1/8 1/16 1/8 1/8 1/8 1/16
    1/16 1/16 1/16 1/8 1/16 1/16 1/16 1/16 1/8 1/16 1/8 1/16)

(make-omn
 :length length
 :pitch pitch)
=> (s c4 cs4 cs4 d4 eb4 f4 e gs4 s cs4 e a4 bb4 g4
   s f4 c4 f4 f4 e bb4 s eb4 cs4 e4 f4 e a4 s d4 e b4 s cs4)

 

  • Author

I know you're right, but there's so many things, it's too exciting, but i'm gonna take some time... :-) Thanks for your example.

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

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.