Skip to content

Can't find Notes property and NotesCollection type. #183

Answered by melanchall
Jenix-Park asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Yes, these classes and properties are deprecated by the latest version of the library: https://melanchall.github.io/drywetmidi/obsolete/obsolete.html#obs11.

So your examples should be transformed to:

TimedObjectsManager<Note> notes = notesManager.Objects;

or

var notes = notesManager.Objects;

The same for timed events.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Jenix-Park
Comment options

@melanchall
Comment options

Answer selected by Jenix-Park
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Just question about the library
2 participants