Douglas Duhaime
Douglas Duhaime
Just following up on what @jroweboy said, one can store the note objects and then manually call the `.stop()` method on them: ``` window.onclick = function() { MIDI.loadPlugin({ soundfontUrl: "./soundfont/",...
@mudcube if you have one second, it would be great to know if it's possible to read the note_on note_off events in a midi file using JavaScript. P.S. this library...
@akashagrahari looks like one can read midi events with https://github.com/mudcube/MIDI.js/issues/214#issue-249373333
Minimal example: https://duhaime.s3.amazonaws.com/sketches/play-midi/index.html
That's interesting @ed-fish were you getting 2d arrays written to disk before? Everything should be 1d in the pipeline... If you can say more about what led you to want...
@ed-fish thanks for your follow up. An assertion that prints a useful message upon failure (e.g. Image vectors should be 1D but the image vectors found are 2D) would be...
Many thanks for this @vdet! Now this is interesting. We haven't tested with plots this large in a little while! We don't have much guidance on the `cell_size` argument yet....
Just thinking a little more about this @vdet there are some other considerations that might be at play. If the number of images in the output image list is greater...
@vdet many thanks for your note. Yes this is something we've thought about. The only challenge is that the filename serves as the foreign key that lets us create the...
@vdet aha! Your note is very helpful. Right now, we process just the "basename" of each image and map that to the basename of the image specified in the metadata...