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.

articulation-merge?

Featured Replies

in an OMN-stream i have (because of a special generating-algorithm) "always the same expressions" ...

for example:

(s a4 p ord -h s bb4 ord t cs5 f ord -w_e. s c5 mf ord t b4 p ord -q_t s d5 mf ponte cs5 ponte gs4 ffff pizz a4 mf ponte bb4 ponte f4 ponte h_e e4 ppp tasto

 

is there a function who reduces it at a minimum... one time ord then next ponte etc... (like length-rest-merge, but for the expressions)

 

thanxs

a.

 

  • Author

but is it possible to fix it, when i make a disassemble-omn and delete all "immediate repetitions" of the articulations?

 

that seems to be a solution -> (clear-articulations omn-list), it works works correct for my code.

 

regards

andré

 

(defun clear-articulations (omn-list)
  (make-omn :pitch (omn :pitch omn-list)
            :length (omn :length omn-list)
            :velocity (omn :velocity omn-list)
            :articulation (append (list '-) (loop repeat (length (omn :articulation omn-list))
                                              with cnt = 0
                                              with art = (omn :articulation omn-list)
                                              when (not (equal (nth cnt art) (nth (+ cnt 1) art)))
                                              collect (nth (+ cnt 1) art)
                                              else collect '-
                                              do (incf cnt)))))
  

 

  • 3 weeks later...

NEXT RELEASE:

articulation merge fix

 

'(e a4 p ord - s bb4 ord e cs5 f ord -e s c5 mf ord
  e b4 p ord - d5 mf ponte cs5 ponte gs4 ffff pizz
  a4 mf ponte bb4 ponte f4 ponte e4 ppp tasto)

 

Screen Shot 2016-05-20 at 18.35.49.png

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

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.