weego / character

DMIs with Character. A Series with code examples in SuperCollider.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

character

Digital Music Instruments (DMIs) with Character. A Series with code examples in SuperCollider.

-- work in progress --

intro

Everyone wants to play musical instruments that have character. There's tons of toys out there that ain't got any, and everyone is after those that do. But what is it that gives them character, and how can we achieve it in our own designs?

The repo is structured in conceptual parts with reading material, and SC code.

methods

cybernetics / nontrivial systems / the Barrons

Read:

Realizations:

Bad behaviour - against engineering norms

inspired by organic life

  • linear drift aka aging - reboot to get back. Barron's Synths.
  • mutation
    • start conditions mutate: Rand()
    • changing mapping - meta mapping
      • SuperCollider Influx library
      • Chikashi Myiama, Peacock 2009
The mapping between outputs from the sensors and the parameters of the synthesizer gradually varies as the piece unfolds. Thus, an identical movement of hands produces completely different musical results in different sections of the piece.  
  • stochastics

About

DMIs with Character. A Series with code examples in SuperCollider.

License:Creative Commons Zero v1.0 Universal