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.

unfold+pause

Featured Replies

Hi,

Why does the first example work and the second don't, what am I missing?

Thanks!

(setf eins '((q d4 e4 fs4 gs4) (q d4 e4 fs4 gs4) (q d4 e4 fs4 gs4)))

(unfold 'om '((pause 2)) eins)
=> ((q d4 e4 fs4 gs4) (-w) (q d4 e4 fs4 gs4))

(unfold 'om '((pause 2 2)) eins)
=> ((q d4 e4 fs4 gs4) (q d4 mf e4 fs4 gs4) (q d4 e4 fs4 gs4))

 

  • Author

I want  instead of the second note in the second bar a pause,  accordingly to how it works with transposition..?

(unfold 'om '((t1 2 2)) eins)
=> ((q d4 e4 fs4 gs4) (q d4 mf f4 fs4 gs4) (q d4 e4 fs4 gs4))

 

  • Author

Apologies for being so persistent- I'd really like to know how to handle that..

The fix is very simple. 

Unfold Set OM.lisp

pause (nil (gen-pause x))

the NIL here should be :length

pause (:length (gen-pause x))

The next update will include the fix.

 

  • Author

Thanks a lot!!

  • Author

Sorry,  but it does not work here 😞

I changed it in my own Unfold Set.lisp definition (which is a renamed copy of Unfold Set OM.lisp and where I can modify things to my needs)

Also I noticed that when I use the transposition function that I posted above, the unfold function puts a mf before the note that get transposed, is that on purpose?

And one last thing, when I evaluate (unfold.. ) for the first time it always gives me an error warning that my Unfold Set file does not exist, when I evaluate it again everything works fine..?

 unfold, set: os methods: ((t1 2 2))
> Error: There is no method set named: os
> While executing: %get-unfold-set, in process Listener-1(7).
> Type cmd-. to abort, cmd-\ for a list of available restarts.
> Type :? for other options.

 

  • Author

As I wrote its the Unfold Set OM.lisp file, just copied& renamed& placed in that folder and I've got the error when I first evaluate unfold.

And can you say something to the mf that gets added, when using t1?

  • 8 months later...
On 6/29/2020 at 3:43 PM, o_e said:

As I wrote its the Unfold Set OM.lisp file, just copied& renamed& placed in that folder and I've got the error when I first evaluate unfold.

And can you say something to the mf that gets added, when using t1?

 

Fixed in 2.1.26252

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.