Garrett Grimm

Results 39 comments of Garrett Grimm

Hey @dgrmunch, I think you'll need to instantiate the VexFlow class first. Try this: ``` function createMidi(){ console.log('---------- CreateMidi ----------'); var MidiWriter = require('MidiWriter'); var Vex = new MidiWriter.VexFlow; var...

Hi @dgrmunch , Good point, obviously that `notes` var is not defined. My guess is it was defined in the `voice` object in VexFlow. It's been a little since I...

Hi @gciluffo , Unfortunately I haven't had the time recently to tackle this again. It's still on my list though, I haven't given up. PRs welcome! -Garrett

Actually, even iterating over `$lists->{0}` doesn't seem to work as expected. If there is only one list this will be a flat object, not an array with a single object...

Last message I promise. Just realized `$lists->{0}` will always only return one item, but according to the API docs (http://www.activecampaign.com/api/example.php?call=list_list) property`0` is an array. 😕 -Garrett

This would be a useful module. I'm happy to help as well, -Garrett

Nice, it's looking good. I just though of an interesting idea; a method that takes a chord name and returns an array of objects containing the string and fret number....

Hi @danigb, I'm working on a browser based project which I would like to incorporate this package with. I'm having a bit of a hard time getting this built correctly...

Nevermind, I see now the `build/index.js` in the npm package and was able to use browserify to get that going. Thanks! -Garrett

Sorry...so many messages. I would like to know though how you would build this package during development? I may be contributing more to this package shortly. -Garrett