YCAMInterlab / ofxTimeline

lightweight timeline tools for openFrameworks
270 stars 140 forks source link

ofxTimeline without any dependency on ofxAudioDecoder + minor fixes and updates #137

Open hsab opened 7 years ago

hsab commented 7 years ago

This is a fork of ofxTimeline without any dependency on ofxAudioDecoder. As a result there is no support for mp3 files. I spent hours trying to get ofxAudioDecoder to compile properly, however the provided example did not behave as expected once no errors where thrown. Furthermore upon inspection of ofOpenALSoundPlayer_TimelineAdditions, the only instance of ofxAudioDecoder is found in decoderReadFile function which is only called when the file format is mp3. I've been successfully able to compile the allTracks example on Windows 10 using VS2015.

Changes:

Installation:

You need the following dependencies:

On Windows:

For all platforms: