Skip to content

dadaphl/oneDollar-supercollider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

One Dollar gesture recognizer - SuperCollider port

A SuperColloder (sclang) port of the JavaScript $1 Unistroke Recognizer.

Installation

github

Clone this repository to the SuperCollider Extensions folder and recompile Class Library.

Getting started

(
  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

License

Information about the $1 project can be found here.

Original Licence included with the source files.

About

SuperCollider (sclang) port of the $1 Unistroke Recognizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published