| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added new enveloping example | Mick Grierson | 2011-10-28 | 2 | -37/+79 |
| | | |||||
| * | added maxisample::playOnce with a speed setting - only uses linear ↵ | Mick Grierson | 2011-10-28 | 1 | -1/+1 |
| | | | | | interpolation at the moment | ||||
| * | added maxisample::playOnce with a speed setting - only uses linear ↵ | Mick Grierson | 2011-10-28 | 3 | -2/+17 |
| | | | | | interpolation at the moment | ||||
| * | a | Mick Grierson | 2011-10-23 | 1 | -16/+14 |
| | | |||||
| * | idiotic typo | Mick Grierson | 2011-10-22 | 1 | -1/+1 |
| | | |||||
| * | also added a phaseReset method to maxiOsc so you can reset phase. Usefully ↵ | Mick Grierson | 2011-10-22 | 1 | -2/+1 |
| | | | | | for controlling sample playback | ||||
| * | fixed the triangle waveform generator. Added some samples to test the drum ↵ | Mick Grierson | 2011-10-22 | 5 | -18/+36 |
| | | | | | machine example with | ||||
| * | basic drum machine example (minor edit) | Mick Grierson | 2011-10-21 | 2 | -31/+41 |
| | | |||||
| * | basic drum machine example | Mick Grierson | 2011-10-21 | 4 | -20/+97 |
| | | |||||
| * | autogain compensation for the compression | Mick Grierson | 2011-10-20 | 2 | -6/+6 |
| | | |||||
| * | Added Compressor Example | Mick Grierson | 2011-10-19 | 3 | -11/+42 |
| | | |||||
| * | small changes to maxiDyn | Mick Grierson | 2011-10-19 | 1 | -4/+5 |
| | | |||||
| * | tiny changes to maxiDyn | Mick Grierson | 2011-10-19 | 2 | -2/+4 |
| | | |||||
| * | fixed compressor | Mick Grierson | 2011-10-19 | 2 | -7/+5 |
| | | |||||
| * | woteva | Mick Grierson | 2011-10-19 | 3 | -27/+52 |
| | | |||||
| * | fixed gate clicking on retrig | Mick Grierson | 2011-10-19 | 2 | -51/+12 |
| | | |||||
| * | having some fun | Mick Grierson | 2011-10-19 | 4 | -16/+125 |
| | | |||||
| * | hmm maxiDyn needs a bit more work | Mick Grierson | 2011-10-18 | 2 | -19/+16 |
| | | |||||
| * | added maxiEnv - easier to use ADSR and AR envelopes for those who find ramps ↵ | Mick Grierson | 2011-10-17 | 1 | -0/+2 |
| | | | | | a bit weird | ||||
| * | added maxiEnv - easier to use ADSR and AR envelopes for those who find ramps ↵ | Mick Grierson | 2011-10-17 | 1 | -13/+7 |
| | | | | | a bit weird | ||||
| * | added maxiEnv - easier to use ADSR and AR envelopes for those who find ramps ↵ | Mick Grierson | 2011-10-17 | 3 | -16/+141 |
| | | | | | a bit weird | ||||
| * | added maxiDyn compressor and gate | Mick Grierson | 2011-10-16 | 3 | -16/+95 |
| | | |||||
| * | tick example in main.cpp | Mick Grierson | 2011-10-14 | 2 | -12/+17 |
| | | |||||
| * | wrote some garbage at the end of the single channel sample load data so ↵ | Mick Grierson | 2011-10-12 | 2 | -4/+4 |
| | | | | | there's something to interpolate with. | ||||
| * | Support for loading a specific channel from a stereo wav file as an argument ↵ | Mick Grierson | 2011-10-12 | 3 | -64/+23 |
| | | | | | to the load function. Default is channel 0 | ||||
| * | tiny changes to example files | Mick Grierson | 2011-10-10 | 2 | -9/+15 |
| | | |||||
| * | added polysynth example and fixed ticking error | Mick Grierson | 2011-10-10 | 3 | -13/+79 |
| | | |||||
| * | fixed channel problem in player.cpp. Also started work on a polysynth example | Mick Grierson | 2011-10-10 | 2 | -22/+39 |
| | | |||||
| * | made a small change to maxiEnvelope. | Mick Grierson | 2011-10-09 | 1 | -2/+2 |
| | | |||||
| * | added monosynth example | Mick Grierson | 2011-10-09 | 1 | -0/+59 |
| | | |||||
| * | added monosynth example to main.cpp | Mick Grierson | 2011-10-09 | 1 | -2/+2 |
| | | |||||
| * | added monosynth example to main.cpp | Mick Grierson | 2011-10-09 | 3 | -19/+53 |
| | | |||||
| * | Templated MFCCs | Chris Kiefer | 2011-10-07 | 4 | -177/+210 |
| | | |||||
| * | Deallocation issues | Chris Kiefer | 2011-09-30 | 5 | -11/+13 |
| | | |||||
| * | myDataSize made public | Chris Kiefer | 2011-09-22 | 1 | -1/+1 |
| | | |||||
| * | adding ofxMaxiMFCC | Chris Kiefer | 2011-09-09 | 1 | -0/+2 |
| | | |||||
| * | readme file update | Chris Kiefer | 2011-08-25 | 1 | -0/+15 |
| | | |||||
| * | fixed dsound include on mac | Chris Kiefer | 2011-08-25 | 1 | -1/+3 |
| | | |||||
| * | Merge branch 'master' of github.com:micknoise/Maximilian | Chris Kiefer | 2011-08-25 | 11 | -7/+258 |
| |\ | | | | | | | | | Conflicts: .gitignore | ||||
| | * | Merge branch 'master' of github.com:micknoise/Maximilian | Chris Kiefer | 2011-08-25 | 169 | -0/+20878 |
| | |\ | |||||
| | * | | windows vs2010 project | Chris Kiefer | 2011-08-25 | 9 | -1/+243 |
| | | | | |||||
| | * | | rtaudio mods | Chris Kiefer | 2011-08-25 | 1 | -3/+7 |
| | | | | |||||
| | * | | rtaudio mods | Chris Kiefer | 2011-08-25 | 1 | -3/+7 |
| | | | | |||||
| * | | | gitignore | Chris Kiefer | 2011-08-25 | 1 | -1/+2 |
| | |/ |/| | |||||
| * | | remove obj files | Chris Kiefer | 2011-08-24 | 13 | -31/+0 |
| | | | |||||
| * | | added ofxMaxim 007 example | Mick Grierson | 2011-08-24 | 79 | -0/+8140 |
| | | | |||||
| * | | added ofxMaxim | Mick Grierson | 2011-08-23 | 102 | -0/+12769 |
| |/ | |||||
| * | README for linux | Chris Kiefer | 2011-08-23 | 1 | -1/+14 |
| | | |||||
| * | ignore file | Chris Kiefer | 2011-08-23 | 1 | -0/+2 |
| | | |||||
| * | sequencing example | Chris Kiefer | 2011-08-23 | 30 | -551/+0 |
| | | |||||
