| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | delay init | Mick Grierson | 2011-11-11 | 2 | -3/+2 | |
| | | | ||||||
| | * | Start of optimisation of gabor generator | Chris Kiefer | 2011-11-10 | 3 | -2/+27 | |
| | | | ||||||
| | * | Atom book player | Chris Kiefer | 2011-11-10 | 8 | -74/+9122 | |
| | | | ||||||
| | * | More atom playback | Chris Kiefer | 2011-11-08 | 6 | -6/+23 | |
| | | | ||||||
| | * | Atom playback example, remove bin | Chris Kiefer | 2011-11-08 | 57 | -4016/+0 | |
| | | | ||||||
| | * | Atom playback example, with data | Chris Kiefer | 2011-11-08 | 3 | -3/+925 | |
| | | | ||||||
| | * | Atom playback example | Chris Kiefer | 2011-11-08 | 60 | -9/+70 | |
| | | | ||||||
| | * | Load MPTK book and play back some atoms | Chris Kiefer | 2011-11-08 | 2 | -9/+113 | |
| | | | ||||||
| | * | maxiAtoms | Chris Kiefer | 2011-11-03 | 152 | -0/+6476 | |
| | | | ||||||
| * | | fixed mem leak in fft | Chris Kiefer | 2012-02-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixing linux compilation issues | Chris Kiefer | 2012-01-18 | 2 | -13/+3 | |
| | | | ||||||
| * | | Fixed string header + g++ warnings | Chris Kiefer | 2012-01-18 | 2 | -14/+4 | |
| | | | ||||||
| * | | Flange and chorus | Chris Kiefer | 2011-12-21 | 1 | -5/+35 | |
| | | | ||||||
| * | | Fixed the triangle oscillator | Chris Kiefer | 2011-12-21 | 2 | -3/+5 | |
| | | | ||||||
| * | | comments for chorus | Chris Kiefer | 2011-12-09 | 1 | -1/+6 | |
| | | | ||||||
| * | | maxiDelayEffects | Chris Kiefer | 2011-12-09 | 2 | -5/+18 | |
| | | | ||||||
| * | | fixed position initialisation in maxisample | Chris Kiefer | 2011-12-09 | 2 | -3/+33 | |
| | | | | | | | | | added in maxiDistortion | |||||
| * | | Merge branch 'master' of github.com:micknoise/Maximilian | Chris Kiefer | 2011-12-09 | 6 | -21/+21 | |
| |\ \ | ||||||
| | * | | moving stuff in from my branch | Mick Grierson | 2011-12-05 | 6 | -21/+21 | |
| | | | | ||||||
| * | | | removed windowFuncName from fft | Chris Kiefer | 2011-12-09 | 1 | -15/+0 | |
| | | | | ||||||
| * | | | stuff | Chris Kiefer | 2011-11-22 | 1 | -1/+0 | |
| |/ / | ||||||
| * | | 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 | |
| | | ||||||
