Skip to content

Latest commit

 

History

History
 
 

examplePitchShifter

PitchShifter

image

Copyright (c) Dan Wilcox 2011, 2013

GNU General Public License 3

For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "LICENSE.txt," in this distribution.

See https://github.com/ofxPd/examplePitchShifter for documentation

Description

PitchShifter is a simple live audio pitch shifter example application for desktop & iOS.

Made for Golan Levin & the CMU Studio for Creative Inquiry

It uses ofxPd & OpenFrameworks.

ofxPd is an Open Frameworks addon for running an instance of the Pure Data audio environment within an OpenFrameworks application. Audio, messages, and MIDI events can be passed to and from pure data patches and the library is thread safe.

Pure Data is a graphical patching environment for audio and multimedia (note: the gui and graphics features are not within the scope of this addon)

OpenFrameworks is a cross platform open source toolkit for creative coding in C++