| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moving stuff in from my branch | Mick Grierson | 2011-12-05 | 6 | -21/+21 |
| | | |||||
| * | delay updates. These are final damnit. | Mick Grierson | 2011-11-12 | 3 | -6/+6 |
| | | |||||
| * | delay object commit damn you. | Mick Grierson | 2011-11-12 | 1 | -2/+2 |
| | | |||||
| * | delay init rewrite | Mick Grierson | 2011-11-11 | 4 | -4/+4 |
| | | |||||
| * | Merge branch 'master' of github.com:micknoise/Maximilian | Chris Kiefer | 2011-11-03 | 11 | -10/+4 |
| |\ | |||||
| | * | changes to mtof | Mick Grierson | 2011-11-02 | 4 | -4/+4 |
| | | | |||||
| | * | removed gitignore from 007 osx example data folder | Mick Grierson | 2011-11-02 | 2 | -3/+0 |
| | | | |||||
| | * | 007 ofxiPhone example gitignore removed from data folder | Mick Grierson | 2011-11-02 | 5 | -3/+0 |
| | | | |||||
| * | | PI | Chris Kiefer | 2011-11-03 | 2 | -3/+4 |
| |/ | |||||
| * | ofxMaxim Examples updated. Tested on XCode 4 with ofxiPhone 007 and iOS 5 - ↵ | Mick Grierson | 2011-10-31 | 152 | -0/+831 |
| | | | | | everything works. | ||||
| * | dirty laundry | Mick Grierson | 2011-10-31 | 18 | -462/+1893 |
| | | |||||
| * | updated oxfMaxim to the latest version of maximilian | Mick Grierson | 2011-10-31 | 4 | -101/+379 |
| | | | | | | | | 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 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 |
| | | |||||
