| 16 | #include "NnId.h" |
| 17 | |
| 18 | class NeuralNoteMainView; |
| 19 | class NeuralNoteEditor; |
| 20 | |
| 21 | enum State { EmptyAudioAndMidiRegions = 0, Recording, Processing, PopulatedAudioAndMidiRegions }; |
nothing calls this directly
no outgoing calls
no test coverage detected