Tracktion / tracktion_engine

Tracktion Engine module
Other
1.19k stars 149 forks source link

how to get playing notes from all audio tracks? #71

Closed imiskolee closed 2 years ago

imiskolee commented 2 years ago

Hi:

how can we get all playing notes from all audio tracks.

drowaudio commented 2 years ago

I'm not quite sure what you mean? Do you mean all currently playing notes or just all note data going through the mix bus? At what point in the graph do you want to know this? E.g. what if plugins generate MIDI?

What's the use case?

imiskolee commented 2 years ago

in my case, we want to get all currently playing notes for analyze chord & scale.

drowaudio commented 2 years ago

Sorry, there isn't a way to do that at the moment. You'd have to create a custom Plugin and add that to tracks that keeps track of which notes are being played.

imiskolee commented 2 years ago

Got it.