├── README.md ├── arduino ├── touche_graph │ └── touche_graph.ino └── touche_peak │ └── touche_peak.ino ├── maxmsp ├── touche_graph_MaxMsp.maxpat └── touche_peak_MaxMsp.maxpat └── puredata ├── touche_detector.pd ├── touche_graph.pd ├── touche_peak.pd └── touche_serial.pd /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madlabdk/touche/HEAD/README.md -------------------------------------------------------------------------------- /arduino/touche_graph/touche_graph.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madlabdk/touche/HEAD/arduino/touche_graph/touche_graph.ino -------------------------------------------------------------------------------- /arduino/touche_peak/touche_peak.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madlabdk/touche/HEAD/arduino/touche_peak/touche_peak.ino -------------------------------------------------------------------------------- /maxmsp/touche_graph_MaxMsp.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madlabdk/touche/HEAD/maxmsp/touche_graph_MaxMsp.maxpat -------------------------------------------------------------------------------- /maxmsp/touche_peak_MaxMsp.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madlabdk/touche/HEAD/maxmsp/touche_peak_MaxMsp.maxpat -------------------------------------------------------------------------------- /puredata/touche_detector.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madlabdk/touche/HEAD/puredata/touche_detector.pd -------------------------------------------------------------------------------- /puredata/touche_graph.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madlabdk/touche/HEAD/puredata/touche_graph.pd -------------------------------------------------------------------------------- /puredata/touche_peak.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madlabdk/touche/HEAD/puredata/touche_peak.pd -------------------------------------------------------------------------------- /puredata/touche_serial.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madlabdk/touche/HEAD/puredata/touche_serial.pd --------------------------------------------------------------------------------