A plugin-powered standalone piano roll app with neural network capabilities
🎼 Generated MIDI using Motif Generator
Intuitive grid lines, time ruler, and MIDI note visualization
Neural network models from Melody Model and X-Transformer
Run motif, Markov, and custom generation logic
Save with velocity/pitch embedded for any DAW
Beat-synced transport with FluidSynth integration
Extend functionality with custom .py files
The piano roll provides a clear visualization of your generated MIDI, with smooth zoom functionality and an intuitive interface for editing and playback.
🧠Markov Chain Plugin Output + Plugin Panel Floating
Easily extend the application with your own Python plugins
class MyCustomGenerator(PluginBase):
def generate(self, **params):
return [
pretty_midi.Note(
pitch=64,
velocity=100,
start=0.0,
end=0.5
)
]
Define generate()
and return a list of PrettyMIDI notes. Add an optional get_parameter_info()
to customize UI controls per plugin.
Download now and start composing with our powerful piano roll application
Download Windows PortableVersion 2.0 – See all platforms & instructions