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.

Rhythmic Curves

Featured Replies

How can I create a random set of lengths that follows a defined trend,

for example:

Create a rhythm over 4 bars that starts with only q and e. then accelerating up to bar 3 where it reaches lengths down to t and then decellerating back again until the end of bar 4.

 

;; Some suggestion of possible path to explore to create rhythmic progressions
;; Example1
(setf vector (list-plot (half-sine 24 1) :join-points t))
(setf len1 (vector-to-length '1/32 8 1 vector))

;; Example 2
(setf size 4)
(setf len2 (gen-length-density size :density '(10 50 100 20) :level 16))
;;or
(setf len3 (gen-length-density size :density '(10 50 100 20) :level 16 :type 2))


;; Example 3
(setf vector2 (list-plot (half-sine 24 1) :join-points t))
(setf divlist (vector-round 1 8 vector2))
(setf len4 (gen-tuplet 1 1 'd 'n 'q divlist))
(setf len5 (gen-tuplet 1 1 'd '? 'q divlist))

;; Example 4
(setf len6 (rhythm-series 1 '(4 8 12 16 32 16 8 4) 4/4))

Etc, etc...

There is infinite possibilities in Opusmodus, your imagination is the limit.

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.