aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 2017mick grierson2017-10-061-79/+7
|
* refactored, tested, bugfixed the new javascript samplerate-based envelopes. ↵mick grierson2016-12-191-51/+49
| | | | Should be good now...
* Fixing errors in new envelope functions. maxiEnvelope now has a ramp ↵mick grierson2016-12-191-4/+72
| | | | 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?
* refined old envelopesmick grierson2016-12-141-9/+9
|
* getLengthmick grierson2016-10-091-16/+7
|
* fixing maxiGrainsmick grierson2016-03-041-4/+4
|
* ignore xcode and emacsmzed2016-02-261-49/+19
| | | | Adding more ignores so user data doesn’t end up in the repo
* adding OF 0.92 granular eexamplemick grierson2016-02-121-39/+51
|
* biquadmick grierson2015-10-201-22/+38
|
* removing binariesmick grierson2015-10-021-65/+17
|
* Making this branch currentmick grierson2015-10-011-8/+68
|
* more work for kadenze moocmick grierson2015-09-221-38/+8
|
* main.cpp contains new envelope examplemick grierson2015-08-271-51/+37
|
* redoing tutorials a bitmick grierson2015-08-271-64/+48
|
* Tested and Working in Visual Studio 2015. Commit!micknoise2015-08-081-33/+1
|
* More major repair work. New OS X 10.10 SDK example project. New project ↵mick grierson2015-07-271-17/+98
| | | | structure. New Tutorials / Examples.
* Some initial changes that are long overdue part 1mick grierson2015-07-261-49/+20
|
* This branch is crazy leave it alone.mick grierson2015-07-261-1/+1
|
* replaced main.cpp with something more interestingmick grierson2015-06-181-23/+49
|
* just some stuffmick2015-01-081-1/+3
|
* bug fixes that I should have done last yearmick2014-10-151-49/+21
| | | | arg
* no changesmick2014-06-161-10/+51
|
* additive exampleChris Kiefer2013-10-111-3/+9
|
* test project for osx 10.8Chris Kiefer2013-09-301-29/+7
|
* bandlimited oscmick2012-11-241-2/+2
|
* bandlimited oscsmick2012-11-241-2/+2
|
* bandlimited oscillatorsmick2012-11-241-3/+6
|
* band limited oscillatorsmick2012-11-241-62/+21
|
* bollardsmick2012-10-101-7/+71
|
* changesmick2012-10-101-57/+6
|
* updatemick2012-10-051-23/+54
|
* blaamick2012-10-011-0/+6
|
* Merge branch 'master' of github.com:micknoise/MaximilianChris Kiefer2012-08-201-1/+1
|\
| * updatesmick2012-08-011-1/+1
| |
* | ogg Point struct renameChris Kiefer2012-08-201-2/+2
|/
* Small changes to maxisamplemick2012-06-151-3/+3
|
* Fixed errors with ogg loading that was causing windows project to failmick2012-06-141-1/+1
|
* HugoYu's github issue #4 "Example's Bug On Win32 Platform" fixed. Thanks HugoYu!mick2012-06-141-3/+3
|
* This shows you how to load vorbis files (in the comments)Mick Grierson2012-04-071-47/+13
|
* "added ogg vorbis support also did some minor bug fixes for windows and ↵Mick Grierson2012-04-071-3/+0
| | | | | | | 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!
* tiny changesMick Grierson2011-11-111-2/+2
|
* updated oxfMaxim to the latest version of maximilianMick Grierson2011-10-311-35/+41
| | | | | | | 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 exampleMick Grierson2011-10-281-37/+24
|
* added maxisample::playOnce with a speed setting - only uses linear ↵Mick Grierson2011-10-281-1/+1
| | | | interpolation at the moment
* added maxisample::playOnce with a speed setting - only uses linear ↵Mick Grierson2011-10-281-2/+2
| | | | interpolation at the moment
* aMick Grierson2011-10-231-16/+14
|
* idiotic typoMick Grierson2011-10-221-1/+1
|
* also added a phaseReset method to maxiOsc so you can reset phase. Usefully ↵Mick Grierson2011-10-221-2/+1
| | | | for controlling sample playback
* fixed the triangle waveform generator. Added some samples to test the drum ↵Mick Grierson2011-10-221-11/+24
| | | | machine example with
* basic drum machine example (minor edit)Mick Grierson2011-10-211-15/+20
|