here's a list of a few things built with this code:
- stochastic triggering and mixing of audio clips
- "drifting" effects for audio and video mixing
- networked IPC with web applications, Ableton live, Max/MSP, etc
- libcinder 0.9.1
- Cinder-Asio
- CMake ^3.15.4
for now, unit tests are run from the project built from the test
directory. eventually, the plan is to move to a more robust unit test framework. for now, we are limited by the use of the ci_make_app
macro to building the tests as a Cinder app.
- uses Cinder's ci_make_app CMake function which is limited to building executables. ideally, we would build a library here and projects linking against it would live in a separate repository
- note that several classes (VideoData, AudioData) that have not been thoroughly tested since upgrading to Cinder 0.9