Fl Write Midi File
fl_write_midi_fileWrites a multi-track MIDI file that, when dragged into FL Studio, creates one channel per track with GM sounds and markers. Use for transferring compositions with tempo, tracks, and markers.
Instructions
Write a multi-track MIDI file; dragging it into FL creates one channel per track (GM sound) with markers. tracks: [{name, channel 0-15 (9 = drums), program 0-127, notes: [{midi, time, duration, velocity}]}]; markers: [{time, text}]. Times in beats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| tempo | Yes | ||
| tracks | Yes | ||
| markers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||