aboutsummaryrefslogtreecommitdiffstats
path: root/maximilian.cpp
Commit message (Collapse)AuthorAgeFilesLines
* just some stuffmick2015-01-081-5/+5
|
* fixed wav file reading to account for extra bytes in some format chunksWill Gallia2014-10-161-1/+1
|
* bug fixes that I should have done last yearmick2014-10-151-6/+6
| | | | arg
* Revert "Merge pull request #17 from jamiebullock/master"mick2013-11-051-1/+1
| | | | | This reverts commit 5387dce0877dcfee9fa7cefd7ad615ca0e05324a, reversing changes made to eabb1855777c8451c8a35bae4309ee112ac4460e.
* Add explicit cast from ifstream to bool to fix compile errorJamie Bullock2013-10-181-1/+1
|
* bandlimited oscmick2012-11-241-4/+15
|
* band limited oscillatorsmick2012-11-241-1/+161
|
* bollardsmick2012-10-101-1/+1
|
* commentsmick2012-10-101-1/+1
|
* copying changes backChris Kiefer2012-07-261-22/+33
|
* updates to ofxMaximmick2012-07-261-11/+37
|
* Small changes to maxisamplemick2012-06-151-42/+23
|
* Fixed errors with ogg loading that was causing windows project to failmick2012-06-141-2/+4
|
* HugoYu's github issue #4 "Example's Bug On Win32 Platform" fixed. Thanks HugoYu!mick2012-06-141-3/+3
|
* some commentingMick Grierson2012-04-261-12/+22
|
* "added ogg vorbis support also did some minor bug fixes for windows and ↵Mick Grierson2012-04-071-11/+56
| | | | | | | fixed a bug in stereo sample loading where the files played back a t a funny speed" You *need* to make sure that stb_vorbis.h and stb_vorbis.c are included in your VS2010 or Xcode project if you want vorbis support!
* resolved merge conflictsChris Kiefer2012-02-221-1/+0
|\
| * rewrote the delay lineMick Grierson2011-11-111-3/+3
| |
| * delay initMick Grierson2011-11-111-2/+1
| |
* | Fixed string header + g++ warningsChris Kiefer2012-01-181-4/+3
| |
* | moving stuff in from my branchMick Grierson2011-12-051-4/+4
| |
* | delay object commit damn you.Mick Grierson2011-11-121-2/+2
| |
* | delay init rewriteMick Grierson2011-11-111-1/+1
|/
* changes to mtofMick Grierson2011-11-021-1/+1
|
* added maxisample::playOnce with a speed setting - only uses linear ↵Mick Grierson2011-10-281-0/+13
| | | | interpolation at the moment
* fixed the triangle waveform generator. Added some samples to test the drum ↵Mick Grierson2011-10-221-6/+10
| | | | machine example with
* basic drum machine exampleMick Grierson2011-10-211-4/+4
|
* autogain compensation for the compressionMick Grierson2011-10-201-4/+3
|
* small changes to maxiDynMick Grierson2011-10-191-4/+5
|
* tiny changes to maxiDynMick Grierson2011-10-191-1/+3
|
* fixed compressorMick Grierson2011-10-191-3/+3
|
* wotevaMick Grierson2011-10-191-20/+39
|
* fixed gate clicking on retrigMick Grierson2011-10-191-2/+2
|
* having some funMick Grierson2011-10-191-2/+18
|
* hmm maxiDyn needs a bit more workMick Grierson2011-10-181-8/+2
|
* added maxiEnv - easier to use ADSR and AR envelopes for those who find ramps ↵Mick Grierson2011-10-171-0/+2
| | | | a bit weird
* added maxiEnv - easier to use ADSR and AR envelopes for those who find ramps ↵Mick Grierson2011-10-171-4/+96
| | | | a bit weird
* added maxiDyn compressor and gateMick Grierson2011-10-161-0/+62
|
* wrote some garbage at the end of the single channel sample load data so ↵Mick Grierson2011-10-121-1/+1
| | | | there's something to interpolate with.
* Support for loading a specific channel from a stereo wav file as an argument ↵Mick Grierson2011-10-121-1/+12
| | | | to the load function. Default is channel 0
* made a small change to maxiEnvelope.Mick Grierson2011-10-091-2/+2
|
* added monosynth example to main.cppMick Grierson2011-10-091-1/+10
|
* maximillian basic examplesChris Kiefer2011-08-231-0/+803