https://github.com/edap/examplesofxmaxim
usage examples of the ofxMaxim addon
https://github.com/edap/examplesofxmaxim
Last synced: 5 months ago
JSON representation
usage examples of the ofxMaxim addon
- Host: GitHub
- URL: https://github.com/edap/examplesofxmaxim
- Owner: edap
- Created: 2016-07-07T16:38:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T11:05:38.000Z (over 7 years ago)
- Last Synced: 2025-04-06T21:44:06.368Z (about 1 year ago)
- Language: Makefile
- Homepage:
- Size: 1.63 MB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# examplesOfxMaxim
openFrameworks apps that use [Maximilian](https://github.com/micknoise/Maximilian) Mick Grierson.
WIP
In order to run these example, download [Maximilian](https://github.com/micknoise/Maximilian), copy the folder `ofxMaxim` in your `addons` folder. You do not need the rest of the files contained in Maximilian, but just that `ofxMaxim` folder.

* 01-Sine -> Your first oscillator. How to generate a sine wave using ofxMaxiOsc.
* 02-FFT -> visualization of different sound waves in time domain and frequency domain.
* 03-FFT-File -> Spectrum analysis on a loaded file.
* 04-FFT-AudioIn -> Spectrum analysis on Audio Input.
* 05-frequency-modulator -> FFT visualization of how a wave can modulate the frequency of another wave.
* 06-RMS -> a good approximation of loudness.
* 07-beatDetection -> Beat detection based on RMS, not multi-band.
* 09-Filters -> Low res filter example, easy adaptable to the other filters.
Note: some of the examples requires an audio wav files in order to work, the file is not included. Add it into `bin/data` and name it `beat.wav`