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.

How can I apply the ambitus function to specific measures?

Featured Replies

How can I most easily apply the "AMBITUS function" (or any other) to specific measures? I have an OMN sequence (structured into measures) and would like to apply the function, for example, to measures 24 and 25 and to measure 31, while leaving the rest unchanged. Does anyone have a quick tip on the simplest way to do this?

Thx for support

André

Like this, I think.

Jesper

(setf test (ambitus '(c7 c8) mat :section '(23 24 30)))

  • Author

Thanks for the hint! @jesele

There's also a more generic option.

Jesper

(maybe-section

(lambda (x) (ambitus '(c7 c8) x)) mat '(23 24 30))

(maybe-section

(lambda (x) (pitch-transpose 12 x)) mat '(23 24 30))

  • Author

i will do it more LISPian, because i want to code more then AMBITUS...

so MAYBE-SECTION with lambda will fit better! Thx!

Also

(do-section '(0 1) '(ambitus '(c7 b7) x)

'((c4 d4 e4 f4 g4 a4) (c4 d4 e4 f4 g4 a4)))

(do-section '(0 1) '(chordize x)

'((c4 d4 e4 f4 g4 a4) (c4 d4 e4 f4 g4 a4)))

(maybe-section (lambda (x) (chordize x))

(maybe-section (lambda (x) (ambitus '(c7 c8) x))

'((c4 d4 e4 f4 g4 a4) (c4 d4 e4 f4 g4 a4) (c4 d4 e4 f4 g4 a4) (c4 d4 e4 f4 g4 a4))

'(1 2))

'(0 1 )

)

How about functions with more than one argument?

Jesper

I think we have to embed one into another imagining what needs to be processed first and find a suitable algo for it. Best

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.