Alex Duffield

Results 21 comments of Alex Duffield

@marcoveeneman That would be great ! I would be more than happy to test and give feedback .. Installing this manually on mac is defiantly a daunting task..

@paulrosen did you ever find a solution or workaround to this ? I am trying to play a simple scale with a call back to highlight the note on fretboard...

there is a good looking database @ https://github.com/tombatossals/chords-db/blob/master/lib/guitar.json that i am thinking of integrating in my project.

What would be RELAY great would be if there was a more standardized format for defining a chord. https://github.com/tombatossals/chords-db has a large database, but it seems to have a week...

I opened a issue on tombatossals about the structure of barres and he said that when he built it he had not considered multiple bars in a single chord.. He...

Looking over some of the chords on https://github.com/tombatossals/chords-db , it seems that the bar only indicates the fret, and the notes to play are shown on top of the full...

@omnibrain that was why i commented "If there are no notes behind the bar, draw bar from lowest to highest string using data from notes (fingers) on same fret as...

OK well insomnia does has some advantages.. Found this last night.. https://github.com/danigb/soundfont-player ``` var ac = new AudioContext(); var soundfont = new Soundfont(ac); var guitar = soundfont.instrument('/assets/soundfonts/MusyngKite/acoustic_guitar_steel-mp3.js'); function playChord(){ guitar.play('G2',...

thanks Tom. I would really love to see some sort of standard format for chord structures across the most popular chord/fretboard libraries. I know that fretboard.js (https://moonwave99.github.io/fretboard.js/index.html) is also implementing...

Hey Diago I know your a busy guy right now, but any chance you might have a chance to look at this bug?