tekartik / midi.dart

Library for manipulating and sequencing Midi files, tracks, events
BSD 2-Clause "Simplified" License
34 stars 6 forks source link

More examples #24

Open Gilianp opened 2 years ago

Gilianp commented 2 years ago

Can you give more examples? I do not know how write the created midi to a file, for example. Thanks for the lib

alextekartik commented 2 years ago

I added an example here: https://github.com/tekartik/midi.dart/blob/master/example/create_midi_file.dart that create a midi file locally.

Gilianp commented 2 years ago

I added an example here: https://github.com/tekartik/midi.dart/blob/master/example/create_midi_file.dart that create a midi file locally.

Thanks, this helps a lot!

How can I change Track title?