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

A short piece for piano.

 

Basically, i've played the piano part into logic X, export the part to midi and imported it into opusmodus. 

After importation, i have copied the OMN piano part from the imported score into a variable named pmat and also the controllers information for sustain pedal (controller No.64) into a variable named ct64.

 

I've generated some scales from a row using harmonic-progression function:

(setf row (rnd-row :type :pitch :seed 932281 :transpose 3))

(setf chords 
              (harmonic-progression
               (rnd-number (length pmat) -11 11)
               row
               :size 7
               :step 1
               ))

 

and finally i've applied this harmonic structure with tonality-map function onto my piano material (variable pmat):

(setf piano (tonality-map (mclist chords) pmat))

and exported back the resulting midifile to Logic for further edit and piano score edit.

 

 

SB.

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

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.