| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #37 from sieren/loadogg-assertion | micknoise | 2016-12-19 | 1 | -0/+1 |
| |\ | | | | | Added runtime assertion for undefined VORBIS | ||||
| | * | Added runtime assertion for OGG | Matt Sieren | 2015-11-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | 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 | -3/+3 |
| | | | | | | | | | Should be good now... | ||||
| * | | Fixing errors in new envelope functions. maxiEnvelope now has a ramp ↵ | mick grierson | 2016-12-19 | 1 | -7/+9 |
| | | | | | | | | | 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 | -35/+58 |
| |\ \ | |||||
| | * | | fixed maxiRecorder with OS multithreading APIs | Leon Fedden | 2016-10-16 | 1 | -35/+58 |
| | | | | |||||
| * | | | refined old envelopes | mick grierson | 2016-12-14 | 1 | -3/+14 |
| |/ / | |||||
| * | | fixing record bugs (temp fix) | mick grierson | 2016-10-11 | 1 | -34/+34 |
| | | | |||||
| * | | adding maxiRecorder | Leon Fedden | 2016-10-11 | 1 | -0/+33 |
| | | | |||||
| * | | getLength | mick grierson | 2016-10-09 | 1 | -1/+1 |
| |/ | |||||
| * | more work for kadenze mooc | mick grierson | 2015-09-22 | 1 | -3/+166 |
| | | |||||
| * | updating core files | mick grierson | 2015-08-16 | 1 | -80/+200 |
| | | |||||
| * | yeah | mick grierson | 2015-08-13 | 1 | -1/+1 |
| | | |||||
| * | Tested and Working in Visual Studio 2015. Commit! | micknoise | 2015-08-08 | 1 | -0/+4 |
| | | |||||
| * | Some initial changes that are long overdue part 1 | mick grierson | 2015-07-26 | 1 | -4/+16 |
| | | |||||
| * | band limited oscillators | mick | 2012-11-24 | 1 | -0/+2 |
| | | |||||
| * | copying changes back | Chris Kiefer | 2012-07-26 | 1 | -18/+24 |
| | | |||||
| * | updates to ofxMaxim | mick | 2012-07-26 | 1 | -6/+165 |
| | | |||||
| * | HugoYu's github issue #4 "Example's Bug On Win32 Platform" fixed. Thanks HugoYu! | mick | 2012-06-14 | 1 | -2/+3 |
| | | |||||
| * | some commenting | Mick Grierson | 2012-04-26 | 1 | -33/+1 |
| | | |||||
| * | "added ogg vorbis support also did some minor bug fixes for windows and ↵ | Mick Grierson | 2012-04-07 | 1 | -0/+8 |
| | | | | | | | | 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! | ||||
| * | Fixed string header + g++ warnings | Chris Kiefer | 2012-01-18 | 1 | -10/+1 |
| | | |||||
| * | updated oxfMaxim to the latest version of maximilian | Mick Grierson | 2011-10-31 | 1 | -3/+4 |
| | | | | | | | | 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 maxisample::playOnce with a speed setting - only uses linear ↵ | Mick Grierson | 2011-10-28 | 1 | -0/+2 |
| | | | | | interpolation at the moment | ||||
| * | fixed the triangle waveform generator. Added some samples to test the drum ↵ | Mick Grierson | 2011-10-22 | 1 | -1/+2 |
| | | | | | machine example with | ||||
| * | basic drum machine example | Mick Grierson | 2011-10-21 | 1 | -0/+1 |
| | | |||||
| * | woteva | Mick Grierson | 2011-10-19 | 1 | -1/+2 |
| | | |||||
| * | having some fun | Mick Grierson | 2011-10-19 | 1 | -0/+6 |
| | | |||||
| * | added maxiEnv - easier to use ADSR and AR envelopes for those who find ramps ↵ | Mick Grierson | 2011-10-17 | 1 | -4/+23 |
| | | | | | a bit weird | ||||
| * | added maxiDyn compressor and gate | Mick Grierson | 2011-10-16 | 1 | -0/+18 |
| | | |||||
| * | tick example in main.cpp | Mick Grierson | 2011-10-14 | 1 | -1/+0 |
| | | |||||
| * | Support for loading a specific channel from a stereo wav file as an argument ↵ | Mick Grierson | 2011-10-12 | 1 | -1/+2 |
| | | | | | to the load function. Default is channel 0 | ||||
| * | added monosynth example to main.cpp | Mick Grierson | 2011-10-09 | 1 | -0/+1 |
| | | |||||
| * | maximillian basic examples | Chris Kiefer | 2011-08-23 | 1 | -0/+316 |
