| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Makefilemaster | Jan Tuomi | 2018-12-18 | 2 | -0/+16 |
| | | |||||
| * | Update maximilian.cpp | micknoise | 2018-11-27 | 1 | -1/+1 |
| | | | | removed +6 in stereo loading. | ||||
| * | Merge pull request #60 from JamesFrink/master | Michael Zbyszyński | 2018-01-22 | 4 | -0/+89 |
| |\ | | | | | Add maxiFractionalDelay | ||||
| | * | Add maxiFractionalDelay | James Frink | 2017-12-06 | 4 | -0/+89 |
| |/ | |||||
| * | atodb and dbtoa conversions | mzed | 2017-11-20 | 2 | -0/+10 |
| | | |||||
| * | adding convert.ftom() | mzed | 2017-11-20 | 2 | -3/+6 |
| | | |||||
| * | fixing bad use of commas in destructors | mzed | 2017-11-20 | 2 | -10/+21 |
| | | |||||
| * | 2017 | mick grierson | 2017-10-06 | 2 | -79/+1685 |
| | | |||||
| * | added some include paths so I don't have to rely on the IDE | mzed | 2017-10-04 | 3 | -3/+3 |
| | | |||||
| * | silencing some warnings about casting | mzed | 2017-07-13 | 1 | -6/+6 |
| | | |||||
| * | Fixing the "non-void" function warning in maxiGrains.h | Michael Zbyszynski | 2017-05-04 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #37 from sieren/loadogg-assertion | micknoise | 2016-12-19 | 2 | -0/+3 |
| |\ | | | | | Added runtime assertion for undefined VORBIS | ||||
| | * | Added runtime assertion for OGG | Matt Sieren | 2015-11-10 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | New users might not end up digging through the actual implementation to uncomment the VORBIS definition right away. The runtime assertion will fire if a user calls loadOGG without the definition, thus reminding to uncomment. | ||||
| * | | Merge pull request #52 from cthom055/master | micknoise | 2016-12-19 | 1 | -2/+2 |
| |\ \ | | | | | | | fixed IFFT on Windows | ||||
| | * | | fixed IFFT on Windows | Cameron Thomas | 2016-10-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | * fixed bug on line 547-548 * memsets now clear the latter half of the array properly | ||||
| * | | | refactored, tested, bugfixed the new javascript samplerate-based envelopes. ↵ | mick grierson | 2016-12-19 | 3 | -75/+74 |
| | | | | | | | | | | | | | Should be good now... | ||||
| * | | | Fixing errors in new envelope functions. maxiEnvelope now has a ramp ↵ | mick grierson | 2016-12-19 | 3 | -37/+169 |
| | | | | | | | | | | | | | function, a ramps function that takes time / value pairs from a std::vector, an adsr and ar that all sync directly to the samplerate. They all take params in seconds. This makes it easier for javascript users when I transpile with emscripten. Wait what? | ||||
| * | | | Merge remote-tracking branch 'origin/master' | mick grierson | 2016-12-14 | 6 | -1252/+1719 |
| |\ \ \ | |||||
| | * | | | Update README | micknoise | 2016-11-05 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | added maxiRecorder to ofx libs and reduced volume by factor of 10 (bug) | Leon Fedden | 2016-10-25 | 3 | -959/+1334 |
| | | | | |||||
| | * | | fixed maxiRecorder with OS multithreading APIs | Leon Fedden | 2016-10-16 | 3 | -293/+385 |
| | | | | |||||
| * | | | refined old envelopes | mick grierson | 2016-12-14 | 7 | -29/+170 |
| |/ / | |||||
| * | | fixing record bugs (temp fix) | mick grierson | 2016-10-11 | 3 | -291/+291 |
| | | | |||||
| * | | Merge branch 'master' of github.com:micknoise/Maximilian | Leon Fedden | 2016-10-11 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | fixed FFT example | mick grierson | 2016-10-11 | 1 | -2/+2 |
| | | | | |||||
| * | | | adding maxiRecorder | Leon Fedden | 2016-10-11 | 3 | -0/+340 |
| |/ / | |||||
| * | | getLength | mick grierson | 2016-10-09 | 3 | -19/+10 |
| | | | |||||
| * | | fixing maxiGrains | mick grierson | 2016-03-04 | 25 | -706/+1388 |
| | | | |||||
| * | | removing more user-specific xcode files | mzed | 2016-03-03 | 8 | -16/+0 |
| | | | |||||
| * | | removing user-specific data from repo | mzed | 2016-03-03 | 14 | -666/+0 |
| | | | |||||
| * | | ignore xcode and emacs | mzed | 2016-02-26 | 2 | -51/+39 |
| | | | | | | | | | Adding more ignores so user data doesn’t end up in the repo | ||||
| * | | adding OF 0.92 granular eexample | mick grierson | 2016-02-12 | 24 | -39/+2718 |
| | | | |||||
| * | | adding fft terminal example | mick grierson | 2015-12-08 | 3 | -71/+42 |
| |/ | |||||
| * | adding maxiClock, synths and polyphonic samplers to the openframeworks ↵ | mick grierson | 2015-11-10 | 2 | -958/+1648 |
| | | | | | addon. Will make life much easier... | ||||
| * | clean up | mick grierson | 2015-10-27 | 300 | -2/+0 |
| | | |||||
| * | adding new examples with better documentation | mick grierson | 2015-10-27 | 35 | -0/+10815 |
| | | |||||
| * | adding biquad example from Rebecca | mick grierson | 2015-10-20 | 2 | -66/+50 |
| | | |||||
| * | biquad | mick grierson | 2015-10-20 | 4 | -22/+38 |
| | | |||||
| * | removing more binaries | mick grierson | 2015-10-02 | 21 | -11/+0 |
| | | |||||
| * | removing binaries | mick grierson | 2015-10-02 | 490 | -35977/+141 |
| | | |||||
| * | resolving merge conflict | mick grierson | 2015-10-01 | 888 | -23705/+22011 |
| |\ | |||||
| | * | fixing tutorial errors | mick grierson | 2015-10-01 | 1 | -2/+2 |
| | | | |||||
| | * | Making this branch current | mick grierson | 2015-10-01 | 2 | -8/+68 |
| | | | |||||
| | * | more work for kadenze mooc | mick grierson | 2015-09-22 | 209 | -144/+24544 |
| | | | |||||
| | * | main.cpp contains new envelope example | mick grierson | 2015-08-27 | 2 | -51/+37 |
| | | | |||||
| | * | redoing tutorials a bit | mick grierson | 2015-08-27 | 15 | -172/+230 |
| | | | |||||
| | * | updating core files | mick grierson | 2015-08-16 | 12 | -811/+1970 |
| | | | |||||
| | * | adding addon .. er | mick grierson | 2015-08-14 | 570 | -516/+77458 |
| | | | |||||
| | * | testing | mick grierson | 2015-08-14 | 1 | -0/+0 |
| | | | |||||
| | * | yeah | mick grierson | 2015-08-13 | 3 | -5/+5 |
| | | | |||||
