Skip to content
View in the app

A better way to browse. Learn more.

Opusmodus Community

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.

chord-filter-tie, organ

Featured Replies

Hi there,

 

I have two questions:

1) Does somebody know, if there exists a function, that connects the common notes of two chords? For me, the function "filter-tie" only works with individual voices, but not with chords.

2) I didn't find the organ in the GM Instrument Set.lisp Did anyone else wrote a piece for organ?

 

Thank you and best wishes,

René

Dear René,

 

Maybe something like this.

This works for de-mixing a texture onto 4 voices, each with differen rhythms.

Hope it can help.

Best,

Julio

 

(setf klang-chorale '(e c4fs4e4a4 cs4fs4e4a4 cs4fs4e4bb4 cs4gs4e4bb4 cs4gs4eb4bb4 cs4gs4eb4b4 cs4gs4f4b4 cs4gs4f4a4 d4gs4f4a4 d4gs4e4a4 d4g4e4a4 d4fs4e4a4))

;;; 

(setf v1 (filter-tie (flatten (pitch-demix 1 klang-chorale))))
(setf v2 (filter-tie (flatten (pitch-demix 2 klang-chorale))))
(setf v3 (filter-tie (flatten (pitch-demix 3 klang-chorale))))
(setf v4 (filter-tie (flatten (pitch-demix 4 klang-chorale))))

(ps 'gm
     :sq (list v1 v2 v3 v4)
    :key-signature 'atonal
    :time-signature '(4 4)
    :tempo 70
    :title
"QUARTET"
:display :window)

 

  • Author

Dear Julio

 

Thank you very much. I also worked with pitch-demix. With pitch-demix I've got single voices. With single voices filter-tie works, but not with chords (e.g. two chords for piano with common tones).

 

Best,

René

Create an account or sign in to comment


© 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.