Skip to content

Edt-2000/Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28c18e8 · Jun 17, 2017
Oct 13, 2016
Jun 17, 2017
May 28, 2017
May 28, 2017
Jun 17, 2017
Jun 30, 2016
Nov 5, 2016
Jul 16, 2016
May 28, 2017
Oct 13, 2016
Jun 20, 2016
May 14, 2016
Jun 17, 2017
Oct 31, 2016

Repository files navigation

Ed-2000

Arduino & GameTrak based expressive midi controller

This is our playground for all our code and experiments, we are in the progress of making separate git repositories for released code. Have a look at the Edt-2000 organisation for all the repositories.

OSC lighting commands

Single color, solid

/address 1 [start: int] [end: int] [h: int] [s: int] [l: int] [duration (only required with l == 0): int]

l == 0 dims using pulse

Single color, pulse

/address 2 [start: int] [end: int] [h: int] [s: int] [l: int] [duration: int]

Rainbow color, solid

/address 3 [start: int] [end: int] [h start: int] [delta h: int] [duration (only required with delta h == 0): int]

delta h == 0 dims using pulse

Rainbow color, pulse

/address 4 [start: int] [end: int] [h start: int] [delta h: int] [duration: int]

VU Meter

/address 100 [start: int] [end: int] [center: int] [h start: int] [delta h: int] [intensity: int]

Strobo

/address 200 [h: int] [fps: int]

h == 0 yields white strobo fps == 0 stops strobo

License

Details about the licensing can be found in the LICENSE file.

  • Please use this code for your own DIY projects
  • When you make interesting changes and additions; send us a message and/or make a Pull Request
  • Send us a link to your blog if you have one, we would love others to use our work to create cool live performances