grimmdude / MidiWriterJS

♬ A JavaScript library which provides an API for programmatically generating and creating expressive multi-track MIDI files and JSON.
MIT License
547 stars 58 forks source link

Deprecation warning from tonaljs #116

Closed chr15m closed 9 months ago

chr15m commented 1 year ago

Not a high priority issue, but I see the following warning on the console:

Pcset.pcset is deprecated. Use Pcset.get.

I guess the version of tonal/midi is quite old now, maybe upgrading it would fix this.