Include ability to get Harmony at a given tick in plugin framework

• May 3, 2010 - 22:46
Type
Plugins
Severity
S5 - Suggestion
Status
closed
Regression
No
Workaround
No
Project

It would be useful to extract harmony from chords for deriving exercises and things such as automatic accompaniment.

I hope this wouldn't be too difficult a feature to add. No other open source engraving tool has a mature enough yet plug-in API. In addition this feature could be used to prototype these features, such as the ones you find in Impro-visor.


Comments

This is a misconception that I held as well. The API does include the harmony object, but it doesn't supply a way to extract them from the chords, just a way to put them in.

Check the Chord methods yourself.

Title Include ability to extract Harmony information from Chord objects Include ability to get Harmony at a given tick in plugin framework

Could be done via Chord/Rest objects or Cursor ?

Status active fixed
Regression No
Workaround No

Harmony objects for the given segment are available in its annotations list property, so at least for the current plugins framework the issue is fixed.