fix input drops (hopefully) + work on sm support

This commit is contained in:
Kade M
2021-06-23 01:51:37 -07:00
parent 95c35190c5
commit a1e2109f57
5 changed files with 139 additions and 4 deletions

8
source/smTools/SMNote.hx Normal file
View File

@ -0,0 +1,8 @@
package smTools;
class SMNote
{
public var time:Float;
public var data:Int;
public var length:Float;
}