Amit Gur

Results 4 issues of Amit Gur

I get this message in chrome player.js:37 [Deprecation] GainNode.gain.value setter smoothing is deprecated and will be removed in M64, around January 2018. Please use setTargetAtTime() instead if smoothing is needed....

Look at the marccato positioning done by finale ![1](https://user-images.githubusercontent.com/4021701/28702171-e3aba1c8-7363-11e7-90a5-e3d546e9c9de.JPG) Now the vexflow way ![2](https://user-images.githubusercontent.com/4021701/28702180-f577fad2-7363-11e7-8980-82fa8d5d8f65.JPG) 1. Any way I can place the marccato out of the staff as Finale is positioning...

feature request

Any way I can change the size of the note heads?

feature request

Hello I'm using this load('http://path/to/file.js').then .. to load midijs soundfont Any way to bundle my sound in the js file like this? import SoundJs from 'path/to/file.js' load(SoundJs).then ..