aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* bandlimited oscsmick2012-11-241-2/+2
|
* bandlimited oscillatorsmick2012-11-241-3/+6
|
* band limited oscillatorsmick2012-11-241-62/+21
|
* bollardsmick2012-10-101-7/+71
|
* changesmick2012-10-101-57/+6
|
* updatemick2012-10-051-23/+54
|
* blaamick2012-10-011-0/+6
|
* Merge branch 'master' of github.com:micknoise/MaximilianChris Kiefer2012-08-201-1/+1
|\
| * updatesmick2012-08-011-1/+1
| |
* | ogg Point struct renameChris Kiefer2012-08-201-2/+2
|/
* Small changes to maxisamplemick2012-06-151-3/+3
|
* Fixed errors with ogg loading that was causing windows project to failmick2012-06-141-1/+1
|
* HugoYu's github issue #4 "Example's Bug On Win32 Platform" fixed. Thanks HugoYu!mick2012-06-141-3/+3
|
* This shows you how to load vorbis files (in the comments)Mick Grierson2012-04-071-47/+13
|
* "added ogg vorbis support also did some minor bug fixes for windows and ↵Mick Grierson2012-04-071-3/+0
| | | | | | | 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!
* tiny changesMick Grierson2011-11-111-2/+2
|
* updated oxfMaxim to the latest version of maximilianMick Grierson2011-10-311-35/+41
| | | | | | | 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 new enveloping exampleMick Grierson2011-10-281-37/+24
|
* added maxisample::playOnce with a speed setting - only uses linear ↵Mick Grierson2011-10-281-1/+1
| | | | interpolation at the moment
* added maxisample::playOnce with a speed setting - only uses linear ↵Mick Grierson2011-10-281-2/+2
| | | | interpolation at the moment
* aMick Grierson2011-10-231-16/+14
|
* idiotic typoMick Grierson2011-10-221-1/+1
|
* also added a phaseReset method to maxiOsc so you can reset phase. Usefully ↵Mick Grierson2011-10-221-2/+1
| | | | for controlling sample playback
* fixed the triangle waveform generator. Added some samples to test the drum ↵Mick Grierson2011-10-221-11/+24
| | | | machine example with
* basic drum machine example (minor edit)Mick Grierson2011-10-211-15/+20
|
* 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