Aaron Anderson
  • Software
  • HCI/Art
  • Music
  • Teaching
    • Tutorials
    • Courses
    • MaxMSP Blog

ofxATK 

​A C++ audio library built for openFrameworks
As I was learning C++, I had been building a collection of audio development tools that I bring to new projects. It occurred to me that if this collection was useful to me, it may also be useful to others. I formalized my tool into an openFrameworks addon, 'openFrameworks Audio Tool Kit', or ofxATK. This project is no longer maintained as my attention moved fully to Pedal.
​
https://github.com/aaronaanderson/ofxATK

Generators
  • Oscillators
    • Wavetable
    • Trivial
  • Noise
    • White, Pink, Brown
  • Envelopes
    • Constant Time
  • Windowing
    • Hanning, Hamming, Blakmanharris, triangular, cosine,
  • Impulse Generator    
  • Soundfile Player    

Modifiers
  • Filters
    • Biquad
    • Comb filter
    • Allpass filter
  • Delay
    • Tapin, Tapout
  • Spatialization
    • mono->stereo
    • mono->quad
    • mono->5.1
    • mono->octophonic
  • Reverb
    • Schroeder
Utiltity
  • Midi-to-Frequency
  • Midi-to-Speed
  • Parameter Smoother
  • Soundfile loader
  • FFT in, FFT out
  • Spectroscope
  • Interploation    
    • Linear
    • Cubic
  • Meter
​
Click to set custom HTML
Click to set custom HTML
  • Software
  • HCI/Art
  • Music
  • Teaching
    • Tutorials
    • Courses
    • MaxMSP Blog