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.

Opusmodus 1.2.20538

Featured Replies

NEW:

MODUS is working with omn-form lists now.

 

(modus '((q c6 cs4 e a4 e3 d6 f4) (q b4 gs3 e bb4 eb4 g5 fs6)))

=> ((0 1 9 4 2 5) (11 8 10 3 7 6))

 

 

MOTIF-MAP function name has change to PATTERN-MAP with additional functionality.

 

(setf omn '((s c4 d4 e4 f4 g4 a4 b4 c5)

            (5q c4 d4 e4 f4 g4 g4 f4 e4 d4 c4)))

 

(pattern-map 

  '(((c4 d4 e4) (cs4 ds4 f4)) 

    ((f4 g4) (eb4 fs4))) omn

  :type :pitch)

=> ((s cs4 ds4 f4 eb4 fs4 a4 b4 c5)

    (5q cs4 ds4 f4 eb4 fs4 g4 f4 e4 d4 c4))

 

(pattern-map 

  '(((c4 d4 e4) (cs4 ds4 f4)) 

    ((f4 g4) (eb4 fs4))) omn

  :type :pitch :loop t)

=> ((s cs4 ds4 f4 f4 g4 a4 b4 c5)

    (5q c4 d4 e4 eb4 fs4 g4 f4 e4 d4 c4))

 

 

(setf mat '((q c6 cs4 a4 e3 d6 f4) (q b4 gs3 bb4 eb4 g5 fs6)))

 

(modus mat)

=> ((0 1 9 4 2 5) (11 8 10 3 7 6))

 

(pattern-map 

 '(((0 1 9 4 2 5) (0 4 2 1 9 5))

   ((11 8 10 3 7 6) (10 8 11 3 7 6)))

 mat :type :pitch :pcs t)

=> ((q c6 e4 d4 cs3 a6 f4)

    (q bb4 gs3 b4 eb4 g5 fs6))

 

(pattern-map

 '(((0 1 9) (10 8 11))

   ((11 8 10) (0 1 9)))

 mat :type :pitch :pcs t :loop t)

=> ((q bb6 gs4 b4 e3 d6 f4)

    (q c4 cs3 a4 eb4 g5 fs6))

 


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.