-
guillweb
Hi,
My patch enable the user to define two gestures he wants and then associate them to midi notes.
In the video below I am using smartphones that send accelerometor information to pd through OSC messages. The patch learn the gestures in a training session (should be less that 2 min with configuration). Then the user can run the recognition and send midi notes. By sending the Midi notes to ableton hosting Battery3 I have been playing drums with two smart phones.
This is a first release. The patch is not user-friendly. We will care more about the interface in the next releases.
Video presentation - drums with smartphones demo (3 min) :
PDF detailed report :
(Installation insctruction, usage instructions and technical details)
https://docs.google.com/file/d/0B5soIZNKrSxhQ25PNVhaVFBITWM/viewGigote First release (not user friendly, I have just finished the development):
https://docs.google.com/file/d/0B5soIZNKrSxhMV9hLTUzSGVNLXM/viewThe algorithm is based on Davide Morelli's work and his neural network patches.
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/ann/Vi ses,
See you,
Ciou. -
guillweb
Hi everyone,
Configuration:
- pd-extended 0.42.5
- Windows 7
I downloaded this patch :
Realtime gesture analysis (based on time delayed neural network)
http://cosmal.ucsd.edu/arshia/index.php?n=Main.LakitchenThe path to iemmatrix library is specified, many of its patches are working good and I have these error messages :
@PD-CONSOLE said:mtx_+
... couldn't create
mtx_./
... couldn't create
mtx_./
... couldn't create
mtx_./
... couldn't create
mtx_./
... couldn't create
mtx_./
... couldn't create
mtx_./
... couldn't create
mtx_./
... couldn't create
mtx_./
... couldn't create
mtx_./
... couldn't create
mtx_./
... couldn't create
mtx_./
... couldn't create
mtx_./
... couldn't create
error: [dumpOSC]: OSCx is deprecated!
Consider switching to mrpeach's [unpackOSC] and [udpreceive]
calibration
... couldn't create
calibration
... couldn't createI thought it may be because the patch is old and is using an older version of iemmatrix ?
Is calibration a common patch ? How can I get this ?