Garrett Grimm

Results 39 comments of Garrett Grimm

Thanks for your reply, @rlanvin. For context, Google calendar API seems to occasionally provide only a date value for `UNTIL` for recurring events that start at a specific time (the...

Hi @jonhallur, yea the `HEADER_CHUNK_DIVISION` value is currently defined as a constant without a way to change it programmatically. Sounds like it would be useful to add a method to...

Hi @wileymc, there isn't currently a way to read a MIDI file into this library and modify its contents. Given the serial nature of adding events with MidiWriterJS I'm not...

Hi @michaelmior, I'm not able to replicate this currently. I've added a test for `Track.mergeTrack()` with a very basic example which is currently passing, but please let me know if...

Hi @lingxinc, You can use a `ControllerChangeEvent` to apply modulation to your track, which could be used as vibrato. The `controllerNumber` for modulation is `1` and the range for the...

@jtojnar this is ready for review, all tests should now be passing.

I'm seeing this issue too, but it appears to have been fixed in https://github.com/simplepie/simplepie/commit/58865afede2e88f533821baafabffedcbbc011ef Will this be included in a release soon? Thanks

Bump for this 👍, extraneous console logs can be confusing.