RolandJansen / intermix

Typescript/Javascript framework for building sequencer-based audio apps
GNU Lesser General Public License v3.0
6 stars 0 forks source link

Fix note values in events #33

Closed RolandJansen closed 8 years ago

RolandJansen commented 8 years ago

Note values are still not working (in 0.1). This is because the values in events and the ones in the setTone function (Sound.js) treated differently.

RolandJansen commented 8 years ago

done. Notes are system-wide int values of 0-127 with C5=60 like in midi spec.