soundfont-player icon indicating copy to clipboard operation
soundfont-player copied to clipboard

Track with delta

Open tjvg91 opened this issue 7 years ago • 0 comments

My midi tracks with notes on have a delta value on them:

{
	byteIndex: 140
	channel: 2
	delta: 216
	name: "Note on"
	noteName: "D4"
	noteNumber: 62
	running: true
	tick: 2444
	track: 3
	velocity: 0
}

Where do I insert these delta values while playing? It sounds pretty bad as it is. I tried playing midi tracks with delta being all 0 and it sounds perfect. But as it is most of my midi have tracks with delta greater than 0 on them. Pls. help.

tjvg91 avatar Dec 29 '17 12:12 tjvg91