ghalestrilo / ornette

An OSC server to interact with different music-generating ML models
12 stars 0 forks source link

Write filters for PianoRollRNN-NADE #16

Open ghalestrilo opened 2 years ago

ghalestrilo commented 2 years ago

I'm refactoring ornette to use a filter-based approach for translating MIDI data between the models and the engine. I forgot to update the PianoRollRNN module, which uses a different filter.

ghalestrilo commented 2 years ago

PianoRollRNN receives a PianorollSequence but returns a NoteSequence, making the Tuple information a bit hard to retrieve. The input filter is done, but the output is complicated.

PianorollRnnNadeSequenceGenerator doc NoteSequence doc PianorollSequence doc