fix input drops (hopefully) + work on sm support
This commit is contained in:
14
source/smTools/SMMeasure.hx
Normal file
14
source/smTools/SMMeasure.hx
Normal file
@ -0,0 +1,14 @@
|
||||
package smTools;
|
||||
|
||||
class SMMeasure
|
||||
{
|
||||
public var notes:Array<SMNote>;
|
||||
|
||||
private var _measure:Array<String>;
|
||||
|
||||
public function new(measureData:Array<String>)
|
||||
{
|
||||
_measure = measureData;
|
||||
notes = [];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user