aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added maxiEnv - easier to use ADSR and AR envelopes for those who find ramps ↵Mick Grierson2011-10-171-8/+22
| | | | a bit weird
* added maxiDyn compressor and gateMick Grierson2011-10-161-16/+15
|
* tick example in main.cppMick Grierson2011-10-141-11/+17
|
* wrote some garbage at the end of the single channel sample load data so ↵Mick Grierson2011-10-121-3/+3
| | | | there's something to interpolate with.
* Support for loading a specific channel from a stereo wav file as an argument ↵Mick Grierson2011-10-121-62/+9
| | | | to the load function. Default is channel 0
* tiny changes to example filesMick Grierson2011-10-101-3/+7
|
* added polysynth example and fixed ticking errorMick Grierson2011-10-101-11/+5
|
* fixed channel problem in player.cpp. Also started work on a polysynth exampleMick Grierson2011-10-101-20/+37
|
* added monosynth example to main.cppMick Grierson2011-10-091-2/+2
|
* added monosynth example to main.cppMick Grierson2011-10-091-18/+42
|
* Sequencing exampleChris Kiefer2011-08-231-0/+2
|
* maximillian basic examplesChris Kiefer2011-08-231-0/+33