A SuperColloder (sclang) port of the JavaScript $1 Unistroke Recognizer.
Clone this repository to the SuperCollider Extensions folder and recompile Class Library.
(
p = [
54@19,52@20,51@21,49@21,47@22,46@23,44@24,43@24,
36@36,33@49,37@62,49@66,58@57,61@44,57@31,45@28
];
d = DollarRecognizer.new ;
r = d.recognize( p , false);
[r.name, r.score].postln
)
Please checkout examples from the Examples directory
Information about the $1 project can be found here.
Original Licence included with the source files.