jmusic icon indicating copy to clipboard operation
jmusic copied to clipboard

Javascript Music project

Results 8 jmusic issues
Sort by recently updated
recently updated
newest added

Build a responsive component (most likely using SVG) that displays guitar tabulature. ![Blank-Tab-LARGE_300DPI_PNG](https://user-images.githubusercontent.com/22392/105638956-7d5fcd80-5e2a-11eb-8246-72bc0a1f999a.png) Props: * instrument - to specify the number of strings * tabulature - an array of arrays...

Create a component that shows a piano keyboard with selected notes (probably built using SVG). ![ddb8f3b77c4a4de2ae989b4cde83fabb](https://user-images.githubusercontent.com/22392/105639229-e0059900-5e2b-11eb-9018-83dbeb49bc97.png) Properties: * start - The starting MIDI note * length - The number of...

Create a horizontal fretboard component that shows the entire fretboard, with overlays for selected notes. ![horizontal-fretboard](https://user-images.githubusercontent.com/22392/105639319-6fab4780-5e2c-11eb-90a9-0659885eb3f5.png) As with a normal fretboard the distance between the frets should get smaller the...

Hi @jherr , I had a look at the project, and I have some suggestions. 
I am not a guitar player, so I need to know more about the concept...

Integrate with a sounds API to play the notes of a chord on a button press. The notes of the chord are easily convertible into MIDI values for playback, if...

Set up a gh-pages deploy in jm-glass so that we can show the app to our friends and have a link to put on our resumes! :)

Once the musician can select an instrument we should allow them to also select an alternative tuning for their instrument. Bass guitars only have the standard tuning, but six string...

Allow the musician to pick between a guitar and a bass. If we don't have a cache for that then we will need to invoke the engine directly to get...