aboutsummaryrefslogtreecommitdiffstats
path: root/maximilian.h
Commit message (Collapse)AuthorAgeFilesLines
* "added ogg vorbis support also did some minor bug fixes for windows and ↵Mick Grierson2012-04-071-0/+8
| | | | | | | 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!
* Fixed string header + g++ warningsChris Kiefer2012-01-181-10/+1
|
* updated oxfMaxim to the latest version of maximilianMick Grierson2011-10-311-3/+4
| | | | | | | ofxMaxim now has one shot sample playback with speed, sample loading takes a channel arg (0 for left, 1 for right, default 0). Triangle wave fixed, new easy to use envelopes with adsr function, gate and compressor, minor changes here and there to a few methods.
* added maxisample::playOnce with a speed setting - only uses linear ↵Mick Grierson2011-10-281-0/+2
| | | | interpolation at the moment
* fixed the triangle waveform generator. Added some samples to test the drum ↵Mick Grierson2011-10-221-1/+2
| | | | machine example with
* basic drum machine exampleMick Grierson2011-10-211-0/+1
|
* wotevaMick Grierson2011-10-191-1/+2
|
* having some funMick Grierson2011-10-191-0/+6
|
* added maxiEnv - easier to use ADSR and AR envelopes for those who find ramps ↵Mick Grierson2011-10-171-4/+23
| | | | a bit weird
* added maxiDyn compressor and gateMick Grierson2011-10-161-0/+18
|
* tick example in main.cppMick Grierson2011-10-141-1/+0
|
* Support for loading a specific channel from a stereo wav file as an argument ↵Mick Grierson2011-10-121-1/+2
| | | | to the load function. Default is channel 0
* added monosynth example to main.cppMick Grierson2011-10-091-0/+1
|
* maximillian basic examplesChris Kiefer2011-08-231-0/+316