TonicAudio / Tonic

Easy and efficient audio synthesis in C++
The Unlicense
522 stars 63 forks source link

Mp thicket #213

Closed morganpackard closed 11 years ago

morganpackard commented 11 years ago

Added ControlTriggerFilter, modified ControlSwitcher so that you can assign triggers to specific inputs. Sending a trigger message via the assigned ControlGenerator will switch the ControlSwitcher to the corresponding input.

ndonald2 commented 11 years ago

@morganpackard Except for the empty class, this looks great. Feel free to merge it in yourself when you think it's ready.

Also includes the commits for #208 (universal library target for iOS) so that can be closed when this is merged.