Play music generated in real-time with LÖVE! This requires version 0.11.0.
This accepts several command line arguments:
--samplerate <number>
sets the sample rate (default44100
)--buffersize <number>
sets the buffer size (default256
)--attack <number>
sets the attack (seconds) of all the notes ADSR envelope (default0.02
)--decay <number>
sets the decay (also seconds) of all notes (default0.05
)--sustain <number>
sets the sustain level (amplitude, 0-1) (default0.8
)--release <number>
sets the release (again, seconds) of all notes (default0.05
)--layout <layout>
can bepiano
oropenmpt
to use a built-in layout, or a filename (bar the.lua
extension) to load a layout file (defaultopenmpt
)