werckme / werckmeister

An open source Sheet Music MIDI Compiler
http://werckme.github.io/
GNU General Public License v3.0
33 stars 4 forks source link

MIDI feature for mods #351

Closed SambaGodschynski closed 1 year ago

SambaGodschynski commented 1 year ago

as a mod developer I want to have the option to produce midi data:

function process(..., midiContext) 
 midiContext:AddNote(100, 2, 1.0)
end
SambaGodschynski commented 1 year ago

it seems to be an separate way to create notes. closed for the sake of simpleness.