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.

Rhythm permutations

Featured Replies

How do I generate all rhythm permutations for a bar given a time signature and a list of Omn lengths and number of notes per bar?   Am thinking similar to args and output for the rhythm-series function but for all permutations?

Here is a good idea, Based in Babbitt´s "Semi Simple Variations"

 

Babbit Semi simple 

;; 16th notes
(progn
(setf 16th-rhy (length-legato (binary-map (combination2 4 '(0 1)) 1/16)))
(setf rhy-count (gen-integer (1- (get-count (get-count 16th-rhy)))))
(setf rhy-order '(1 0 1 1 2 3 4 6 7 5 5 5 5 4 4 7 7 7 1 1 1 1))
(setf len1 (substitute-map 16th-rhy rhy-count rhy-order))
;; triplets
(binary-map (combination2 3 '(0 1)) 1/12)

)

 

Another good thing is to transform pitch classes in rhythms with the pcs-rhythm function. You can benefit from set theory organization.

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.