flick-osc
flick-osc is a Python script which enables to easily stream the Flick sensor data mounted on on Raspberry Pi via Open Sound Control (OSC).
Dependencies
- pyOSC
- Pure Data, for running the Pure Data patch. Alternatively, use any application able to receive OSC messages at IP 127.0.0.1 (local host) port 5000.
To instal and run
Launch the terminal and type:
- git clone https://github.com/balandinodidonato/Flick
- cd /home/pi/Flick/flick
- sudo python setup.py install
Launch Pure Data patch in Flick/pd-example/flick-osc.pd. Back to terminal and type:
- flick-osc
