| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update maximilian.cpp | micknoise | 2018-11-27 | 1 | -1/+1 |
| | | | | removed +6 in stereo loading. | ||||
| * | Add maxiFractionalDelay | James Frink | 2017-12-06 | 1 | -0/+35 |
| | | |||||
| * | atodb and dbtoa conversions | mzed | 2017-11-20 | 1 | -0/+8 |
| | | |||||
| * | adding convert.ftom() | mzed | 2017-11-20 | 1 | -2/+4 |
| | | |||||
| * | silencing some warnings about casting | mzed | 2017-07-13 | 1 | -6/+6 |
| | | |||||
| * | Merge pull request #37 from sieren/loadogg-assertion | micknoise | 2016-12-19 | 1 | -0/+2 |
| |\ | | | | | Added runtime assertion for undefined VORBIS | ||||
| | * | Added runtime assertion for OGG | Matt Sieren | 2015-11-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | | refactored, tested, bugfixed the new javascript samplerate-based envelopes. ↵ | mick grierson | 2016-12-19 | 1 | -21/+22 |
| | | | | | | | | | Should be good now... | ||||
| * | | Fixing errors in new envelope functions. maxiEnvelope now has a ramp ↵ | mick grierson | 2016-12-19 | 1 | -26/+88 |
| | | | | | | | | | 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 | 1 | -255/+321 |
| |\ \ | |||||
| | * | | added maxiRecorder to ofx libs and reduced volume by factor of 10 (bug) | Leon Fedden | 2016-10-25 | 1 | -1/+1 |
| | | | | |||||
| | * | | fixed maxiRecorder with OS multithreading APIs | Leon Fedden | 2016-10-16 | 1 | -255/+321 |
| | | | | |||||
| * | | | refined old envelopes | mick grierson | 2016-12-14 | 1 | -8/+136 |
| |/ / | |||||
| * | | fixing record bugs (temp fix) | mick grierson | 2016-10-11 | 1 | -255/+255 |
| | | | |||||
| * | | adding maxiRecorder | Leon Fedden | 2016-10-11 | 1 | -0/+253 |
| | | | |||||
| * | | getLength | mick grierson | 2016-10-09 | 1 | -2/+2 |
| |/ | |||||
| * | more work for kadenze mooc | mick grierson | 2015-09-22 | 1 | -0/+526 |
| | | |||||
| * | redoing tutorials a bit | mick grierson | 2015-08-27 | 1 | -0/+1 |
| | | |||||
| * | updating core files | mick grierson | 2015-08-16 | 1 | -9/+99 |
| | | |||||
| * | Tested and Working in Visual Studio 2015. Commit! | micknoise | 2015-08-08 | 1 | -1/+1 |
| | | |||||
| * | Some initial changes that are long overdue part 1 | mick grierson | 2015-07-26 | 1 | -49/+169 |
| | | |||||
| * | just some stuff | mick | 2015-01-08 | 1 | -5/+5 |
| | | |||||
| * | fixed wav file reading to account for extra bytes in some format chunks | Will Gallia | 2014-10-16 | 1 | -1/+1 |
| | | |||||
| * | bug fixes that I should have done last year | mick | 2014-10-15 | 1 | -6/+6 |
| | | | | | arg | ||||
| * | Revert "Merge pull request #17 from jamiebullock/master" | mick | 2013-11-05 | 1 | -1/+1 |
| | | | | | | This reverts commit 5387dce0877dcfee9fa7cefd7ad615ca0e05324a, reversing changes made to eabb1855777c8451c8a35bae4309ee112ac4460e. | ||||
| * | Add explicit cast from ifstream to bool to fix compile error | Jamie Bullock | 2013-10-18 | 1 | -1/+1 |
| | | |||||
| * | bandlimited osc | mick | 2012-11-24 | 1 | -4/+15 |
| | | |||||
| * | band limited oscillators | mick | 2012-11-24 | 1 | -1/+161 |
| | | |||||
| * | bollards | mick | 2012-10-10 | 1 | -1/+1 |
| | | |||||
| * | comments | mick | 2012-10-10 | 1 | -1/+1 |
| | | |||||
| * | copying changes back | Chris Kiefer | 2012-07-26 | 1 | -22/+33 |
| | | |||||
| * | updates to ofxMaxim | mick | 2012-07-26 | 1 | -11/+37 |
| | | |||||
| * | Small changes to maxisample | mick | 2012-06-15 | 1 | -42/+23 |
| | | |||||
| * | Fixed errors with ogg loading that was causing windows project to fail | mick | 2012-06-14 | 1 | -2/+4 |
| | | |||||
| * | HugoYu's github issue #4 "Example's Bug On Win32 Platform" fixed. Thanks HugoYu! | mick | 2012-06-14 | 1 | -3/+3 |
| | | |||||
| * | some commenting | Mick Grierson | 2012-04-26 | 1 | -12/+22 |
| | | |||||
| * | "added ogg vorbis support also did some minor bug fixes for windows and ↵ | Mick Grierson | 2012-04-07 | 1 | -11/+56 |
| | | | | | | | | 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! | ||||
| * | resolved merge conflicts | Chris Kiefer | 2012-02-22 | 1 | -1/+0 |
| |\ | |||||
| | * | rewrote the delay line | Mick Grierson | 2011-11-11 | 1 | -3/+3 |
| | | | |||||
| | * | delay init | Mick Grierson | 2011-11-11 | 1 | -2/+1 |
| | | | |||||
| * | | Fixed string header + g++ warnings | Chris Kiefer | 2012-01-18 | 1 | -4/+3 |
| | | | |||||
| * | | moving stuff in from my branch | Mick Grierson | 2011-12-05 | 1 | -4/+4 |
| | | | |||||
| * | | delay object commit damn you. | Mick Grierson | 2011-11-12 | 1 | -2/+2 |
| | | | |||||
| * | | delay init rewrite | Mick Grierson | 2011-11-11 | 1 | -1/+1 |
| |/ | |||||
| * | changes to mtof | Mick Grierson | 2011-11-02 | 1 | -1/+1 |
| | | |||||
| * | added maxisample::playOnce with a speed setting - only uses linear ↵ | Mick Grierson | 2011-10-28 | 1 | -0/+13 |
| | | | | | interpolation at the moment | ||||
| * | fixed the triangle waveform generator. Added some samples to test the drum ↵ | Mick Grierson | 2011-10-22 | 1 | -6/+10 |
| | | | | | machine example with | ||||
| * | basic drum machine example | Mick Grierson | 2011-10-21 | 1 | -4/+4 |
| | | |||||
| * | autogain compensation for the compression | Mick Grierson | 2011-10-20 | 1 | -4/+3 |
| | | |||||
| * | small changes to maxiDyn | Mick Grierson | 2011-10-19 | 1 | -4/+5 |
| | | |||||
