aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* basic drum machine exampleMick Grierson2011-10-211-16/+39
|
* autogain compensation for the compressionMick Grierson2011-10-201-2/+3
|
* Added Compressor ExampleMick Grierson2011-10-191-2/+5
|
* tiny changes to maxiDynMick Grierson2011-10-191-1/+1
|
* fixed compressorMick Grierson2011-10-191-4/+2
|
* wotevaMick Grierson2011-10-191-6/+11
|
* fixed gate clicking on retrigMick Grierson2011-10-191-49/+10
|
* having some funMick Grierson2011-10-191-14/+39
|
* hmm maxiDyn needs a bit more workMick Grierson2011-10-181-11/+14
|
* added maxiEnv - easier to use ADSR and AR envelopes for those who find ramps ↵Mick Grierson2011-10-171-13/+7
| | | | a bit weird
* 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