All Projects → edap → examplesOfxMaxim

edap / examplesOfxMaxim

Licence: other
usage examples of the ofxMaxim addon

Programming Languages

Makefile
30231 projects
C++
36643 projects - #6 most used programming language

examplesOfxMaxim

openFrameworks apps that use Maximilian Mick Grierson. WIP

In order to run these example, download 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.

example

  • 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].