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

to use the function which works on event-numbers, first you have to number it (the score), so that you could work with this afterwards...

 

;;; ADD numbers to text attributes (can do that in your setup), then ADD number to events
;;; have a look to the example. after that, easy to use REPLACE-ON-EVENT-NUMBER etc...

(defun add-numbers-to-text-attributes (a b)
  (loop for i from a to b
    append (add-text-attributes (list (compress (list 'nr i)) (write-to-string i)))))

(add-numbers-to-text-attributes 0 100)


(defun add-num-to-events (omnlist)
  (loop 
    for x in (single-events omnlist)
    for i from 0 to (length (single-events omnlist))
    when (omn-formp x)
    collect (omn-replace :articulation (list (compress (list 'nr i))) x)
    else collect x))


;;; evaluate cmd3
(setf seq (add-num-to-events '(-q q c4 mp -q -q e e e e e q c4 mp -q -q q c4 mp -q)))

=> ((-q) (q c4 mp nr1) (-q) (-q) (e c4 mp nr4) (e c4 mp nr5) (e c4 mp nr6) (e c4 mp nr7) (e c4 mp nr8) (q c4 mp nr9) (-q) (-q) (q c4 mp nr12) (-q))

 

example.jpeg

Create an account or sign in to comment


Copyright © 2014-2025 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.