Making Sound with Sensors: Unterschied zwischen den Versionen

Aus hyperdramatik
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 21: Zeile 21:
==[[Arduino Sound]] (synthesized 8bit sound)==
==[[Arduino Sound]] (synthesized 8bit sound)==


Sensors to Arduino
Sensors to Arduino, making 8-bit sound with Tone function or with Mozzi sound library
 
Arduino Mozzi sound library




==[[Processing Sound]] (synthesized sound, playback sound, sound effects)==
==[[Processing Sound]] (synthesized sound, playback sound, sound effects)==


Sensors to Processing via Serial Port
Sensors to Processing via Serial Port, and various sound examples




==[[Pure Data Sound]] (synthesized sound, playback sound, sound effects)==
==[[Pure Data Sound]] (synthesized sound, playback sound, sound effects)==


Sensors to Pure Data via Serial Port
[[Communicating Bodies PD Patches]]: Sensors to Pure Data via Serial Port or MQTT, triggering sound samples and granular synthesis
 
Sensors to Pure Data via MQTT




==[[Max Sound]] (synthesized sound, playback sound, sound effects)==
==[[Max Sound]] (synthesized sound, playback sound, sound effects)==


Sensors to Max/MSP via Serial Port
[[Caro's Friend's Max Patch]]: Sensors to Max/MSP via Serial Port, triggering MIDI in Ableton via OSC

Version vom 12. November 2021, 10:59 Uhr

Often one wants to trigger "some sort of sound" with sensors. Deciding what setup to use for this depends a lot on:

  • the kind of sound you want to make: 8bit music, synthesized sound, playback sound files and modification of sound files (granular synthesis...)....
  • your previous knowledge in different software such as: arduino, processing, pure data, max/msp, vvvv, audacity, ableton....
  • how much time you have :-)


AN ATTEMPT AT AN OVERVIEW: THE ISLAND OF SOUND

51674431739_74b6f9c575_c.jpg

island of sound: https://www.flickr.com/photos/plusea/51674431739/in/dateposted/


SOME CONCRETE EXAMPLES

Here are a few setups that have been used by S&&O over the years:

Arduino Sound (synthesized 8bit sound)

Sensors to Arduino, making 8-bit sound with Tone function or with Mozzi sound library


Processing Sound (synthesized sound, playback sound, sound effects)

Sensors to Processing via Serial Port, and various sound examples


Pure Data Sound (synthesized sound, playback sound, sound effects)

Communicating Bodies PD Patches: Sensors to Pure Data via Serial Port or MQTT, triggering sound samples and granular synthesis


Max Sound (synthesized sound, playback sound, sound effects)

Caro's Friend's Max Patch: Sensors to Max/MSP via Serial Port, triggering MIDI in Ableton via OSC