diff --git a/.gitignore b/.gitignore
index 057bb585..29de8430 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,7 +26,6 @@ example-*/example-*.depend
#VCPP files
-*.dll
*.lib
*.exe
*.sdf
@@ -78,6 +77,7 @@ apps/*/*/obj
#VCPP files
+
*.dll
*.lib
*.exe
@@ -104,3 +104,5 @@ example-videoRenderer/bin/data/renders/
oldExamples/
ofxTimelineLib.a
*.opendb
+!dll/Win32/*.dll
+!dll/x64/*.dll
\ No newline at end of file
diff --git a/copy_to_data_GUI/NewMedia Fett.ttf b/GUI/NewMedia Fett.ttf
old mode 100755
new mode 100644
similarity index 100%
rename from copy_to_data_GUI/NewMedia Fett.ttf
rename to GUI/NewMedia Fett.ttf
diff --git a/copy_to_data_GUI/defaultColorPalette.png b/GUI/defaultColorPalette.png
similarity index 100%
rename from copy_to_data_GUI/defaultColorPalette.png
rename to GUI/defaultColorPalette.png
diff --git a/copy_to_data_GUI/defaultColors.xml b/GUI/defaultColors.xml
similarity index 100%
rename from copy_to_data_GUI/defaultColors.xml
rename to GUI/defaultColors.xml
diff --git a/README.md b/README.md
index 47329149..02aa03a4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,39 @@
-# ofxTimeline #
-
+This is a fork of [ofxTimeline](https://github.com/YCAMInterlab/ofxTimeline) without any dependency on [ofxAudioDecoder](https://github.com/kylemcdonald/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:
+
+ - Removed `ofxAudioDecoder` dependency.
+ - Cleaned up `ofOpenALSoundPlayer_TimelineAdditions` class by removing unused methods and code.
+ - Updated [OpenAL](https://openal.org/downloads/) `libs` and `dlls` to latest version 1.1.
+ - Fixed `switch` and `flag` tracks' text input field as suggested [here](https://github.com/YCAMInterlab/ofxTimeline/issues/135#issuecomment-247581860).
+
+
+## Installation:
+You need the following dependencies:
+
+- [ofxMSATimer](https://github.com/obviousjim/ofxMSATimer)
+- [ofxRange](https://github.com/Flightphase/ofxRange)
+- [ofxTextInputField](https://github.com/elliotwoods/ofxTextInputField)
+- [ofxTimecode](https://github.com/YCAMInterlab/ofxTimecode)
+- [ofxTween](https://github.com/obviousjim/ofxTween)
+- [ofxXmlSettings](http://openframeworks.cc/documentation/ofxXmlSettings/ofxXmlSettings/)
+
+On Windows:
+
+- Make sure that you are using [K-Lite Codec Pack 12.1.0 Full ~ 33.9 MB ~ April 18th 2016](http://filehippo.com/download_klite_codec_pack/67445/) for video compatibility as suggested [here](https://github.com/openframeworks/openFrameworks/issues/5114#issuecomment-227208136).
+- Copy the the appropriate architecture dependent dlls from `dll` folder to you app's `bin` folder.
+For all platforms:
+ - Copy `GUI` folder to your app's `bin/data` folder.
+
+## Examples:
+All examples have been updated for Windows using VS2015. However creating a new project, adding the dependencies and replacing the `ofApp.cpp` and `ofApp.h` files with those from the examples should suffice for a successful compilation on any platform.
+
+Unfortunately I have not tested this fork on Linux or Mac. Feedback and issue reports will be highly appreciated.
+
+# ofxTimeline #
ofxTimeline is a simple to use openFrameworks add on for creating a user interface to an editable timeline. The framework allows you to compose sequences of change over time, controlling the variables in your openFrameworks application to create time based interactions.
If you're familiar with timelines from programs like After Effects, Final Cut, or Blender then ofxTimeline should feel comfortable. With just a few lines of code you can add a visual editor to smoothly interpolate curves, colors, video, oscillators, audio, and 3d cameras.
@@ -11,7 +44,7 @@ Copyright 2011-2014 [James George](http://www.jamesgeorge.org) co-developed by [
Licensed under the [Apache License](http://www.apache.org/licenses/LICENSE-2.0)
-## Philosophy of Reusable Tools##
+## Philosophy of Reusable Tools
ofxTimeline is part of my reserach into how creating GUI based tools within creative coding environments can open up new ways of creating and interacting with media.
@@ -38,8 +71,6 @@ https://vimeo.com/59653952
## Anatomy of ofxTimeline
-
-
### 1 Pages
You can divide the timeline into pages, each page containing its own set of tracks.
@@ -64,19 +95,15 @@ The control at the bottom of the track allows for zooming in and precisely editi
### Simple Curves
Simple Curves shows how to use two keyframes and a switcher to animate and color a cube
-
### Audio Waveform
Audio Waveform shows how to add an audio track to a project.
-
### Video Renderer
Video Renderer shows how to build a simple video effects app using the timeline and a shader. Drag & Drop a video into the application, edit and export the modified frames as an image sequence
-
### Multi-timeline
Muli-timeline shows how to use Flags to trigger start and stop the playback of other timelines in the same application.
-
## Hotkeys
@@ -158,7 +185,7 @@ Follow this link [http://connect.creativelabs.com/openal/Downloads/Forms/AllItem
### Create a new ofxTimeline project
- - Open the ProjectGenerator in of_0073_osx_release/projectGenerator/
+ - Open the ProjectGenerator
- Give the project a name
- Under the addons tab select the following addons
- ofxTimeline
@@ -167,14 +194,7 @@ Follow this link [http://connect.creativelabs.com/openal/Downloads/Forms/AllItem
- ofxTextInputField
- ofxRange
- ofxTween
- - ofxAudioDecoder
- Generate project
- - If you are in Windows VC2015, go to Project Properties -> Configuration Properties -> Build Events -> Post-Build events -> Command Line and paste in the following build event (replace the standard OF command)
-
- robocopy "$(OF_ROOT)/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
- robocopy "$(OF_ROOT)/addons/ofxTimeline/libs/openal/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
- robocopy "$(OF_ROOT)/addons/ofxTimeline/libs/sndfile/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
- if errorlevel 1 exit 0 else exit %errorlevel%
- If you are on OS X, you'll need to add the OpenAL.framework to your project in order to use the AudioTrack
@@ -217,8 +237,6 @@ in your draw or update function, read the value
ofxTimeline has several built in track types for doing standard timeline tasks.
### Bangs
-
-
A bang is a simple time marker that sends an event when the playhead passes it. To use a bang track you need a class that listens to bang events, like so:
MyClass.h
@@ -247,8 +265,6 @@ MyClass.cpp
Inheritance: ofxTLTrack -> ofxTLKeyframes -> ofxTLBangs
### Curves ###
-
-
Curves change a value between a min and max range smoothly over time, edited with keyframes that have interpolation.
Right clicking a keyframe on the timeline brings up a selection window to change the interpolation value. These are based on the Penner equations found in [ofxCurves](https://github.com/arturoc/ofxTween)
@@ -256,8 +272,6 @@ Right clicking a keyframe on the timeline brings up a selection window to change
Inheritance: ofxTLTrack -> ofxTLKeyframes -> ofxTLCurves
### Flags ###
-
-
Flags are like Bangs but allow the user to enter text on each flag. The value can be read in the event
//--------------------------------------------------------------
@@ -270,15 +284,11 @@ Flags are like Bangs but allow the user to enter text on each flag. The value ca
Inheritance: ofxTLTrack -> ofxTLKeyframes -> ofxTLBangs -> ofxTLFlags
### Switches ###
-
-
Switches provide a simple control to turn regions of the timeline on and off.
Inheritance: ofxTLTrack -> ofxTLBangs -> ofxTLSwitches
### VideoTrack ###
-
-
VideoTracks let a user interactively scrub through a video and sequence effects in time with the playback. When a video track is added the video playback will control the playback of the entire timeline.
ofxTLVideoTrack* videoTrack = timeline.addVideoTrack("Video", videoPath);
@@ -293,8 +303,6 @@ VideoTracks let a user interactively scrub through a video and sequence effects
### AudioTrack ###
-
-
AudioTracks let a user interactively scrub through an audio track and sequence effects in time.
In your .cpp file add the track and load a file
@@ -323,50 +331,32 @@ In your .cpp file add the track and load a file
### ColorTrack
-
-
The color track let's you sequence smoothly changing colors. It uses a provided image as a sample palette, each keyframe specifies a position on the palette to sample from. Between keyframes the image is traverse to create smoothly changing colors.
### LFO (experimental)
-
-
The LFO, Low Frequency Oscillator, track defines simple repeating sine waves and noise functions.
## 3rd Party Custom Tracks ##
ofxTimeline can be integrated with other addons or time based media, below are examples of just a few
-### DepthImageSequence ###
-
-https://github.com/obviousjim/ofxRGBDepth // [RGBDToolkit](http://wwww.rgbdtoolkit.com)
-
### MidiTrack ###
-
https://github.com/momo-the-monster/ofxTimelineTracks // [ofxTLMidiNote](https://vimeo.com/46793363)
## Designing custom Tracks ##
-
The track system is designed to be extensible. There are two empty track templates that are the best place to get started building your own track
### ofxTLEmptyTrack
-
Use this template as a starting point for visualizing time based data in ofxTimeline or creating a unique type of interactive track.
### ofxTLEmptyKeyframes
Use this template for creating a custom keyframe based track. It already has copy+paste, multiple selection, saving and loading.
## Supported By ##
-
ofxTimeline is a project by [James George](http://www.jamesgeorge.org), co-developed by [YCAMInterLab](http://interlab.ycam.jp/en/) during the [Guest Research Project v.2](http://interlab.ycam.jp/en/projects/guestresearch/vol2)
-
-
-
-
### Additional support ###
-
-
[Playmodes](http://www.playmodes.com/) who graciously funded and shaped the project in it's early stages for [BlueBeams](https://vimeo.com/35931265) .
[The Frank-Ratchye STUDIO for Creative Inquiry](http://studioforcreativeinquiry.org/) who have supported the [RGBDToolkit](http://www.rgbdtoolkit.com) project.
diff --git a/README_JP.md b/README_JP.md
index 1eaf86b5..74417cdc 100644
--- a/README_JP.md
+++ b/README_JP.md
@@ -1,6 +1,4 @@
# ofxTimeline #
-
-
ofxTimelineは、openFrameworksでタイムラインエディタインターフェースを使用する事が出来るシンプルなアドオンです。このフレームワークを使用する事で、openFrameworksで作られたアプリケーションの中で時間軸に沿ったシーケンスを編集し、そのタイムシーケンスを使って変数のコントロールを行う事が可能になります。
もしもAfter EffectsやFinal Cut、Blenderなどのタイムライン編集に馴染みがあれば、ofxTimelineは快適に使用する事が出来るでしょう。ほんの数行のコードで、スムーズに補完されたカーブ、カラー、ビデオ、オシレーター、オーディオ、3D空間中のカメラなどのタイムラインシーケンスを作る、エディタを使用する事が可能です。
@@ -11,7 +9,7 @@ Copyright 2011-2012 [James George](http://www.jamesgeorge.org) Co-developed by [
Licensed under the Apache License
-## 再利用可能なツールの哲学##
+## 再利用可能なツールの哲学
ofxTimelineの開発は、クリエイティブコーディングの環境の中で、どのようにGUIベースのツールを作り、メディアを使って創造しインタラクションする新しい方法を切り開く事が出来るか、に対するリサーチの一環として制作されています。
@@ -41,8 +39,6 @@ https://vimeo.com/59653952
## ofxTimelineの構造
-
-
### 1 ページ
タイムラインをページごとに分ける事が出来ます。それぞれのページには、それぞれ別々のトラックのセットが入っています。
@@ -68,20 +64,16 @@ https://vimeo.com/59653952
### Simple Curves
Simple Curves shows how to use two keyframes and a switcher to animate and color a cube
Simple Curvesでは2つのキーフレームと1つのスイッチャーを使用し、キューブの色と動きをコントロールする例を紹介しています。
-
### Audio Waveform
Audio Waveformでは、オーディオトラックの使い方を紹介しています。
-
### Video Renderer
Video Rendererでは、タイムラインとシェーダーを使用した、シンプルなビデオエフェクトアプリケーションの作り方を紹介しています。映像ファイルをアプリケーションにドラッグアンドドロップし、加工、編集されたフレームをイメージのシーケンスとして
書き出してみてください。
-
### Multi-timeline
Multi-timelineでは、フラグを使用して同じアプリケーション内の他のタイムラインの再生を制御する方法を紹介しています。
-
## ホットキー
@@ -216,8 +208,6 @@ ofxTimelineには、一般的なタイムラインで必要になる数種類の
### Bangs
-
-
bangはシンプルな時間のマーカーで、再生ヘッドがマーカーを通過する時にイベントを送る事ができます。bangトラックを使用するには、下記の様にしてbangイベントを取得するクラスを使う必要があります。
MyClass.h
@@ -246,8 +236,6 @@ MyClass.cpp
継承関係:ofxTLTrack -> ofxTLKeyframes -> ofxTLBangs
### Curves ###
-
-
Curvesを使うと、補完機能の付いたキーフレームを使い、タイムラインに沿って値を最小値と最大値の間でスムーズに変化させる事が出来ます。
タイムライン上のキーフレームを右クリックすると選択ウィンドウが表示され、補完の方法を変更する事が出来ます。補完の方法は、[ofxCurves](https://github.com/arturoc/ofxTween)の、Penner方程式をベースにしています。
@@ -255,8 +243,6 @@ Curvesを使うと、補完機能の付いたキーフレームを使い、タ
継承関係: ofxTLTrack -> ofxTLKeyframes -> ofxTLCurves
### Flags ###
-
-
Flagsはbangsに似ていますが、各フラグ(マーカー)に、テキストを入力する事が出来ます。値はイベントが発生するごとに読み出す事が可能です。
//--------------------------------------------------------------
@@ -269,15 +255,11 @@ Flagsはbangsに似ていますが、各フラグ(マーカー)に、テキ
継承関係:ofxTLTrack -> ofxTLKeyframes -> ofxTLBangs -> ofxTLFlags
### Switches ###
-
-
Switchesを使う事で、タイムライン上で、ON/OFFのシンプルなコントロールをすることが出来ます。
継承関係:ofxTLTrack -> ofxTLBangs -> ofxTLSwitches
### VideoTrack ###
-
-
VideoTracksでは、映像とそのエフェクトを同時にスクラブ再生する事が出来ます。videoトラックが追加されると、映像再生が全体のタイムラインの再生を制御する形になります。
ofxTLVideoTrack* videoTrack = timeline.addVideoTrack("Video", videoPath);
@@ -293,8 +275,6 @@ VideoTracksでは、映像とそのエフェクトを同時にスクラブ再生
### AudioTrack ###
-
-
AudioTracksを使用すると、オーディオトラックとその他のシーケンスを同時にスクラブ再生する事が出来ます。
.cppファイルの中でトラックを追加し、ファイルを読み込みます。
@@ -323,34 +303,22 @@ AudioTracksを使用すると、オーディオトラックとその他のシー
### ColorTrack
-
-
colorトラックを使えば、シーケンスに沿ってスムーズに色を変化させる事が出来ます。色のサンプルパレットとして画像を使用し、各キーフレームではその画像パレットの中から、色をサンプルする位置を指定します。キーフレーム間では画像パレットの中で色をサンプルする位置が移動していくことで、滑らかに色が変化します。
### LFO (experimental)
-
-
LFOは、Low Frequency Oscillatorの略で、シンプルな繰り返しのパターンや、ノイズ関数を使用する事が出来ます。
## サードパーティーのカスタムトラック##
-
ofxTimelineは他のアドオンやタイムベースのメディアを組み込んで使用する事ができます。下記はいくつかの例です。
-### 深度センサーからのイメージシーケンス ###
-
-https://github.com/obviousjim/ofxRGBDepth // [RGBDToolkit](http://wwww.rgbdtoolkit.com)
-
### Midiトラック ###
-
https://github.com/momo-the-monster/ofxTimelineTracks // [ofxTLMidiNote](https://vimeo.com/46793363)
## カスタムトラックをデザインする ##
-
トラックは拡張しやすいようにデザインされています。ofxTimelineには下記の2つのトラックテンプレートがあり、オリジナルのトラックを作るには、ここから始めるのが良いでしょう。
### ofxTLEmptyTrack
-
タイムベースのメディアをビジュアライズしたり、オリジナルのインタラクティブトラックを作る場合は、このテンプレートを使用してください。
### ofxTLEmptyKeyframes
@@ -359,15 +327,9 @@ Use this template for creating a custom keyframe based track. It already has cop
## Supported By ##
-
ofxTimeline is codeveloped by YCAM InterLab during the [Guest Research Projector v.2 at YCAM Interlab](http://interlab.ycam.jp/en/projects/guestresearch/vol2) by [James George](http://www.jamesgeorge.org) at the [YCAMInterLab](http://interlab.ycam.jp/)
-
-
### Additional support ###
-
-
-
[Playmodes](http://www.playmodes.com/) who graciously funded and shaped the project in it's early stages for [BlueBeams](https://vimeo.com/35931265) .
[The Frank-Ratchye STUDIO for Creative Inquiry](http://studioforcreativeinquiry.org/) who have supported the [RGBDToolkit](http://www.rgbdtoolkit.com) project.
diff --git a/addon_config.mk b/addon_config.mk
index baa6882b..30585c65 100644
--- a/addon_config.mk
+++ b/addon_config.mk
@@ -47,7 +47,7 @@ common:
# some addons need resources to be copied to the bin/data folder of the project
# specify here any files that need to be copied, you can use wildcards like * and ?
- ADDON_DATA = copy_to_data_GUI/*
+ ADDON_DATA = GUI/*
linux64:
# when parsing the file system looking for libraries exclude this for all or
diff --git a/clone_addons.sh b/clone_addons.sh
old mode 100755
new mode 100644
index 4546d4d3..950c601c
--- a/clone_addons.sh
+++ b/clone_addons.sh
@@ -20,6 +20,4 @@ ${PREFIX}elliotwoods/ofxTextInputField.git
echo "If you're using linux, please make sure you checkout the develop branch of ofxTextInputField"
-${PREFIX}Flightphase/ofxRange.git
-
-${PREFIX}prisonerjohn/ofxAudioDecoder.git
+${PREFIX}Flightphase/ofxRange.git
\ No newline at end of file
diff --git a/libs/openal/export/vs/Win32/OpenAL32.dll b/dll/Win32/OpenAL32.dll
similarity index 55%
rename from libs/openal/export/vs/Win32/OpenAL32.dll
rename to dll/Win32/OpenAL32.dll
index 259177ac..f2c0e843 100644
Binary files a/libs/openal/export/vs/Win32/OpenAL32.dll and b/dll/Win32/OpenAL32.dll differ
diff --git a/dll/Win32/libsndfile-1.dll b/dll/Win32/libsndfile-1.dll
new file mode 100644
index 00000000..95ce5bd0
Binary files /dev/null and b/dll/Win32/libsndfile-1.dll differ
diff --git a/libs/openal/export/vs/x64/OpenAL32.dll b/dll/x64/OpenAL32.dll
similarity index 77%
rename from libs/openal/export/vs/x64/OpenAL32.dll
rename to dll/x64/OpenAL32.dll
index d0ee3cc5..a7e3dac2 100644
Binary files a/libs/openal/export/vs/x64/OpenAL32.dll and b/dll/x64/OpenAL32.dll differ
diff --git a/dll/x64/libsndfile-1.dll b/dll/x64/libsndfile-1.dll
new file mode 100644
index 00000000..9817e8b0
Binary files /dev/null and b/dll/x64/libsndfile-1.dll differ
diff --git a/example-allTracks/Project.xcconfig b/example-allTracks/Project.xcconfig
deleted file mode 100644
index c10b9e55..00000000
--- a/example-allTracks/Project.xcconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT.
-//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED
-OF_PATH = ../../..
-
-//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE
-#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig"
-
-OTHER_LDFLAGS = $(OF_CORE_LIBS)
-HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS)
diff --git a/example-allTracks/addons.make b/example-allTracks/addons.make
index 51e55cbf..1d9f368d 100644
--- a/example-allTracks/addons.make
+++ b/example-allTracks/addons.make
@@ -1,7 +1,7 @@
-ofxMSATimer
-ofxRange
-ofxTextInputField
-ofxTimecode
-ofxTimeline
-ofxTween
-ofxXmlSettings
+ofxMSATimer
+ofxRange
+ofxTextInputField
+ofxTimecode
+ofxTimeline
+ofxTween
+ofxXmlSettings
diff --git a/example-allTracks/bin/data/4chan.wav b/example-allTracks/bin/data/4chan.wav
old mode 100755
new mode 100644
diff --git a/example-allTracks/bin/data/GUI/NewMedia Fett.ttf b/example-allTracks/bin/data/GUI/NewMedia Fett.ttf
old mode 100755
new mode 100644
diff --git a/example-allTracks/bin/data/_Page_One_trackPositions.xml b/example-allTracks/bin/data/_Page_One_trackPositions.xml
deleted file mode 100644
index caa5bd61..00000000
--- a/example-allTracks/bin/data/_Page_One_trackPositions.xml
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/example-allTracks/bin/data/timeline0_Page_1_trackPositions.xml b/example-allTracks/bin/data/timeline0_Page_1_trackPositions.xml
deleted file mode 100644
index e6e8eac7..00000000
--- a/example-allTracks/bin/data/timeline0_Page_1_trackPositions.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
- 0.000000000
- 137.000000000
- 1138.000000000
- 94.000000000
-
-
- 0.000000000
- 226.000000000
- 850.000000000
- 43.000000000
-
-
- 0.000000000
- 364.000000000
- 850.000000000
- 47.000000000
-
-
- 0.000000000
- 137.000000000
- 850.000000000
- 65.000000000
-
-
- 0.000000000
- 70.000000000
- 850.000000000
- 43.000000000
-
-
- 0.000000000
- 293.000000000
- 850.000000000
- 47.000000000
-
-
- 0.000000000
- 435.000000000
- 850.000000000
- 67.000000000
-
-
- 0.000000000
- 526.000000000
- 850.000000000
- 40.000000000
-
-
diff --git a/example-allTracks/bin/data/timeline0_Page_2_trackPositions.xml b/example-allTracks/bin/data/timeline0_Page_2_trackPositions.xml
deleted file mode 100644
index caa5bd61..00000000
--- a/example-allTracks/bin/data/timeline0_Page_2_trackPositions.xml
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/example-allTracks/bin/data/timeline0_Page_3_trackPositions.xml b/example-allTracks/bin/data/timeline0_Page_3_trackPositions.xml
deleted file mode 100644
index caa5bd61..00000000
--- a/example-allTracks/bin/data/timeline0_Page_3_trackPositions.xml
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/example-allTracks/bin/data/timeline0_Page_4_trackPositions.xml b/example-allTracks/bin/data/timeline0_Page_4_trackPositions.xml
deleted file mode 100644
index caa5bd61..00000000
--- a/example-allTracks/bin/data/timeline0_Page_4_trackPositions.xml
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/example-allTracks/bin/data/timeline0_Page_One_trackPositions.xml b/example-allTracks/bin/data/timeline0_Page_One_trackPositions.xml
deleted file mode 100644
index 6c2702fc..00000000
--- a/example-allTracks/bin/data/timeline0_Page_One_trackPositions.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
- 0.000000000
- 119.000000000
- 850.000000000
- 94.000000000
-
-
- 0.000000000
- 208.000000000
- 850.000000000
- 43.000000000
-
-
- 0.000000000
- 346.000000000
- 850.000000000
- 47.000000000
-
-
- 0.000000000
- 119.000000000
- 850.000000000
- 65.000000000
-
-
- 0.000000000
- 52.000000000
- 850.000000000
- 43.000000000
-
-
- 0.000000000
- 275.000000000
- 850.000000000
- 47.000000000
-
-
- 0.000000000
- 417.000000000
- 850.000000000
- 67.000000000
-
-
- 0.000000000
- 508.000000000
- 850.000000000
- 40.000000000
-
-
diff --git a/example-allTracks/bin/data/timeline0_bangs.xml b/example-allTracks/bin/data/timeline0_bangs.xml
deleted file mode 100644
index 51801e2c..00000000
--- a/example-allTracks/bin/data/timeline0_bangs.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
- 00:00:00:260
- 0.720930219
-
-
- 00:00:00:605
- 0.511627913
-
-
- 00:00:00:822
- 0.511627913
-
-
- 00:00:01:078
- 0.348837197
-
-
- 00:00:02:050
- 0.441860437
-
-
- 00:00:02:787
- 0.604651153
-
-
- 00:00:04:277
- 0.744186044
-
-
- 00:00:04:277
- 0.488372087
-
-
- 00:00:04:278
- 0.255813956
-
-
diff --git a/example-allTracks/bin/data/timeline0_colors.xml b/example-allTracks/bin/data/timeline0_colors.xml
deleted file mode 100644
index 8ac277d4..00000000
--- a/example-allTracks/bin/data/timeline0_colors.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
- 0.703944266
- 0.139999986
- 00:00:01:119
- 0.846335530
-
-
- 0.456367880
- 0.709999919
- 00:00:01:783
- 0.508917630
-
-
- 0.261519849
- 0.339999974
- 00:00:02:417
- 0.460347950
-
-
- 0.588349521
- 0.399999946
- 00:00:04:277
- 0.162234068
-
-
- 0.331407756
- 0.584999919
- 00:00:04:278
- 0.567836642
-
-
diff --git a/example-allTracks/bin/data/timeline0_curves.xml b/example-allTracks/bin/data/timeline0_curves.xml
deleted file mode 100644
index 9b364c01..00000000
--- a/example-allTracks/bin/data/timeline0_curves.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
- 5
- 2
- 00:00:00:229
- 0.013071895
-
-
- 1
- 2
- 00:00:01:388
- 0.775757551
-
-
- 5
- 2
- 00:00:02:493
- 0.000000000
-
-
- 0
- 2
- 00:00:03:797
- 0.203117132
-
-
- 0
- 0
- 00:00:04:277
- 0.523076892
-
-
diff --git a/example-allTracks/bin/data/timeline0_flags.xml b/example-allTracks/bin/data/timeline0_flags.xml
deleted file mode 100644
index 4cef748d..00000000
--- a/example-allTracks/bin/data/timeline0_flags.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- start
- 00:00:00:664
- 0.549295783
-
-
- skip
- 00:00:02:589
- 0.626760602
-
-
diff --git a/example-allTracks/bin/data/timeline0_inout.xml b/example-allTracks/bin/data/timeline0_inout.xml
deleted file mode 100644
index 2609a7d1..00000000
--- a/example-allTracks/bin/data/timeline0_inout.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
- 0.002352941
- 1.000000000
-
diff --git a/example-allTracks/bin/data/timeline0_lfo.xml b/example-allTracks/bin/data/timeline0_lfo.xml
deleted file mode 100644
index de345727..00000000
--- a/example-allTracks/bin/data/timeline0_lfo.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
- 1
- -44.000000000
- 0.806999981
- 344.600006104
- 0.000000000
- 0.000000000
- 1
- 0
- 00:00:00:302
- 0.676076651
-
-
- 0
- 0.000000000
- 1.000000000
- 188.199996948
- 0.000000000
- 0.000000000
- 1
- 0
- 00:00:02:353
- 0.313121080
-
-
diff --git a/example-allTracks/bin/data/timeline0_switches.xml b/example-allTracks/bin/data/timeline0_switches.xml
deleted file mode 100644
index 76466233..00000000
--- a/example-allTracks/bin/data/timeline0_switches.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- 00:00:03:046
- 00:00:00:953
- 0.550000012
-
-
-
- 00:00:04:917
- 00:00:03:556
- 0.399999976
-
-
-
- 00:00:05:672
- 00:00:05:672
- 0.350000024
-
-
diff --git a/example-allTracks/bin/data/timeline0_zoomer.xml b/example-allTracks/bin/data/timeline0_zoomer.xml
deleted file mode 100644
index f520a880..00000000
--- a/example-allTracks/bin/data/timeline0_zoomer.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
- 0.000000000
- 1.000000000
-
diff --git a/example-allTracks/example-allTracks.cbp b/example-allTracks/example-allTracks.cbp
deleted file mode 100644
index bd9b00ce..00000000
--- a/example-allTracks/example-allTracks.cbp
+++ /dev/null
@@ -1,505 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-allTracks/example-allTracks.sln b/example-allTracks/example-allTracks.sln
deleted file mode 100644
index 47191239..00000000
--- a/example-allTracks/example-allTracks.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C++ Express 2010
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example-allTracks", "example-allTracks.vcxproj", "{7FD42DF7-442E-479A-BA76-D0022F99702A}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openframeworksLib", "..\..\..\libs\openFrameworksCompiled\project\vs2010\openframeworksLib.vcxproj", "{5837595D-ACA9-485C-8E76-729040CE4B0B}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.ActiveCfg = Debug|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.Build.0 = Debug|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.ActiveCfg = Release|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.Build.0 = Release|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.ActiveCfg = Debug|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.Build.0 = Debug|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.ActiveCfg = Release|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/example-allTracks/example-allTracks.vcxproj b/example-allTracks/example-allTracks.vcxproj
deleted file mode 100644
index fcdaf16e..00000000
--- a/example-allTracks/example-allTracks.vcxproj
+++ /dev/null
@@ -1,231 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {7FD42DF7-442E-479A-BA76-D0022F99702A}
- example-allTracks
- Win32Proj
-
-
-
- Application
- Unicode
- true
-
-
- Application
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_ProjectFileVersion>10.0.30319.1
- bin\
- obj\$(Configuration)\
- true
- true
- bin\
- obj\$(Configuration)\
- false
- $(ProjectName)_debug
- $(ProjectName)
-
-
-
- Disabled
- true
- EnableFastChecks
- MultiThreadedDebugDLL
-
- Level3
- EditAndContinue
- %(AdditionalIncludeDirectories);src;..\..\..\addons\ofxMSATimer\libs;..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\libs;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\libs;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\libs;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\lib;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\libs;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MT;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MTDLL;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs2010;..\..\..\addons\ofxTimeline\libs\sndfile\redist;..\..\..\addons\ofxTimeline\libs\vorbis;..\..\..\addons\ofxTimeline\libs\vorbis\lib;..\..\..\addons\ofxTween\libs;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
-
-
- $(OutDir)$(TargetName)$(TargetExt)
- true
- $(TargetDir)$(TargetName)_debugInfo.pdb
- Console
- false
-
- MachineX86
- %(AdditionalDependencies);EFX-Util.lib;OpenAL32.lib;libsndfile-1.lib
- %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MTDLL;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MT;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs2010
-
-
-
- xcopy /e /i /y "$(ProjectDir)..\..\..\export\vs2010\*.dll" "$(ProjectDir)bin" & xcopy /e /i /y "$(ProjectDir)..\..\..\addons\ofxTimeline\libs\sndfile\redist\*.dll" "$(ProjectDir)bin"
-
-
-
-
- false
- %(PreprocessorDefinitions)
- MultiThreadedDLL
-
- Level3
-
- %(AdditionalIncludeDirectories);src;..\..\..\addons\ofxMSATimer\libs;..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\libs;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\libs;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\libs;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\lib;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\libs;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MT;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MTDLL;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs2010;..\..\..\addons\ofxTimeline\libs\sndfile\redist;..\..\..\addons\ofxTimeline\libs\vorbis;..\..\..\addons\ofxTimeline\libs\vorbis\lib;..\..\..\addons\ofxTween\libs;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
-
-
- false
- false
- Console
- true
- true
- false
-
- MachineX86
- Default
- %(AdditionalDependencies);EFX-Util.lib;OpenAL32.lib;libsndfile-1.lib
- %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MTDLL;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MT;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs2010
-
-
-
- xcopy /e /i /y "$(ProjectDir)..\..\..\export\vs2010\*.dll" "$(ProjectDir)bin" & xcopy /e /i /y "$(ProjectDir)..\..\..\addons\ofxTimeline\libs\sndfile\redist\*.dll" "$(ProjectDir)bin"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {5837595d-aca9-485c-8e76-729040ce4b0b}
-
-
-
-
-
\ No newline at end of file
diff --git a/example-allTracks/example-allTracks.vcxproj.filters b/example-allTracks/example-allTracks.vcxproj.filters
deleted file mode 100644
index 0079ae59..00000000
--- a/example-allTracks/example-allTracks.vcxproj.filters
+++ /dev/null
@@ -1,444 +0,0 @@
-
-
-
-
- src
-
-
- src
-
-
- src
-
-
- src
-
-
- addons\ofxMSATimer\src
-
-
- addons\ofxTextInputField\src
-
-
- addons\ofxTimecode\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\libs\kiss\src
-
-
- addons\ofxTimeline\libs\kiss\src
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src
-
-
- addons\ofxXmlSettings\src
-
-
- addons\ofxXmlSettings\libs
-
-
- addons\ofxXmlSettings\libs
-
-
- addons\ofxXmlSettings\libs
-
-
- addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions
-
-
-
-
- {d8376475-7454-4a24-b08a-aac121d3ad6f}
-
-
- {71834f65-f3a9-211e-73b8-dc8563776aec}
-
-
- {fa2c7f81-95ad-913a-95ee-6d674205f1e6}
-
-
- {21227b69-34ba-dc94-65c0-e08097e60473}
-
-
- {c5cf358f-f6d6-0f61-5433-25f14c446730}
-
-
- {afee1af4-3be7-35e2-f89c-feb8f18a60fd}
-
-
- {a4b02712-30e4-b504-c110-2c93e13629d3}
-
-
- {b67afc83-af32-6fe3-281f-ac212c044641}
-
-
- {1b5cd1f2-714c-1a5f-97d0-2f9712f8476a}
-
-
- {1e8626d6-b6a0-d240-f534-c5e88dad08e8}
-
-
- {b6cb78c7-bc44-ad08-8e43-896c4501b36d}
-
-
- {ac132e01-0f0d-5ff9-8d64-8dada9b5aa38}
-
-
- {333c4390-0b4e-eaaa-5cfe-0663c4d2e613}
-
-
- {93d28ed9-a2ca-418a-4538-d3328b5a212b}
-
-
- {239f8b47-5d3c-673b-95de-5e702a695e8a}
-
-
- {5451193a-c0cf-9361-b431-0f7f4f2d31d1}
-
-
- {012014bf-0161-a228-4c75-8d280092ed20}
-
-
- {7d44a927-3ef3-d18b-0302-52624b4bc08e}
-
-
- {994a9be4-6199-2707-46e1-49bcce2417f1}
-
-
- {8b1e05c6-fec0-22b7-592b-3de20a7ffb14}
-
-
- {944e9321-a6f2-45b7-407b-559efee96ee5}
-
-
- {4ed1f364-a201-a241-2587-22239fe8751e}
-
-
- {8a8810e8-a79d-7a1d-2f0a-7203302f4656}
-
-
- {40ac4b42-6a5a-9537-eb82-d1b80d647dfc}
-
-
- {ef0f6a8b-b04f-e782-21ef-d4ba278d3ee5}
-
-
- {877f005d-13e6-0592-1d97-f2e39d804d43}
-
-
- {ccb2ac63-49d2-977c-cfe8-aeadb8be6a99}
-
-
- {687714a8-1662-fa1c-261f-50f068335398}
-
-
-
-
- src
-
-
- src
-
-
- addons\ofxMSATimer\src
-
-
- addons\ofxRange\src
-
-
- addons\ofxTextInputField\src
-
-
- addons\ofxTimecode\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\libs\kiss\include
-
-
- addons\ofxTimeline\libs\kiss\include
-
-
- addons\ofxTimeline\libs\kiss\src
-
-
- addons\ofxTimeline\libs\openal\include\AL
-
-
- addons\ofxTimeline\libs\openal\include\AL
-
-
- addons\ofxTimeline\libs\openal\include\AL
-
-
- addons\ofxTimeline\libs\openal\include\AL
-
-
- addons\ofxTimeline\libs\openal\include\AL
-
-
- addons\ofxTimeline\libs\openal\include\AL
-
-
- addons\ofxTimeline\libs\sndfile\include
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src
-
-
- addons\ofxXmlSettings\src
-
-
- addons\ofxXmlSettings\libs
-
-
- addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions
-
-
-
\ No newline at end of file
diff --git a/example-allTracks/example-allTracks.vcxproj.user b/example-allTracks/example-allTracks.vcxproj.user
deleted file mode 100644
index 90d00fb5..00000000
--- a/example-allTracks/example-allTracks.vcxproj.user
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- $(TargetDir)
- WindowsLocalDebugger
-
-
- $(TargetDir)
- WindowsLocalDebugger
-
-
\ No newline at end of file
diff --git a/example-allTracks/example-allTracks.workspace b/example-allTracks/example-allTracks.workspace
deleted file mode 100644
index c38b0f36..00000000
--- a/example-allTracks/example-allTracks.workspace
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/example-allTracks/example-allTracks.xcodeproj/project.pbxproj b/example-allTracks/example-allTracks.xcodeproj/project.pbxproj
deleted file mode 100644
index e22be232..00000000
--- a/example-allTracks/example-allTracks.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,1162 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 42;
- objects = {
-
-/* Begin PBXBuildFile section */
- 1479a06207a85dfdeca39f009ad023d0 /* ofxTLImageSequence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */; };
- 14ed851279c06f2bcf0bf27935d38ce3 /* ofxTLAudioTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */; };
- 152eaecabd008d84af7f27f83f4389c4 /* ofxEasingLinear.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */; };
- 168c43f69af6a8042ea0b13f08dfe5ff /* easing_terms_of_use.html in Sources */ = {isa = PBXBuildFile; fileRef = 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */; };
- 27765d1bff26bd9a6186915f24dfd27c /* ofxEasingCirc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */; };
- 32fc7731c1ef7b87e491c93d78c84b88 /* ofxTween.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 497f252390399fcf843297da0271f914 /* ofxTween.cpp */; };
- 3a02cdf226d01ebb6533d47f0bb42c5a /* ofxTLTicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */; };
- 3b32d3b612022d0c5b272bdd39e8a60f /* ofxTLVideoTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */; };
- 46be87fc2c481a1eb41aed2a8b97fe96 /* ofxTLCurves.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */; };
- 49e60cc9bbcafb6eade107cc20884b9c /* ofxTLColorTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */; };
- 4df88daf2c820a78327000e7ac0925c5 /* ofxTLEmptyKeyframes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4fddcdd6e0eed2f5edd672855798f064 /* ofxTLEmptyKeyframes.cpp */; };
- 59eeacb88f062457ff86492c078803bd /* ofxEasingExpo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */; };
- 5a4349e9754d6fa14c0f2a3a1abc30b6 /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */; };
- 5da2e0e8ecdb5b4e2908167d7b74de63 /* ofxHotKeys_impl_linux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4d892fbbb9e438c35b8c5ee430082e72 /* ofxHotKeys_impl_linux.cpp */; };
- 5e0dbde5736deb3a5886b3f1e3b4578d /* ofxEasingBack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */; };
- 63b57ac5bf4ef088491e0317dbb2ecaa /* ofxXmlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */; };
- 6499b8489905bfe9067f8db81e6bbfdf /* ofxTimecode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */; };
- 65b24cd86db2ed8edd3385ac3e4a4783 /* ofxTLVideoThumb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */; };
- 6d7b53ed56654abbf2ff13b127236c33 /* ofxEasingQuad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */; };
- 6e062274743f6716a9ad43959541a220 /* ofxEasingElastic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */; };
- 782c2b355cb6ebc83bdb95e0bd931001 /* kiss_fftr.c in Sources */ = {isa = PBXBuildFile; fileRef = b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */; };
- 7ac6376b15bcf4d368ec068f0ecce711 /* ofxTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */; };
- 7d7ecd8dd8eb4244d7a87f40ba8c53cd /* ofxHotKeys_impl_mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */; };
- 7e769097de6561633305b24c2ad560e7 /* ofxEasingQuint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */; };
- 85a41526fdfa1a8cdaee81f79de999b7 /* ofxEasingQuart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */; };
- 9119bfc53670a98106e367bbc1bd167a /* ofxMSATimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */; };
- 9266028e1aecbb027abf64d8cfab4b5f /* ofxEasing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */; };
- 933a2227713c720ceff80fd967d0a8ee /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */; };
- 95e6e69db45e5f9e4f1c21e09d04b380 /* ofxTLImageTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */; };
- 98126aa8f306f3ee0f5f37bed7056435 /* ofxTLEmptyTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32d83269769d4d7e74bf125b5842071d /* ofxTLEmptyTrack.cpp */; };
- 9d44dc88ef9e7991b4a09951e2e4769f /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */; };
- 9d7bb9637658a8e9d507c66c47db010f /* ofxTLColors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */; };
- 9e8ec2bf8bca13da057fa929463bbafb /* ofxTLSwitches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */; };
- BBAB23CB13894F3D00AA2426 /* GLUT.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; };
- E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; };
- E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9710E8CC7DD009D7055 /* AGL.framework */; };
- E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */; };
- E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */; };
- E45BE97E0E8CC7DD009D7055 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9740E8CC7DD009D7055 /* Carbon.framework */; };
- E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */; };
- E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */; };
- E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9770E8CC7DD009D7055 /* CoreServices.framework */; };
- E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9790E8CC7DD009D7055 /* OpenGL.framework */; };
- E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */; };
- E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1D0A3A1BDC003C02F2 /* main.cpp */; };
- E4B69E210A3A1BDC003C02F2 /* testApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */; };
- E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424410CC5A17004149E2 /* AppKit.framework */; };
- E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424510CC5A17004149E2 /* Cocoa.framework */; };
- E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424610CC5A17004149E2 /* IOKit.framework */; };
- E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; };
- E7213A0016BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E72139FE16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp */; };
- E778AED6163EF5AE003A40B1 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E778AED5163EF5AE003A40B1 /* OpenAL.framework */; };
- E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */; };
- E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E715D3B6510020DFD4 /* QTKit.framework */; };
- E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7F985F515E0DE99003869B5 /* Accelerate.framework */; };
- b3baa90667d4b61631ba59627d616a39 /* ofxTLKeyframes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */; };
- bcfdfc3681cf3552bcdb819e675b5dce /* ofxTLPageTabs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */; };
- c3bc382653a57ce71d4513f1eaba414b /* ofxTLFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */; };
- c7d250488914920c32f18f34136a2175 /* ofxTLPage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */; };
- cf54b41ab5ff1af0e8677338f5f60395 /* ofxTLCameraTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0d65e6a2e0f22f72aa7670d7733a180e /* ofxTLCameraTrack.cpp */; };
- d5f416a7f5798651d8370d5e93c0c797 /* kiss_fft.c in Sources */ = {isa = PBXBuildFile; fileRef = d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */; };
- d7058ecb9868a269655092911f63df8c /* ofxTLInOut.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */; };
- def58837140932f5996c61c2241ef66e /* ofxTLImageSequenceFrame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */; };
- e48c9224adc0eb481a762e226aaffadb /* ofxTLLFO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39833d65fff88a58c3cb8bdf62a80afb /* ofxTLLFO.cpp */; };
- e6b21161287eea55fa4ea984beef0d72 /* ofxTLTrackHeader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */; };
- e816d7d242d315fb53e23f5443df8700 /* ofxEasingCubic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */; };
- e904ef309b050587cf73df2173a531a6 /* ofxHotKeys_impl_win.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */; };
- ead3ce0789481f975f351f39ee5137c4 /* ofxEasingBounce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */; };
- ed77da7c8d99d9b1c9c240c836f5baf7 /* ofxTLZoomer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */; };
- f4a426f97ee8f1a3ead2a8f00212b48a /* ofxTLTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */; };
- f6ca03081709fcbfdaef66765f9e376e /* ofxTextInputField.cpp in Sources */ = {isa = PBXBuildFile; fileRef = bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */; };
- fb591e0c571e53b3ba5a60b84605de3d /* ofxTLBangs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */; };
- fd525b9bc71cf001cac34c5a87c2672f /* ofxRemoveCocoaMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8f610deb3752f20ff149bc096963cf80 /* ofxRemoveCocoaMenu.mm */; };
- fe278f5f783581237ae8ecb25ea719bb /* ofxEasingSine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXContainerItemProxy section */
- E4328147138ABC890047C5CB /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = E4B27C1510CBEB8E00536013;
- remoteInfo = openFrameworks;
- };
- E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = E4B27C1410CBEB8E00536013;
- remoteInfo = openFrameworks;
- };
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXCopyFilesBuildPhase section */
- E4C2427710CC5ABF004149E2 /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- BBAB23CB13894F3D00AA2426 /* GLUT.framework in CopyFiles */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXCopyFilesBuildPhase section */
-
-/* Begin PBXFileReference section */
- 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingBounce.cpp; path = ../../ofxTween/src/Easings/ofxEasingBounce.cpp; sourceTree = SOURCE_ROOT; };
- 01dcc0911400f9acf5b65578af4ec8f9 /* ofxXmlSettings.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxXmlSettings.h; path = ../../ofxXmlSettings/src/ofxXmlSettings.h; sourceTree = SOURCE_ROOT; };
- 03dde55c47701116edeb18007fc4bf75 /* ofxMSATimer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxMSATimer.h; path = ../../ofxMSATimer/src/ofxMSATimer.h; sourceTree = SOURCE_ROOT; };
- 09cbd28db823fe305eb470eeba6c4f78 /* ofxTLImageSequence.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageSequence.h; path = ../src/ofxTLImageSequence.h; sourceTree = SOURCE_ROOT; };
- 0c578fcc784a6245c49aee60b6681712 /* alc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = alc.h; path = ../libs/sndfile/include/AL/alc.h; sourceTree = SOURCE_ROOT; };
- 0d63c00fb3a729e001961ab70e84fb9d /* efx-creative.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = "efx-creative.h"; path = "../libs/sndfile/include/AL/efx-creative.h"; sourceTree = SOURCE_ROOT; };
- 0d65e6a2e0f22f72aa7670d7733a180e /* ofxTLCameraTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLCameraTrack.cpp; path = ../src/ofxTLCameraTrack.cpp; sourceTree = SOURCE_ROOT; };
- 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingExpo.cpp; path = ../../ofxTween/src/Easings/ofxEasingExpo.cpp; sourceTree = SOURCE_ROOT; };
- 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLVideoTrack.cpp; path = ../src/ofxTLVideoTrack.cpp; sourceTree = SOURCE_ROOT; };
- 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLPage.cpp; path = ../src/ofxTLPage.cpp; sourceTree = SOURCE_ROOT; };
- 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTimeline.cpp; path = ../src/ofxTimeline.cpp; sourceTree = SOURCE_ROOT; };
- 1a433a24e8182dd578600bffe7ac6da5 /* ofxTLZoomer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLZoomer.h; path = ../src/ofxTLZoomer.h; sourceTree = SOURCE_ROOT; };
- 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLInOut.cpp; path = ../src/ofxTLInOut.cpp; sourceTree = SOURCE_ROOT; };
- 22ec628e5fa510d7034a99bb49ae8da8 /* ofRange.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofRange.h; path = ../../ofxRange/src/ofRange.h; sourceTree = SOURCE_ROOT; };
- 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageSequence.cpp; path = ../src/ofxTLImageSequence.cpp; sourceTree = SOURCE_ROOT; };
- 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 30; name = ofxHotKeys_impl_mac.mm; path = ../src/ofxHotKeys_impl_mac.mm; sourceTree = SOURCE_ROOT; };
- 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasing.cpp; path = ../../ofxTween/src/Easings/ofxEasing.cpp; sourceTree = SOURCE_ROOT; };
- 2a99d747f2315daf1fb4f247021e7445 /* ofxTLFlags.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLFlags.h; path = ../src/ofxTLFlags.h; sourceTree = SOURCE_ROOT; };
- 2af40c99324fbebe7bab30147fc27af8 /* ofxTLVideoThumb.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLVideoThumb.h; path = ../src/ofxTLVideoThumb.h; sourceTree = SOURCE_ROOT; };
- 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxml.cpp; path = ../../ofxXmlSettings/libs/tinyxml.cpp; sourceTree = SOURCE_ROOT; };
- 2f050e7223102a218b1fb7ecd05fc3f5 /* kiss_fft.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = kiss_fft.h; path = ../libs/kiss/include/kiss_fft.h; sourceTree = SOURCE_ROOT; };
- 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxHotKeys_impl_win.cpp; path = ../src/ofxHotKeys_impl_win.cpp; sourceTree = SOURCE_ROOT; };
- 3241b8bdc0b27471f8ee25d5a3db58b2 /* ofxTLPageTabs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLPageTabs.h; path = ../src/ofxTLPageTabs.h; sourceTree = SOURCE_ROOT; };
- 32d83269769d4d7e74bf125b5842071d /* ofxTLEmptyTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLEmptyTrack.cpp; path = ../src/ofxTLEmptyTrack.cpp; sourceTree = SOURCE_ROOT; };
- 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingCubic.cpp; path = ../../ofxTween/src/Easings/ofxEasingCubic.cpp; sourceTree = SOURCE_ROOT; };
- 39833d65fff88a58c3cb8bdf62a80afb /* ofxTLLFO.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLLFO.cpp; path = ../src/ofxTLLFO.cpp; sourceTree = SOURCE_ROOT; };
- 3d0621ce540a64d8d27e0af7f83b3eb2 /* ofxTLTrackHeader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTrackHeader.h; path = ../src/ofxTLTrackHeader.h; sourceTree = SOURCE_ROOT; };
- 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLColorTrack.cpp; path = ../src/ofxTLColorTrack.cpp; sourceTree = SOURCE_ROOT; };
- 3dbb60625304a9174a9a9635f98e40a7 /* ofxTLImageTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageTrack.h; path = ../src/ofxTLImageTrack.h; sourceTree = SOURCE_ROOT; };
- 3dc6648a0468fbecb5e45b57040e9eb5 /* ofxTween.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTween.h; path = ../../ofxTween/src/ofxTween.h; sourceTree = SOURCE_ROOT; };
- 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageTrack.cpp; path = ../src/ofxTLImageTrack.cpp; sourceTree = SOURCE_ROOT; };
- 410e5fe3eb7fe9cb2726d36d724fd561 /* ofxTLTicker.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTicker.h; path = ../src/ofxTLTicker.h; sourceTree = SOURCE_ROOT; };
- 4162e24aefc4c866df24e11560269162 /* sndfile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = sndfile.h; path = ../libs/sndfile/include/sndfile.h; sourceTree = SOURCE_ROOT; };
- 497f252390399fcf843297da0271f914 /* ofxTween.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTween.cpp; path = ../../ofxTween/src/ofxTween.cpp; sourceTree = SOURCE_ROOT; };
- 4b817954d44bdb7ede7da278e95facfa /* _kiss_fft_guts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = _kiss_fft_guts.h; path = ../libs/kiss/src/_kiss_fft_guts.h; sourceTree = SOURCE_ROOT; };
- 4c0e055e4176057631087aa3938a7c76 /* ofxEasingQuart.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuart.h; path = ../../ofxTween/src/Easings/ofxEasingQuart.h; sourceTree = SOURCE_ROOT; };
- 4d892fbbb9e438c35b8c5ee430082e72 /* ofxHotKeys_impl_linux.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxHotKeys_impl_linux.cpp; path = ../src/ofxHotKeys_impl_linux.cpp; sourceTree = SOURCE_ROOT; };
- 4fddcdd6e0eed2f5edd672855798f064 /* ofxTLEmptyKeyframes.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLEmptyKeyframes.cpp; path = ../src/ofxTLEmptyKeyframes.cpp; sourceTree = SOURCE_ROOT; };
- 50511502e9cfd66a7bb161f2bfee7db5 /* ofxTLCurves.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLCurves.h; path = ../src/ofxTLCurves.h; sourceTree = SOURCE_ROOT; };
- 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxXmlSettings.cpp; path = ../../ofxXmlSettings/src/ofxXmlSettings.cpp; sourceTree = SOURCE_ROOT; };
- 53a47d9878535b9b1670047561971d02 /* ofxTLColorTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLColorTrack.h; path = ../src/ofxTLColorTrack.h; sourceTree = SOURCE_ROOT; };
- 54e92bcd121baa568ec9b4fb6198d262 /* ofxTLEmptyTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLEmptyTrack.h; path = ../src/ofxTLEmptyTrack.h; sourceTree = SOURCE_ROOT; };
- 56d0182470bf6d3d6de9541980e67f8b /* ofxTLEmptyKeyframes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLEmptyKeyframes.h; path = ../src/ofxTLEmptyKeyframes.h; sourceTree = SOURCE_ROOT; };
- 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLSwitches.cpp; path = ../src/ofxTLSwitches.cpp; sourceTree = SOURCE_ROOT; };
- 5e9e6513bec36148928518b774158396 /* ofxEasingQuint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuint.h; path = ../../ofxTween/src/Easings/ofxEasingQuint.h; sourceTree = SOURCE_ROOT; };
- 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingSine.cpp; path = ../../ofxTween/src/Easings/ofxEasingSine.cpp; sourceTree = SOURCE_ROOT; };
- 6146999aa0b432590d07eb521d43e191 /* ofxHotKeys.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxHotKeys.h; path = ../src/ofxHotKeys.h; sourceTree = SOURCE_ROOT; };
- 66c910bfbec609d16e3b249a8448466d /* ofxTLSwitches.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLSwitches.h; path = ../src/ofxTLSwitches.h; sourceTree = SOURCE_ROOT; };
- 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLBangs.cpp; path = ../src/ofxTLBangs.cpp; sourceTree = SOURCE_ROOT; };
- 68eb873762b550705aa7464c7dfffede /* ofxTLLFO.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLLFO.h; path = ../src/ofxTLLFO.h; sourceTree = SOURCE_ROOT; };
- 6bc7dd2c4e83a707848be258865dbb01 /* ofxTLAudioTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLAudioTrack.h; path = ../src/ofxTLAudioTrack.h; sourceTree = SOURCE_ROOT; };
- 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLPageTabs.cpp; path = ../src/ofxTLPageTabs.cpp; sourceTree = SOURCE_ROOT; };
- 7599804c6260ec1cd8d3567dc11aa06a /* ofxEasingLinear.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingLinear.h; path = ../../ofxTween/src/Easings/ofxEasingLinear.h; sourceTree = SOURCE_ROOT; };
- 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingBack.cpp; path = ../../ofxTween/src/Easings/ofxEasingBack.cpp; sourceTree = SOURCE_ROOT; };
- 767479279ebac134d46e74e76dc9f79f /* ofxEasingExpo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingExpo.h; path = ../../ofxTween/src/Easings/ofxEasingExpo.h; sourceTree = SOURCE_ROOT; };
- 7912619b786f0238d22ed5f3c10786f2 /* ofxEasingBack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingBack.h; path = ../../ofxTween/src/Easings/ofxEasingBack.h; sourceTree = SOURCE_ROOT; };
- 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLCurves.cpp; path = ../src/ofxTLCurves.cpp; sourceTree = SOURCE_ROOT; };
- 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlerror.cpp; path = ../../ofxXmlSettings/libs/tinyxmlerror.cpp; sourceTree = SOURCE_ROOT; };
- 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuart.cpp; path = ../../ofxTween/src/Easings/ofxEasingQuart.cpp; sourceTree = SOURCE_ROOT; };
- 883c9e7fc087dbbc061aed5d10b268ef /* ofxTLInOut.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLInOut.h; path = ../src/ofxTLInOut.h; sourceTree = SOURCE_ROOT; };
- 8e52dc6b4ea21969c85b8e832936acc3 /* ofxTLVideoTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLVideoTrack.h; path = ../src/ofxTLVideoTrack.h; sourceTree = SOURCE_ROOT; };
- 8f610deb3752f20ff149bc096963cf80 /* ofxRemoveCocoaMenu.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 30; name = ofxRemoveCocoaMenu.mm; path = ../src/ofxRemoveCocoaMenu.mm; sourceTree = SOURCE_ROOT; };
- 95c5241b62f5d1f0fe6c067b5331bca8 /* ofxTimecode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTimecode.h; path = ../../ofxTimecode/src/ofxTimecode.h; sourceTree = SOURCE_ROOT; };
- 96033bf9d1ef22715e6afdc3b189dbc8 /* ofxTLTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTrack.h; path = ../src/ofxTLTrack.h; sourceTree = SOURCE_ROOT; };
- 9a2f1d6ae148cd25f6bea00506177bc5 /* ofxTimeline.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTimeline.h; path = ../src/ofxTimeline.h; sourceTree = SOURCE_ROOT; };
- 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingLinear.cpp; path = ../../ofxTween/src/Easings/ofxEasingLinear.cpp; sourceTree = SOURCE_ROOT; };
- 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */ = {isa = PBXFileReference; explicitFileType = file; fileEncoding = 30; name = easing_terms_of_use.html; path = ../../ofxTween/src/Easings/easing_terms_of_use.html; sourceTree = SOURCE_ROOT; };
- 9d86b2b57c2f171846dfeaf4c063c399 /* ofxTLBangs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLBangs.h; path = ../src/ofxTLBangs.h; sourceTree = SOURCE_ROOT; };
- BBAB23BE13894E4700AA2426 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = ../../../libs/glut/lib/osx/GLUT.framework; sourceTree = ""; };
- E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openFrameworksLib.xcodeproj; path = ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj; sourceTree = SOURCE_ROOT; };
- E45BE9710E8CC7DD009D7055 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = ""; };
- E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = ""; };
- E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; };
- E45BE9740E8CC7DD009D7055 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; };
- E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; };
- E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = ""; };
- E45BE9770E8CC7DD009D7055 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; };
- E45BE9790E8CC7DD009D7055 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; };
- E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; };
- E4B69B5B0A3A1756003C02F2 /* example-allTracksDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "example-allTracksDebug.app"; sourceTree = BUILT_PRODUCTS_DIR; };
- E4B69E1D0A3A1BDC003C02F2 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; };
- E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = testApp.cpp; path = src/testApp.cpp; sourceTree = SOURCE_ROOT; };
- E4B69E1F0A3A1BDC003C02F2 /* testApp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = testApp.h; path = src/testApp.h; sourceTree = SOURCE_ROOT; };
- E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = "openFrameworks-Info.plist"; sourceTree = ""; };
- E4C2424410CC5A17004149E2 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; };
- E4C2424510CC5A17004149E2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; };
- E4C2424610CC5A17004149E2 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = ""; };
- E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = CoreOF.xcconfig; path = ../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig; sourceTree = SOURCE_ROOT; };
- E4EB6923138AFD0F00A09F29 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = ""; };
- E72139FE16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofOpenALSoundPlayer_TimelineAdditions.cpp; sourceTree = ""; };
- E72139FF16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofOpenALSoundPlayer_TimelineAdditions.h; sourceTree = ""; };
- E778AED5163EF5AE003A40B1 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
- E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = /System/Library/Frameworks/CoreVideo.framework; sourceTree = ""; };
- E7E077E715D3B6510020DFD4 /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = ""; };
- E7F985F515E0DE99003869B5 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = /System/Library/Frameworks/Accelerate.framework; sourceTree = ""; };
- a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLVideoThumb.cpp; path = ../src/ofxTLVideoThumb.cpp; sourceTree = SOURCE_ROOT; };
- a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingElastic.cpp; path = ../../ofxTween/src/Easings/ofxEasingElastic.cpp; sourceTree = SOURCE_ROOT; };
- a365e230090b71900f9a7987aa6fccec /* ofxTLEvents.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLEvents.h; path = ../src/ofxTLEvents.h; sourceTree = SOURCE_ROOT; };
- a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingCirc.cpp; path = ../../ofxTween/src/Easings/ofxEasingCirc.cpp; sourceTree = SOURCE_ROOT; };
- a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTrack.cpp; path = ../src/ofxTLTrack.cpp; sourceTree = SOURCE_ROOT; };
- a9fe46c20e767b29c5997ad3a88b9f7b /* ofxEasingBounce.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingBounce.h; path = ../../ofxTween/src/Easings/ofxEasingBounce.h; sourceTree = SOURCE_ROOT; };
- ac5ddd8bbd12e8e173e4ae81a6b924bc /* ofxTextInputField.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTextInputField.h; path = ../../ofxTextInputField/src/ofxTextInputField.h; sourceTree = SOURCE_ROOT; };
- af17eb492db2858a0ebd94cd64092fb9 /* ofxEasingCirc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingCirc.h; path = ../../ofxTween/src/Easings/ofxEasingCirc.h; sourceTree = SOURCE_ROOT; };
- afcc811df430141d32bab3ebf9ba8734 /* ofxTLColors.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLColors.h; path = ../src/ofxTLColors.h; sourceTree = SOURCE_ROOT; };
- b07c508e7717e6c892502adf5fddc285 /* ofxEasingQuad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuad.h; path = ../../ofxTween/src/Easings/ofxEasingQuad.h; sourceTree = SOURCE_ROOT; };
- b21e7e5f548eea92f368040bb1aa2f69 /* tinyxml.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = tinyxml.h; path = ../../ofxXmlSettings/libs/tinyxml.h; sourceTree = SOURCE_ROOT; };
- b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxMSATimer.cpp; path = ../../ofxMSATimer/src/ofxMSATimer.cpp; sourceTree = SOURCE_ROOT; };
- b788152c3fe538e700d063c7d17da903 /* ofxEasingCubic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingCubic.h; path = ../../ofxTween/src/Easings/ofxEasingCubic.h; sourceTree = SOURCE_ROOT; };
- b7886c7b71ddb1e4091232870f09bb9e /* efx.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = efx.h; path = ../libs/sndfile/include/AL/efx.h; sourceTree = SOURCE_ROOT; };
- b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 30; name = kiss_fftr.c; path = ../libs/kiss/src/kiss_fftr.c; sourceTree = SOURCE_ROOT; };
- b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuad.cpp; path = ../../ofxTween/src/Easings/ofxEasingQuad.cpp; sourceTree = SOURCE_ROOT; };
- b9fd7617cf5f462774962af9384ef0ac /* ofxTLKeyframes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLKeyframes.h; path = ../src/ofxTLKeyframes.h; sourceTree = SOURCE_ROOT; };
- ba109f25bb170b74a96b155fe64e5f9b /* alext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = alext.h; path = ../libs/sndfile/include/AL/alext.h; sourceTree = SOURCE_ROOT; };
- bc6bde994c25a3b82b30f694893b581f /* ofxTLPage.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLPage.h; path = ../src/ofxTLPage.h; sourceTree = SOURCE_ROOT; };
- bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTextInputField.cpp; path = ../../ofxTextInputField/src/ofxTextInputField.cpp; sourceTree = SOURCE_ROOT; };
- bfee9391f78307b42aa09c9afad043a8 /* kiss_fftr.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = kiss_fftr.h; path = ../libs/kiss/include/kiss_fftr.h; sourceTree = SOURCE_ROOT; };
- c5b9174723940db207e7ab82b583bc7d /* al.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = al.h; path = ../libs/sndfile/include/AL/al.h; sourceTree = SOURCE_ROOT; };
- c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLZoomer.cpp; path = ../src/ofxTLZoomer.cpp; sourceTree = SOURCE_ROOT; };
- ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageSequenceFrame.cpp; path = ../src/ofxTLImageSequenceFrame.cpp; sourceTree = SOURCE_ROOT; };
- d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 30; name = kiss_fft.c; path = ../libs/kiss/src/kiss_fft.c; sourceTree = SOURCE_ROOT; };
- d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTimecode.cpp; path = ../../ofxTimecode/src/ofxTimecode.cpp; sourceTree = SOURCE_ROOT; };
- db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLFlags.cpp; path = ../src/ofxTLFlags.cpp; sourceTree = SOURCE_ROOT; };
- dd476420fbc881796f865bb5fa4c12c7 /* ofxEasingSine.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingSine.h; path = ../../ofxTween/src/Easings/ofxEasingSine.h; sourceTree = SOURCE_ROOT; };
- df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLColors.cpp; path = ../src/ofxTLColors.cpp; sourceTree = SOURCE_ROOT; };
- e351bffb9fe51b25781f113575f5bbcd /* ofxTLImageSequenceFrame.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageSequenceFrame.h; path = ../src/ofxTLImageSequenceFrame.h; sourceTree = SOURCE_ROOT; };
- e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLKeyframes.cpp; path = ../src/ofxTLKeyframes.cpp; sourceTree = SOURCE_ROOT; };
- e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTicker.cpp; path = ../src/ofxTLTicker.cpp; sourceTree = SOURCE_ROOT; };
- ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTrackHeader.cpp; path = ../src/ofxTLTrackHeader.cpp; sourceTree = SOURCE_ROOT; };
- f1e73f8a9b812cbc0ee8dc880fe10d08 /* ofxTLCameraTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLCameraTrack.h; path = ../src/ofxTLCameraTrack.h; sourceTree = SOURCE_ROOT; };
- f71e87964e92020fb74d20d9c8850f29 /* ofxRemoveCocoaMenu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxRemoveCocoaMenu.h; path = ../src/ofxRemoveCocoaMenu.h; sourceTree = SOURCE_ROOT; };
- f9ba36c5a685069e2cbb73f48cfc2764 /* efx-presets.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = "efx-presets.h"; path = "../libs/sndfile/include/AL/efx-presets.h"; sourceTree = SOURCE_ROOT; };
- fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuint.cpp; path = ../../ofxTween/src/Easings/ofxEasingQuint.cpp; sourceTree = SOURCE_ROOT; };
- fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlparser.cpp; path = ../../ofxXmlSettings/libs/tinyxmlparser.cpp; sourceTree = SOURCE_ROOT; };
- fc9b34c5cb5b0acaff02ed20e6f129e7 /* ofxEasing.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasing.h; path = ../../ofxTween/src/Easings/ofxEasing.h; sourceTree = SOURCE_ROOT; };
- fe4db52d544b8c725e615958d18ecbc4 /* ofxEasingElastic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingElastic.h; path = ../../ofxTween/src/Easings/ofxEasingElastic.h; sourceTree = SOURCE_ROOT; };
- fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLAudioTrack.cpp; path = ../src/ofxTLAudioTrack.cpp; sourceTree = SOURCE_ROOT; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- E4B69B590A3A1756003C02F2 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E778AED6163EF5AE003A40B1 /* OpenAL.framework in Frameworks */,
- E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */,
- E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */,
- E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */,
- E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */,
- E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */,
- E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */,
- E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */,
- E45BE97E0E8CC7DD009D7055 /* Carbon.framework in Frameworks */,
- E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */,
- E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */,
- E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */,
- E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */,
- E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */,
- E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */,
- E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */,
- E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */,
- E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 11d541a012ed5066ea787e91fcea7ac8 /* libs */ = {
- isa = PBXGroup;
- children = (
- f122d593cd2892560a5b03c893f7b98a /* kiss */,
- 79433c413c03b5e0758af057f10b84fa /* ofOpenALSoundPlayer_TimelineAdditions */,
- c3064ef956e24eacfd8fe45767b61193 /* sndfile */,
- );
- name = libs;
- sourceTree = "";
- };
- 1f293a20d2b096d59c4f24ddc5226665 /* ofxTween */ = {
- isa = PBXGroup;
- children = (
- 81b62db6c371dad643503fef78aa1855 /* src */,
- );
- name = ofxTween;
- sourceTree = "";
- };
- 1f4fb5c423662b96adfdcc0badec1cb0 /* ofxXmlSettings */ = {
- isa = PBXGroup;
- children = (
- 6ecef0d76bc33727823eadffc320c44d /* src */,
- 6e54289412d2d94f45a051132369530c /* libs */,
- );
- name = ofxXmlSettings;
- sourceTree = "";
- };
- 3c8a947d9c8a0aa13fbe74e89a4c2854 /* ofxTimeline */ = {
- isa = PBXGroup;
- children = (
- 95ec4749e558adf7ecf154b0871e5f7e /* src */,
- 11d541a012ed5066ea787e91fcea7ac8 /* libs */,
- );
- name = ofxTimeline;
- sourceTree = "";
- };
- 5d5c0ae687ac481a1ca3e1c200964ccc /* ofxMSATimer */ = {
- isa = PBXGroup;
- children = (
- b0520b7d20d3f978fd7358785945208a /* src */,
- );
- name = ofxMSATimer;
- sourceTree = "";
- };
- 6e54289412d2d94f45a051132369530c /* libs */ = {
- isa = PBXGroup;
- children = (
- 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */,
- b21e7e5f548eea92f368040bb1aa2f69 /* tinyxml.h */,
- 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */,
- fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */,
- );
- name = libs;
- sourceTree = "";
- };
- 6ecef0d76bc33727823eadffc320c44d /* src */ = {
- isa = PBXGroup;
- children = (
- 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */,
- 01dcc0911400f9acf5b65578af4ec8f9 /* ofxXmlSettings.h */,
- );
- name = src;
- sourceTree = "";
- };
- 70ff9c14d29b092149d0cc4d17883251 /* include */ = {
- isa = PBXGroup;
- children = (
- 2f050e7223102a218b1fb7ecd05fc3f5 /* kiss_fft.h */,
- bfee9391f78307b42aa09c9afad043a8 /* kiss_fftr.h */,
- );
- name = include;
- sourceTree = "";
- };
- 79433c413c03b5e0758af057f10b84fa /* ofOpenALSoundPlayer_TimelineAdditions */ = {
- isa = PBXGroup;
- children = (
- E72139FD16BCCDD60011637E /* src */,
- );
- name = ofOpenALSoundPlayer_TimelineAdditions;
- sourceTree = "";
- };
- 81b62db6c371dad643503fef78aa1855 /* src */ = {
- isa = PBXGroup;
- children = (
- b59ddd3c0eb9ffc71f28869b15a0ff91 /* Easings */,
- 497f252390399fcf843297da0271f914 /* ofxTween.cpp */,
- 3dc6648a0468fbecb5e45b57040e9eb5 /* ofxTween.h */,
- );
- name = src;
- sourceTree = "";
- };
- 86df17850277042c979393f5dbd67836 /* src */ = {
- isa = PBXGroup;
- children = (
- 22ec628e5fa510d7034a99bb49ae8da8 /* ofRange.h */,
- );
- name = src;
- sourceTree = "";
- };
- 8efd6815c031741ffaa1a0012419f7cf /* ofxTimecode */ = {
- isa = PBXGroup;
- children = (
- abe37a0bb21b3d890efc285b57b7e0d9 /* src */,
- );
- name = ofxTimecode;
- sourceTree = "";
- };
- 95ec4749e558adf7ecf154b0871e5f7e /* src */ = {
- isa = PBXGroup;
- children = (
- 6146999aa0b432590d07eb521d43e191 /* ofxHotKeys.h */,
- 4d892fbbb9e438c35b8c5ee430082e72 /* ofxHotKeys_impl_linux.cpp */,
- 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */,
- 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */,
- f71e87964e92020fb74d20d9c8850f29 /* ofxRemoveCocoaMenu.h */,
- 8f610deb3752f20ff149bc096963cf80 /* ofxRemoveCocoaMenu.mm */,
- 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */,
- 9a2f1d6ae148cd25f6bea00506177bc5 /* ofxTimeline.h */,
- fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */,
- 6bc7dd2c4e83a707848be258865dbb01 /* ofxTLAudioTrack.h */,
- 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */,
- 9d86b2b57c2f171846dfeaf4c063c399 /* ofxTLBangs.h */,
- 0d65e6a2e0f22f72aa7670d7733a180e /* ofxTLCameraTrack.cpp */,
- f1e73f8a9b812cbc0ee8dc880fe10d08 /* ofxTLCameraTrack.h */,
- df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */,
- afcc811df430141d32bab3ebf9ba8734 /* ofxTLColors.h */,
- 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */,
- 53a47d9878535b9b1670047561971d02 /* ofxTLColorTrack.h */,
- 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */,
- 50511502e9cfd66a7bb161f2bfee7db5 /* ofxTLCurves.h */,
- 4fddcdd6e0eed2f5edd672855798f064 /* ofxTLEmptyKeyframes.cpp */,
- 56d0182470bf6d3d6de9541980e67f8b /* ofxTLEmptyKeyframes.h */,
- 32d83269769d4d7e74bf125b5842071d /* ofxTLEmptyTrack.cpp */,
- 54e92bcd121baa568ec9b4fb6198d262 /* ofxTLEmptyTrack.h */,
- a365e230090b71900f9a7987aa6fccec /* ofxTLEvents.h */,
- db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */,
- 2a99d747f2315daf1fb4f247021e7445 /* ofxTLFlags.h */,
- 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */,
- 09cbd28db823fe305eb470eeba6c4f78 /* ofxTLImageSequence.h */,
- ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */,
- e351bffb9fe51b25781f113575f5bbcd /* ofxTLImageSequenceFrame.h */,
- 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */,
- 3dbb60625304a9174a9a9635f98e40a7 /* ofxTLImageTrack.h */,
- 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */,
- 883c9e7fc087dbbc061aed5d10b268ef /* ofxTLInOut.h */,
- e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */,
- b9fd7617cf5f462774962af9384ef0ac /* ofxTLKeyframes.h */,
- 39833d65fff88a58c3cb8bdf62a80afb /* ofxTLLFO.cpp */,
- 68eb873762b550705aa7464c7dfffede /* ofxTLLFO.h */,
- 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */,
- bc6bde994c25a3b82b30f694893b581f /* ofxTLPage.h */,
- 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */,
- 3241b8bdc0b27471f8ee25d5a3db58b2 /* ofxTLPageTabs.h */,
- 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */,
- 66c910bfbec609d16e3b249a8448466d /* ofxTLSwitches.h */,
- e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */,
- 410e5fe3eb7fe9cb2726d36d724fd561 /* ofxTLTicker.h */,
- a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */,
- 96033bf9d1ef22715e6afdc3b189dbc8 /* ofxTLTrack.h */,
- ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */,
- 3d0621ce540a64d8d27e0af7f83b3eb2 /* ofxTLTrackHeader.h */,
- a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */,
- 2af40c99324fbebe7bab30147fc27af8 /* ofxTLVideoThumb.h */,
- 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */,
- 8e52dc6b4ea21969c85b8e832936acc3 /* ofxTLVideoTrack.h */,
- c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */,
- 1a433a24e8182dd578600bffe7ac6da5 /* ofxTLZoomer.h */,
- );
- name = src;
- sourceTree = "";
- };
- 9fd9332064a1194ac3cd20c226cc5a32 /* ofxRange */ = {
- isa = PBXGroup;
- children = (
- 86df17850277042c979393f5dbd67836 /* src */,
- );
- name = ofxRange;
- sourceTree = "";
- };
- BB4B014C10F69532006C3DED /* addons */ = {
- isa = PBXGroup;
- children = (
- 1f4fb5c423662b96adfdcc0badec1cb0 /* ofxXmlSettings */,
- 5d5c0ae687ac481a1ca3e1c200964ccc /* ofxMSATimer */,
- 9fd9332064a1194ac3cd20c226cc5a32 /* ofxRange */,
- ab88b4fd5d7f4abf53230e5a327c1368 /* ofxTextInputField */,
- 8efd6815c031741ffaa1a0012419f7cf /* ofxTimecode */,
- 3c8a947d9c8a0aa13fbe74e89a4c2854 /* ofxTimeline */,
- 1f293a20d2b096d59c4f24ddc5226665 /* ofxTween */,
- );
- name = addons;
- sourceTree = "";
- };
- BBAB23C913894ECA00AA2426 /* system frameworks */ = {
- isa = PBXGroup;
- children = (
- E778AED5163EF5AE003A40B1 /* OpenAL.framework */,
- E7F985F515E0DE99003869B5 /* Accelerate.framework */,
- E4C2424410CC5A17004149E2 /* AppKit.framework */,
- E4C2424510CC5A17004149E2 /* Cocoa.framework */,
- E4C2424610CC5A17004149E2 /* IOKit.framework */,
- E45BE9710E8CC7DD009D7055 /* AGL.framework */,
- E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */,
- E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */,
- E45BE9740E8CC7DD009D7055 /* Carbon.framework */,
- E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */,
- E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */,
- E45BE9770E8CC7DD009D7055 /* CoreServices.framework */,
- E45BE9790E8CC7DD009D7055 /* OpenGL.framework */,
- E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */,
- E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */,
- E7E077E715D3B6510020DFD4 /* QTKit.framework */,
- );
- name = "system frameworks";
- sourceTree = "";
- };
- BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */ = {
- isa = PBXGroup;
- children = (
- BBAB23BE13894E4700AA2426 /* GLUT.framework */,
- );
- name = "3rd party frameworks";
- sourceTree = "";
- };
- E4328144138ABC890047C5CB /* Products */ = {
- isa = PBXGroup;
- children = (
- E4328148138ABC890047C5CB /* openFrameworksDebug.a */,
- );
- name = Products;
- sourceTree = "";
- };
- E45BE5980E8CC70C009D7055 /* frameworks */ = {
- isa = PBXGroup;
- children = (
- BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */,
- BBAB23C913894ECA00AA2426 /* system frameworks */,
- );
- name = frameworks;
- sourceTree = "";
- };
- E4B69B4A0A3A1720003C02F2 = {
- isa = PBXGroup;
- children = (
- E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */,
- E4EB6923138AFD0F00A09F29 /* Project.xcconfig */,
- E4B69E1C0A3A1BDC003C02F2 /* src */,
- E4EEC9E9138DF44700A80321 /* openFrameworks */,
- BB4B014C10F69532006C3DED /* addons */,
- E45BE5980E8CC70C009D7055 /* frameworks */,
- E4B69B5B0A3A1756003C02F2 /* example-allTracksDebug.app */,
- );
- sourceTree = "";
- };
- E4B69E1C0A3A1BDC003C02F2 /* src */ = {
- isa = PBXGroup;
- children = (
- E4B69E1D0A3A1BDC003C02F2 /* main.cpp */,
- E4B69E1F0A3A1BDC003C02F2 /* testApp.h */,
- E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */,
- );
- path = src;
- sourceTree = SOURCE_ROOT;
- };
- E4EEC9E9138DF44700A80321 /* openFrameworks */ = {
- isa = PBXGroup;
- children = (
- E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */,
- E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */,
- );
- name = openFrameworks;
- sourceTree = "";
- };
- E72139FD16BCCDD60011637E /* src */ = {
- isa = PBXGroup;
- children = (
- E72139FE16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp */,
- E72139FF16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.h */,
- );
- name = src;
- path = ../libs/ofOpenALSoundPlayer_TimelineAdditions/src;
- sourceTree = "";
- };
- a84c320c111785eeee9deb836e25dc1f /* src */ = {
- isa = PBXGroup;
- children = (
- bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */,
- ac5ddd8bbd12e8e173e4ae81a6b924bc /* ofxTextInputField.h */,
- );
- name = src;
- sourceTree = "";
- };
- ab88b4fd5d7f4abf53230e5a327c1368 /* ofxTextInputField */ = {
- isa = PBXGroup;
- children = (
- a84c320c111785eeee9deb836e25dc1f /* src */,
- );
- name = ofxTextInputField;
- sourceTree = "";
- };
- abe37a0bb21b3d890efc285b57b7e0d9 /* src */ = {
- isa = PBXGroup;
- children = (
- d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */,
- 95c5241b62f5d1f0fe6c067b5331bca8 /* ofxTimecode.h */,
- );
- name = src;
- sourceTree = "";
- };
- b0520b7d20d3f978fd7358785945208a /* src */ = {
- isa = PBXGroup;
- children = (
- b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */,
- 03dde55c47701116edeb18007fc4bf75 /* ofxMSATimer.h */,
- );
- name = src;
- sourceTree = "";
- };
- b59ddd3c0eb9ffc71f28869b15a0ff91 /* Easings */ = {
- isa = PBXGroup;
- children = (
- 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */,
- 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */,
- fc9b34c5cb5b0acaff02ed20e6f129e7 /* ofxEasing.h */,
- 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */,
- 7912619b786f0238d22ed5f3c10786f2 /* ofxEasingBack.h */,
- 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */,
- a9fe46c20e767b29c5997ad3a88b9f7b /* ofxEasingBounce.h */,
- a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */,
- af17eb492db2858a0ebd94cd64092fb9 /* ofxEasingCirc.h */,
- 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */,
- b788152c3fe538e700d063c7d17da903 /* ofxEasingCubic.h */,
- a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */,
- fe4db52d544b8c725e615958d18ecbc4 /* ofxEasingElastic.h */,
- 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */,
- 767479279ebac134d46e74e76dc9f79f /* ofxEasingExpo.h */,
- 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */,
- 7599804c6260ec1cd8d3567dc11aa06a /* ofxEasingLinear.h */,
- b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */,
- b07c508e7717e6c892502adf5fddc285 /* ofxEasingQuad.h */,
- 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */,
- 4c0e055e4176057631087aa3938a7c76 /* ofxEasingQuart.h */,
- fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */,
- 5e9e6513bec36148928518b774158396 /* ofxEasingQuint.h */,
- 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */,
- dd476420fbc881796f865bb5fa4c12c7 /* ofxEasingSine.h */,
- );
- name = Easings;
- sourceTree = "";
- };
- b7fb12801274cae3603ea4cfdecec294 /* AL */ = {
- isa = PBXGroup;
- children = (
- c5b9174723940db207e7ab82b583bc7d /* al.h */,
- 0c578fcc784a6245c49aee60b6681712 /* alc.h */,
- ba109f25bb170b74a96b155fe64e5f9b /* alext.h */,
- 0d63c00fb3a729e001961ab70e84fb9d /* efx-creative.h */,
- f9ba36c5a685069e2cbb73f48cfc2764 /* efx-presets.h */,
- b7886c7b71ddb1e4091232870f09bb9e /* efx.h */,
- );
- name = AL;
- sourceTree = "";
- };
- c3064ef956e24eacfd8fe45767b61193 /* sndfile */ = {
- isa = PBXGroup;
- children = (
- e7558d68ea34b87a36db465c78f95890 /* include */,
- );
- name = sndfile;
- sourceTree = "";
- };
- e1ad38c5f775f42c90542e371f9991a1 /* src */ = {
- isa = PBXGroup;
- children = (
- 4b817954d44bdb7ede7da278e95facfa /* _kiss_fft_guts.h */,
- d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */,
- b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */,
- );
- name = src;
- sourceTree = "";
- };
- e7558d68ea34b87a36db465c78f95890 /* include */ = {
- isa = PBXGroup;
- children = (
- b7fb12801274cae3603ea4cfdecec294 /* AL */,
- 4162e24aefc4c866df24e11560269162 /* sndfile.h */,
- );
- name = include;
- sourceTree = "";
- };
- f122d593cd2892560a5b03c893f7b98a /* kiss */ = {
- isa = PBXGroup;
- children = (
- 70ff9c14d29b092149d0cc4d17883251 /* include */,
- e1ad38c5f775f42c90542e371f9991a1 /* src */,
- );
- name = kiss;
- sourceTree = "";
- };
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
- E4B69B5A0A3A1756003C02F2 /* example-allTracks */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example-allTracks" */;
- buildPhases = (
- E4B69B580A3A1756003C02F2 /* Sources */,
- E4B69B590A3A1756003C02F2 /* Frameworks */,
- E4B6FFFD0C3F9AB9008CF71C /* ShellScript */,
- E4C2427710CC5ABF004149E2 /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- E4EEB9AC138B136A00A80321 /* PBXTargetDependency */,
- );
- name = "example-allTracks";
- productName = myOFApp;
- productReference = E4B69B5B0A3A1756003C02F2 /* example-allTracksDebug.app */;
- productType = "com.apple.product-type.application";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- E4B69B4C0A3A1720003C02F2 /* Project object */ = {
- isa = PBXProject;
- buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example-allTracks" */;
- compatibilityVersion = "Xcode 2.4";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- English,
- Japanese,
- French,
- German,
- );
- mainGroup = E4B69B4A0A3A1720003C02F2;
- productRefGroup = E4B69B4A0A3A1720003C02F2;
- projectDirPath = "";
- projectReferences = (
- {
- ProductGroup = E4328144138ABC890047C5CB /* Products */;
- ProjectRef = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- },
- );
- projectRoot = "";
- targets = (
- E4B69B5A0A3A1756003C02F2 /* example-allTracks */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXReferenceProxy section */
- E4328148138ABC890047C5CB /* openFrameworksDebug.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = openFrameworksDebug.a;
- remoteRef = E4328147138ABC890047C5CB /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
-/* End PBXReferenceProxy section */
-
-/* Begin PBXShellScriptBuildPhase section */
- E4B6FFFD0C3F9AB9008CF71C /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "cp -f ../../../libs/fmodex/lib/osx/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/libfmodex.dylib\"; install_name_tool -change ./libfmodex.dylib @executable_path/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME\";";
- };
-/* End PBXShellScriptBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
- E4B69B580A3A1756003C02F2 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */,
- E4B69E210A3A1BDC003C02F2 /* testApp.cpp in Sources */,
- 63b57ac5bf4ef088491e0317dbb2ecaa /* ofxXmlSettings.cpp in Sources */,
- 933a2227713c720ceff80fd967d0a8ee /* tinyxml.cpp in Sources */,
- 9d44dc88ef9e7991b4a09951e2e4769f /* tinyxmlerror.cpp in Sources */,
- 5a4349e9754d6fa14c0f2a3a1abc30b6 /* tinyxmlparser.cpp in Sources */,
- 9119bfc53670a98106e367bbc1bd167a /* ofxMSATimer.cpp in Sources */,
- f6ca03081709fcbfdaef66765f9e376e /* ofxTextInputField.cpp in Sources */,
- 6499b8489905bfe9067f8db81e6bbfdf /* ofxTimecode.cpp in Sources */,
- 5da2e0e8ecdb5b4e2908167d7b74de63 /* ofxHotKeys_impl_linux.cpp in Sources */,
- 7d7ecd8dd8eb4244d7a87f40ba8c53cd /* ofxHotKeys_impl_mac.mm in Sources */,
- e904ef309b050587cf73df2173a531a6 /* ofxHotKeys_impl_win.cpp in Sources */,
- fd525b9bc71cf001cac34c5a87c2672f /* ofxRemoveCocoaMenu.mm in Sources */,
- 7ac6376b15bcf4d368ec068f0ecce711 /* ofxTimeline.cpp in Sources */,
- 14ed851279c06f2bcf0bf27935d38ce3 /* ofxTLAudioTrack.cpp in Sources */,
- fb591e0c571e53b3ba5a60b84605de3d /* ofxTLBangs.cpp in Sources */,
- cf54b41ab5ff1af0e8677338f5f60395 /* ofxTLCameraTrack.cpp in Sources */,
- 9d7bb9637658a8e9d507c66c47db010f /* ofxTLColors.cpp in Sources */,
- 49e60cc9bbcafb6eade107cc20884b9c /* ofxTLColorTrack.cpp in Sources */,
- 46be87fc2c481a1eb41aed2a8b97fe96 /* ofxTLCurves.cpp in Sources */,
- 4df88daf2c820a78327000e7ac0925c5 /* ofxTLEmptyKeyframes.cpp in Sources */,
- 98126aa8f306f3ee0f5f37bed7056435 /* ofxTLEmptyTrack.cpp in Sources */,
- c3bc382653a57ce71d4513f1eaba414b /* ofxTLFlags.cpp in Sources */,
- 1479a06207a85dfdeca39f009ad023d0 /* ofxTLImageSequence.cpp in Sources */,
- def58837140932f5996c61c2241ef66e /* ofxTLImageSequenceFrame.cpp in Sources */,
- 95e6e69db45e5f9e4f1c21e09d04b380 /* ofxTLImageTrack.cpp in Sources */,
- d7058ecb9868a269655092911f63df8c /* ofxTLInOut.cpp in Sources */,
- b3baa90667d4b61631ba59627d616a39 /* ofxTLKeyframes.cpp in Sources */,
- e48c9224adc0eb481a762e226aaffadb /* ofxTLLFO.cpp in Sources */,
- c7d250488914920c32f18f34136a2175 /* ofxTLPage.cpp in Sources */,
- bcfdfc3681cf3552bcdb819e675b5dce /* ofxTLPageTabs.cpp in Sources */,
- 9e8ec2bf8bca13da057fa929463bbafb /* ofxTLSwitches.cpp in Sources */,
- 3a02cdf226d01ebb6533d47f0bb42c5a /* ofxTLTicker.cpp in Sources */,
- f4a426f97ee8f1a3ead2a8f00212b48a /* ofxTLTrack.cpp in Sources */,
- e6b21161287eea55fa4ea984beef0d72 /* ofxTLTrackHeader.cpp in Sources */,
- 65b24cd86db2ed8edd3385ac3e4a4783 /* ofxTLVideoThumb.cpp in Sources */,
- 3b32d3b612022d0c5b272bdd39e8a60f /* ofxTLVideoTrack.cpp in Sources */,
- ed77da7c8d99d9b1c9c240c836f5baf7 /* ofxTLZoomer.cpp in Sources */,
- d5f416a7f5798651d8370d5e93c0c797 /* kiss_fft.c in Sources */,
- 782c2b355cb6ebc83bdb95e0bd931001 /* kiss_fftr.c in Sources */,
- 168c43f69af6a8042ea0b13f08dfe5ff /* easing_terms_of_use.html in Sources */,
- 9266028e1aecbb027abf64d8cfab4b5f /* ofxEasing.cpp in Sources */,
- 5e0dbde5736deb3a5886b3f1e3b4578d /* ofxEasingBack.cpp in Sources */,
- ead3ce0789481f975f351f39ee5137c4 /* ofxEasingBounce.cpp in Sources */,
- 27765d1bff26bd9a6186915f24dfd27c /* ofxEasingCirc.cpp in Sources */,
- e816d7d242d315fb53e23f5443df8700 /* ofxEasingCubic.cpp in Sources */,
- 6e062274743f6716a9ad43959541a220 /* ofxEasingElastic.cpp in Sources */,
- 59eeacb88f062457ff86492c078803bd /* ofxEasingExpo.cpp in Sources */,
- 152eaecabd008d84af7f27f83f4389c4 /* ofxEasingLinear.cpp in Sources */,
- 6d7b53ed56654abbf2ff13b127236c33 /* ofxEasingQuad.cpp in Sources */,
- 85a41526fdfa1a8cdaee81f79de999b7 /* ofxEasingQuart.cpp in Sources */,
- 7e769097de6561633305b24c2ad560e7 /* ofxEasingQuint.cpp in Sources */,
- fe278f5f783581237ae8ecb25ea719bb /* ofxEasingSine.cpp in Sources */,
- 32fc7731c1ef7b87e491c93d78c84b88 /* ofxTween.cpp in Sources */,
- E7213A0016BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXTargetDependency section */
- E4EEB9AC138B136A00A80321 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = openFrameworks;
- targetProxy = E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */;
- };
-/* End PBXTargetDependency section */
-
-/* Begin XCBuildConfiguration section */
- E4B69B4E0A3A1720003C02F2 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */;
- buildSettings = {
- ARCHS = "$(NATIVE_ARCH)";
- CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/";
- COPY_PHASE_STRIP = NO;
- DEAD_CODE_STRIPPING = YES;
- GCC_AUTO_VECTORIZATION = YES;
- GCC_ENABLE_SSE3_EXTENSIONS = YES;
- GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
- GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
- GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO;
- GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
- GCC_WARN_UNINITIALIZED_AUTOS = NO;
- GCC_WARN_UNUSED_VALUE = NO;
- GCC_WARN_UNUSED_VARIABLE = NO;
- HEADER_SEARCH_PATHS = (
- "$(OF_CORE_HEADERS)",
- ../../../addons/ofxXmlSettings/libs,
- ../../../addons/ofxXmlSettings/src,
- ../../../addons/ofxMSATimer/libs,
- ../../../addons/ofxMSATimer/src,
- ../../../addons/ofxRange/libs,
- ../../../addons/ofxRange/src,
- ../../../addons/ofxTextInputField/libs,
- ../../../addons/ofxTextInputField/src,
- ../../../addons/ofxTimecode/libs,
- ../../../addons/ofxTimecode/src,
- ../../../addons/ofxTimeline/libs,
- ../../../addons/ofxTimeline/libs/kiss,
- ../../../addons/ofxTimeline/libs/kiss/include,
- ../../../addons/ofxTimeline/libs/kiss/lib,
- ../../../addons/ofxTimeline/libs/kiss/src,
- ../../../addons/ofxTimeline/libs/ofOpenALSoundPlayer_TimelineAdditions,
- ../../../addons/ofxTimeline/libs/sndfile,
- ../../../addons/ofxTimeline/libs/sndfile/include,
- ../../../addons/ofxTimeline/libs/sndfile/include/AL,
- ../../../addons/ofxTimeline/libs/sndfile/lib,
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx,
- ../../../addons/ofxTimeline/libs/vorbis,
- ../../../addons/ofxTimeline/libs/vorbis/lib,
- ../../../addons/ofxTimeline/src,
- ../../../addons/ofxTween/libs,
- ../../../addons/ofxTween/src,
- ../../../addons/ofxTween/src/Easings,
- );
- OTHER_CPLUSPLUSFLAGS = (
- "-D__MACOSX_CORE__",
- "-lpthread",
- "-mtune=native",
- );
- OTHER_LDFLAGS = (
- "$(OF_CORE_LIBS)",
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx/libsndfile.a,
- );
- SDKROOT = "";
- };
- name = Debug;
- };
- E4B69B4F0A3A1720003C02F2 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */;
- buildSettings = {
- ARCHS = "$(NATIVE_ARCH)";
- CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/";
- COPY_PHASE_STRIP = YES;
- DEAD_CODE_STRIPPING = YES;
- GCC_AUTO_VECTORIZATION = YES;
- GCC_ENABLE_SSE3_EXTENSIONS = YES;
- GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
- GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
- GCC_OPTIMIZATION_LEVEL = 3;
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_UNROLL_LOOPS = YES;
- GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
- GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO;
- GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
- GCC_WARN_UNINITIALIZED_AUTOS = NO;
- GCC_WARN_UNUSED_VALUE = NO;
- GCC_WARN_UNUSED_VARIABLE = NO;
- HEADER_SEARCH_PATHS = (
- "$(OF_CORE_HEADERS)",
- ../../../addons/ofxXmlSettings/libs,
- ../../../addons/ofxXmlSettings/src,
- ../../../addons/ofxMSATimer/libs,
- ../../../addons/ofxMSATimer/src,
- ../../../addons/ofxRange/libs,
- ../../../addons/ofxRange/src,
- ../../../addons/ofxTextInputField/libs,
- ../../../addons/ofxTextInputField/src,
- ../../../addons/ofxTimecode/libs,
- ../../../addons/ofxTimecode/src,
- ../../../addons/ofxTimeline/libs,
- ../../../addons/ofxTimeline/libs/kiss,
- ../../../addons/ofxTimeline/libs/kiss/include,
- ../../../addons/ofxTimeline/libs/kiss/lib,
- ../../../addons/ofxTimeline/libs/kiss/src,
- ../../../addons/ofxTimeline/libs/ofOpenALSoundPlayer_TimelineAdditions,
- ../../../addons/ofxTimeline/libs/sndfile,
- ../../../addons/ofxTimeline/libs/sndfile/include,
- ../../../addons/ofxTimeline/libs/sndfile/include/AL,
- ../../../addons/ofxTimeline/libs/sndfile/lib,
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx,
- ../../../addons/ofxTimeline/libs/vorbis,
- ../../../addons/ofxTimeline/libs/vorbis/lib,
- ../../../addons/ofxTimeline/src,
- ../../../addons/ofxTween/libs,
- ../../../addons/ofxTween/src,
- ../../../addons/ofxTween/src/Easings,
- );
- OTHER_CPLUSPLUSFLAGS = (
- "-D__MACOSX_CORE__",
- "-lpthread",
- "-mtune=native",
- );
- OTHER_LDFLAGS = (
- "$(OF_CORE_LIBS)",
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx/libsndfile.a,
- );
- SDKROOT = "";
- };
- name = Release;
- };
- E4B69B600A3A1757003C02F2 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- );
- FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\"";
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_MODEL_TUNING = NONE;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
- GCC_PREPROCESSOR_DEFINITIONS = "TIMELINE_AUDIO_INCLUDED=1";
- INFOPLIST_FILE = "openFrameworks-Info.plist";
- INSTALL_PATH = "$(HOME)/Applications";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_14)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_15)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_16)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_17)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_18)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_19)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_20)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_21)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_22)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_23)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_24)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_25)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_26)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_27)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_28)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_29)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_30)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_31)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_32)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_33)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_34)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_35)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_36)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_37)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_38)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_39)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_40)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_41)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_42)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_43)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_44)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_45)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_46)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_47)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_48)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_49)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_50)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_51)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_52)",
- );
- PREBINDING = NO;
- PRODUCT_NAME = "example-allTracksDebug";
- WRAPPER_EXTENSION = app;
- };
- name = Debug;
- };
- E4B69B610A3A1757003C02F2 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- );
- FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\"";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_MODEL_TUNING = NONE;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
- GCC_PREPROCESSOR_DEFINITIONS = "TIMELINE_AUDIO_INCLUDED=1";
- INFOPLIST_FILE = "openFrameworks-Info.plist";
- INSTALL_PATH = "$(HOME)/Applications";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_14)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_15)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_16)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_17)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_18)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_19)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_20)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_21)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_22)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_23)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_24)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_25)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_26)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_27)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_28)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_29)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_30)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_31)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_32)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_33)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_34)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_35)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_36)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_37)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_38)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_39)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_40)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_41)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_42)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_43)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_44)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_45)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_46)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_47)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_48)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_49)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_50)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_51)",
- );
- PREBINDING = NO;
- PRODUCT_NAME = "example-allTracks";
- WRAPPER_EXTENSION = app;
- };
- name = Release;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example-allTracks" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E4B69B4E0A3A1720003C02F2 /* Debug */,
- E4B69B4F0A3A1720003C02F2 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example-allTracks" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E4B69B600A3A1757003C02F2 /* Debug */,
- E4B69B610A3A1757003C02F2 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = E4B69B4C0A3A1720003C02F2 /* Project object */;
-}
diff --git a/example-emptyTrackTemplate/example-emptyTrackTemplates.sln b/example-allTracks/example-timeline.sln
similarity index 61%
rename from example-emptyTrackTemplate/example-emptyTrackTemplates.sln
rename to example-allTracks/example-timeline.sln
index d2c5d384..b3954881 100644
--- a/example-emptyTrackTemplate/example-emptyTrackTemplates.sln
+++ b/example-allTracks/example-timeline.sln
@@ -1,41 +1,35 @@
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openframeworksLib", "..\..\..\libs\openFrameworksCompiled\project\vs\openframeworksLib.vcxproj", "{5837595D-ACA9-485C-8E76-729040CE4B0B}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example-emptyTrackTemplates", "example-emptyTrackTemplates.vcxproj", "{7FD42DF7-442E-479A-BA76-D0022F99702A}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ofxTimelineLib", "..\ofxTimelineLib\ofxTimelineLib.vcxproj", "{A72C4F16-CB16-4143-BA5C-5E4FA802D636}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Debug|x64 = Debug|x64
- Release|Win32 = Release|Win32
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.ActiveCfg = Debug|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.Build.0 = Debug|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.ActiveCfg = Debug|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.ActiveCfg = Release|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.Build.0 = Release|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.ActiveCfg = Release|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.ActiveCfg = Debug|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.Build.0 = Debug|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x64.ActiveCfg = Debug|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.ActiveCfg = Release|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.Build.0 = Release|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x64.ActiveCfg = Release|Win32
- {A72C4F16-CB16-4143-BA5C-5E4FA802D636}.Debug|Win32.ActiveCfg = Debug|Win32
- {A72C4F16-CB16-4143-BA5C-5E4FA802D636}.Debug|Win32.Build.0 = Debug|Win32
- {A72C4F16-CB16-4143-BA5C-5E4FA802D636}.Debug|x64.ActiveCfg = Debug|x64
- {A72C4F16-CB16-4143-BA5C-5E4FA802D636}.Debug|x64.Build.0 = Debug|x64
- {A72C4F16-CB16-4143-BA5C-5E4FA802D636}.Release|Win32.ActiveCfg = Release|Win32
- {A72C4F16-CB16-4143-BA5C-5E4FA802D636}.Release|Win32.Build.0 = Release|Win32
- {A72C4F16-CB16-4143-BA5C-5E4FA802D636}.Release|x64.ActiveCfg = Release|x64
- {A72C4F16-CB16-4143-BA5C-5E4FA802D636}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 14
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example-timeline", "example-timeline.vcxproj", "{7FD42DF7-442E-479A-BA76-D0022F99702A}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openframeworksLib", "..\..\..\libs\openFrameworksCompiled\project\vs\openframeworksLib.vcxproj", "{5837595D-ACA9-485C-8E76-729040CE4B0B}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.ActiveCfg = Debug|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.Build.0 = Debug|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x64.ActiveCfg = Debug|x64
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x64.Build.0 = Debug|x64
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.ActiveCfg = Release|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.Build.0 = Release|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x64.ActiveCfg = Release|x64
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x64.Build.0 = Release|x64
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.ActiveCfg = Debug|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.Build.0 = Debug|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.ActiveCfg = Debug|x64
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.Build.0 = Debug|x64
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.ActiveCfg = Release|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.Build.0 = Release|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.ActiveCfg = Release|x64
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/example-allTracks/example-timeline.vcxproj b/example-allTracks/example-timeline.vcxproj
new file mode 100644
index 00000000..778a9acf
--- /dev/null
+++ b/example-allTracks/example-timeline.vcxproj
@@ -0,0 +1,318 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}
+ Win32Proj
+ example-timeline
+
+
+
+ Application
+ Unicode
+ v140
+
+
+ Application
+ Unicode
+ v140
+
+
+ Application
+ Unicode
+ true
+ v140
+
+
+ Application
+ Unicode
+ true
+ v140
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bin\
+ obj\$(Configuration)\
+ $(ProjectName)_debug
+ true
+ true
+
+
+ bin\
+ obj\$(Configuration)\
+ $(ProjectName)_debug
+ true
+ true
+
+
+ bin\
+ obj\$(Configuration)\
+ false
+
+
+ bin\
+ obj\$(Configuration)\
+ false
+
+
+
+ Disabled
+ EnableFastChecks
+ %(PreprocessorDefinitions)
+ MultiThreadedDebugDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+
+
+ true
+ Console
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32
+
+
+
+
+
+ Disabled
+ EnableFastChecks
+ %(PreprocessorDefinitions)
+ MultiThreadedDebugDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+ true
+
+
+ true
+ Console
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64
+
+
+
+
+
+ false
+ %(PreprocessorDefinitions)
+ MultiThreadedDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+ true
+
+
+ false
+ false
+ Console
+ true
+ true
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32
+
+
+
+
+
+ false
+ %(PreprocessorDefinitions)
+ MultiThreadedDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+
+
+ false
+ false
+ Console
+ true
+ true
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {5837595d-aca9-485c-8e76-729040ce4b0b}
+
+
+
+
+ /D_DEBUG %(AdditionalOptions)
+ /D_DEBUG %(AdditionalOptions)
+ $(OF_ROOT)\libs\openFrameworksCompiled\project\vs
+
+
+
+
+
+
+
+
+
diff --git a/example-allTracks/example-timeline.vcxproj.filters b/example-allTracks/example-timeline.vcxproj.filters
new file mode 100644
index 00000000..3370da6c
--- /dev/null
+++ b/example-allTracks/example-timeline.vcxproj.filters
@@ -0,0 +1,468 @@
+
+
+
+
+ src
+
+
+ src
+
+
+ addons\ofxMSATimer\src
+
+
+ addons\ofxTextInputField\src
+
+
+ addons\ofxTimecode\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\libs\kiss\src
+
+
+ addons\ofxTimeline\libs\kiss\src
+
+
+ addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src
+
+
+ addons\ofxXmlSettings\src
+
+
+ addons\ofxXmlSettings\libs
+
+
+ addons\ofxXmlSettings\libs
+
+
+ addons\ofxXmlSettings\libs
+
+
+
+
+ {d8376475-7454-4a24-b08a-aac121d3ad6f}
+
+
+ {71834F65-F3A9-211E-73B8-DC85}
+
+
+ {FA2C7F81-95AD-913A-95EE-6D67}
+
+
+ {21227B69-34BA-DC94-65C0-E080}
+
+
+ {C5CF358F-F6D6-0F61-5433-25F1}
+
+
+ {AFEE1AF4-3BE7-35E2-F89C-FEB8}
+
+
+ {A4B02712-30E4-B504-C110-2C93}
+
+
+ {B67AFC83-AF32-6FE3-281F-AC21}
+
+
+ {1B5CD1F2-714C-1A5F-97D0-2F97}
+
+
+ {1E8626D6-B6A0-D240-F534-C5E8}
+
+
+ {B6CB78C7-BC44-AD08-8E43-896C}
+
+
+ {AC132E01-0F0D-5FF9-8D64-8DAD}
+
+
+ {333C4390-0B4E-EAAA-5CFE-0663}
+
+
+ {93D28ED9-A2CA-418A-4538-D332}
+
+
+ {239F8B47-5D3C-673B-95DE-5E70}
+
+
+ {5451193A-C0CF-9361-B431-0F7F}
+
+
+ {012014BF-0161-A228-4C75-8D28}
+
+
+ {2A871B0D-D088-017C-101E-4857}
+
+
+ {7D44A927-3EF3-D18B-0302-5262}
+
+
+ {994A9BE4-6199-2707-46E1-49BC}
+
+
+ {8B1E05C6-FEC0-22B7-592B-3DE2}
+
+
+ {944E9321-A6F2-45B7-407B-559E}
+
+
+ {4ED1F364-A201-A241-2587-2223}
+
+
+ {8A8810E8-A79D-7A1D-2F0A-7203}
+
+
+ {40AC4B42-6A5A-9537-EB82-D1B8}
+
+
+ {EF0F6A8B-B04F-E782-21EF-D4BA}
+
+
+ {877F005D-13E6-0592-1D97-F2E3}
+
+
+ {CCB2AC63-49D2-977C-CFE8-AEAD}
+
+
+ {687714A8-1662-FA1C-261F-50F0}
+
+
+
+
+ src
+
+
+ addons\ofxMSATimer\src
+
+
+ addons\ofxRange\src
+
+
+ addons\ofxTextInputField\src
+
+
+ addons\ofxTextInputField\src
+
+
+ addons\ofxTimecode\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\libs\kiss\include
+
+
+ addons\ofxTimeline\libs\kiss\include
+
+
+ addons\ofxTimeline\libs\kiss\src
+
+
+ addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\sndfile\include
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src
+
+
+ addons\ofxXmlSettings\src
+
+
+ addons\ofxXmlSettings\libs
+
+
+
+
+
+
diff --git a/example-emptyTrackTemplate/example-emptyTrackTemplates.vcxproj.user b/example-allTracks/example-timeline.vcxproj.user
similarity index 51%
rename from example-emptyTrackTemplate/example-emptyTrackTemplates.vcxproj.user
rename to example-allTracks/example-timeline.vcxproj.user
index bedf9190..988b987e 100644
--- a/example-emptyTrackTemplate/example-emptyTrackTemplates.vcxproj.user
+++ b/example-allTracks/example-timeline.vcxproj.user
@@ -1,11 +1,19 @@
-
-
-
- $(ProjectDir)/bin
- WindowsLocalDebugger
-
-
- $(ProjectDir)/bin
- WindowsLocalDebugger
-
+
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
\ No newline at end of file
diff --git a/example-allTracks/icon.rc b/example-allTracks/icon.rc
new file mode 100644
index 00000000..7e26eb35
--- /dev/null
+++ b/example-allTracks/icon.rc
@@ -0,0 +1,8 @@
+// Icon Resource Definition
+#define MAIN_ICON 102
+
+#if defined(_DEBUG)
+MAIN_ICON ICON "icon_debug.ico"
+#else
+MAIN_ICON ICON "icon.ico"
+#endif
diff --git a/example-allTracks/openFrameworks-Info.plist b/example-allTracks/openFrameworks-Info.plist
deleted file mode 100644
index e5db5550..00000000
--- a/example-allTracks/openFrameworks-Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- English
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- com.yourcompany.openFrameworks
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundlePackageType
- APPL
- CFBundleSignature
- ????
- CFBundleVersion
- 1.0
-
-
diff --git a/example-allTracks/src/main.cpp b/example-allTracks/src/main.cpp
index 2feb4571..e57370b2 100644
--- a/example-allTracks/src/main.cpp
+++ b/example-allTracks/src/main.cpp
@@ -1,16 +1,13 @@
#include "ofMain.h"
-#include "testApp.h"
-#include "ofAppGlutWindow.h"
+#include "ofApp.h"
//========================================================================
int main( ){
-
- ofAppGlutWindow window;
- ofSetupOpenGL(&window, 850,768, OF_WINDOW); // <-------- setup the GL context
+ ofSetupOpenGL(1024,768,OF_WINDOW); // <-------- setup the GL context
// this kicks off the running of my app
// can be OF_WINDOW or OF_FULLSCREEN
// pass in width and height too:
- ofRunApp( new testApp());
+ ofRunApp(new ofApp());
}
diff --git a/example-allTracks/src/testApp.cpp b/example-allTracks/src/ofApp.cpp
similarity index 70%
rename from example-allTracks/src/testApp.cpp
rename to example-allTracks/src/ofApp.cpp
index 0c63e063..b92e0151 100644
--- a/example-allTracks/src/testApp.cpp
+++ b/example-allTracks/src/ofApp.cpp
@@ -1,7 +1,7 @@
-#include "testApp.h"
+#include "ofApp.h"
//--------------------------------------------------------------
-void testApp::setup(){
+void ofApp::setup(){
ofBackground(255*.15);
ofSetVerticalSync(true);
@@ -11,10 +11,8 @@ void testApp::setup(){
timeline.setup();
timeline.addVideoTrack("fingers", "fingers.mov");
- #ifdef TIMELINE_AUDIO_INCLUDED
timeline.addAudioTrack("audio", "4chan.wav");
- timeline.setDurationInSeconds(timeline.getAudioTrack("audio")->getDuration());
- #endif
+ timeline.setDurationInSeconds(timeline.getVideoTrack("fingers")->getDuration());
timeline.addCurves("curves", ofRange(0, 255));
timeline.addBangs("bangs");
@@ -32,21 +30,21 @@ void testApp::setup(){
timeline.enableSnapToOtherKeyframes(false);
timeline.setLoopType(OF_LOOP_NORMAL);
- ofAddListener(timeline.events().bangFired, this, &testApp::bangFired);
+ ofAddListener(timeline.events().bangFired, this, &ofApp::bangFired);
}
//--------------------------------------------------------------
-void testApp::bangFired(ofxTLBangEventArgs& args){
+void ofApp::bangFired(ofxTLBangEventArgs& args){
cout << "bang fired!" << args.flag << endl;
}
//--------------------------------------------------------------
-void testApp::update(){
+void ofApp::update(){
}
//--------------------------------------------------------------
-void testApp::draw(){
+void ofApp::draw(){
if(timeline.isSwitchOn("switches")){
ofBackground(timeline.getColor("colors"));
}
@@ -57,46 +55,46 @@ void testApp::draw(){
}
//--------------------------------------------------------------
-void testApp::keyPressed(int key){
+void ofApp::keyPressed(int key){
}
//--------------------------------------------------------------
-void testApp::keyReleased(int key){
+void ofApp::keyReleased(int key){
}
//--------------------------------------------------------------
-void testApp::mouseMoved(int x, int y ){
+void ofApp::mouseMoved(int x, int y ){
}
//--------------------------------------------------------------
-void testApp::mouseDragged(int x, int y, int button){
+void ofApp::mouseDragged(int x, int y, int button){
}
//--------------------------------------------------------------
-void testApp::mousePressed(int x, int y, int button){
+void ofApp::mousePressed(int x, int y, int button){
}
//--------------------------------------------------------------
-void testApp::mouseReleased(int x, int y, int button){
+void ofApp::mouseReleased(int x, int y, int button){
}
//--------------------------------------------------------------
-void testApp::windowResized(int w, int h){
+void ofApp::windowResized(int w, int h){
}
//--------------------------------------------------------------
-void testApp::gotMessage(ofMessage msg){
+void ofApp::gotMessage(ofMessage msg){
}
//--------------------------------------------------------------
-void testApp::dragEvent(ofDragInfo dragInfo){
+void ofApp::dragEvent(ofDragInfo dragInfo){
}
diff --git a/example-allTracks/src/testApp.h b/example-allTracks/src/ofApp.h
similarity index 94%
rename from example-allTracks/src/testApp.h
rename to example-allTracks/src/ofApp.h
index f8ef5f14..6366de70 100644
--- a/example-allTracks/src/testApp.h
+++ b/example-allTracks/src/ofApp.h
@@ -3,7 +3,7 @@
#include "ofMain.h"
#include "ofxTimeline.h"
-class testApp : public ofBaseApp{
+class ofApp : public ofBaseApp{
public:
void setup();
diff --git a/example-audiowaveform/Makefile b/example-audiowaveform/Makefile
deleted file mode 100644
index 2d83a770..00000000
--- a/example-audiowaveform/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-include config.make
-include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/Makefile.examples
diff --git a/example-audiowaveform/Project.xcconfig b/example-audiowaveform/Project.xcconfig
deleted file mode 100644
index c10b9e55..00000000
--- a/example-audiowaveform/Project.xcconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT.
-//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED
-OF_PATH = ../../..
-
-//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE
-#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig"
-
-OTHER_LDFLAGS = $(OF_CORE_LIBS)
-HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS)
diff --git a/example-audiowaveform/addons.make b/example-audiowaveform/addons.make
index 0e42d98a..1d9f368d 100644
--- a/example-audiowaveform/addons.make
+++ b/example-audiowaveform/addons.make
@@ -1,4 +1,3 @@
-ofxAudioDecoder
ofxMSATimer
ofxRange
ofxTextInputField
diff --git a/example-audiowaveform/bin/data/.gitkeep b/example-audiowaveform/bin/data/.gitkeep
new file mode 100644
index 00000000..e69de29b
diff --git a/example-audiowaveform/bin/data/4chan.wav b/example-audiowaveform/bin/data/4chan.wav
old mode 100755
new mode 100644
diff --git a/example-audiowaveform/bin/data/GUI/NewMedia Fett.ttf b/example-audiowaveform/bin/data/GUI/NewMedia Fett.ttf
old mode 100755
new mode 100644
diff --git a/example-audiowaveform/bin/data/_Page_One_trackPositions.xml b/example-audiowaveform/bin/data/_Page_One_trackPositions.xml
index caa5bd61..55559acf 100644
--- a/example-audiowaveform/bin/data/_Page_One_trackPositions.xml
+++ b/example-audiowaveform/bin/data/_Page_One_trackPositions.xml
@@ -1 +1 @@
-
+
diff --git a/example-audiowaveform/bin/data/timeline0_Page One_trackPositions.xml b/example-audiowaveform/bin/data/timeline0_Page One_trackPositions.xml
deleted file mode 100644
index 0f3c87f7..00000000
--- a/example-audiowaveform/bin/data/timeline0_Page One_trackPositions.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- 0
- 39
- 1024
- 132
-
-
- 0
- 187
- 1024
- 59
-
-
diff --git a/example-audiowaveform/bin/data/timeline0_Page_One_trackPositions.xml b/example-audiowaveform/bin/data/timeline0_Page_One_trackPositions.xml
index 09c7d303..1a4e1d02 100644
--- a/example-audiowaveform/bin/data/timeline0_Page_One_trackPositions.xml
+++ b/example-audiowaveform/bin/data/timeline0_Page_One_trackPositions.xml
@@ -1,26 +1,8 @@
-
-
- 0.000000000
- 52.000000000
- 1024.000000000
- 252.000000000
-
-
- 0.000000000
- 52.000000000
- 1024.000000000
- 490.000000000
-
-
- 0.000000000
- 381.000000000
- 1024.000000000
- 40.000000000
-
-
- 0.000000000
- 317.000000000
- 1024.000000000
- 40.000000000
-
-
+
+
+ 0.000000000
+ 52.000000000
+ 1024.000000000
+ 40.000000000
+
+
diff --git a/example-audiowaveform/bin/data/timeline0_clickbangs.xml b/example-audiowaveform/bin/data/timeline0_clickbangs.xml
deleted file mode 100644
index 380fc6bc..00000000
--- a/example-audiowaveform/bin/data/timeline0_clickbangs.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
- 00:00:02:500
- 0.000000000
-
-
- 00:00:04:250
- 0.350000024
-
-
diff --git a/example-audiowaveform/bin/data/timeline0_inout.xml b/example-audiowaveform/bin/data/timeline0_inout.xml
deleted file mode 100644
index 72ea36ca..00000000
--- a/example-audiowaveform/bin/data/timeline0_inout.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
- 0.000000000
- 1.000000000
-
diff --git a/example-audiowaveform/bin/data/timeline0_zoomer.xml b/example-audiowaveform/bin/data/timeline0_zoomer.xml
deleted file mode 100644
index f520a880..00000000
--- a/example-audiowaveform/bin/data/timeline0_zoomer.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
- 0.000000000
- 1.000000000
-
diff --git a/example-audiowaveform/codelite/timelineExample.project b/example-audiowaveform/codelite/timelineExample.project
deleted file mode 100644
index 2f5fdd5d..00000000
--- a/example-audiowaveform/codelite/timelineExample.project
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make clean
- make
-
-
-
- None
- $(ProjectPath)/../
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make clean
- make
-
-
-
- None
- $(WorkspacePath)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-audiowaveform/codelite/timelineExample.workspace b/example-audiowaveform/codelite/timelineExample.workspace
deleted file mode 100644
index f53e3567..00000000
--- a/example-audiowaveform/codelite/timelineExample.workspace
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-audiowaveform/config.make b/example-audiowaveform/config.make
deleted file mode 100644
index 2a8f814b..00000000
--- a/example-audiowaveform/config.make
+++ /dev/null
@@ -1,45 +0,0 @@
-# add custom variables to this file
-
-# OF_ROOT allows to move projects outside apps/* just set this variable to the
-# absoulte path to the OF root folder
-
-OF_ROOT = ../../..
-
-
-# USER_CFLAGS allows to pass custom flags to the compiler
-# for example search paths like:
-# USER_CFLAGS = -I src/objects
-
-USER_CFLAGS =
-
-
-# USER_LDFLAGS allows to pass custom flags to the linker
-# for example libraries like:
-# USER_LD_FLAGS = libs/libawesomelib.a
-
-USER_LDFLAGS =
-
-
-# use this to add system libraries for example:
-# USER_LIBS = -lpango
-
-USER_LIBS =
-
-
-# change this to add different compiler optimizations to your project
-
-LINUX_COMPILER_OPTIMIZATION = -march=native -mtune=native -Os
-
-ANDROID_COMPILER_OPTIMIZATION = -Os
-
-
-# you shouldn't need to change this for usual OF apps, it allows to include code from other directories
-# useful if you need to share a folder with code between 2 apps. The makefile will search recursively
-# you can only set 1 path here
-
-USER_SOURCE_DIR =
-
-# you shouldn't need to change this for usual OF apps, it allows to exclude code from some directories
-# useful if you have some code for reference in the project folder but don't want it to be compiled
-
-EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj"
diff --git a/example-audiowaveform/example-audiowaveform.cbp b/example-audiowaveform/example-audiowaveform.cbp
deleted file mode 100644
index 1839d5dc..00000000
--- a/example-audiowaveform/example-audiowaveform.cbp
+++ /dev/null
@@ -1,504 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-audiowaveform/example-audiowaveform.vcxproj b/example-audiowaveform/example-audiowaveform.vcxproj
deleted file mode 100644
index ef8109ea..00000000
--- a/example-audiowaveform/example-audiowaveform.vcxproj
+++ /dev/null
@@ -1,330 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Debug
- x64
-
-
- Release
- Win32
-
-
- Release
- x64
-
-
-
- {7FD42DF7-442E-479A-BA76-D0022F99702A}
- Win32Proj
- example_cameraTrack
-
-
-
- Application
- Unicode
- v140
-
-
- Application
- Unicode
- v140
-
-
- Application
- Unicode
- true
- v140
-
-
- Application
- Unicode
- true
- v140
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- bin\
- obj\$(Configuration)\
- $(ProjectName)_debug
- true
- true
-
-
- bin\
- obj\$(Configuration)\
- $(ProjectName)_debug
- true
- true
-
-
- bin\
- obj\$(Configuration)\
- false
-
-
- bin\
- obj\$(Configuration)\
- false
-
-
-
- Disabled
- EnableFastChecks
- TIMELINE_AUDIO_INCLUDED;%(PreprocessorDefinitions)
- MultiThreadedDebugDLL
- Level3
- $(OF_ROOT)\addons\ofxAudioDecoder\src;$(OF_ROOT)\addons\ofxAudioDecoder\libs\audiodecoder\include;$(OF_ROOT)\addons\ofxMSATimer\src;$(OF_ROOT)\addons\ofxRange\src;$(OF_ROOT)\addons\ofxTextInputField\src;$(OF_ROOT)\addons\ofxTimecode\src;$(OF_ROOT)\addons\ofxTimeline\src;$(OF_ROOT)\addons\ofxTimeline\libs\kiss\include;$(OF_ROOT)\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;$(OF_ROOT)\addons\ofxTimeline\libs\openal\include;$(OF_ROOT)\addons\ofxTimeline\libs\sndfile\include;$(OF_ROOT)\addons\ofxTween\src;$(OF_ROOT)\addons\ofxTween\src\Easings;$(OF_ROOT)\addons\ofxXmlSettings\src;$(OF_ROOT)\addons\ofxXmlSettings\libs;%(AdditionalIncludeDirectories)
- CompileAsCpp
-
-
- true
- Console
- false
- $(OF_ROOT)\addons\ofxTimeline\libs\openal\lib\vs\$(Platform_Actual);$(OF_ROOT)\addons\ofxTimeline\libs\sndfile\lib\vs\$(Platform_Actual);%(AdditionalLibraryDirectories)
- mfplat.lib;mfuuid.lib;libOpenAL32.dll.a;libsndfile-1.lib;%(AdditionalDependencies)
-
-
-
-
- robocopy "$(OF_ROOT)/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
-robocopy "$(OF_ROOT)/addons/ofxTimeline/libs/sndfile/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
-if errorlevel 1 exit 0 else exit %errorlevel%
-
-
-
-
- Disabled
- EnableFastChecks
- TIMELINE_AUDIO_INCLUDED;%(PreprocessorDefinitions)
- MultiThreadedDebugDLL
- Level3
- CompileAsCpp
- true
- $(OF_ROOT)\addons\ofxAudioDecoder\src;$(OF_ROOT)\addons\ofxAudioDecoder\libs\audiodecoder\include;$(OF_ROOT)\addons\ofxMSATimer\src;$(OF_ROOT)\addons\ofxRange\src;$(OF_ROOT)\addons\ofxTextInputField\src;$(OF_ROOT)\addons\ofxTimecode\src;$(OF_ROOT)\addons\ofxTimeline\src;$(OF_ROOT)\addons\ofxTimeline\libs\kiss\include;$(OF_ROOT)\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;$(OF_ROOT)\addons\ofxTimeline\libs\openal\include;$(OF_ROOT)\addons\ofxTimeline\libs\sndfile\include;$(OF_ROOT)\addons\ofxTween\src;$(OF_ROOT)\addons\ofxTween\src\Easings;$(OF_ROOT)\addons\ofxXmlSettings\src;$(OF_ROOT)\addons\ofxXmlSettings\libs;%(AdditionalIncludeDirectories)
-
-
- true
- Console
- false
- $(OF_ROOT)\addons\ofxTimeline\libs\openal\lib\vs\$(Platform_Actual);$(OF_ROOT)\addons\ofxTimeline\libs\sndfile\lib\vs\$(Platform_Actual);%(AdditionalLibraryDirectories)
- mfplat.lib;mfuuid.lib;libOpenAL32.dll.a;libsndfile-1.lib;%(AdditionalDependencies)
-
-
-
-
- robocopy "$(OF_ROOT)/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
-robocopy "$(OF_ROOT)/addons/ofxTimeline/libs/sndfile/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
-if errorlevel 1 exit 0 else exit %errorlevel%
-
-
-
-
- false
- TIMELINE_AUDIO_INCLUDED;%(PreprocessorDefinitions)
- MultiThreadedDLL
- Level3
- $(OF_ROOT)\addons\ofxAudioDecoder\src;$(OF_ROOT)\addons\ofxAudioDecoder\libs\audiodecoder\include;$(OF_ROOT)\addons\ofxMSATimer\src;$(OF_ROOT)\addons\ofxRange\src;$(OF_ROOT)\addons\ofxTextInputField\src;$(OF_ROOT)\addons\ofxTimecode\src;$(OF_ROOT)\addons\ofxTimeline\src;$(OF_ROOT)\addons\ofxTimeline\libs\kiss\include;$(OF_ROOT)\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;$(OF_ROOT)\addons\ofxTimeline\libs\openal\include;$(OF_ROOT)\addons\ofxTimeline\libs\sndfile\include;$(OF_ROOT)\addons\ofxTween\src;$(OF_ROOT)\addons\ofxTween\src\Easings;$(OF_ROOT)\addons\ofxXmlSettings\src;$(OF_ROOT)\addons\ofxXmlSettings\libs;%(AdditionalIncludeDirectories)
- CompileAsCpp
- true
-
-
- false
- false
- Console
- true
- true
- false
- $(OF_ROOT)\addons\ofxTimeline\libs\openal\lib\vs\$(Platform_Actual);$(OF_ROOT)\addons\ofxTimeline\libs\sndfile\lib\vs\$(Platform_Actual);%(AdditionalLibraryDirectories)
- mfplat.lib;mfuuid.lib;libOpenAL32.dll.a;libsndfile-1.lib;%(AdditionalDependencies)
-
-
-
-
- robocopy "$(OF_ROOT)/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
-robocopy "$(OF_ROOT)/addons/ofxTimeline/libs/sndfile/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
-if errorlevel 1 exit 0 else exit %errorlevel%
-
-
-
-
- false
- TIMELINE_AUDIO_INCLUDED;%(PreprocessorDefinitions)
- MultiThreadedDLL
- Level3
- $(OF_ROOT)\addons\ofxAudioDecoder\src;$(OF_ROOT)\addons\ofxAudioDecoder\libs\audiodecoder\include;$(OF_ROOT)\addons\ofxMSATimer\src;$(OF_ROOT)\addons\ofxRange\src;$(OF_ROOT)\addons\ofxTextInputField\src;$(OF_ROOT)\addons\ofxTimecode\src;$(OF_ROOT)\addons\ofxTimeline\src;$(OF_ROOT)\addons\ofxTimeline\libs\kiss\include;$(OF_ROOT)\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;$(OF_ROOT)\addons\ofxTimeline\libs\openal\include;$(OF_ROOT)\addons\ofxTimeline\libs\sndfile\include;$(OF_ROOT)\addons\ofxTween\src;$(OF_ROOT)\addons\ofxTween\src\Easings;$(OF_ROOT)\addons\ofxXmlSettings\src;$(OF_ROOT)\addons\ofxXmlSettings\libs;%(AdditionalIncludeDirectories)
- CompileAsCpp
-
-
- false
- false
- Console
- true
- true
- false
- $(OF_ROOT)\addons\ofxTimeline\libs\openal\lib\vs\$(Platform_Actual);$(OF_ROOT)\addons\ofxTimeline\libs\sndfile\lib\vs\$(Platform_Actual);%(AdditionalLibraryDirectories)
- mfplat.lib;mfuuid.lib;libOpenAL32.dll.a;libsndfile-1.lib;%(AdditionalDependencies)
-
-
-
-
- robocopy "$(OF_ROOT)/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
-robocopy "$(OF_ROOT)/addons/ofxTimeline/libs/sndfile/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
-if errorlevel 1 exit 0 else exit %errorlevel%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {5837595d-aca9-485c-8e76-729040ce4b0b}
-
-
-
-
- /D_DEBUG %(AdditionalOptions)
- /D_DEBUG %(AdditionalOptions)
- $(OF_ROOT)\libs\openFrameworksCompiled\project\vs
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/example-audiowaveform/example-audiowaveform.vcxproj.filters b/example-audiowaveform/example-audiowaveform.vcxproj.filters
deleted file mode 100644
index 48b5d3b3..00000000
--- a/example-audiowaveform/example-audiowaveform.vcxproj.filters
+++ /dev/null
@@ -1,435 +0,0 @@
-
-
-
-
- src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxMSATimer\src
-
-
- addons\ofxTextInputField\src
-
-
- addons\ofxTimecode\src
-
-
- addons\ofxTween\src
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxXmlSettings\src
-
-
- addons\ofxXmlSettings\libs
-
-
- addons\ofxXmlSettings\libs
-
-
- addons\ofxXmlSettings\libs
-
-
- src
-
-
- addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src
-
-
- addons\ofxAudioDecoder\src
-
-
- addons\ofxAudioDecoder\libs\audiodecoder\src
-
-
- addons\ofxAudioDecoder\libs\audiodecoder\src
-
-
- addons\ofxTimeline\libs\kiss\src
-
-
- addons\ofxTimeline\libs\kiss\src
-
-
-
-
- {d8376475-7454-4a24-b08a-aac121d3ad6f}
-
-
- {6ecac2ba-c702-445b-b45a-f91124335e28}
-
-
- {8153a4ad-a4c6-4a4e-af9b-eb1ae7290c95}
-
-
- {95f5e690-6ef9-4850-8a04-838e853ed4ee}
-
-
- {be95ddaa-741f-4043-a349-01479effbdfd}
-
-
- {210f337d-d1aa-41d8-9c59-c65be5fe3a01}
-
-
- {5bf0416a-1780-4bab-b6af-dd188d9d9c61}
-
-
- {a4570d43-5551-492f-a539-946b47e4b059}
-
-
- {710740d5-d093-4625-a9f9-5ed7a3edad86}
-
-
- {4d4384a3-3e2a-4f8c-bdd9-bf436815003b}
-
-
- {855b891b-82ea-4d8f-a3eb-3ecc29653650}
-
-
- {68bb5657-3062-4fd2-adb3-a81edc55075d}
-
-
- {d500f84b-23b2-43ea-bd31-a6ede535f3cc}
-
-
- {5e88a33a-c894-4c40-8b51-147a90a4a4be}
-
-
- {de77885f-acde-446f-be1c-253a657e847c}
-
-
- {1f733fbb-fcca-4b7a-a03b-1d107e3d7229}
-
-
- {e3723df0-1727-4109-90e8-f7dfc0f614d6}
-
-
- {3373bc21-ea5e-4f3a-8f82-c02f060d24b5}
-
-
- {50737635-99f8-40d9-8a66-98d351c9131d}
-
-
- {22964485-513e-4780-9954-8ec6b15c9958}
-
-
- {44cb9e99-aac7-494d-a031-630165785904}
-
-
- {5bd2d12f-90db-483a-b665-6937158db70f}
-
-
- {853b0631-3b17-4b0f-b079-2337ca5acab1}
-
-
- {1b5da0ba-f501-421f-a070-4c1f5b3d6707}
-
-
- {978c0ae8-3bc2-4817-8cc4-c167a59005d3}
-
-
- {cc12832f-f818-452a-9749-688aa3fb3308}
-
-
- {6910bc16-374c-40ac-a155-8fc005614146}
-
-
- {d0212bf4-0d55-4e07-acc7-fce3e02085f9}
-
-
- {46670b2c-f0a1-455d-97aa-51fdc2a6fd5c}
-
-
- {bec693be-d565-4f54-910f-f574538e7939}
-
-
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxMSATimer\src
-
-
- addons\ofxTextInputField\src
-
-
- addons\ofxTimecode\src
-
-
- addons\ofxTween\src
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxXmlSettings\src
-
-
- addons\ofxXmlSettings\libs
-
-
- src
-
-
- addons\ofxRange\src
-
-
- addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src
-
-
- addons\ofxAudioDecoder\src
-
-
- addons\ofxAudioDecoder\libs\audiodecoder\include
-
-
- addons\ofxAudioDecoder\libs\audiodecoder\include
-
-
- addons\ofxAudioDecoder\libs\audiodecoder\include
-
-
- addons\ofxTimeline\libs\kiss\include
-
-
- addons\ofxTimeline\libs\kiss\include
-
-
- addons\ofxTimeline\libs\kiss\src
-
-
-
-
-
-
\ No newline at end of file
diff --git a/example-audiowaveform/example-audiowaveform.vcxproj.user b/example-audiowaveform/example-audiowaveform.vcxproj.user
deleted file mode 100644
index 6fb136bf..00000000
--- a/example-audiowaveform/example-audiowaveform.vcxproj.user
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/example-audiowaveform/example-audiowaveform.workspace b/example-audiowaveform/example-audiowaveform.workspace
deleted file mode 100644
index 03945a6f..00000000
--- a/example-audiowaveform/example-audiowaveform.workspace
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/example-audiowaveform/example-audiowaveform.xcodeproj/project.pbxproj b/example-audiowaveform/example-audiowaveform.xcodeproj/project.pbxproj
deleted file mode 100644
index 7966d5f6..00000000
--- a/example-audiowaveform/example-audiowaveform.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,1213 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 42;
- objects = {
-
-/* Begin PBXBuildFile section */
- 1479a06207a85dfdeca39f009ad023d0 /* ofxTLImageSequence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */; };
- 14ed851279c06f2bcf0bf27935d38ce3 /* ofxTLAudioTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */; };
- 152eaecabd008d84af7f27f83f4389c4 /* ofxEasingLinear.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */; };
- 168c43f69af6a8042ea0b13f08dfe5ff /* easing_terms_of_use.html in Sources */ = {isa = PBXBuildFile; fileRef = 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */; };
- 27765d1bff26bd9a6186915f24dfd27c /* ofxEasingCirc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */; };
- 32fc7731c1ef7b87e491c93d78c84b88 /* ofxTween.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 497f252390399fcf843297da0271f914 /* ofxTween.cpp */; };
- 3a02cdf226d01ebb6533d47f0bb42c5a /* ofxTLTicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */; };
- 3b32d3b612022d0c5b272bdd39e8a60f /* ofxTLVideoTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */; };
- 46be87fc2c481a1eb41aed2a8b97fe96 /* ofxTLCurves.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */; };
- 49e60cc9bbcafb6eade107cc20884b9c /* ofxTLColorTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */; };
- 59eeacb88f062457ff86492c078803bd /* ofxEasingExpo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */; };
- 5a4349e9754d6fa14c0f2a3a1abc30b6 /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */; };
- 5e0dbde5736deb3a5886b3f1e3b4578d /* ofxEasingBack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */; };
- 63b57ac5bf4ef088491e0317dbb2ecaa /* ofxXmlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */; };
- 6499b8489905bfe9067f8db81e6bbfdf /* ofxTimecode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */; };
- 65b24cd86db2ed8edd3385ac3e4a4783 /* ofxTLVideoThumb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */; };
- 6d7b53ed56654abbf2ff13b127236c33 /* ofxEasingQuad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */; };
- 6e062274743f6716a9ad43959541a220 /* ofxEasingElastic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */; };
- 782c2b355cb6ebc83bdb95e0bd931001 /* kiss_fftr.c in Sources */ = {isa = PBXBuildFile; fileRef = b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */; };
- 7ac6376b15bcf4d368ec068f0ecce711 /* ofxTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */; };
- 7d7ecd8dd8eb4244d7a87f40ba8c53cd /* ofxHotKeys_impl_mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */; };
- 7e769097de6561633305b24c2ad560e7 /* ofxEasingQuint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */; };
- 85a41526fdfa1a8cdaee81f79de999b7 /* ofxEasingQuart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */; };
- 9119bfc53670a98106e367bbc1bd167a /* ofxMSATimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */; };
- 9266028e1aecbb027abf64d8cfab4b5f /* ofxEasing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */; };
- 933a2227713c720ceff80fd967d0a8ee /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */; };
- 95e6e69db45e5f9e4f1c21e09d04b380 /* ofxTLImageTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */; };
- 9d44dc88ef9e7991b4a09951e2e4769f /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */; };
- 9d7bb9637658a8e9d507c66c47db010f /* ofxTLColors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */; };
- 9e8ec2bf8bca13da057fa929463bbafb /* ofxTLSwitches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */; };
- BBAB23CB13894F3D00AA2426 /* GLUT.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; };
- E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; };
- E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9710E8CC7DD009D7055 /* AGL.framework */; };
- E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */; };
- E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */; };
- E45BE97E0E8CC7DD009D7055 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9740E8CC7DD009D7055 /* Carbon.framework */; };
- E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */; };
- E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */; };
- E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9770E8CC7DD009D7055 /* CoreServices.framework */; };
- E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9790E8CC7DD009D7055 /* OpenGL.framework */; };
- E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */; };
- E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1D0A3A1BDC003C02F2 /* main.cpp */; };
- E4B69E210A3A1BDC003C02F2 /* testApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */; };
- E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424410CC5A17004149E2 /* AppKit.framework */; };
- E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424510CC5A17004149E2 /* Cocoa.framework */; };
- E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424610CC5A17004149E2 /* IOKit.framework */; };
- E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; };
- E75640F1169C6EB300BC2516 /* ofxRemoveCocoaMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = E75640F0169C6EB300BC2516 /* ofxRemoveCocoaMenu.mm */; };
- E768964C16BCC79E00DB0C1C /* ofOpenALSoundPlayer_TimelineAdditions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E768964A16BCC79E00DB0C1C /* ofOpenALSoundPlayer_TimelineAdditions.cpp */; };
- E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */; };
- E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E715D3B6510020DFD4 /* QTKit.framework */; };
- E7F31CA5160EFD9400C71EB8 /* libsndfile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E7F31C9E160EFD9400C71EB8 /* libsndfile.a */; };
- E7F31CA9160EFDD500C71EB8 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7F31CA8160EFDD500C71EB8 /* OpenAL.framework */; };
- E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7F985F515E0DE99003869B5 /* Accelerate.framework */; };
- b3baa90667d4b61631ba59627d616a39 /* ofxTLKeyframes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */; };
- bcfdfc3681cf3552bcdb819e675b5dce /* ofxTLPageTabs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */; };
- c3bc382653a57ce71d4513f1eaba414b /* ofxTLFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */; };
- c7d250488914920c32f18f34136a2175 /* ofxTLPage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */; };
- d5f416a7f5798651d8370d5e93c0c797 /* kiss_fft.c in Sources */ = {isa = PBXBuildFile; fileRef = d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */; };
- d7058ecb9868a269655092911f63df8c /* ofxTLInOut.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */; };
- def58837140932f5996c61c2241ef66e /* ofxTLImageSequenceFrame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */; };
- e6b21161287eea55fa4ea984beef0d72 /* ofxTLTrackHeader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */; };
- e816d7d242d315fb53e23f5443df8700 /* ofxEasingCubic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */; };
- e904ef309b050587cf73df2173a531a6 /* ofxHotKeys_impl_win.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */; };
- ead3ce0789481f975f351f39ee5137c4 /* ofxEasingBounce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */; };
- ed77da7c8d99d9b1c9c240c836f5baf7 /* ofxTLZoomer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */; };
- f4a426f97ee8f1a3ead2a8f00212b48a /* ofxTLTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */; };
- f6ca03081709fcbfdaef66765f9e376e /* ofxTextInputField.cpp in Sources */ = {isa = PBXBuildFile; fileRef = bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */; };
- fb591e0c571e53b3ba5a60b84605de3d /* ofxTLBangs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */; };
- fe278f5f783581237ae8ecb25ea719bb /* ofxEasingSine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXContainerItemProxy section */
- E4328147138ABC890047C5CB /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = E4B27C1510CBEB8E00536013;
- remoteInfo = openFrameworks;
- };
- E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = E4B27C1410CBEB8E00536013;
- remoteInfo = openFrameworks;
- };
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXCopyFilesBuildPhase section */
- E4C2427710CC5ABF004149E2 /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- BBAB23CB13894F3D00AA2426 /* GLUT.framework in CopyFiles */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXCopyFilesBuildPhase section */
-
-/* Begin PBXFileReference section */
- 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingBounce.cpp; path = ../../../addons/ofxTween/src/Easings/ofxEasingBounce.cpp; sourceTree = SOURCE_ROOT; };
- 01dcc0911400f9acf5b65578af4ec8f9 /* ofxXmlSettings.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxXmlSettings.h; path = ../../../addons/ofxXmlSettings/src/ofxXmlSettings.h; sourceTree = SOURCE_ROOT; };
- 03dde55c47701116edeb18007fc4bf75 /* ofxMSATimer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxMSATimer.h; path = ../../../addons/ofxMSATimer/src/ofxMSATimer.h; sourceTree = SOURCE_ROOT; };
- 09cbd28db823fe305eb470eeba6c4f78 /* ofxTLImageSequence.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageSequence.h; path = ../../../addons/ofxTimeline/src/ofxTLImageSequence.h; sourceTree = SOURCE_ROOT; };
- 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingExpo.cpp; path = ../../../addons/ofxTween/src/Easings/ofxEasingExpo.cpp; sourceTree = SOURCE_ROOT; };
- 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLVideoTrack.cpp; path = ../../../addons/ofxTimeline/src/ofxTLVideoTrack.cpp; sourceTree = SOURCE_ROOT; };
- 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLPage.cpp; path = ../../../addons/ofxTimeline/src/ofxTLPage.cpp; sourceTree = SOURCE_ROOT; };
- 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTimeline.cpp; path = ../../../addons/ofxTimeline/src/ofxTimeline.cpp; sourceTree = SOURCE_ROOT; };
- 1a433a24e8182dd578600bffe7ac6da5 /* ofxTLZoomer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLZoomer.h; path = ../../../addons/ofxTimeline/src/ofxTLZoomer.h; sourceTree = SOURCE_ROOT; };
- 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLInOut.cpp; path = ../../../addons/ofxTimeline/src/ofxTLInOut.cpp; sourceTree = SOURCE_ROOT; };
- 22ec628e5fa510d7034a99bb49ae8da8 /* ofRange.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofRange.h; path = ../../../addons/ofxRange/src/ofRange.h; sourceTree = SOURCE_ROOT; };
- 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageSequence.cpp; path = ../../../addons/ofxTimeline/src/ofxTLImageSequence.cpp; sourceTree = SOURCE_ROOT; };
- 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 30; name = ofxHotKeys_impl_mac.mm; path = ../../../addons/ofxTimeline/src/ofxHotKeys_impl_mac.mm; sourceTree = SOURCE_ROOT; };
- 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasing.cpp; path = ../../../addons/ofxTween/src/Easings/ofxEasing.cpp; sourceTree = SOURCE_ROOT; };
- 2a99d747f2315daf1fb4f247021e7445 /* ofxTLFlags.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLFlags.h; path = ../../../addons/ofxTimeline/src/ofxTLFlags.h; sourceTree = SOURCE_ROOT; };
- 2af40c99324fbebe7bab30147fc27af8 /* ofxTLVideoThumb.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLVideoThumb.h; path = ../../../addons/ofxTimeline/src/ofxTLVideoThumb.h; sourceTree = SOURCE_ROOT; };
- 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxml.cpp; path = ../../../addons/ofxXmlSettings/libs/tinyxml.cpp; sourceTree = SOURCE_ROOT; };
- 2f050e7223102a218b1fb7ecd05fc3f5 /* kiss_fft.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = kiss_fft.h; path = ../../../addons/ofxTimeline/libs/kiss/include/kiss_fft.h; sourceTree = SOURCE_ROOT; };
- 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxHotKeys_impl_win.cpp; path = ../../../addons/ofxTimeline/src/ofxHotKeys_impl_win.cpp; sourceTree = SOURCE_ROOT; };
- 3241b8bdc0b27471f8ee25d5a3db58b2 /* ofxTLPageTabs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLPageTabs.h; path = ../../../addons/ofxTimeline/src/ofxTLPageTabs.h; sourceTree = SOURCE_ROOT; };
- 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingCubic.cpp; path = ../../../addons/ofxTween/src/Easings/ofxEasingCubic.cpp; sourceTree = SOURCE_ROOT; };
- 3d0621ce540a64d8d27e0af7f83b3eb2 /* ofxTLTrackHeader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTrackHeader.h; path = ../../../addons/ofxTimeline/src/ofxTLTrackHeader.h; sourceTree = SOURCE_ROOT; };
- 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLColorTrack.cpp; path = ../../../addons/ofxTimeline/src/ofxTLColorTrack.cpp; sourceTree = SOURCE_ROOT; };
- 3dbb60625304a9174a9a9635f98e40a7 /* ofxTLImageTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageTrack.h; path = ../../../addons/ofxTimeline/src/ofxTLImageTrack.h; sourceTree = SOURCE_ROOT; };
- 3dc6648a0468fbecb5e45b57040e9eb5 /* ofxTween.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTween.h; path = ../../../addons/ofxTween/src/ofxTween.h; sourceTree = SOURCE_ROOT; };
- 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageTrack.cpp; path = ../../../addons/ofxTimeline/src/ofxTLImageTrack.cpp; sourceTree = SOURCE_ROOT; };
- 410e5fe3eb7fe9cb2726d36d724fd561 /* ofxTLTicker.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTicker.h; path = ../../../addons/ofxTimeline/src/ofxTLTicker.h; sourceTree = SOURCE_ROOT; };
- 4162e24aefc4c866df24e11560269162 /* sndfile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = sndfile.h; path = ../../../addons/ofxTimeline/libs/sndfile/include/sndfile.h; sourceTree = SOURCE_ROOT; };
- 497f252390399fcf843297da0271f914 /* ofxTween.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTween.cpp; path = ../../../addons/ofxTween/src/ofxTween.cpp; sourceTree = SOURCE_ROOT; };
- 4b817954d44bdb7ede7da278e95facfa /* _kiss_fft_guts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = _kiss_fft_guts.h; path = ../../../addons/ofxTimeline/libs/kiss/src/_kiss_fft_guts.h; sourceTree = SOURCE_ROOT; };
- 4c0e055e4176057631087aa3938a7c76 /* ofxEasingQuart.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuart.h; path = ../../../addons/ofxTween/src/Easings/ofxEasingQuart.h; sourceTree = SOURCE_ROOT; };
- 50511502e9cfd66a7bb161f2bfee7db5 /* ofxTLCurves.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLCurves.h; path = ../../../addons/ofxTimeline/src/ofxTLCurves.h; sourceTree = SOURCE_ROOT; };
- 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxXmlSettings.cpp; path = ../../../addons/ofxXmlSettings/src/ofxXmlSettings.cpp; sourceTree = SOURCE_ROOT; };
- 53a47d9878535b9b1670047561971d02 /* ofxTLColorTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLColorTrack.h; path = ../../../addons/ofxTimeline/src/ofxTLColorTrack.h; sourceTree = SOURCE_ROOT; };
- 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLSwitches.cpp; path = ../../../addons/ofxTimeline/src/ofxTLSwitches.cpp; sourceTree = SOURCE_ROOT; };
- 5e9e6513bec36148928518b774158396 /* ofxEasingQuint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuint.h; path = ../../../addons/ofxTween/src/Easings/ofxEasingQuint.h; sourceTree = SOURCE_ROOT; };
- 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingSine.cpp; path = ../../../addons/ofxTween/src/Easings/ofxEasingSine.cpp; sourceTree = SOURCE_ROOT; };
- 6146999aa0b432590d07eb521d43e191 /* ofxHotKeys.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxHotKeys.h; path = ../../../addons/ofxTimeline/src/ofxHotKeys.h; sourceTree = SOURCE_ROOT; };
- 66c910bfbec609d16e3b249a8448466d /* ofxTLSwitches.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLSwitches.h; path = ../../../addons/ofxTimeline/src/ofxTLSwitches.h; sourceTree = SOURCE_ROOT; };
- 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLBangs.cpp; path = ../../../addons/ofxTimeline/src/ofxTLBangs.cpp; sourceTree = SOURCE_ROOT; };
- 6bc7dd2c4e83a707848be258865dbb01 /* ofxTLAudioTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLAudioTrack.h; path = ../../../addons/ofxTimeline/src/ofxTLAudioTrack.h; sourceTree = SOURCE_ROOT; };
- 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLPageTabs.cpp; path = ../../../addons/ofxTimeline/src/ofxTLPageTabs.cpp; sourceTree = SOURCE_ROOT; };
- 7599804c6260ec1cd8d3567dc11aa06a /* ofxEasingLinear.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingLinear.h; path = ../../../addons/ofxTween/src/Easings/ofxEasingLinear.h; sourceTree = SOURCE_ROOT; };
- 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingBack.cpp; path = ../../../addons/ofxTween/src/Easings/ofxEasingBack.cpp; sourceTree = SOURCE_ROOT; };
- 767479279ebac134d46e74e76dc9f79f /* ofxEasingExpo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingExpo.h; path = ../../../addons/ofxTween/src/Easings/ofxEasingExpo.h; sourceTree = SOURCE_ROOT; };
- 7912619b786f0238d22ed5f3c10786f2 /* ofxEasingBack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingBack.h; path = ../../../addons/ofxTween/src/Easings/ofxEasingBack.h; sourceTree = SOURCE_ROOT; };
- 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLCurves.cpp; path = ../../../addons/ofxTimeline/src/ofxTLCurves.cpp; sourceTree = SOURCE_ROOT; };
- 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlerror.cpp; path = ../../../addons/ofxXmlSettings/libs/tinyxmlerror.cpp; sourceTree = SOURCE_ROOT; };
- 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuart.cpp; path = ../../../addons/ofxTween/src/Easings/ofxEasingQuart.cpp; sourceTree = SOURCE_ROOT; };
- 883c9e7fc087dbbc061aed5d10b268ef /* ofxTLInOut.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLInOut.h; path = ../../../addons/ofxTimeline/src/ofxTLInOut.h; sourceTree = SOURCE_ROOT; };
- 8e52dc6b4ea21969c85b8e832936acc3 /* ofxTLVideoTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLVideoTrack.h; path = ../../../addons/ofxTimeline/src/ofxTLVideoTrack.h; sourceTree = SOURCE_ROOT; };
- 95c5241b62f5d1f0fe6c067b5331bca8 /* ofxTimecode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTimecode.h; path = ../../../addons/ofxTimecode/src/ofxTimecode.h; sourceTree = SOURCE_ROOT; };
- 96033bf9d1ef22715e6afdc3b189dbc8 /* ofxTLTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTrack.h; path = ../../../addons/ofxTimeline/src/ofxTLTrack.h; sourceTree = SOURCE_ROOT; };
- 9a2f1d6ae148cd25f6bea00506177bc5 /* ofxTimeline.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTimeline.h; path = ../../../addons/ofxTimeline/src/ofxTimeline.h; sourceTree = SOURCE_ROOT; };
- 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingLinear.cpp; path = ../../../addons/ofxTween/src/Easings/ofxEasingLinear.cpp; sourceTree = SOURCE_ROOT; };
- 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */ = {isa = PBXFileReference; explicitFileType = file; fileEncoding = 30; name = easing_terms_of_use.html; path = ../../../addons/ofxTween/src/Easings/easing_terms_of_use.html; sourceTree = SOURCE_ROOT; };
- 9d86b2b57c2f171846dfeaf4c063c399 /* ofxTLBangs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLBangs.h; path = ../../../addons/ofxTimeline/src/ofxTLBangs.h; sourceTree = SOURCE_ROOT; };
- BBAB23BE13894E4700AA2426 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = ../../../libs/glut/lib/osx/GLUT.framework; sourceTree = ""; };
- E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openFrameworksLib.xcodeproj; path = ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj; sourceTree = SOURCE_ROOT; };
- E45BE9710E8CC7DD009D7055 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = ""; };
- E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = ""; };
- E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; };
- E45BE9740E8CC7DD009D7055 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; };
- E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; };
- E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = ""; };
- E45BE9770E8CC7DD009D7055 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; };
- E45BE9790E8CC7DD009D7055 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; };
- E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; };
- E4B69B5B0A3A1756003C02F2 /* example-audiowaveformDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "example-audiowaveformDebug.app"; sourceTree = BUILT_PRODUCTS_DIR; };
- E4B69E1D0A3A1BDC003C02F2 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; };
- E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = testApp.cpp; path = src/testApp.cpp; sourceTree = SOURCE_ROOT; };
- E4B69E1F0A3A1BDC003C02F2 /* testApp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = testApp.h; path = src/testApp.h; sourceTree = SOURCE_ROOT; };
- E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = "openFrameworks-Info.plist"; sourceTree = ""; };
- E4C2424410CC5A17004149E2 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; };
- E4C2424510CC5A17004149E2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; };
- E4C2424610CC5A17004149E2 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = ""; };
- E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = CoreOF.xcconfig; path = ../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig; sourceTree = SOURCE_ROOT; };
- E4EB6923138AFD0F00A09F29 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = ""; };
- E75640EF169C6EB300BC2516 /* ofxRemoveCocoaMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ofxRemoveCocoaMenu.h; path = ../src/ofxRemoveCocoaMenu.h; sourceTree = ""; };
- E75640F0169C6EB300BC2516 /* ofxRemoveCocoaMenu.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ofxRemoveCocoaMenu.mm; path = ../src/ofxRemoveCocoaMenu.mm; sourceTree = ""; };
- E768964A16BCC79E00DB0C1C /* ofOpenALSoundPlayer_TimelineAdditions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofOpenALSoundPlayer_TimelineAdditions.cpp; sourceTree = ""; };
- E768964B16BCC79E00DB0C1C /* ofOpenALSoundPlayer_TimelineAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofOpenALSoundPlayer_TimelineAdditions.h; sourceTree = ""; };
- E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = /System/Library/Frameworks/CoreVideo.framework; sourceTree = ""; };
- E7E077E715D3B6510020DFD4 /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = ""; };
- E7F31C9E160EFD9400C71EB8 /* libsndfile.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libsndfile.a; sourceTree = ""; };
- E7F31CA8160EFDD500C71EB8 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
- E7F985F515E0DE99003869B5 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = /System/Library/Frameworks/Accelerate.framework; sourceTree = ""; };
- a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLVideoThumb.cpp; path = ../../../addons/ofxTimeline/src/ofxTLVideoThumb.cpp; sourceTree = SOURCE_ROOT; };
- a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingElastic.cpp; path = ../../../addons/ofxTween/src/Easings/ofxEasingElastic.cpp; sourceTree = SOURCE_ROOT; };
- a365e230090b71900f9a7987aa6fccec /* ofxTLEvents.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLEvents.h; path = ../../../addons/ofxTimeline/src/ofxTLEvents.h; sourceTree = SOURCE_ROOT; };
- a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingCirc.cpp; path = ../../../addons/ofxTween/src/Easings/ofxEasingCirc.cpp; sourceTree = SOURCE_ROOT; };
- a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTrack.cpp; path = ../../../addons/ofxTimeline/src/ofxTLTrack.cpp; sourceTree = SOURCE_ROOT; };
- a9fe46c20e767b29c5997ad3a88b9f7b /* ofxEasingBounce.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingBounce.h; path = ../../../addons/ofxTween/src/Easings/ofxEasingBounce.h; sourceTree = SOURCE_ROOT; };
- ac5ddd8bbd12e8e173e4ae81a6b924bc /* ofxTextInputField.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTextInputField.h; path = ../../../addons/ofxTextInputField/src/ofxTextInputField.h; sourceTree = SOURCE_ROOT; };
- af17eb492db2858a0ebd94cd64092fb9 /* ofxEasingCirc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingCirc.h; path = ../../../addons/ofxTween/src/Easings/ofxEasingCirc.h; sourceTree = SOURCE_ROOT; };
- afcc811df430141d32bab3ebf9ba8734 /* ofxTLColors.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLColors.h; path = ../../../addons/ofxTimeline/src/ofxTLColors.h; sourceTree = SOURCE_ROOT; };
- b07c508e7717e6c892502adf5fddc285 /* ofxEasingQuad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuad.h; path = ../../../addons/ofxTween/src/Easings/ofxEasingQuad.h; sourceTree = SOURCE_ROOT; };
- b21e7e5f548eea92f368040bb1aa2f69 /* tinyxml.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = tinyxml.h; path = ../../../addons/ofxXmlSettings/libs/tinyxml.h; sourceTree = SOURCE_ROOT; };
- b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxMSATimer.cpp; path = ../../../addons/ofxMSATimer/src/ofxMSATimer.cpp; sourceTree = SOURCE_ROOT; };
- b788152c3fe538e700d063c7d17da903 /* ofxEasingCubic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingCubic.h; path = ../../../addons/ofxTween/src/Easings/ofxEasingCubic.h; sourceTree = SOURCE_ROOT; };
- b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 30; name = kiss_fftr.c; path = ../../../addons/ofxTimeline/libs/kiss/src/kiss_fftr.c; sourceTree = SOURCE_ROOT; };
- b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuad.cpp; path = ../../../addons/ofxTween/src/Easings/ofxEasingQuad.cpp; sourceTree = SOURCE_ROOT; };
- b9fd7617cf5f462774962af9384ef0ac /* ofxTLKeyframes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLKeyframes.h; path = ../../../addons/ofxTimeline/src/ofxTLKeyframes.h; sourceTree = SOURCE_ROOT; };
- bc6bde994c25a3b82b30f694893b581f /* ofxTLPage.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLPage.h; path = ../../../addons/ofxTimeline/src/ofxTLPage.h; sourceTree = SOURCE_ROOT; };
- bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTextInputField.cpp; path = ../../../addons/ofxTextInputField/src/ofxTextInputField.cpp; sourceTree = SOURCE_ROOT; };
- bfee9391f78307b42aa09c9afad043a8 /* kiss_fftr.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = kiss_fftr.h; path = ../../../addons/ofxTimeline/libs/kiss/include/kiss_fftr.h; sourceTree = SOURCE_ROOT; };
- c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLZoomer.cpp; path = ../../../addons/ofxTimeline/src/ofxTLZoomer.cpp; sourceTree = SOURCE_ROOT; };
- ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageSequenceFrame.cpp; path = ../../../addons/ofxTimeline/src/ofxTLImageSequenceFrame.cpp; sourceTree = SOURCE_ROOT; };
- d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 30; name = kiss_fft.c; path = ../../../addons/ofxTimeline/libs/kiss/src/kiss_fft.c; sourceTree = SOURCE_ROOT; };
- d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTimecode.cpp; path = ../../../addons/ofxTimecode/src/ofxTimecode.cpp; sourceTree = SOURCE_ROOT; };
- db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLFlags.cpp; path = ../../../addons/ofxTimeline/src/ofxTLFlags.cpp; sourceTree = SOURCE_ROOT; };
- dd476420fbc881796f865bb5fa4c12c7 /* ofxEasingSine.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingSine.h; path = ../../../addons/ofxTween/src/Easings/ofxEasingSine.h; sourceTree = SOURCE_ROOT; };
- df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLColors.cpp; path = ../../../addons/ofxTimeline/src/ofxTLColors.cpp; sourceTree = SOURCE_ROOT; };
- e351bffb9fe51b25781f113575f5bbcd /* ofxTLImageSequenceFrame.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageSequenceFrame.h; path = ../../../addons/ofxTimeline/src/ofxTLImageSequenceFrame.h; sourceTree = SOURCE_ROOT; };
- e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLKeyframes.cpp; path = ../../../addons/ofxTimeline/src/ofxTLKeyframes.cpp; sourceTree = SOURCE_ROOT; };
- e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTicker.cpp; path = ../../../addons/ofxTimeline/src/ofxTLTicker.cpp; sourceTree = SOURCE_ROOT; };
- ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTrackHeader.cpp; path = ../../../addons/ofxTimeline/src/ofxTLTrackHeader.cpp; sourceTree = SOURCE_ROOT; };
- fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuint.cpp; path = ../../../addons/ofxTween/src/Easings/ofxEasingQuint.cpp; sourceTree = SOURCE_ROOT; };
- fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlparser.cpp; path = ../../../addons/ofxXmlSettings/libs/tinyxmlparser.cpp; sourceTree = SOURCE_ROOT; };
- fc9b34c5cb5b0acaff02ed20e6f129e7 /* ofxEasing.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasing.h; path = ../../../addons/ofxTween/src/Easings/ofxEasing.h; sourceTree = SOURCE_ROOT; };
- fe4db52d544b8c725e615958d18ecbc4 /* ofxEasingElastic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingElastic.h; path = ../../../addons/ofxTween/src/Easings/ofxEasingElastic.h; sourceTree = SOURCE_ROOT; };
- fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLAudioTrack.cpp; path = ../../../addons/ofxTimeline/src/ofxTLAudioTrack.cpp; sourceTree = SOURCE_ROOT; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- E4B69B590A3A1756003C02F2 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E7F31CA9160EFDD500C71EB8 /* OpenAL.framework in Frameworks */,
- E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */,
- E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */,
- E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */,
- E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */,
- E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */,
- E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */,
- E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */,
- E45BE97E0E8CC7DD009D7055 /* Carbon.framework in Frameworks */,
- E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */,
- E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */,
- E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */,
- E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */,
- E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */,
- E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */,
- E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */,
- E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */,
- E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */,
- E7F31CA5160EFD9400C71EB8 /* libsndfile.a in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 11d541a012ed5066ea787e91fcea7ac8 /* libs */ = {
- isa = PBXGroup;
- children = (
- f122d593cd2892560a5b03c893f7b98a /* kiss */,
- 79433c413c03b5e0758af057f10b84fa /* ofOpenALSoundPlayer_TimelineAdditions */,
- c3064ef956e24eacfd8fe45767b61193 /* sndfile */,
- );
- name = libs;
- sourceTree = "";
- };
- 1f293a20d2b096d59c4f24ddc5226665 /* ofxTween */ = {
- isa = PBXGroup;
- children = (
- 81b62db6c371dad643503fef78aa1855 /* src */,
- );
- name = ofxTween;
- sourceTree = "";
- };
- 1f4fb5c423662b96adfdcc0badec1cb0 /* ofxXmlSettings */ = {
- isa = PBXGroup;
- children = (
- 6ecef0d76bc33727823eadffc320c44d /* src */,
- 6e54289412d2d94f45a051132369530c /* libs */,
- );
- name = ofxXmlSettings;
- sourceTree = "";
- };
- 3c8a947d9c8a0aa13fbe74e89a4c2854 /* ofxTimeline */ = {
- isa = PBXGroup;
- children = (
- 95ec4749e558adf7ecf154b0871e5f7e /* src */,
- 11d541a012ed5066ea787e91fcea7ac8 /* libs */,
- );
- name = ofxTimeline;
- sourceTree = "";
- };
- 5d5c0ae687ac481a1ca3e1c200964ccc /* ofxMSATimer */ = {
- isa = PBXGroup;
- children = (
- b0520b7d20d3f978fd7358785945208a /* src */,
- );
- name = ofxMSATimer;
- sourceTree = "";
- };
- 6e54289412d2d94f45a051132369530c /* libs */ = {
- isa = PBXGroup;
- children = (
- 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */,
- b21e7e5f548eea92f368040bb1aa2f69 /* tinyxml.h */,
- 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */,
- fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */,
- );
- name = libs;
- sourceTree = "";
- };
- 6ecef0d76bc33727823eadffc320c44d /* src */ = {
- isa = PBXGroup;
- children = (
- 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */,
- 01dcc0911400f9acf5b65578af4ec8f9 /* ofxXmlSettings.h */,
- );
- name = src;
- sourceTree = "";
- };
- 70ff9c14d29b092149d0cc4d17883251 /* include */ = {
- isa = PBXGroup;
- children = (
- 2f050e7223102a218b1fb7ecd05fc3f5 /* kiss_fft.h */,
- bfee9391f78307b42aa09c9afad043a8 /* kiss_fftr.h */,
- );
- name = include;
- sourceTree = "";
- };
- 79433c413c03b5e0758af057f10b84fa /* ofOpenALSoundPlayer_TimelineAdditions */ = {
- isa = PBXGroup;
- children = (
- E768964916BCC79E00DB0C1C /* src */,
- );
- name = ofOpenALSoundPlayer_TimelineAdditions;
- sourceTree = "";
- };
- 81b62db6c371dad643503fef78aa1855 /* src */ = {
- isa = PBXGroup;
- children = (
- b59ddd3c0eb9ffc71f28869b15a0ff91 /* Easings */,
- 497f252390399fcf843297da0271f914 /* ofxTween.cpp */,
- 3dc6648a0468fbecb5e45b57040e9eb5 /* ofxTween.h */,
- );
- name = src;
- sourceTree = "";
- };
- 86df17850277042c979393f5dbd67836 /* src */ = {
- isa = PBXGroup;
- children = (
- 22ec628e5fa510d7034a99bb49ae8da8 /* ofRange.h */,
- );
- name = src;
- sourceTree = "";
- };
- 8efd6815c031741ffaa1a0012419f7cf /* ofxTimecode */ = {
- isa = PBXGroup;
- children = (
- abe37a0bb21b3d890efc285b57b7e0d9 /* src */,
- );
- name = ofxTimecode;
- sourceTree = "";
- };
- 95ec4749e558adf7ecf154b0871e5f7e /* src */ = {
- isa = PBXGroup;
- children = (
- E75640EF169C6EB300BC2516 /* ofxRemoveCocoaMenu.h */,
- E75640F0169C6EB300BC2516 /* ofxRemoveCocoaMenu.mm */,
- 6146999aa0b432590d07eb521d43e191 /* ofxHotKeys.h */,
- 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */,
- 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */,
- 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */,
- 9a2f1d6ae148cd25f6bea00506177bc5 /* ofxTimeline.h */,
- fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */,
- 6bc7dd2c4e83a707848be258865dbb01 /* ofxTLAudioTrack.h */,
- 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */,
- 9d86b2b57c2f171846dfeaf4c063c399 /* ofxTLBangs.h */,
- df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */,
- afcc811df430141d32bab3ebf9ba8734 /* ofxTLColors.h */,
- 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */,
- 53a47d9878535b9b1670047561971d02 /* ofxTLColorTrack.h */,
- 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */,
- 50511502e9cfd66a7bb161f2bfee7db5 /* ofxTLCurves.h */,
- a365e230090b71900f9a7987aa6fccec /* ofxTLEvents.h */,
- db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */,
- 2a99d747f2315daf1fb4f247021e7445 /* ofxTLFlags.h */,
- 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */,
- 09cbd28db823fe305eb470eeba6c4f78 /* ofxTLImageSequence.h */,
- ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */,
- e351bffb9fe51b25781f113575f5bbcd /* ofxTLImageSequenceFrame.h */,
- 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */,
- 3dbb60625304a9174a9a9635f98e40a7 /* ofxTLImageTrack.h */,
- 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */,
- 883c9e7fc087dbbc061aed5d10b268ef /* ofxTLInOut.h */,
- e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */,
- b9fd7617cf5f462774962af9384ef0ac /* ofxTLKeyframes.h */,
- 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */,
- bc6bde994c25a3b82b30f694893b581f /* ofxTLPage.h */,
- 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */,
- 3241b8bdc0b27471f8ee25d5a3db58b2 /* ofxTLPageTabs.h */,
- 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */,
- 66c910bfbec609d16e3b249a8448466d /* ofxTLSwitches.h */,
- e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */,
- 410e5fe3eb7fe9cb2726d36d724fd561 /* ofxTLTicker.h */,
- a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */,
- 96033bf9d1ef22715e6afdc3b189dbc8 /* ofxTLTrack.h */,
- ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */,
- 3d0621ce540a64d8d27e0af7f83b3eb2 /* ofxTLTrackHeader.h */,
- a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */,
- 2af40c99324fbebe7bab30147fc27af8 /* ofxTLVideoThumb.h */,
- 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */,
- 8e52dc6b4ea21969c85b8e832936acc3 /* ofxTLVideoTrack.h */,
- c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */,
- 1a433a24e8182dd578600bffe7ac6da5 /* ofxTLZoomer.h */,
- );
- name = src;
- sourceTree = "";
- };
- 9fd9332064a1194ac3cd20c226cc5a32 /* ofxRange */ = {
- isa = PBXGroup;
- children = (
- 86df17850277042c979393f5dbd67836 /* src */,
- );
- name = ofxRange;
- sourceTree = "";
- };
- BB4B014C10F69532006C3DED /* addons */ = {
- isa = PBXGroup;
- children = (
- 5d5c0ae687ac481a1ca3e1c200964ccc /* ofxMSATimer */,
- 9fd9332064a1194ac3cd20c226cc5a32 /* ofxRange */,
- ab88b4fd5d7f4abf53230e5a327c1368 /* ofxTextInputField */,
- 8efd6815c031741ffaa1a0012419f7cf /* ofxTimecode */,
- 3c8a947d9c8a0aa13fbe74e89a4c2854 /* ofxTimeline */,
- 1f293a20d2b096d59c4f24ddc5226665 /* ofxTween */,
- 1f4fb5c423662b96adfdcc0badec1cb0 /* ofxXmlSettings */,
- );
- name = addons;
- sourceTree = "";
- };
- BBAB23C913894ECA00AA2426 /* system frameworks */ = {
- isa = PBXGroup;
- children = (
- E7F31CA8160EFDD500C71EB8 /* OpenAL.framework */,
- E7F985F515E0DE99003869B5 /* Accelerate.framework */,
- E4C2424410CC5A17004149E2 /* AppKit.framework */,
- E4C2424510CC5A17004149E2 /* Cocoa.framework */,
- E4C2424610CC5A17004149E2 /* IOKit.framework */,
- E45BE9710E8CC7DD009D7055 /* AGL.framework */,
- E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */,
- E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */,
- E45BE9740E8CC7DD009D7055 /* Carbon.framework */,
- E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */,
- E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */,
- E45BE9770E8CC7DD009D7055 /* CoreServices.framework */,
- E45BE9790E8CC7DD009D7055 /* OpenGL.framework */,
- E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */,
- E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */,
- E7E077E715D3B6510020DFD4 /* QTKit.framework */,
- );
- name = "system frameworks";
- sourceTree = "";
- };
- BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */ = {
- isa = PBXGroup;
- children = (
- BBAB23BE13894E4700AA2426 /* GLUT.framework */,
- );
- name = "3rd party frameworks";
- sourceTree = "";
- };
- E4328144138ABC890047C5CB /* Products */ = {
- isa = PBXGroup;
- children = (
- E4328148138ABC890047C5CB /* openFrameworksDebug.a */,
- );
- name = Products;
- sourceTree = "";
- };
- E45BE5980E8CC70C009D7055 /* frameworks */ = {
- isa = PBXGroup;
- children = (
- BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */,
- BBAB23C913894ECA00AA2426 /* system frameworks */,
- );
- name = frameworks;
- sourceTree = "";
- };
- E4B69B4A0A3A1720003C02F2 = {
- isa = PBXGroup;
- children = (
- E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */,
- E4EB6923138AFD0F00A09F29 /* Project.xcconfig */,
- E4B69E1C0A3A1BDC003C02F2 /* src */,
- E4EEC9E9138DF44700A80321 /* openFrameworks */,
- BB4B014C10F69532006C3DED /* addons */,
- E45BE5980E8CC70C009D7055 /* frameworks */,
- E4B69B5B0A3A1756003C02F2 /* example-audiowaveformDebug.app */,
- );
- sourceTree = "";
- };
- E4B69E1C0A3A1BDC003C02F2 /* src */ = {
- isa = PBXGroup;
- children = (
- E4B69E1D0A3A1BDC003C02F2 /* main.cpp */,
- E4B69E1F0A3A1BDC003C02F2 /* testApp.h */,
- E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */,
- );
- path = src;
- sourceTree = SOURCE_ROOT;
- };
- E4EEC9E9138DF44700A80321 /* openFrameworks */ = {
- isa = PBXGroup;
- children = (
- E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */,
- E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */,
- );
- name = openFrameworks;
- sourceTree = "";
- };
- E768964916BCC79E00DB0C1C /* src */ = {
- isa = PBXGroup;
- children = (
- E768964A16BCC79E00DB0C1C /* ofOpenALSoundPlayer_TimelineAdditions.cpp */,
- E768964B16BCC79E00DB0C1C /* ofOpenALSoundPlayer_TimelineAdditions.h */,
- );
- name = src;
- path = ../libs/ofOpenALSoundPlayer_TimelineAdditions/src;
- sourceTree = "";
- };
- E7F31C97160EFD9400C71EB8 /* lib */ = {
- isa = PBXGroup;
- children = (
- E7F31C9D160EFD9400C71EB8 /* osx */,
- );
- name = lib;
- path = ../libs/sndfile/lib;
- sourceTree = "";
- };
- E7F31C9D160EFD9400C71EB8 /* osx */ = {
- isa = PBXGroup;
- children = (
- E7F31C9E160EFD9400C71EB8 /* libsndfile.a */,
- );
- path = osx;
- sourceTree = "";
- };
- a84c320c111785eeee9deb836e25dc1f /* src */ = {
- isa = PBXGroup;
- children = (
- bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */,
- ac5ddd8bbd12e8e173e4ae81a6b924bc /* ofxTextInputField.h */,
- );
- name = src;
- sourceTree = "";
- };
- ab88b4fd5d7f4abf53230e5a327c1368 /* ofxTextInputField */ = {
- isa = PBXGroup;
- children = (
- a84c320c111785eeee9deb836e25dc1f /* src */,
- );
- name = ofxTextInputField;
- sourceTree = "";
- };
- abe37a0bb21b3d890efc285b57b7e0d9 /* src */ = {
- isa = PBXGroup;
- children = (
- d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */,
- 95c5241b62f5d1f0fe6c067b5331bca8 /* ofxTimecode.h */,
- );
- name = src;
- sourceTree = "";
- };
- b0520b7d20d3f978fd7358785945208a /* src */ = {
- isa = PBXGroup;
- children = (
- b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */,
- 03dde55c47701116edeb18007fc4bf75 /* ofxMSATimer.h */,
- );
- name = src;
- sourceTree = "";
- };
- b59ddd3c0eb9ffc71f28869b15a0ff91 /* Easings */ = {
- isa = PBXGroup;
- children = (
- 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */,
- 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */,
- fc9b34c5cb5b0acaff02ed20e6f129e7 /* ofxEasing.h */,
- 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */,
- 7912619b786f0238d22ed5f3c10786f2 /* ofxEasingBack.h */,
- 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */,
- a9fe46c20e767b29c5997ad3a88b9f7b /* ofxEasingBounce.h */,
- a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */,
- af17eb492db2858a0ebd94cd64092fb9 /* ofxEasingCirc.h */,
- 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */,
- b788152c3fe538e700d063c7d17da903 /* ofxEasingCubic.h */,
- a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */,
- fe4db52d544b8c725e615958d18ecbc4 /* ofxEasingElastic.h */,
- 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */,
- 767479279ebac134d46e74e76dc9f79f /* ofxEasingExpo.h */,
- 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */,
- 7599804c6260ec1cd8d3567dc11aa06a /* ofxEasingLinear.h */,
- b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */,
- b07c508e7717e6c892502adf5fddc285 /* ofxEasingQuad.h */,
- 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */,
- 4c0e055e4176057631087aa3938a7c76 /* ofxEasingQuart.h */,
- fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */,
- 5e9e6513bec36148928518b774158396 /* ofxEasingQuint.h */,
- 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */,
- dd476420fbc881796f865bb5fa4c12c7 /* ofxEasingSine.h */,
- );
- name = Easings;
- sourceTree = "";
- };
- c3064ef956e24eacfd8fe45767b61193 /* sndfile */ = {
- isa = PBXGroup;
- children = (
- E7F31C97160EFD9400C71EB8 /* lib */,
- e7558d68ea34b87a36db465c78f95890 /* include */,
- );
- name = sndfile;
- sourceTree = "";
- };
- e1ad38c5f775f42c90542e371f9991a1 /* src */ = {
- isa = PBXGroup;
- children = (
- 4b817954d44bdb7ede7da278e95facfa /* _kiss_fft_guts.h */,
- d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */,
- b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */,
- );
- name = src;
- sourceTree = "";
- };
- e7558d68ea34b87a36db465c78f95890 /* include */ = {
- isa = PBXGroup;
- children = (
- 4162e24aefc4c866df24e11560269162 /* sndfile.h */,
- );
- name = include;
- sourceTree = "";
- };
- f122d593cd2892560a5b03c893f7b98a /* kiss */ = {
- isa = PBXGroup;
- children = (
- 70ff9c14d29b092149d0cc4d17883251 /* include */,
- e1ad38c5f775f42c90542e371f9991a1 /* src */,
- );
- name = kiss;
- sourceTree = "";
- };
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
- E4B69B5A0A3A1756003C02F2 /* example-audiowaveform */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example-audiowaveform" */;
- buildPhases = (
- E4B69B580A3A1756003C02F2 /* Sources */,
- E4B69B590A3A1756003C02F2 /* Frameworks */,
- E4B6FFFD0C3F9AB9008CF71C /* ShellScript */,
- E4C2427710CC5ABF004149E2 /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- E4EEB9AC138B136A00A80321 /* PBXTargetDependency */,
- );
- name = "example-audiowaveform";
- productName = myOFApp;
- productReference = E4B69B5B0A3A1756003C02F2 /* example-audiowaveformDebug.app */;
- productType = "com.apple.product-type.application";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- E4B69B4C0A3A1720003C02F2 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- };
- buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example-audiowaveform" */;
- compatibilityVersion = "Xcode 2.4";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- English,
- Japanese,
- French,
- German,
- );
- mainGroup = E4B69B4A0A3A1720003C02F2;
- productRefGroup = E4B69B4A0A3A1720003C02F2;
- projectDirPath = "";
- projectReferences = (
- {
- ProductGroup = E4328144138ABC890047C5CB /* Products */;
- ProjectRef = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- },
- );
- projectRoot = "";
- targets = (
- E4B69B5A0A3A1756003C02F2 /* example-audiowaveform */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXReferenceProxy section */
- E4328148138ABC890047C5CB /* openFrameworksDebug.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = openFrameworksDebug.a;
- remoteRef = E4328147138ABC890047C5CB /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
-/* End PBXReferenceProxy section */
-
-/* Begin PBXShellScriptBuildPhase section */
- E4B6FFFD0C3F9AB9008CF71C /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "cp -f ../../../libs/fmodex/lib/osx/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/libfmodex.dylib\"; install_name_tool -change ./libfmodex.dylib @executable_path/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME\";";
- };
-/* End PBXShellScriptBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
- E4B69B580A3A1756003C02F2 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */,
- E4B69E210A3A1BDC003C02F2 /* testApp.cpp in Sources */,
- 9119bfc53670a98106e367bbc1bd167a /* ofxMSATimer.cpp in Sources */,
- f6ca03081709fcbfdaef66765f9e376e /* ofxTextInputField.cpp in Sources */,
- 6499b8489905bfe9067f8db81e6bbfdf /* ofxTimecode.cpp in Sources */,
- 7d7ecd8dd8eb4244d7a87f40ba8c53cd /* ofxHotKeys_impl_mac.mm in Sources */,
- e904ef309b050587cf73df2173a531a6 /* ofxHotKeys_impl_win.cpp in Sources */,
- 7ac6376b15bcf4d368ec068f0ecce711 /* ofxTimeline.cpp in Sources */,
- 14ed851279c06f2bcf0bf27935d38ce3 /* ofxTLAudioTrack.cpp in Sources */,
- fb591e0c571e53b3ba5a60b84605de3d /* ofxTLBangs.cpp in Sources */,
- 9d7bb9637658a8e9d507c66c47db010f /* ofxTLColors.cpp in Sources */,
- 49e60cc9bbcafb6eade107cc20884b9c /* ofxTLColorTrack.cpp in Sources */,
- 46be87fc2c481a1eb41aed2a8b97fe96 /* ofxTLCurves.cpp in Sources */,
- c3bc382653a57ce71d4513f1eaba414b /* ofxTLFlags.cpp in Sources */,
- 1479a06207a85dfdeca39f009ad023d0 /* ofxTLImageSequence.cpp in Sources */,
- def58837140932f5996c61c2241ef66e /* ofxTLImageSequenceFrame.cpp in Sources */,
- 95e6e69db45e5f9e4f1c21e09d04b380 /* ofxTLImageTrack.cpp in Sources */,
- d7058ecb9868a269655092911f63df8c /* ofxTLInOut.cpp in Sources */,
- b3baa90667d4b61631ba59627d616a39 /* ofxTLKeyframes.cpp in Sources */,
- c7d250488914920c32f18f34136a2175 /* ofxTLPage.cpp in Sources */,
- bcfdfc3681cf3552bcdb819e675b5dce /* ofxTLPageTabs.cpp in Sources */,
- 9e8ec2bf8bca13da057fa929463bbafb /* ofxTLSwitches.cpp in Sources */,
- 3a02cdf226d01ebb6533d47f0bb42c5a /* ofxTLTicker.cpp in Sources */,
- f4a426f97ee8f1a3ead2a8f00212b48a /* ofxTLTrack.cpp in Sources */,
- e6b21161287eea55fa4ea984beef0d72 /* ofxTLTrackHeader.cpp in Sources */,
- 65b24cd86db2ed8edd3385ac3e4a4783 /* ofxTLVideoThumb.cpp in Sources */,
- 3b32d3b612022d0c5b272bdd39e8a60f /* ofxTLVideoTrack.cpp in Sources */,
- ed77da7c8d99d9b1c9c240c836f5baf7 /* ofxTLZoomer.cpp in Sources */,
- d5f416a7f5798651d8370d5e93c0c797 /* kiss_fft.c in Sources */,
- 782c2b355cb6ebc83bdb95e0bd931001 /* kiss_fftr.c in Sources */,
- 168c43f69af6a8042ea0b13f08dfe5ff /* easing_terms_of_use.html in Sources */,
- 9266028e1aecbb027abf64d8cfab4b5f /* ofxEasing.cpp in Sources */,
- 5e0dbde5736deb3a5886b3f1e3b4578d /* ofxEasingBack.cpp in Sources */,
- ead3ce0789481f975f351f39ee5137c4 /* ofxEasingBounce.cpp in Sources */,
- 27765d1bff26bd9a6186915f24dfd27c /* ofxEasingCirc.cpp in Sources */,
- e816d7d242d315fb53e23f5443df8700 /* ofxEasingCubic.cpp in Sources */,
- 6e062274743f6716a9ad43959541a220 /* ofxEasingElastic.cpp in Sources */,
- 59eeacb88f062457ff86492c078803bd /* ofxEasingExpo.cpp in Sources */,
- 152eaecabd008d84af7f27f83f4389c4 /* ofxEasingLinear.cpp in Sources */,
- 6d7b53ed56654abbf2ff13b127236c33 /* ofxEasingQuad.cpp in Sources */,
- 85a41526fdfa1a8cdaee81f79de999b7 /* ofxEasingQuart.cpp in Sources */,
- 7e769097de6561633305b24c2ad560e7 /* ofxEasingQuint.cpp in Sources */,
- fe278f5f783581237ae8ecb25ea719bb /* ofxEasingSine.cpp in Sources */,
- 32fc7731c1ef7b87e491c93d78c84b88 /* ofxTween.cpp in Sources */,
- 63b57ac5bf4ef088491e0317dbb2ecaa /* ofxXmlSettings.cpp in Sources */,
- 933a2227713c720ceff80fd967d0a8ee /* tinyxml.cpp in Sources */,
- 9d44dc88ef9e7991b4a09951e2e4769f /* tinyxmlerror.cpp in Sources */,
- 5a4349e9754d6fa14c0f2a3a1abc30b6 /* tinyxmlparser.cpp in Sources */,
- E75640F1169C6EB300BC2516 /* ofxRemoveCocoaMenu.mm in Sources */,
- E768964C16BCC79E00DB0C1C /* ofOpenALSoundPlayer_TimelineAdditions.cpp in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXTargetDependency section */
- E4EEB9AC138B136A00A80321 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = openFrameworks;
- targetProxy = E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */;
- };
-/* End PBXTargetDependency section */
-
-/* Begin XCBuildConfiguration section */
- E4B69B4E0A3A1720003C02F2 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */;
- buildSettings = {
- ARCHS = "$(NATIVE_ARCH)";
- CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/";
- COPY_PHASE_STRIP = NO;
- DEAD_CODE_STRIPPING = YES;
- GCC_AUTO_VECTORIZATION = YES;
- GCC_ENABLE_SSE3_EXTENSIONS = YES;
- GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
- GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
- GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO;
- GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
- GCC_WARN_UNINITIALIZED_AUTOS = NO;
- GCC_WARN_UNUSED_VALUE = NO;
- GCC_WARN_UNUSED_VARIABLE = NO;
- HEADER_SEARCH_PATHS = (
- "$(OF_CORE_HEADERS)",
- src,
- ../../../addons/ofxMSATimer/libs,
- ../../../addons/ofxMSATimer/src,
- ../../../addons/ofxRange/libs,
- ../../../addons/ofxRange/src,
- ../../../addons/ofxTextInputField/libs,
- ../../../addons/ofxTextInputField/src,
- ../../../addons/ofxTimecode/libs,
- ../../../addons/ofxTimecode/src,
- ../../../addons/ofxTimeline/libs,
- ../../../addons/ofxTimeline/libs/kiss,
- ../../../addons/ofxTimeline/libs/kiss/include,
- ../../../addons/ofxTimeline/libs/kiss/lib,
- ../../../addons/ofxTimeline/libs/kiss/src,
- ../../../addons/ofxTimeline/libs/ofOpenALSoundPlayer_TimelineAdditions,
- ../../../addons/ofxTimeline/libs/sndfile,
- ../../../addons/ofxTimeline/libs/sndfile/include,
- ../../../addons/ofxTimeline/libs/sndfile/lib,
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx,
- ../../../addons/ofxTimeline/libs/sndfile/lib/win32,
- ../../../addons/ofxTimeline/libs/vorbis,
- ../../../addons/ofxTimeline/libs/vorbis/lib,
- ../../../addons/ofxTimeline/src,
- ../../../addons/ofxTween/libs,
- ../../../addons/ofxTween/src,
- ../../../addons/ofxTween/src/Easings,
- ../../../addons/ofxXmlSettings/libs,
- ../../../addons/ofxXmlSettings/src,
- );
- OTHER_CPLUSPLUSFLAGS = (
- "-D__MACOSX_CORE__",
- "-lpthread",
- "-mtune=native",
- );
- OTHER_LDFLAGS = (
- "$(OF_CORE_LIBS)",
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx/libsndfile.a,
- );
- };
- name = Debug;
- };
- E4B69B4F0A3A1720003C02F2 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */;
- buildSettings = {
- ARCHS = "$(NATIVE_ARCH)";
- CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/";
- COPY_PHASE_STRIP = YES;
- DEAD_CODE_STRIPPING = YES;
- GCC_AUTO_VECTORIZATION = YES;
- GCC_ENABLE_SSE3_EXTENSIONS = YES;
- GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
- GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
- GCC_OPTIMIZATION_LEVEL = 3;
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_UNROLL_LOOPS = YES;
- GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
- GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO;
- GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
- GCC_WARN_UNINITIALIZED_AUTOS = NO;
- GCC_WARN_UNUSED_VALUE = NO;
- GCC_WARN_UNUSED_VARIABLE = NO;
- HEADER_SEARCH_PATHS = (
- "$(OF_CORE_HEADERS)",
- src,
- ../../../addons/ofxMSATimer/libs,
- ../../../addons/ofxMSATimer/src,
- ../../../addons/ofxRange/libs,
- ../../../addons/ofxRange/src,
- ../../../addons/ofxTextInputField/libs,
- ../../../addons/ofxTextInputField/src,
- ../../../addons/ofxTimecode/libs,
- ../../../addons/ofxTimecode/src,
- ../../../addons/ofxTimeline/libs,
- ../../../addons/ofxTimeline/libs/kiss,
- ../../../addons/ofxTimeline/libs/kiss/include,
- ../../../addons/ofxTimeline/libs/kiss/lib,
- ../../../addons/ofxTimeline/libs/kiss/src,
- ../../../addons/ofxTimeline/libs/ofOpenALSoundPlayer_TimelineAdditions,
- ../../../addons/ofxTimeline/libs/sndfile,
- ../../../addons/ofxTimeline/libs/sndfile/include,
- ../../../addons/ofxTimeline/libs/sndfile/lib,
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx,
- ../../../addons/ofxTimeline/libs/sndfile/lib/win32,
- ../../../addons/ofxTimeline/libs/vorbis,
- ../../../addons/ofxTimeline/libs/vorbis/lib,
- ../../../addons/ofxTimeline/src,
- ../../../addons/ofxTween/libs,
- ../../../addons/ofxTween/src,
- ../../../addons/ofxTween/src/Easings,
- ../../../addons/ofxXmlSettings/libs,
- ../../../addons/ofxXmlSettings/src,
- );
- OTHER_CPLUSPLUSFLAGS = (
- "-D__MACOSX_CORE__",
- "-lpthread",
- "-mtune=native",
- );
- OTHER_LDFLAGS = (
- "$(OF_CORE_LIBS)",
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx/libsndfile.a,
- );
- };
- name = Release;
- };
- E4B69B600A3A1757003C02F2 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = "$(ARCHS_STANDARD)";
- COPY_PHASE_STRIP = NO;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- );
- FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\"";
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_MODEL_TUNING = NONE;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
- GCC_PREPROCESSOR_DEFINITIONS = "TIMELINE_AUDIO_INCLUDED=1";
- HEADER_SEARCH_PATHS = (
- "$(OF_CORE_HEADERS)",
- src,
- ../../../addons/ofxMSATimer/libs,
- ../../../addons/ofxMSATimer/src,
- ../../../addons/ofxRange/libs,
- ../../../addons/ofxRange/src,
- ../../../addons/ofxTextInputField/libs,
- ../../../addons/ofxTextInputField/src,
- ../../../addons/ofxTimecode/libs,
- ../../../addons/ofxTimecode/src,
- ../../../addons/ofxTimeline/libs,
- ../../../addons/ofxTimeline/libs/kiss,
- ../../../addons/ofxTimeline/libs/kiss/include,
- ../../../addons/ofxTimeline/libs/kiss/lib,
- ../../../addons/ofxTimeline/libs/kiss/src,
- ../../../addons/ofxTimeline/libs/ofOpenALSoundPlayer_TimelineAdditions,
- ../../../addons/ofxTimeline/libs/sndfile,
- ../../../addons/ofxTimeline/libs/sndfile/include,
- ../../../addons/ofxTimeline/libs/sndfile/lib,
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx,
- ../../../addons/ofxTimeline/src,
- ../../../addons/ofxTween/libs,
- ../../../addons/ofxTween/src,
- ../../../addons/ofxTween/src/Easings,
- ../../../addons/ofxXmlSettings/libs,
- ../../../addons/ofxXmlSettings/src,
- );
- INFOPLIST_FILE = "openFrameworks-Info.plist";
- INSTALL_PATH = "$(HOME)/Applications";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_14)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_15)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_16)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_17)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_18)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_19)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_20)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_21)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_22)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_23)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_24)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_25)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_26)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_27)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_28)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_29)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_30)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_31)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_32)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_33)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_34)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_35)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_36)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_37)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_38)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_39)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_40)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_41)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_42)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_43)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_44)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_45)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_46)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_47)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_48)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_49)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_50)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_51)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_52)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)",
- );
- LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../libs/sndfile/lib/linux\"";
- LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2 = "\"$(SRCROOT)/../libs/sndfile/lib/linux64\"";
- LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3 = "\"$(SRCROOT)/../libs/sndfile/lib/osx\"";
- LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4 = "\"$(SRCROOT)/../libs/sndfile/lib/win32\"";
- PREBINDING = NO;
- PRODUCT_NAME = "$(TARGET_NAME)Debug";
- SDKROOT = macosx10.8;
- WRAPPER_EXTENSION = app;
- };
- name = Debug;
- };
- E4B69B610A3A1757003C02F2 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = "$(ARCHS_STANDARD)";
- COPY_PHASE_STRIP = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- );
- FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\"";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_MODEL_TUNING = NONE;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
- GCC_PREPROCESSOR_DEFINITIONS = "TIMELINE_AUDIO_INCLUDED=1";
- HEADER_SEARCH_PATHS = (
- "$(OF_CORE_HEADERS)",
- src,
- ../../../addons/ofxMSATimer/libs,
- ../../../addons/ofxMSATimer/src,
- ../../../addons/ofxRange/libs,
- ../../../addons/ofxRange/src,
- ../../../addons/ofxTextInputField/libs,
- ../../../addons/ofxTextInputField/src,
- ../../../addons/ofxTimecode/libs,
- ../../../addons/ofxTimecode/src,
- ../../../addons/ofxTimeline/libs,
- ../../../addons/ofxTimeline/libs/kiss,
- ../../../addons/ofxTimeline/libs/kiss/include,
- ../../../addons/ofxTimeline/libs/kiss/lib,
- ../../../addons/ofxTimeline/libs/kiss/src,
- ../../../addons/ofxTimeline/libs/ofOpenALSoundPlayer_TimelineAdditions,
- ../../../addons/ofxTimeline/libs/sndfile,
- ../../../addons/ofxTimeline/libs/sndfile/include,
- ../../../addons/ofxTimeline/libs/sndfile/lib,
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx,
- ../../../addons/ofxTimeline/src,
- ../../../addons/ofxTween/libs,
- ../../../addons/ofxTween/src,
- ../../../addons/ofxTween/src/Easings,
- ../../../addons/ofxXmlSettings/libs,
- ../../../addons/ofxXmlSettings/src,
- );
- INFOPLIST_FILE = "openFrameworks-Info.plist";
- INSTALL_PATH = "$(HOME)/Applications";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_14)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_15)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_16)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_17)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_18)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_19)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_20)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_21)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_22)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_23)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_24)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_25)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_26)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_27)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_28)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_29)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_30)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_31)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_32)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_33)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_34)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_35)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_36)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_37)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_38)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_39)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_40)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_41)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_42)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_43)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_44)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_45)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_46)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_47)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_48)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_49)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_50)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_51)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)",
- );
- LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../libs/sndfile/lib/linux\"";
- LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2 = "\"$(SRCROOT)/../libs/sndfile/lib/linux64\"";
- LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3 = "\"$(SRCROOT)/../libs/sndfile/lib/osx\"";
- LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4 = "\"$(SRCROOT)/../libs/sndfile/lib/win32\"";
- PREBINDING = NO;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx10.8;
- WRAPPER_EXTENSION = app;
- };
- name = Release;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example-audiowaveform" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E4B69B4E0A3A1720003C02F2 /* Debug */,
- E4B69B4F0A3A1720003C02F2 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example-audiowaveform" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E4B69B600A3A1757003C02F2 /* Debug */,
- E4B69B610A3A1757003C02F2 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = E4B69B4C0A3A1720003C02F2 /* Project object */;
-}
diff --git a/example-audiowaveform/example-audiowaveform.xcodeproj/xcshareddata/xcschemes/example-audiowaveform Debug.xcscheme b/example-audiowaveform/example-audiowaveform.xcodeproj/xcshareddata/xcschemes/example-audiowaveform Debug.xcscheme
deleted file mode 100644
index 70d2ff8f..00000000
--- a/example-audiowaveform/example-audiowaveform.xcodeproj/xcshareddata/xcschemes/example-audiowaveform Debug.xcscheme
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-audiowaveform/example-audiowaveform.xcodeproj/xcshareddata/xcschemes/example-audiowaveform Release.xcscheme b/example-audiowaveform/example-audiowaveform.xcodeproj/xcshareddata/xcschemes/example-audiowaveform Release.xcscheme
deleted file mode 100644
index 6c83e1e3..00000000
--- a/example-audiowaveform/example-audiowaveform.xcodeproj/xcshareddata/xcschemes/example-audiowaveform Release.xcscheme
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-cameraTrack/example-cameraTrack.sln b/example-audiowaveform/example-timeline.sln
similarity index 53%
rename from example-cameraTrack/example-cameraTrack.sln
rename to example-audiowaveform/example-timeline.sln
index 5e626877..b3954881 100644
--- a/example-cameraTrack/example-cameraTrack.sln
+++ b/example-audiowaveform/example-timeline.sln
@@ -1,38 +1,35 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.24720.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example-cameraTrack", "example-cameraTrack.vcxproj", "{7FD42DF7-442E-479A-BA76-D0022F99702A}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openFrameworksLib", "..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksLib.vcxproj", "{5837595D-ACA9-485C-8E76-729040CE4B0B}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x64.ActiveCfg = Debug|x64
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x64.Build.0 = Debug|x64
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x86.ActiveCfg = Debug|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x86.Build.0 = Debug|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x64.ActiveCfg = Release|x64
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x64.Build.0 = Release|x64
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x86.ActiveCfg = Release|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x86.Build.0 = Release|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.ActiveCfg = Debug|x64
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.Build.0 = Debug|x64
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x86.ActiveCfg = Debug|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x86.Build.0 = Debug|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.ActiveCfg = Release|x64
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.Build.0 = Release|x64
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x86.ActiveCfg = Release|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 14
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example-timeline", "example-timeline.vcxproj", "{7FD42DF7-442E-479A-BA76-D0022F99702A}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openframeworksLib", "..\..\..\libs\openFrameworksCompiled\project\vs\openframeworksLib.vcxproj", "{5837595D-ACA9-485C-8E76-729040CE4B0B}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.ActiveCfg = Debug|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.Build.0 = Debug|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x64.ActiveCfg = Debug|x64
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x64.Build.0 = Debug|x64
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.ActiveCfg = Release|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.Build.0 = Release|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x64.ActiveCfg = Release|x64
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x64.Build.0 = Release|x64
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.ActiveCfg = Debug|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.Build.0 = Debug|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.ActiveCfg = Debug|x64
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.Build.0 = Debug|x64
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.ActiveCfg = Release|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.Build.0 = Release|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.ActiveCfg = Release|x64
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/example-audiowaveform/example-timeline.vcxproj b/example-audiowaveform/example-timeline.vcxproj
new file mode 100644
index 00000000..778a9acf
--- /dev/null
+++ b/example-audiowaveform/example-timeline.vcxproj
@@ -0,0 +1,318 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}
+ Win32Proj
+ example-timeline
+
+
+
+ Application
+ Unicode
+ v140
+
+
+ Application
+ Unicode
+ v140
+
+
+ Application
+ Unicode
+ true
+ v140
+
+
+ Application
+ Unicode
+ true
+ v140
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bin\
+ obj\$(Configuration)\
+ $(ProjectName)_debug
+ true
+ true
+
+
+ bin\
+ obj\$(Configuration)\
+ $(ProjectName)_debug
+ true
+ true
+
+
+ bin\
+ obj\$(Configuration)\
+ false
+
+
+ bin\
+ obj\$(Configuration)\
+ false
+
+
+
+ Disabled
+ EnableFastChecks
+ %(PreprocessorDefinitions)
+ MultiThreadedDebugDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+
+
+ true
+ Console
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32
+
+
+
+
+
+ Disabled
+ EnableFastChecks
+ %(PreprocessorDefinitions)
+ MultiThreadedDebugDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+ true
+
+
+ true
+ Console
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64
+
+
+
+
+
+ false
+ %(PreprocessorDefinitions)
+ MultiThreadedDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+ true
+
+
+ false
+ false
+ Console
+ true
+ true
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32
+
+
+
+
+
+ false
+ %(PreprocessorDefinitions)
+ MultiThreadedDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+
+
+ false
+ false
+ Console
+ true
+ true
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {5837595d-aca9-485c-8e76-729040ce4b0b}
+
+
+
+
+ /D_DEBUG %(AdditionalOptions)
+ /D_DEBUG %(AdditionalOptions)
+ $(OF_ROOT)\libs\openFrameworksCompiled\project\vs
+
+
+
+
+
+
+
+
+
diff --git a/example-audiowaveform/example-timeline.vcxproj.filters b/example-audiowaveform/example-timeline.vcxproj.filters
new file mode 100644
index 00000000..3370da6c
--- /dev/null
+++ b/example-audiowaveform/example-timeline.vcxproj.filters
@@ -0,0 +1,468 @@
+
+
+
+
+ src
+
+
+ src
+
+
+ addons\ofxMSATimer\src
+
+
+ addons\ofxTextInputField\src
+
+
+ addons\ofxTimecode\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\libs\kiss\src
+
+
+ addons\ofxTimeline\libs\kiss\src
+
+
+ addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src
+
+
+ addons\ofxXmlSettings\src
+
+
+ addons\ofxXmlSettings\libs
+
+
+ addons\ofxXmlSettings\libs
+
+
+ addons\ofxXmlSettings\libs
+
+
+
+
+ {d8376475-7454-4a24-b08a-aac121d3ad6f}
+
+
+ {71834F65-F3A9-211E-73B8-DC85}
+
+
+ {FA2C7F81-95AD-913A-95EE-6D67}
+
+
+ {21227B69-34BA-DC94-65C0-E080}
+
+
+ {C5CF358F-F6D6-0F61-5433-25F1}
+
+
+ {AFEE1AF4-3BE7-35E2-F89C-FEB8}
+
+
+ {A4B02712-30E4-B504-C110-2C93}
+
+
+ {B67AFC83-AF32-6FE3-281F-AC21}
+
+
+ {1B5CD1F2-714C-1A5F-97D0-2F97}
+
+
+ {1E8626D6-B6A0-D240-F534-C5E8}
+
+
+ {B6CB78C7-BC44-AD08-8E43-896C}
+
+
+ {AC132E01-0F0D-5FF9-8D64-8DAD}
+
+
+ {333C4390-0B4E-EAAA-5CFE-0663}
+
+
+ {93D28ED9-A2CA-418A-4538-D332}
+
+
+ {239F8B47-5D3C-673B-95DE-5E70}
+
+
+ {5451193A-C0CF-9361-B431-0F7F}
+
+
+ {012014BF-0161-A228-4C75-8D28}
+
+
+ {2A871B0D-D088-017C-101E-4857}
+
+
+ {7D44A927-3EF3-D18B-0302-5262}
+
+
+ {994A9BE4-6199-2707-46E1-49BC}
+
+
+ {8B1E05C6-FEC0-22B7-592B-3DE2}
+
+
+ {944E9321-A6F2-45B7-407B-559E}
+
+
+ {4ED1F364-A201-A241-2587-2223}
+
+
+ {8A8810E8-A79D-7A1D-2F0A-7203}
+
+
+ {40AC4B42-6A5A-9537-EB82-D1B8}
+
+
+ {EF0F6A8B-B04F-E782-21EF-D4BA}
+
+
+ {877F005D-13E6-0592-1D97-F2E3}
+
+
+ {CCB2AC63-49D2-977C-CFE8-AEAD}
+
+
+ {687714A8-1662-FA1C-261F-50F0}
+
+
+
+
+ src
+
+
+ addons\ofxMSATimer\src
+
+
+ addons\ofxRange\src
+
+
+ addons\ofxTextInputField\src
+
+
+ addons\ofxTextInputField\src
+
+
+ addons\ofxTimecode\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\libs\kiss\include
+
+
+ addons\ofxTimeline\libs\kiss\include
+
+
+ addons\ofxTimeline\libs\kiss\src
+
+
+ addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\sndfile\include
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src
+
+
+ addons\ofxXmlSettings\src
+
+
+ addons\ofxXmlSettings\libs
+
+
+
+
+
+
diff --git a/example-audiowaveform/example-timeline.vcxproj.user b/example-audiowaveform/example-timeline.vcxproj.user
new file mode 100644
index 00000000..988b987e
--- /dev/null
+++ b/example-audiowaveform/example-timeline.vcxproj.user
@@ -0,0 +1,19 @@
+
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
\ No newline at end of file
diff --git a/example-audiowaveform/openFrameworks-Info.plist b/example-audiowaveform/openFrameworks-Info.plist
deleted file mode 100644
index e5db5550..00000000
--- a/example-audiowaveform/openFrameworks-Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- English
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- com.yourcompany.openFrameworks
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundlePackageType
- APPL
- CFBundleSignature
- ????
- CFBundleVersion
- 1.0
-
-
diff --git a/example-audiowaveform/src/main.cpp b/example-audiowaveform/src/main.cpp
index d4c63497..e57370b2 100644
--- a/example-audiowaveform/src/main.cpp
+++ b/example-audiowaveform/src/main.cpp
@@ -3,12 +3,11 @@
//========================================================================
int main( ){
+ ofSetupOpenGL(1024,768,OF_WINDOW); // <-------- setup the GL context
- ofGLWindowSettings settings;
- settings.width = 1024;
- settings.height = 768;
- ofCreateWindow(settings);
-
+ // this kicks off the running of my app
+ // can be OF_WINDOW or OF_FULLSCREEN
+ // pass in width and height too:
ofRunApp(new ofApp());
}
diff --git a/example-cameraTrack/Makefile b/example-cameraTrack/Makefile
deleted file mode 100644
index 2d83a770..00000000
--- a/example-cameraTrack/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-include config.make
-include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/Makefile.examples
diff --git a/example-cameraTrack/Project.xcconfig b/example-cameraTrack/Project.xcconfig
deleted file mode 100644
index c10b9e55..00000000
--- a/example-cameraTrack/Project.xcconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT.
-//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED
-OF_PATH = ../../..
-
-//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE
-#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig"
-
-OTHER_LDFLAGS = $(OF_CORE_LIBS)
-HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS)
diff --git a/example-cameraTrack/addons.make b/example-cameraTrack/addons.make
index 2e2b1ea3..1d9f368d 100644
--- a/example-cameraTrack/addons.make
+++ b/example-cameraTrack/addons.make
@@ -1,7 +1,7 @@
-ofxXmlSettings
ofxMSATimer
ofxRange
ofxTextInputField
ofxTimecode
ofxTimeline
ofxTween
+ofxXmlSettings
diff --git a/example-cameraTrack/bin/data/.gitkeep b/example-cameraTrack/bin/data/.gitkeep
new file mode 100644
index 00000000..e69de29b
diff --git a/example-cameraTrack/bin/data/GUI/NewMedia Fett.ttf b/example-cameraTrack/bin/data/GUI/NewMedia Fett.ttf
old mode 100755
new mode 100644
diff --git a/example-cameraTrack/bin/data/MyEmptyKeyframes.xml b/example-cameraTrack/bin/data/MyEmptyKeyframes.xml
deleted file mode 100644
index 50838c23..00000000
--- a/example-cameraTrack/bin/data/MyEmptyKeyframes.xml
+++ /dev/null
@@ -1,114 +0,0 @@
-
-
- 97
- 88
- 238
- 00:00:00:295
- 0.532934010
-
-
- 175
- 68
- 108
- 00:00:00:358
- 0.239520997
-
-
- 169
- 193
- 146
- 00:00:00:973
- 0.568862021
-
-
- 230
- 185
- 206
- 00:00:01:604
- 0.383233994
-
-
- 136
- 22
- 222
- 00:00:02:475
- 0.754490912
-
-
- 116
- 192
- 228
- 00:00:02:596
- 0.282155633
-
-
- 27
- 23
- 97
- 00:00:02:778
- 0.449273288
-
-
- 116
- 30
- 4
- 00:00:03:334
- 0.676646948
-
-
- 64
- 222
- 211
- 00:00:04:517
- 0.464191556
-
-
- 195
- 174
- 90
- 00:00:08:437
- 0.856287420
-
-
- 93
- 194
- 81
- 00:00:09:667
- 0.419161677
-
-
- 106
- 133
- 13
- 00:00:13:769
- 0.688622713
-
-
- 118
- 142
- 155
- 00:00:16:171
- 0.311377227
-
-
- 51
- 162
- 185
- 00:00:18:808
- 0.838323355
-
-
- 107
- 113
- 102
- 00:00:23:789
- 0.389221549
-
-
- 83
- 59
- 71
- 00:00:24:052
- 0.520958066
-
-
diff --git a/example-cameraTrack/bin/data/_Page_One_trackPositions.xml b/example-cameraTrack/bin/data/_Page_One_trackPositions.xml
deleted file mode 100644
index caa5bd61..00000000
--- a/example-cameraTrack/bin/data/_Page_One_trackPositions.xml
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/example-cameraTrack/bin/data/_keyframes.xml b/example-cameraTrack/bin/data/_keyframes.xml
deleted file mode 100644
index e8941e34..00000000
--- a/example-cameraTrack/bin/data/_keyframes.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
- 373.262084961
- 81.304901123
- -544.456420898
- -0.016867707
- 0.953423023
- 0.058882274
- 0.295352757
- 0
- 0
- 00:00:00:146
- 0.000000000
-
-
- 1580.732421875
- 2109.033203125
- -1823.040771484
- 0.089688294
- -0.880433023
- -0.342608571
- -0.315291733
- 0
- 0
- 00:00:05:921
- 0.000000000
-
-
- 278.762298584
- 546.461059570
- -256.982391357
- -0.110203527
- 0.825254083
- 0.455756783
- 0.314797431
- 0
- 0
- 00:00:11:396
- 0.000000000
-
-
- -135.318756104
- 171.464797974
- 508.210327148
- -0.163104102
- 0.118445851
- 0.942781150
- 0.265583038
- 0
- 0
- 00:00:17:314
- 0.000000000
-
-
- -35.108181000
- 11.935436249
- 188.344116211
- 0.189892471
- -0.164878130
- -0.919390798
- -0.302453518
- 0
- 0
- 00:00:22:910
- 0.000000000
-
-
- -367.377746582
- -1331.532348633
- 1556.838500977
- 0.007337115
- 0.374811918
- -0.906078875
- -0.196170613
- 0
- 0
- 00:00:28:298
- 0.000000000
-
-
diff --git a/example-cameraTrack/bin/data/timeline0_Page_One_trackPositions.xml b/example-cameraTrack/bin/data/timeline0_Page_One_trackPositions.xml
deleted file mode 100644
index 52fe9bd7..00000000
--- a/example-cameraTrack/bin/data/timeline0_Page_One_trackPositions.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
- 0.000000000
- 52.000000000
- 1024.000000000
- 40.000000000
-
-
- 0.000000000
- 116.000000000
- 1024.000000000
- 167.000000000
-
-
- 0.000000000
- 52.000000000
- 1024.000000000
- 40.000000000
-
-
- 0.000000000
- 52.000000000
- 1024.000000000
- 149.000000000
-
-
diff --git a/example-cameraTrack/bin/data/timeline0_inout.xml b/example-cameraTrack/bin/data/timeline0_inout.xml
deleted file mode 100644
index 72ea36ca..00000000
--- a/example-cameraTrack/bin/data/timeline0_inout.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
- 0.000000000
- 1.000000000
-
diff --git a/example-cameraTrack/bin/data/timeline0_zoomer.xml b/example-cameraTrack/bin/data/timeline0_zoomer.xml
deleted file mode 100644
index f520a880..00000000
--- a/example-cameraTrack/bin/data/timeline0_zoomer.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
- 0.000000000
- 1.000000000
-
diff --git a/example-cameraTrack/codelite/timelineExample.project b/example-cameraTrack/codelite/timelineExample.project
deleted file mode 100644
index 2f5fdd5d..00000000
--- a/example-cameraTrack/codelite/timelineExample.project
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make clean
- make
-
-
-
- None
- $(ProjectPath)/../
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make clean
- make
-
-
-
- None
- $(WorkspacePath)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-cameraTrack/codelite/timelineExample.workspace b/example-cameraTrack/codelite/timelineExample.workspace
deleted file mode 100644
index f53e3567..00000000
--- a/example-cameraTrack/codelite/timelineExample.workspace
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-cameraTrack/config.make b/example-cameraTrack/config.make
deleted file mode 100644
index 2a8f814b..00000000
--- a/example-cameraTrack/config.make
+++ /dev/null
@@ -1,45 +0,0 @@
-# add custom variables to this file
-
-# OF_ROOT allows to move projects outside apps/* just set this variable to the
-# absoulte path to the OF root folder
-
-OF_ROOT = ../../..
-
-
-# USER_CFLAGS allows to pass custom flags to the compiler
-# for example search paths like:
-# USER_CFLAGS = -I src/objects
-
-USER_CFLAGS =
-
-
-# USER_LDFLAGS allows to pass custom flags to the linker
-# for example libraries like:
-# USER_LD_FLAGS = libs/libawesomelib.a
-
-USER_LDFLAGS =
-
-
-# use this to add system libraries for example:
-# USER_LIBS = -lpango
-
-USER_LIBS =
-
-
-# change this to add different compiler optimizations to your project
-
-LINUX_COMPILER_OPTIMIZATION = -march=native -mtune=native -Os
-
-ANDROID_COMPILER_OPTIMIZATION = -Os
-
-
-# you shouldn't need to change this for usual OF apps, it allows to include code from other directories
-# useful if you need to share a folder with code between 2 apps. The makefile will search recursively
-# you can only set 1 path here
-
-USER_SOURCE_DIR =
-
-# you shouldn't need to change this for usual OF apps, it allows to exclude code from some directories
-# useful if you have some code for reference in the project folder but don't want it to be compiled
-
-EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj"
diff --git a/example-cameraTrack/example-cameraTrack.vcxproj b/example-cameraTrack/example-cameraTrack.vcxproj
deleted file mode 100644
index 6bdafd43..00000000
--- a/example-cameraTrack/example-cameraTrack.vcxproj
+++ /dev/null
@@ -1,312 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Debug
- x64
-
-
- Release
- Win32
-
-
- Release
- x64
-
-
-
- {7FD42DF7-442E-479A-BA76-D0022F99702A}
- Win32Proj
- example_cameraTrack
-
-
-
- Application
- Unicode
- v140
-
-
- Application
- Unicode
- v140
-
-
- Application
- Unicode
- true
- v140
-
-
- Application
- Unicode
- true
- v140
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- bin\
- obj\$(Configuration)\
- $(ProjectName)_debug
- true
- true
-
-
- bin\
- obj\$(Configuration)\
- $(ProjectName)_debug
- true
- true
-
-
- bin\
- obj\$(Configuration)\
- false
-
-
- bin\
- obj\$(Configuration)\
- false
-
-
-
- Disabled
- EnableFastChecks
- %(PreprocessorDefinitions)
- MultiThreadedDebugDLL
- Level3
- $(OF_ROOT)\addons\ofxMSATimer\src;$(OF_ROOT)\addons\ofxRange\src;$(OF_ROOT)\addons\ofxTextInputField\src;$(OF_ROOT)\addons\ofxTimecode\src;$(OF_ROOT)\addons\ofxTimeline\src;$(OF_ROOT)\addons\ofxTween\src;$(OF_ROOT)\addons\ofxTween\src\Easings;$(OF_ROOT)\addons\ofxXmlSettings\src;$(OF_ROOT)\addons\ofxXmlSettings\libs;%(AdditionalIncludeDirectories)
- CompileAsCpp
-
-
- true
- Console
- false
- %(AdditionalLibraryDirectories)
- %(AdditionalDependencies)
-
-
-
-
- robocopy "$(OF_ROOT)/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
-if errorlevel 1 exit 0 else exit %errorlevel%
-
-
-
-
- Disabled
- EnableFastChecks
- %(PreprocessorDefinitions)
- MultiThreadedDebugDLL
- Level3
- CompileAsCpp
- true
- $(OF_ROOT)\addons\ofxMSATimer\src;$(OF_ROOT)\addons\ofxRange\src;$(OF_ROOT)\addons\ofxTextInputField\src;$(OF_ROOT)\addons\ofxTimecode\src;$(OF_ROOT)\addons\ofxTimeline\src;$(OF_ROOT)\addons\ofxTween\src;$(OF_ROOT)\addons\ofxTween\src\Easings;$(OF_ROOT)\addons\ofxXmlSettings\src;$(OF_ROOT)\addons\ofxXmlSettings\libs;%(AdditionalIncludeDirectories)
-
-
- true
- Console
- false
- %(AdditionalLibraryDirectories)
- %(AdditionalDependencies)
-
-
-
-
- robocopy "$(OF_ROOT)/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
-if errorlevel 1 exit 0 else exit %errorlevel%
-
-
-
-
- false
- %(PreprocessorDefinitions)
- MultiThreadedDLL
- Level3
- $(OF_ROOT)\addons\ofxMSATimer\src;$(OF_ROOT)\addons\ofxRange\src;$(OF_ROOT)\addons\ofxTextInputField\src;$(OF_ROOT)\addons\ofxTimecode\src;$(OF_ROOT)\addons\ofxTimeline\src;$(OF_ROOT)\addons\ofxTween\src;$(OF_ROOT)\addons\ofxTween\src\Easings;$(OF_ROOT)\addons\ofxXmlSettings\src;$(OF_ROOT)\addons\ofxXmlSettings\libs;%(AdditionalIncludeDirectories)
- CompileAsCpp
- true
-
-
- false
- false
- Console
- true
- true
- false
- %(AdditionalLibraryDirectories)
- %(AdditionalDependencies)
-
-
-
-
- robocopy "$(OF_ROOT)/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
-if errorlevel 1 exit 0 else exit %errorlevel%
-
-
-
-
- false
- %(PreprocessorDefinitions)
- MultiThreadedDLL
- Level3
- $(OF_ROOT)\addons\ofxMSATimer\src;$(OF_ROOT)\addons\ofxRange\src;$(OF_ROOT)\addons\ofxTextInputField\src;$(OF_ROOT)\addons\ofxTimecode\src;$(OF_ROOT)\addons\ofxTimeline\src;$(OF_ROOT)\addons\ofxTween\src;$(OF_ROOT)\addons\ofxTween\src\Easings;$(OF_ROOT)\addons\ofxXmlSettings\src;$(OF_ROOT)\addons\ofxXmlSettings\libs;%(AdditionalIncludeDirectories)
- CompileAsCpp
-
-
- false
- false
- Console
- true
- true
- false
- %(AdditionalLibraryDirectories)
- %(AdditionalDependencies)
-
-
-
-
- robocopy "$(OF_ROOT)/export/vs/$(Platform_Actual)/" "$(ProjectDir)bin/" "*.dll" /njs /njh /np /fp /bytes
-if errorlevel 1 exit 0 else exit %errorlevel%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {5837595d-aca9-485c-8e76-729040ce4b0b}
-
-
-
-
- /D_DEBUG %(AdditionalOptions)
- /D_DEBUG %(AdditionalOptions)
- $(OF_ROOT)\libs\openFrameworksCompiled\project\vs
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/example-cameraTrack/example-cameraTrack.vcxproj.filters b/example-cameraTrack/example-cameraTrack.vcxproj.filters
deleted file mode 100644
index 75e93568..00000000
--- a/example-cameraTrack/example-cameraTrack.vcxproj.filters
+++ /dev/null
@@ -1,357 +0,0 @@
-
-
-
-
- src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxMSATimer\src
-
-
- addons\ofxTextInputField\src
-
-
- addons\ofxTimecode\src
-
-
- addons\ofxTween\src
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxXmlSettings\src
-
-
- addons\ofxXmlSettings\libs
-
-
- addons\ofxXmlSettings\libs
-
-
- addons\ofxXmlSettings\libs
-
-
- src
-
-
-
-
- {d8376475-7454-4a24-b08a-aac121d3ad6f}
-
-
- {6ecac2ba-c702-445b-b45a-f91124335e28}
-
-
- {8153a4ad-a4c6-4a4e-af9b-eb1ae7290c95}
-
-
- {95f5e690-6ef9-4850-8a04-838e853ed4ee}
-
-
- {be95ddaa-741f-4043-a349-01479effbdfd}
-
-
- {210f337d-d1aa-41d8-9c59-c65be5fe3a01}
-
-
- {5bf0416a-1780-4bab-b6af-dd188d9d9c61}
-
-
- {a4570d43-5551-492f-a539-946b47e4b059}
-
-
- {710740d5-d093-4625-a9f9-5ed7a3edad86}
-
-
- {4d4384a3-3e2a-4f8c-bdd9-bf436815003b}
-
-
- {855b891b-82ea-4d8f-a3eb-3ecc29653650}
-
-
- {68bb5657-3062-4fd2-adb3-a81edc55075d}
-
-
- {d500f84b-23b2-43ea-bd31-a6ede535f3cc}
-
-
- {5e88a33a-c894-4c40-8b51-147a90a4a4be}
-
-
- {de77885f-acde-446f-be1c-253a657e847c}
-
-
- {1f733fbb-fcca-4b7a-a03b-1d107e3d7229}
-
-
- {e3723df0-1727-4109-90e8-f7dfc0f614d6}
-
-
- {3373bc21-ea5e-4f3a-8f82-c02f060d24b5}
-
-
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxMSATimer\src
-
-
- addons\ofxTextInputField\src
-
-
- addons\ofxTimecode\src
-
-
- addons\ofxTween\src
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxXmlSettings\src
-
-
- addons\ofxXmlSettings\libs
-
-
- src
-
-
- addons\ofxRange\src
-
-
-
-
-
-
\ No newline at end of file
diff --git a/example-cameraTrack/example-cameraTrack.xcodeproj/project.pbxproj b/example-cameraTrack/example-cameraTrack.xcodeproj/project.pbxproj
deleted file mode 100644
index 29d06544..00000000
--- a/example-cameraTrack/example-cameraTrack.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,1160 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 42;
- objects = {
-
-/* Begin PBXBuildFile section */
- 1479a06207a85dfdeca39f009ad023d0 /* ofxTLImageSequence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */; };
- 14ed851279c06f2bcf0bf27935d38ce3 /* ofxTLAudioTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */; };
- 152eaecabd008d84af7f27f83f4389c4 /* ofxEasingLinear.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */; };
- 168c43f69af6a8042ea0b13f08dfe5ff /* easing_terms_of_use.html in Sources */ = {isa = PBXBuildFile; fileRef = 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */; };
- 27765d1bff26bd9a6186915f24dfd27c /* ofxEasingCirc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */; };
- 32fc7731c1ef7b87e491c93d78c84b88 /* ofxTween.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 497f252390399fcf843297da0271f914 /* ofxTween.cpp */; };
- 3a02cdf226d01ebb6533d47f0bb42c5a /* ofxTLTicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */; };
- 3b32d3b612022d0c5b272bdd39e8a60f /* ofxTLVideoTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */; };
- 46be87fc2c481a1eb41aed2a8b97fe96 /* ofxTLCurves.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */; };
- 49e60cc9bbcafb6eade107cc20884b9c /* ofxTLColorTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */; };
- 4df88daf2c820a78327000e7ac0925c5 /* ofxTLEmptyKeyframes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4fddcdd6e0eed2f5edd672855798f064 /* ofxTLEmptyKeyframes.cpp */; };
- 59eeacb88f062457ff86492c078803bd /* ofxEasingExpo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */; };
- 5a4349e9754d6fa14c0f2a3a1abc30b6 /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */; };
- 5da2e0e8ecdb5b4e2908167d7b74de63 /* ofxHotKeys_impl_linux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4d892fbbb9e438c35b8c5ee430082e72 /* ofxHotKeys_impl_linux.cpp */; };
- 5e0dbde5736deb3a5886b3f1e3b4578d /* ofxEasingBack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */; };
- 63b57ac5bf4ef088491e0317dbb2ecaa /* ofxXmlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */; };
- 6499b8489905bfe9067f8db81e6bbfdf /* ofxTimecode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */; };
- 65b24cd86db2ed8edd3385ac3e4a4783 /* ofxTLVideoThumb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */; };
- 6d7b53ed56654abbf2ff13b127236c33 /* ofxEasingQuad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */; };
- 6e062274743f6716a9ad43959541a220 /* ofxEasingElastic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */; };
- 782c2b355cb6ebc83bdb95e0bd931001 /* kiss_fftr.c in Sources */ = {isa = PBXBuildFile; fileRef = b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */; };
- 7ac6376b15bcf4d368ec068f0ecce711 /* ofxTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */; };
- 7d7ecd8dd8eb4244d7a87f40ba8c53cd /* ofxHotKeys_impl_mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */; };
- 7e769097de6561633305b24c2ad560e7 /* ofxEasingQuint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */; };
- 85a41526fdfa1a8cdaee81f79de999b7 /* ofxEasingQuart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */; };
- 9119bfc53670a98106e367bbc1bd167a /* ofxMSATimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */; };
- 9266028e1aecbb027abf64d8cfab4b5f /* ofxEasing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */; };
- 933a2227713c720ceff80fd967d0a8ee /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */; };
- 95e6e69db45e5f9e4f1c21e09d04b380 /* ofxTLImageTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */; };
- 98126aa8f306f3ee0f5f37bed7056435 /* ofxTLEmptyTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32d83269769d4d7e74bf125b5842071d /* ofxTLEmptyTrack.cpp */; };
- 9d44dc88ef9e7991b4a09951e2e4769f /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */; };
- 9d7bb9637658a8e9d507c66c47db010f /* ofxTLColors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */; };
- 9e8ec2bf8bca13da057fa929463bbafb /* ofxTLSwitches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */; };
- BBAB23CB13894F3D00AA2426 /* GLUT.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; };
- E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; };
- E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9710E8CC7DD009D7055 /* AGL.framework */; };
- E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */; };
- E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */; };
- E45BE97E0E8CC7DD009D7055 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9740E8CC7DD009D7055 /* Carbon.framework */; };
- E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */; };
- E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */; };
- E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9770E8CC7DD009D7055 /* CoreServices.framework */; };
- E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9790E8CC7DD009D7055 /* OpenGL.framework */; };
- E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */; };
- E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1D0A3A1BDC003C02F2 /* main.cpp */; };
- E4B69E210A3A1BDC003C02F2 /* testApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */; };
- E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424410CC5A17004149E2 /* AppKit.framework */; };
- E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424510CC5A17004149E2 /* Cocoa.framework */; };
- E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424610CC5A17004149E2 /* IOKit.framework */; };
- E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; };
- E7213A0016BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E72139FE16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp */; };
- E778AED6163EF5AE003A40B1 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E778AED5163EF5AE003A40B1 /* OpenAL.framework */; };
- E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */; };
- E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E715D3B6510020DFD4 /* QTKit.framework */; };
- E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7F985F515E0DE99003869B5 /* Accelerate.framework */; };
- b3baa90667d4b61631ba59627d616a39 /* ofxTLKeyframes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */; };
- bcfdfc3681cf3552bcdb819e675b5dce /* ofxTLPageTabs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */; };
- c3bc382653a57ce71d4513f1eaba414b /* ofxTLFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */; };
- c7d250488914920c32f18f34136a2175 /* ofxTLPage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */; };
- cf54b41ab5ff1af0e8677338f5f60395 /* ofxTLCameraTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0d65e6a2e0f22f72aa7670d7733a180e /* ofxTLCameraTrack.cpp */; };
- d5f416a7f5798651d8370d5e93c0c797 /* kiss_fft.c in Sources */ = {isa = PBXBuildFile; fileRef = d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */; };
- d7058ecb9868a269655092911f63df8c /* ofxTLInOut.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */; };
- def58837140932f5996c61c2241ef66e /* ofxTLImageSequenceFrame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */; };
- e48c9224adc0eb481a762e226aaffadb /* ofxTLLFO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39833d65fff88a58c3cb8bdf62a80afb /* ofxTLLFO.cpp */; };
- e6b21161287eea55fa4ea984beef0d72 /* ofxTLTrackHeader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */; };
- e816d7d242d315fb53e23f5443df8700 /* ofxEasingCubic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */; };
- e904ef309b050587cf73df2173a531a6 /* ofxHotKeys_impl_win.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */; };
- ead3ce0789481f975f351f39ee5137c4 /* ofxEasingBounce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */; };
- ed77da7c8d99d9b1c9c240c836f5baf7 /* ofxTLZoomer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */; };
- f4a426f97ee8f1a3ead2a8f00212b48a /* ofxTLTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */; };
- f6ca03081709fcbfdaef66765f9e376e /* ofxTextInputField.cpp in Sources */ = {isa = PBXBuildFile; fileRef = bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */; };
- fb591e0c571e53b3ba5a60b84605de3d /* ofxTLBangs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */; };
- fd525b9bc71cf001cac34c5a87c2672f /* ofxRemoveCocoaMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8f610deb3752f20ff149bc096963cf80 /* ofxRemoveCocoaMenu.mm */; };
- fe278f5f783581237ae8ecb25ea719bb /* ofxEasingSine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXContainerItemProxy section */
- E4328147138ABC890047C5CB /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = E4B27C1510CBEB8E00536013;
- remoteInfo = openFrameworks;
- };
- E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = E4B27C1410CBEB8E00536013;
- remoteInfo = openFrameworks;
- };
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXCopyFilesBuildPhase section */
- E4C2427710CC5ABF004149E2 /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- BBAB23CB13894F3D00AA2426 /* GLUT.framework in CopyFiles */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXCopyFilesBuildPhase section */
-
-/* Begin PBXFileReference section */
- 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingBounce.cpp; path = ../../ofxTween/src/Easings/ofxEasingBounce.cpp; sourceTree = SOURCE_ROOT; };
- 01dcc0911400f9acf5b65578af4ec8f9 /* ofxXmlSettings.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxXmlSettings.h; path = ../../ofxXmlSettings/src/ofxXmlSettings.h; sourceTree = SOURCE_ROOT; };
- 03dde55c47701116edeb18007fc4bf75 /* ofxMSATimer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxMSATimer.h; path = ../../ofxMSATimer/src/ofxMSATimer.h; sourceTree = SOURCE_ROOT; };
- 09cbd28db823fe305eb470eeba6c4f78 /* ofxTLImageSequence.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageSequence.h; path = ../src/ofxTLImageSequence.h; sourceTree = SOURCE_ROOT; };
- 0c578fcc784a6245c49aee60b6681712 /* alc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = alc.h; path = ../libs/sndfile/include/AL/alc.h; sourceTree = SOURCE_ROOT; };
- 0d63c00fb3a729e001961ab70e84fb9d /* efx-creative.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = "efx-creative.h"; path = "../libs/sndfile/include/AL/efx-creative.h"; sourceTree = SOURCE_ROOT; };
- 0d65e6a2e0f22f72aa7670d7733a180e /* ofxTLCameraTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLCameraTrack.cpp; path = ../src/ofxTLCameraTrack.cpp; sourceTree = SOURCE_ROOT; };
- 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingExpo.cpp; path = ../../ofxTween/src/Easings/ofxEasingExpo.cpp; sourceTree = SOURCE_ROOT; };
- 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLVideoTrack.cpp; path = ../src/ofxTLVideoTrack.cpp; sourceTree = SOURCE_ROOT; };
- 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLPage.cpp; path = ../src/ofxTLPage.cpp; sourceTree = SOURCE_ROOT; };
- 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTimeline.cpp; path = ../src/ofxTimeline.cpp; sourceTree = SOURCE_ROOT; };
- 1a433a24e8182dd578600bffe7ac6da5 /* ofxTLZoomer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLZoomer.h; path = ../src/ofxTLZoomer.h; sourceTree = SOURCE_ROOT; };
- 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLInOut.cpp; path = ../src/ofxTLInOut.cpp; sourceTree = SOURCE_ROOT; };
- 22ec628e5fa510d7034a99bb49ae8da8 /* ofRange.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofRange.h; path = ../../ofxRange/src/ofRange.h; sourceTree = SOURCE_ROOT; };
- 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageSequence.cpp; path = ../src/ofxTLImageSequence.cpp; sourceTree = SOURCE_ROOT; };
- 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 30; name = ofxHotKeys_impl_mac.mm; path = ../src/ofxHotKeys_impl_mac.mm; sourceTree = SOURCE_ROOT; };
- 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasing.cpp; path = ../../ofxTween/src/Easings/ofxEasing.cpp; sourceTree = SOURCE_ROOT; };
- 2a99d747f2315daf1fb4f247021e7445 /* ofxTLFlags.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLFlags.h; path = ../src/ofxTLFlags.h; sourceTree = SOURCE_ROOT; };
- 2af40c99324fbebe7bab30147fc27af8 /* ofxTLVideoThumb.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLVideoThumb.h; path = ../src/ofxTLVideoThumb.h; sourceTree = SOURCE_ROOT; };
- 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxml.cpp; path = ../../ofxXmlSettings/libs/tinyxml.cpp; sourceTree = SOURCE_ROOT; };
- 2f050e7223102a218b1fb7ecd05fc3f5 /* kiss_fft.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = kiss_fft.h; path = ../libs/kiss/include/kiss_fft.h; sourceTree = SOURCE_ROOT; };
- 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxHotKeys_impl_win.cpp; path = ../src/ofxHotKeys_impl_win.cpp; sourceTree = SOURCE_ROOT; };
- 3241b8bdc0b27471f8ee25d5a3db58b2 /* ofxTLPageTabs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLPageTabs.h; path = ../src/ofxTLPageTabs.h; sourceTree = SOURCE_ROOT; };
- 32d83269769d4d7e74bf125b5842071d /* ofxTLEmptyTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLEmptyTrack.cpp; path = ../src/ofxTLEmptyTrack.cpp; sourceTree = SOURCE_ROOT; };
- 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingCubic.cpp; path = ../../ofxTween/src/Easings/ofxEasingCubic.cpp; sourceTree = SOURCE_ROOT; };
- 39833d65fff88a58c3cb8bdf62a80afb /* ofxTLLFO.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLLFO.cpp; path = ../src/ofxTLLFO.cpp; sourceTree = SOURCE_ROOT; };
- 3d0621ce540a64d8d27e0af7f83b3eb2 /* ofxTLTrackHeader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTrackHeader.h; path = ../src/ofxTLTrackHeader.h; sourceTree = SOURCE_ROOT; };
- 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLColorTrack.cpp; path = ../src/ofxTLColorTrack.cpp; sourceTree = SOURCE_ROOT; };
- 3dbb60625304a9174a9a9635f98e40a7 /* ofxTLImageTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageTrack.h; path = ../src/ofxTLImageTrack.h; sourceTree = SOURCE_ROOT; };
- 3dc6648a0468fbecb5e45b57040e9eb5 /* ofxTween.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTween.h; path = ../../ofxTween/src/ofxTween.h; sourceTree = SOURCE_ROOT; };
- 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageTrack.cpp; path = ../src/ofxTLImageTrack.cpp; sourceTree = SOURCE_ROOT; };
- 410e5fe3eb7fe9cb2726d36d724fd561 /* ofxTLTicker.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTicker.h; path = ../src/ofxTLTicker.h; sourceTree = SOURCE_ROOT; };
- 4162e24aefc4c866df24e11560269162 /* sndfile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = sndfile.h; path = ../libs/sndfile/include/sndfile.h; sourceTree = SOURCE_ROOT; };
- 497f252390399fcf843297da0271f914 /* ofxTween.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTween.cpp; path = ../../ofxTween/src/ofxTween.cpp; sourceTree = SOURCE_ROOT; };
- 4b817954d44bdb7ede7da278e95facfa /* _kiss_fft_guts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = _kiss_fft_guts.h; path = ../libs/kiss/src/_kiss_fft_guts.h; sourceTree = SOURCE_ROOT; };
- 4c0e055e4176057631087aa3938a7c76 /* ofxEasingQuart.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuart.h; path = ../../ofxTween/src/Easings/ofxEasingQuart.h; sourceTree = SOURCE_ROOT; };
- 4d892fbbb9e438c35b8c5ee430082e72 /* ofxHotKeys_impl_linux.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxHotKeys_impl_linux.cpp; path = ../src/ofxHotKeys_impl_linux.cpp; sourceTree = SOURCE_ROOT; };
- 4fddcdd6e0eed2f5edd672855798f064 /* ofxTLEmptyKeyframes.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLEmptyKeyframes.cpp; path = ../src/ofxTLEmptyKeyframes.cpp; sourceTree = SOURCE_ROOT; };
- 50511502e9cfd66a7bb161f2bfee7db5 /* ofxTLCurves.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLCurves.h; path = ../src/ofxTLCurves.h; sourceTree = SOURCE_ROOT; };
- 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxXmlSettings.cpp; path = ../../ofxXmlSettings/src/ofxXmlSettings.cpp; sourceTree = SOURCE_ROOT; };
- 53a47d9878535b9b1670047561971d02 /* ofxTLColorTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLColorTrack.h; path = ../src/ofxTLColorTrack.h; sourceTree = SOURCE_ROOT; };
- 54e92bcd121baa568ec9b4fb6198d262 /* ofxTLEmptyTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLEmptyTrack.h; path = ../src/ofxTLEmptyTrack.h; sourceTree = SOURCE_ROOT; };
- 56d0182470bf6d3d6de9541980e67f8b /* ofxTLEmptyKeyframes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLEmptyKeyframes.h; path = ../src/ofxTLEmptyKeyframes.h; sourceTree = SOURCE_ROOT; };
- 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLSwitches.cpp; path = ../src/ofxTLSwitches.cpp; sourceTree = SOURCE_ROOT; };
- 5e9e6513bec36148928518b774158396 /* ofxEasingQuint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuint.h; path = ../../ofxTween/src/Easings/ofxEasingQuint.h; sourceTree = SOURCE_ROOT; };
- 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingSine.cpp; path = ../../ofxTween/src/Easings/ofxEasingSine.cpp; sourceTree = SOURCE_ROOT; };
- 6146999aa0b432590d07eb521d43e191 /* ofxHotKeys.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxHotKeys.h; path = ../src/ofxHotKeys.h; sourceTree = SOURCE_ROOT; };
- 66c910bfbec609d16e3b249a8448466d /* ofxTLSwitches.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLSwitches.h; path = ../src/ofxTLSwitches.h; sourceTree = SOURCE_ROOT; };
- 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLBangs.cpp; path = ../src/ofxTLBangs.cpp; sourceTree = SOURCE_ROOT; };
- 68eb873762b550705aa7464c7dfffede /* ofxTLLFO.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLLFO.h; path = ../src/ofxTLLFO.h; sourceTree = SOURCE_ROOT; };
- 6bc7dd2c4e83a707848be258865dbb01 /* ofxTLAudioTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLAudioTrack.h; path = ../src/ofxTLAudioTrack.h; sourceTree = SOURCE_ROOT; };
- 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLPageTabs.cpp; path = ../src/ofxTLPageTabs.cpp; sourceTree = SOURCE_ROOT; };
- 7599804c6260ec1cd8d3567dc11aa06a /* ofxEasingLinear.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingLinear.h; path = ../../ofxTween/src/Easings/ofxEasingLinear.h; sourceTree = SOURCE_ROOT; };
- 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingBack.cpp; path = ../../ofxTween/src/Easings/ofxEasingBack.cpp; sourceTree = SOURCE_ROOT; };
- 767479279ebac134d46e74e76dc9f79f /* ofxEasingExpo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingExpo.h; path = ../../ofxTween/src/Easings/ofxEasingExpo.h; sourceTree = SOURCE_ROOT; };
- 7912619b786f0238d22ed5f3c10786f2 /* ofxEasingBack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingBack.h; path = ../../ofxTween/src/Easings/ofxEasingBack.h; sourceTree = SOURCE_ROOT; };
- 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLCurves.cpp; path = ../src/ofxTLCurves.cpp; sourceTree = SOURCE_ROOT; };
- 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlerror.cpp; path = ../../ofxXmlSettings/libs/tinyxmlerror.cpp; sourceTree = SOURCE_ROOT; };
- 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuart.cpp; path = ../../ofxTween/src/Easings/ofxEasingQuart.cpp; sourceTree = SOURCE_ROOT; };
- 883c9e7fc087dbbc061aed5d10b268ef /* ofxTLInOut.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLInOut.h; path = ../src/ofxTLInOut.h; sourceTree = SOURCE_ROOT; };
- 8e52dc6b4ea21969c85b8e832936acc3 /* ofxTLVideoTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLVideoTrack.h; path = ../src/ofxTLVideoTrack.h; sourceTree = SOURCE_ROOT; };
- 8f610deb3752f20ff149bc096963cf80 /* ofxRemoveCocoaMenu.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 30; name = ofxRemoveCocoaMenu.mm; path = ../src/ofxRemoveCocoaMenu.mm; sourceTree = SOURCE_ROOT; };
- 95c5241b62f5d1f0fe6c067b5331bca8 /* ofxTimecode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTimecode.h; path = ../../ofxTimecode/src/ofxTimecode.h; sourceTree = SOURCE_ROOT; };
- 96033bf9d1ef22715e6afdc3b189dbc8 /* ofxTLTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTrack.h; path = ../src/ofxTLTrack.h; sourceTree = SOURCE_ROOT; };
- 9a2f1d6ae148cd25f6bea00506177bc5 /* ofxTimeline.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTimeline.h; path = ../src/ofxTimeline.h; sourceTree = SOURCE_ROOT; };
- 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingLinear.cpp; path = ../../ofxTween/src/Easings/ofxEasingLinear.cpp; sourceTree = SOURCE_ROOT; };
- 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */ = {isa = PBXFileReference; explicitFileType = file; fileEncoding = 30; name = easing_terms_of_use.html; path = ../../ofxTween/src/Easings/easing_terms_of_use.html; sourceTree = SOURCE_ROOT; };
- 9d86b2b57c2f171846dfeaf4c063c399 /* ofxTLBangs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLBangs.h; path = ../src/ofxTLBangs.h; sourceTree = SOURCE_ROOT; };
- BBAB23BE13894E4700AA2426 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = ../../../libs/glut/lib/osx/GLUT.framework; sourceTree = ""; };
- E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openFrameworksLib.xcodeproj; path = ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj; sourceTree = SOURCE_ROOT; };
- E45BE9710E8CC7DD009D7055 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = ""; };
- E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = ""; };
- E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; };
- E45BE9740E8CC7DD009D7055 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; };
- E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; };
- E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = ""; };
- E45BE9770E8CC7DD009D7055 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; };
- E45BE9790E8CC7DD009D7055 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; };
- E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; };
- E4B69B5B0A3A1756003C02F2 /* example-cameraTrackDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "example-cameraTrackDebug.app"; sourceTree = BUILT_PRODUCTS_DIR; };
- E4B69E1D0A3A1BDC003C02F2 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; };
- E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = testApp.cpp; path = src/testApp.cpp; sourceTree = SOURCE_ROOT; };
- E4B69E1F0A3A1BDC003C02F2 /* testApp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = testApp.h; path = src/testApp.h; sourceTree = SOURCE_ROOT; };
- E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = "openFrameworks-Info.plist"; sourceTree = ""; };
- E4C2424410CC5A17004149E2 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; };
- E4C2424510CC5A17004149E2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; };
- E4C2424610CC5A17004149E2 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = ""; };
- E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = CoreOF.xcconfig; path = ../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig; sourceTree = SOURCE_ROOT; };
- E4EB6923138AFD0F00A09F29 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = ""; };
- E72139FE16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofOpenALSoundPlayer_TimelineAdditions.cpp; sourceTree = ""; };
- E72139FF16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofOpenALSoundPlayer_TimelineAdditions.h; sourceTree = ""; };
- E778AED5163EF5AE003A40B1 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
- E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = /System/Library/Frameworks/CoreVideo.framework; sourceTree = ""; };
- E7E077E715D3B6510020DFD4 /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = ""; };
- E7F985F515E0DE99003869B5 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = /System/Library/Frameworks/Accelerate.framework; sourceTree = ""; };
- a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLVideoThumb.cpp; path = ../src/ofxTLVideoThumb.cpp; sourceTree = SOURCE_ROOT; };
- a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingElastic.cpp; path = ../../ofxTween/src/Easings/ofxEasingElastic.cpp; sourceTree = SOURCE_ROOT; };
- a365e230090b71900f9a7987aa6fccec /* ofxTLEvents.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLEvents.h; path = ../src/ofxTLEvents.h; sourceTree = SOURCE_ROOT; };
- a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingCirc.cpp; path = ../../ofxTween/src/Easings/ofxEasingCirc.cpp; sourceTree = SOURCE_ROOT; };
- a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTrack.cpp; path = ../src/ofxTLTrack.cpp; sourceTree = SOURCE_ROOT; };
- a9fe46c20e767b29c5997ad3a88b9f7b /* ofxEasingBounce.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingBounce.h; path = ../../ofxTween/src/Easings/ofxEasingBounce.h; sourceTree = SOURCE_ROOT; };
- ac5ddd8bbd12e8e173e4ae81a6b924bc /* ofxTextInputField.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTextInputField.h; path = ../../ofxTextInputField/src/ofxTextInputField.h; sourceTree = SOURCE_ROOT; };
- af17eb492db2858a0ebd94cd64092fb9 /* ofxEasingCirc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingCirc.h; path = ../../ofxTween/src/Easings/ofxEasingCirc.h; sourceTree = SOURCE_ROOT; };
- afcc811df430141d32bab3ebf9ba8734 /* ofxTLColors.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLColors.h; path = ../src/ofxTLColors.h; sourceTree = SOURCE_ROOT; };
- b07c508e7717e6c892502adf5fddc285 /* ofxEasingQuad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuad.h; path = ../../ofxTween/src/Easings/ofxEasingQuad.h; sourceTree = SOURCE_ROOT; };
- b21e7e5f548eea92f368040bb1aa2f69 /* tinyxml.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = tinyxml.h; path = ../../ofxXmlSettings/libs/tinyxml.h; sourceTree = SOURCE_ROOT; };
- b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxMSATimer.cpp; path = ../../ofxMSATimer/src/ofxMSATimer.cpp; sourceTree = SOURCE_ROOT; };
- b788152c3fe538e700d063c7d17da903 /* ofxEasingCubic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingCubic.h; path = ../../ofxTween/src/Easings/ofxEasingCubic.h; sourceTree = SOURCE_ROOT; };
- b7886c7b71ddb1e4091232870f09bb9e /* efx.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = efx.h; path = ../libs/sndfile/include/AL/efx.h; sourceTree = SOURCE_ROOT; };
- b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 30; name = kiss_fftr.c; path = ../libs/kiss/src/kiss_fftr.c; sourceTree = SOURCE_ROOT; };
- b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuad.cpp; path = ../../ofxTween/src/Easings/ofxEasingQuad.cpp; sourceTree = SOURCE_ROOT; };
- b9fd7617cf5f462774962af9384ef0ac /* ofxTLKeyframes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLKeyframes.h; path = ../src/ofxTLKeyframes.h; sourceTree = SOURCE_ROOT; };
- ba109f25bb170b74a96b155fe64e5f9b /* alext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = alext.h; path = ../libs/sndfile/include/AL/alext.h; sourceTree = SOURCE_ROOT; };
- bc6bde994c25a3b82b30f694893b581f /* ofxTLPage.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLPage.h; path = ../src/ofxTLPage.h; sourceTree = SOURCE_ROOT; };
- bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTextInputField.cpp; path = ../../ofxTextInputField/src/ofxTextInputField.cpp; sourceTree = SOURCE_ROOT; };
- bfee9391f78307b42aa09c9afad043a8 /* kiss_fftr.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = kiss_fftr.h; path = ../libs/kiss/include/kiss_fftr.h; sourceTree = SOURCE_ROOT; };
- c5b9174723940db207e7ab82b583bc7d /* al.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = al.h; path = ../libs/sndfile/include/AL/al.h; sourceTree = SOURCE_ROOT; };
- c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLZoomer.cpp; path = ../src/ofxTLZoomer.cpp; sourceTree = SOURCE_ROOT; };
- ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageSequenceFrame.cpp; path = ../src/ofxTLImageSequenceFrame.cpp; sourceTree = SOURCE_ROOT; };
- d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 30; name = kiss_fft.c; path = ../libs/kiss/src/kiss_fft.c; sourceTree = SOURCE_ROOT; };
- d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTimecode.cpp; path = ../../ofxTimecode/src/ofxTimecode.cpp; sourceTree = SOURCE_ROOT; };
- db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLFlags.cpp; path = ../src/ofxTLFlags.cpp; sourceTree = SOURCE_ROOT; };
- dd476420fbc881796f865bb5fa4c12c7 /* ofxEasingSine.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingSine.h; path = ../../ofxTween/src/Easings/ofxEasingSine.h; sourceTree = SOURCE_ROOT; };
- df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLColors.cpp; path = ../src/ofxTLColors.cpp; sourceTree = SOURCE_ROOT; };
- e351bffb9fe51b25781f113575f5bbcd /* ofxTLImageSequenceFrame.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageSequenceFrame.h; path = ../src/ofxTLImageSequenceFrame.h; sourceTree = SOURCE_ROOT; };
- e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLKeyframes.cpp; path = ../src/ofxTLKeyframes.cpp; sourceTree = SOURCE_ROOT; };
- e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTicker.cpp; path = ../src/ofxTLTicker.cpp; sourceTree = SOURCE_ROOT; };
- ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTrackHeader.cpp; path = ../src/ofxTLTrackHeader.cpp; sourceTree = SOURCE_ROOT; };
- f1e73f8a9b812cbc0ee8dc880fe10d08 /* ofxTLCameraTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLCameraTrack.h; path = ../src/ofxTLCameraTrack.h; sourceTree = SOURCE_ROOT; };
- f71e87964e92020fb74d20d9c8850f29 /* ofxRemoveCocoaMenu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxRemoveCocoaMenu.h; path = ../src/ofxRemoveCocoaMenu.h; sourceTree = SOURCE_ROOT; };
- f9ba36c5a685069e2cbb73f48cfc2764 /* efx-presets.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = "efx-presets.h"; path = "../libs/sndfile/include/AL/efx-presets.h"; sourceTree = SOURCE_ROOT; };
- fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuint.cpp; path = ../../ofxTween/src/Easings/ofxEasingQuint.cpp; sourceTree = SOURCE_ROOT; };
- fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlparser.cpp; path = ../../ofxXmlSettings/libs/tinyxmlparser.cpp; sourceTree = SOURCE_ROOT; };
- fc9b34c5cb5b0acaff02ed20e6f129e7 /* ofxEasing.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasing.h; path = ../../ofxTween/src/Easings/ofxEasing.h; sourceTree = SOURCE_ROOT; };
- fe4db52d544b8c725e615958d18ecbc4 /* ofxEasingElastic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingElastic.h; path = ../../ofxTween/src/Easings/ofxEasingElastic.h; sourceTree = SOURCE_ROOT; };
- fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLAudioTrack.cpp; path = ../src/ofxTLAudioTrack.cpp; sourceTree = SOURCE_ROOT; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- E4B69B590A3A1756003C02F2 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E778AED6163EF5AE003A40B1 /* OpenAL.framework in Frameworks */,
- E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */,
- E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */,
- E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */,
- E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */,
- E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */,
- E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */,
- E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */,
- E45BE97E0E8CC7DD009D7055 /* Carbon.framework in Frameworks */,
- E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */,
- E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */,
- E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */,
- E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */,
- E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */,
- E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */,
- E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */,
- E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */,
- E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 11d541a012ed5066ea787e91fcea7ac8 /* libs */ = {
- isa = PBXGroup;
- children = (
- f122d593cd2892560a5b03c893f7b98a /* kiss */,
- 79433c413c03b5e0758af057f10b84fa /* ofOpenALSoundPlayer_TimelineAdditions */,
- c3064ef956e24eacfd8fe45767b61193 /* sndfile */,
- );
- name = libs;
- sourceTree = "";
- };
- 1f293a20d2b096d59c4f24ddc5226665 /* ofxTween */ = {
- isa = PBXGroup;
- children = (
- 81b62db6c371dad643503fef78aa1855 /* src */,
- );
- name = ofxTween;
- sourceTree = "";
- };
- 1f4fb5c423662b96adfdcc0badec1cb0 /* ofxXmlSettings */ = {
- isa = PBXGroup;
- children = (
- 6ecef0d76bc33727823eadffc320c44d /* src */,
- 6e54289412d2d94f45a051132369530c /* libs */,
- );
- name = ofxXmlSettings;
- sourceTree = "";
- };
- 3c8a947d9c8a0aa13fbe74e89a4c2854 /* ofxTimeline */ = {
- isa = PBXGroup;
- children = (
- 95ec4749e558adf7ecf154b0871e5f7e /* src */,
- 11d541a012ed5066ea787e91fcea7ac8 /* libs */,
- );
- name = ofxTimeline;
- sourceTree = "";
- };
- 5d5c0ae687ac481a1ca3e1c200964ccc /* ofxMSATimer */ = {
- isa = PBXGroup;
- children = (
- b0520b7d20d3f978fd7358785945208a /* src */,
- );
- name = ofxMSATimer;
- sourceTree = "";
- };
- 6e54289412d2d94f45a051132369530c /* libs */ = {
- isa = PBXGroup;
- children = (
- 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */,
- b21e7e5f548eea92f368040bb1aa2f69 /* tinyxml.h */,
- 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */,
- fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */,
- );
- name = libs;
- sourceTree = "";
- };
- 6ecef0d76bc33727823eadffc320c44d /* src */ = {
- isa = PBXGroup;
- children = (
- 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */,
- 01dcc0911400f9acf5b65578af4ec8f9 /* ofxXmlSettings.h */,
- );
- name = src;
- sourceTree = "";
- };
- 70ff9c14d29b092149d0cc4d17883251 /* include */ = {
- isa = PBXGroup;
- children = (
- 2f050e7223102a218b1fb7ecd05fc3f5 /* kiss_fft.h */,
- bfee9391f78307b42aa09c9afad043a8 /* kiss_fftr.h */,
- );
- name = include;
- sourceTree = "";
- };
- 79433c413c03b5e0758af057f10b84fa /* ofOpenALSoundPlayer_TimelineAdditions */ = {
- isa = PBXGroup;
- children = (
- E72139FD16BCCDD60011637E /* src */,
- );
- name = ofOpenALSoundPlayer_TimelineAdditions;
- sourceTree = "";
- };
- 81b62db6c371dad643503fef78aa1855 /* src */ = {
- isa = PBXGroup;
- children = (
- b59ddd3c0eb9ffc71f28869b15a0ff91 /* Easings */,
- 497f252390399fcf843297da0271f914 /* ofxTween.cpp */,
- 3dc6648a0468fbecb5e45b57040e9eb5 /* ofxTween.h */,
- );
- name = src;
- sourceTree = "";
- };
- 86df17850277042c979393f5dbd67836 /* src */ = {
- isa = PBXGroup;
- children = (
- 22ec628e5fa510d7034a99bb49ae8da8 /* ofRange.h */,
- );
- name = src;
- sourceTree = "";
- };
- 8efd6815c031741ffaa1a0012419f7cf /* ofxTimecode */ = {
- isa = PBXGroup;
- children = (
- abe37a0bb21b3d890efc285b57b7e0d9 /* src */,
- );
- name = ofxTimecode;
- sourceTree = "";
- };
- 95ec4749e558adf7ecf154b0871e5f7e /* src */ = {
- isa = PBXGroup;
- children = (
- 6146999aa0b432590d07eb521d43e191 /* ofxHotKeys.h */,
- 4d892fbbb9e438c35b8c5ee430082e72 /* ofxHotKeys_impl_linux.cpp */,
- 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */,
- 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */,
- f71e87964e92020fb74d20d9c8850f29 /* ofxRemoveCocoaMenu.h */,
- 8f610deb3752f20ff149bc096963cf80 /* ofxRemoveCocoaMenu.mm */,
- 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */,
- 9a2f1d6ae148cd25f6bea00506177bc5 /* ofxTimeline.h */,
- fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */,
- 6bc7dd2c4e83a707848be258865dbb01 /* ofxTLAudioTrack.h */,
- 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */,
- 9d86b2b57c2f171846dfeaf4c063c399 /* ofxTLBangs.h */,
- 0d65e6a2e0f22f72aa7670d7733a180e /* ofxTLCameraTrack.cpp */,
- f1e73f8a9b812cbc0ee8dc880fe10d08 /* ofxTLCameraTrack.h */,
- df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */,
- afcc811df430141d32bab3ebf9ba8734 /* ofxTLColors.h */,
- 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */,
- 53a47d9878535b9b1670047561971d02 /* ofxTLColorTrack.h */,
- 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */,
- 50511502e9cfd66a7bb161f2bfee7db5 /* ofxTLCurves.h */,
- 4fddcdd6e0eed2f5edd672855798f064 /* ofxTLEmptyKeyframes.cpp */,
- 56d0182470bf6d3d6de9541980e67f8b /* ofxTLEmptyKeyframes.h */,
- 32d83269769d4d7e74bf125b5842071d /* ofxTLEmptyTrack.cpp */,
- 54e92bcd121baa568ec9b4fb6198d262 /* ofxTLEmptyTrack.h */,
- a365e230090b71900f9a7987aa6fccec /* ofxTLEvents.h */,
- db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */,
- 2a99d747f2315daf1fb4f247021e7445 /* ofxTLFlags.h */,
- 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */,
- 09cbd28db823fe305eb470eeba6c4f78 /* ofxTLImageSequence.h */,
- ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */,
- e351bffb9fe51b25781f113575f5bbcd /* ofxTLImageSequenceFrame.h */,
- 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */,
- 3dbb60625304a9174a9a9635f98e40a7 /* ofxTLImageTrack.h */,
- 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */,
- 883c9e7fc087dbbc061aed5d10b268ef /* ofxTLInOut.h */,
- e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */,
- b9fd7617cf5f462774962af9384ef0ac /* ofxTLKeyframes.h */,
- 39833d65fff88a58c3cb8bdf62a80afb /* ofxTLLFO.cpp */,
- 68eb873762b550705aa7464c7dfffede /* ofxTLLFO.h */,
- 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */,
- bc6bde994c25a3b82b30f694893b581f /* ofxTLPage.h */,
- 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */,
- 3241b8bdc0b27471f8ee25d5a3db58b2 /* ofxTLPageTabs.h */,
- 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */,
- 66c910bfbec609d16e3b249a8448466d /* ofxTLSwitches.h */,
- e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */,
- 410e5fe3eb7fe9cb2726d36d724fd561 /* ofxTLTicker.h */,
- a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */,
- 96033bf9d1ef22715e6afdc3b189dbc8 /* ofxTLTrack.h */,
- ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */,
- 3d0621ce540a64d8d27e0af7f83b3eb2 /* ofxTLTrackHeader.h */,
- a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */,
- 2af40c99324fbebe7bab30147fc27af8 /* ofxTLVideoThumb.h */,
- 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */,
- 8e52dc6b4ea21969c85b8e832936acc3 /* ofxTLVideoTrack.h */,
- c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */,
- 1a433a24e8182dd578600bffe7ac6da5 /* ofxTLZoomer.h */,
- );
- name = src;
- sourceTree = "";
- };
- 9fd9332064a1194ac3cd20c226cc5a32 /* ofxRange */ = {
- isa = PBXGroup;
- children = (
- 86df17850277042c979393f5dbd67836 /* src */,
- );
- name = ofxRange;
- sourceTree = "";
- };
- BB4B014C10F69532006C3DED /* addons */ = {
- isa = PBXGroup;
- children = (
- 1f4fb5c423662b96adfdcc0badec1cb0 /* ofxXmlSettings */,
- 5d5c0ae687ac481a1ca3e1c200964ccc /* ofxMSATimer */,
- 9fd9332064a1194ac3cd20c226cc5a32 /* ofxRange */,
- ab88b4fd5d7f4abf53230e5a327c1368 /* ofxTextInputField */,
- 8efd6815c031741ffaa1a0012419f7cf /* ofxTimecode */,
- 3c8a947d9c8a0aa13fbe74e89a4c2854 /* ofxTimeline */,
- 1f293a20d2b096d59c4f24ddc5226665 /* ofxTween */,
- );
- name = addons;
- sourceTree = "";
- };
- BBAB23C913894ECA00AA2426 /* system frameworks */ = {
- isa = PBXGroup;
- children = (
- E778AED5163EF5AE003A40B1 /* OpenAL.framework */,
- E7F985F515E0DE99003869B5 /* Accelerate.framework */,
- E4C2424410CC5A17004149E2 /* AppKit.framework */,
- E4C2424510CC5A17004149E2 /* Cocoa.framework */,
- E4C2424610CC5A17004149E2 /* IOKit.framework */,
- E45BE9710E8CC7DD009D7055 /* AGL.framework */,
- E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */,
- E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */,
- E45BE9740E8CC7DD009D7055 /* Carbon.framework */,
- E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */,
- E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */,
- E45BE9770E8CC7DD009D7055 /* CoreServices.framework */,
- E45BE9790E8CC7DD009D7055 /* OpenGL.framework */,
- E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */,
- E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */,
- E7E077E715D3B6510020DFD4 /* QTKit.framework */,
- );
- name = "system frameworks";
- sourceTree = "";
- };
- BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */ = {
- isa = PBXGroup;
- children = (
- BBAB23BE13894E4700AA2426 /* GLUT.framework */,
- );
- name = "3rd party frameworks";
- sourceTree = "";
- };
- E4328144138ABC890047C5CB /* Products */ = {
- isa = PBXGroup;
- children = (
- E4328148138ABC890047C5CB /* openFrameworksDebug.a */,
- );
- name = Products;
- sourceTree = "";
- };
- E45BE5980E8CC70C009D7055 /* frameworks */ = {
- isa = PBXGroup;
- children = (
- BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */,
- BBAB23C913894ECA00AA2426 /* system frameworks */,
- );
- name = frameworks;
- sourceTree = "";
- };
- E4B69B4A0A3A1720003C02F2 = {
- isa = PBXGroup;
- children = (
- E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */,
- E4EB6923138AFD0F00A09F29 /* Project.xcconfig */,
- E4B69E1C0A3A1BDC003C02F2 /* src */,
- E4EEC9E9138DF44700A80321 /* openFrameworks */,
- BB4B014C10F69532006C3DED /* addons */,
- E45BE5980E8CC70C009D7055 /* frameworks */,
- E4B69B5B0A3A1756003C02F2 /* example-cameraTrackDebug.app */,
- );
- sourceTree = "";
- };
- E4B69E1C0A3A1BDC003C02F2 /* src */ = {
- isa = PBXGroup;
- children = (
- E4B69E1D0A3A1BDC003C02F2 /* main.cpp */,
- E4B69E1F0A3A1BDC003C02F2 /* testApp.h */,
- E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */,
- );
- path = src;
- sourceTree = SOURCE_ROOT;
- };
- E4EEC9E9138DF44700A80321 /* openFrameworks */ = {
- isa = PBXGroup;
- children = (
- E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */,
- E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */,
- );
- name = openFrameworks;
- sourceTree = "";
- };
- E72139FD16BCCDD60011637E /* src */ = {
- isa = PBXGroup;
- children = (
- E72139FE16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp */,
- E72139FF16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.h */,
- );
- name = src;
- path = ../libs/ofOpenALSoundPlayer_TimelineAdditions/src;
- sourceTree = "";
- };
- a84c320c111785eeee9deb836e25dc1f /* src */ = {
- isa = PBXGroup;
- children = (
- bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */,
- ac5ddd8bbd12e8e173e4ae81a6b924bc /* ofxTextInputField.h */,
- );
- name = src;
- sourceTree = "";
- };
- ab88b4fd5d7f4abf53230e5a327c1368 /* ofxTextInputField */ = {
- isa = PBXGroup;
- children = (
- a84c320c111785eeee9deb836e25dc1f /* src */,
- );
- name = ofxTextInputField;
- sourceTree = "";
- };
- abe37a0bb21b3d890efc285b57b7e0d9 /* src */ = {
- isa = PBXGroup;
- children = (
- d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */,
- 95c5241b62f5d1f0fe6c067b5331bca8 /* ofxTimecode.h */,
- );
- name = src;
- sourceTree = "";
- };
- b0520b7d20d3f978fd7358785945208a /* src */ = {
- isa = PBXGroup;
- children = (
- b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */,
- 03dde55c47701116edeb18007fc4bf75 /* ofxMSATimer.h */,
- );
- name = src;
- sourceTree = "";
- };
- b59ddd3c0eb9ffc71f28869b15a0ff91 /* Easings */ = {
- isa = PBXGroup;
- children = (
- 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */,
- 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */,
- fc9b34c5cb5b0acaff02ed20e6f129e7 /* ofxEasing.h */,
- 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */,
- 7912619b786f0238d22ed5f3c10786f2 /* ofxEasingBack.h */,
- 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */,
- a9fe46c20e767b29c5997ad3a88b9f7b /* ofxEasingBounce.h */,
- a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */,
- af17eb492db2858a0ebd94cd64092fb9 /* ofxEasingCirc.h */,
- 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */,
- b788152c3fe538e700d063c7d17da903 /* ofxEasingCubic.h */,
- a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */,
- fe4db52d544b8c725e615958d18ecbc4 /* ofxEasingElastic.h */,
- 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */,
- 767479279ebac134d46e74e76dc9f79f /* ofxEasingExpo.h */,
- 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */,
- 7599804c6260ec1cd8d3567dc11aa06a /* ofxEasingLinear.h */,
- b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */,
- b07c508e7717e6c892502adf5fddc285 /* ofxEasingQuad.h */,
- 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */,
- 4c0e055e4176057631087aa3938a7c76 /* ofxEasingQuart.h */,
- fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */,
- 5e9e6513bec36148928518b774158396 /* ofxEasingQuint.h */,
- 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */,
- dd476420fbc881796f865bb5fa4c12c7 /* ofxEasingSine.h */,
- );
- name = Easings;
- sourceTree = "";
- };
- b7fb12801274cae3603ea4cfdecec294 /* AL */ = {
- isa = PBXGroup;
- children = (
- c5b9174723940db207e7ab82b583bc7d /* al.h */,
- 0c578fcc784a6245c49aee60b6681712 /* alc.h */,
- ba109f25bb170b74a96b155fe64e5f9b /* alext.h */,
- 0d63c00fb3a729e001961ab70e84fb9d /* efx-creative.h */,
- f9ba36c5a685069e2cbb73f48cfc2764 /* efx-presets.h */,
- b7886c7b71ddb1e4091232870f09bb9e /* efx.h */,
- );
- name = AL;
- sourceTree = "";
- };
- c3064ef956e24eacfd8fe45767b61193 /* sndfile */ = {
- isa = PBXGroup;
- children = (
- e7558d68ea34b87a36db465c78f95890 /* include */,
- );
- name = sndfile;
- sourceTree = "";
- };
- e1ad38c5f775f42c90542e371f9991a1 /* src */ = {
- isa = PBXGroup;
- children = (
- 4b817954d44bdb7ede7da278e95facfa /* _kiss_fft_guts.h */,
- d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */,
- b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */,
- );
- name = src;
- sourceTree = "";
- };
- e7558d68ea34b87a36db465c78f95890 /* include */ = {
- isa = PBXGroup;
- children = (
- b7fb12801274cae3603ea4cfdecec294 /* AL */,
- 4162e24aefc4c866df24e11560269162 /* sndfile.h */,
- );
- name = include;
- sourceTree = "";
- };
- f122d593cd2892560a5b03c893f7b98a /* kiss */ = {
- isa = PBXGroup;
- children = (
- 70ff9c14d29b092149d0cc4d17883251 /* include */,
- e1ad38c5f775f42c90542e371f9991a1 /* src */,
- );
- name = kiss;
- sourceTree = "";
- };
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
- E4B69B5A0A3A1756003C02F2 /* example-cameraTrack */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example-cameraTrack" */;
- buildPhases = (
- E4B69B580A3A1756003C02F2 /* Sources */,
- E4B69B590A3A1756003C02F2 /* Frameworks */,
- E4B6FFFD0C3F9AB9008CF71C /* ShellScript */,
- E4C2427710CC5ABF004149E2 /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- E4EEB9AC138B136A00A80321 /* PBXTargetDependency */,
- );
- name = "example-cameraTrack";
- productName = myOFApp;
- productReference = E4B69B5B0A3A1756003C02F2 /* example-cameraTrackDebug.app */;
- productType = "com.apple.product-type.application";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- E4B69B4C0A3A1720003C02F2 /* Project object */ = {
- isa = PBXProject;
- buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example-cameraTrack" */;
- compatibilityVersion = "Xcode 2.4";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- English,
- Japanese,
- French,
- German,
- );
- mainGroup = E4B69B4A0A3A1720003C02F2;
- productRefGroup = E4B69B4A0A3A1720003C02F2;
- projectDirPath = "";
- projectReferences = (
- {
- ProductGroup = E4328144138ABC890047C5CB /* Products */;
- ProjectRef = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- },
- );
- projectRoot = "";
- targets = (
- E4B69B5A0A3A1756003C02F2 /* example-cameraTrack */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXReferenceProxy section */
- E4328148138ABC890047C5CB /* openFrameworksDebug.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = openFrameworksDebug.a;
- remoteRef = E4328147138ABC890047C5CB /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
-/* End PBXReferenceProxy section */
-
-/* Begin PBXShellScriptBuildPhase section */
- E4B6FFFD0C3F9AB9008CF71C /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "cp -f ../../../libs/fmodex/lib/osx/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/libfmodex.dylib\"; install_name_tool -change ./libfmodex.dylib @executable_path/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME\";";
- };
-/* End PBXShellScriptBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
- E4B69B580A3A1756003C02F2 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */,
- E4B69E210A3A1BDC003C02F2 /* testApp.cpp in Sources */,
- 63b57ac5bf4ef088491e0317dbb2ecaa /* ofxXmlSettings.cpp in Sources */,
- 933a2227713c720ceff80fd967d0a8ee /* tinyxml.cpp in Sources */,
- 9d44dc88ef9e7991b4a09951e2e4769f /* tinyxmlerror.cpp in Sources */,
- 5a4349e9754d6fa14c0f2a3a1abc30b6 /* tinyxmlparser.cpp in Sources */,
- 9119bfc53670a98106e367bbc1bd167a /* ofxMSATimer.cpp in Sources */,
- f6ca03081709fcbfdaef66765f9e376e /* ofxTextInputField.cpp in Sources */,
- 6499b8489905bfe9067f8db81e6bbfdf /* ofxTimecode.cpp in Sources */,
- 5da2e0e8ecdb5b4e2908167d7b74de63 /* ofxHotKeys_impl_linux.cpp in Sources */,
- 7d7ecd8dd8eb4244d7a87f40ba8c53cd /* ofxHotKeys_impl_mac.mm in Sources */,
- e904ef309b050587cf73df2173a531a6 /* ofxHotKeys_impl_win.cpp in Sources */,
- fd525b9bc71cf001cac34c5a87c2672f /* ofxRemoveCocoaMenu.mm in Sources */,
- 7ac6376b15bcf4d368ec068f0ecce711 /* ofxTimeline.cpp in Sources */,
- 14ed851279c06f2bcf0bf27935d38ce3 /* ofxTLAudioTrack.cpp in Sources */,
- fb591e0c571e53b3ba5a60b84605de3d /* ofxTLBangs.cpp in Sources */,
- cf54b41ab5ff1af0e8677338f5f60395 /* ofxTLCameraTrack.cpp in Sources */,
- 9d7bb9637658a8e9d507c66c47db010f /* ofxTLColors.cpp in Sources */,
- 49e60cc9bbcafb6eade107cc20884b9c /* ofxTLColorTrack.cpp in Sources */,
- 46be87fc2c481a1eb41aed2a8b97fe96 /* ofxTLCurves.cpp in Sources */,
- 4df88daf2c820a78327000e7ac0925c5 /* ofxTLEmptyKeyframes.cpp in Sources */,
- 98126aa8f306f3ee0f5f37bed7056435 /* ofxTLEmptyTrack.cpp in Sources */,
- c3bc382653a57ce71d4513f1eaba414b /* ofxTLFlags.cpp in Sources */,
- 1479a06207a85dfdeca39f009ad023d0 /* ofxTLImageSequence.cpp in Sources */,
- def58837140932f5996c61c2241ef66e /* ofxTLImageSequenceFrame.cpp in Sources */,
- 95e6e69db45e5f9e4f1c21e09d04b380 /* ofxTLImageTrack.cpp in Sources */,
- d7058ecb9868a269655092911f63df8c /* ofxTLInOut.cpp in Sources */,
- b3baa90667d4b61631ba59627d616a39 /* ofxTLKeyframes.cpp in Sources */,
- e48c9224adc0eb481a762e226aaffadb /* ofxTLLFO.cpp in Sources */,
- c7d250488914920c32f18f34136a2175 /* ofxTLPage.cpp in Sources */,
- bcfdfc3681cf3552bcdb819e675b5dce /* ofxTLPageTabs.cpp in Sources */,
- 9e8ec2bf8bca13da057fa929463bbafb /* ofxTLSwitches.cpp in Sources */,
- 3a02cdf226d01ebb6533d47f0bb42c5a /* ofxTLTicker.cpp in Sources */,
- f4a426f97ee8f1a3ead2a8f00212b48a /* ofxTLTrack.cpp in Sources */,
- e6b21161287eea55fa4ea984beef0d72 /* ofxTLTrackHeader.cpp in Sources */,
- 65b24cd86db2ed8edd3385ac3e4a4783 /* ofxTLVideoThumb.cpp in Sources */,
- 3b32d3b612022d0c5b272bdd39e8a60f /* ofxTLVideoTrack.cpp in Sources */,
- ed77da7c8d99d9b1c9c240c836f5baf7 /* ofxTLZoomer.cpp in Sources */,
- d5f416a7f5798651d8370d5e93c0c797 /* kiss_fft.c in Sources */,
- 782c2b355cb6ebc83bdb95e0bd931001 /* kiss_fftr.c in Sources */,
- 168c43f69af6a8042ea0b13f08dfe5ff /* easing_terms_of_use.html in Sources */,
- 9266028e1aecbb027abf64d8cfab4b5f /* ofxEasing.cpp in Sources */,
- 5e0dbde5736deb3a5886b3f1e3b4578d /* ofxEasingBack.cpp in Sources */,
- ead3ce0789481f975f351f39ee5137c4 /* ofxEasingBounce.cpp in Sources */,
- 27765d1bff26bd9a6186915f24dfd27c /* ofxEasingCirc.cpp in Sources */,
- e816d7d242d315fb53e23f5443df8700 /* ofxEasingCubic.cpp in Sources */,
- 6e062274743f6716a9ad43959541a220 /* ofxEasingElastic.cpp in Sources */,
- 59eeacb88f062457ff86492c078803bd /* ofxEasingExpo.cpp in Sources */,
- 152eaecabd008d84af7f27f83f4389c4 /* ofxEasingLinear.cpp in Sources */,
- 6d7b53ed56654abbf2ff13b127236c33 /* ofxEasingQuad.cpp in Sources */,
- 85a41526fdfa1a8cdaee81f79de999b7 /* ofxEasingQuart.cpp in Sources */,
- 7e769097de6561633305b24c2ad560e7 /* ofxEasingQuint.cpp in Sources */,
- fe278f5f783581237ae8ecb25ea719bb /* ofxEasingSine.cpp in Sources */,
- 32fc7731c1ef7b87e491c93d78c84b88 /* ofxTween.cpp in Sources */,
- E7213A0016BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXTargetDependency section */
- E4EEB9AC138B136A00A80321 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = openFrameworks;
- targetProxy = E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */;
- };
-/* End PBXTargetDependency section */
-
-/* Begin XCBuildConfiguration section */
- E4B69B4E0A3A1720003C02F2 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */;
- buildSettings = {
- ARCHS = "$(NATIVE_ARCH)";
- CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/";
- COPY_PHASE_STRIP = NO;
- DEAD_CODE_STRIPPING = YES;
- GCC_AUTO_VECTORIZATION = YES;
- GCC_ENABLE_SSE3_EXTENSIONS = YES;
- GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
- GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
- GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO;
- GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
- GCC_WARN_UNINITIALIZED_AUTOS = NO;
- GCC_WARN_UNUSED_VALUE = NO;
- GCC_WARN_UNUSED_VARIABLE = NO;
- HEADER_SEARCH_PATHS = (
- "$(OF_CORE_HEADERS)",
- ../../../addons/ofxXmlSettings/libs,
- ../../../addons/ofxXmlSettings/src,
- ../../../addons/ofxMSATimer/libs,
- ../../../addons/ofxMSATimer/src,
- ../../../addons/ofxRange/libs,
- ../../../addons/ofxRange/src,
- ../../../addons/ofxTextInputField/libs,
- ../../../addons/ofxTextInputField/src,
- ../../../addons/ofxTimecode/libs,
- ../../../addons/ofxTimecode/src,
- ../../../addons/ofxTimeline/libs,
- ../../../addons/ofxTimeline/libs/kiss,
- ../../../addons/ofxTimeline/libs/kiss/include,
- ../../../addons/ofxTimeline/libs/kiss/lib,
- ../../../addons/ofxTimeline/libs/kiss/src,
- ../../../addons/ofxTimeline/libs/ofOpenALSoundPlayer_TimelineAdditions,
- ../../../addons/ofxTimeline/libs/sndfile,
- ../../../addons/ofxTimeline/libs/sndfile/include,
- ../../../addons/ofxTimeline/libs/sndfile/include/AL,
- ../../../addons/ofxTimeline/libs/sndfile/lib,
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx,
- ../../../addons/ofxTimeline/libs/vorbis,
- ../../../addons/ofxTimeline/libs/vorbis/lib,
- ../../../addons/ofxTimeline/src,
- ../../../addons/ofxTween/libs,
- ../../../addons/ofxTween/src,
- ../../../addons/ofxTween/src/Easings,
- );
- OTHER_CPLUSPLUSFLAGS = (
- "-D__MACOSX_CORE__",
- "-lpthread",
- "-mtune=native",
- );
- OTHER_LDFLAGS = (
- "$(OF_CORE_LIBS)",
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx/libsndfile.a,
- );
- SDKROOT = "";
- };
- name = Debug;
- };
- E4B69B4F0A3A1720003C02F2 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */;
- buildSettings = {
- ARCHS = "$(NATIVE_ARCH)";
- CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/";
- COPY_PHASE_STRIP = YES;
- DEAD_CODE_STRIPPING = YES;
- GCC_AUTO_VECTORIZATION = YES;
- GCC_ENABLE_SSE3_EXTENSIONS = YES;
- GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
- GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
- GCC_OPTIMIZATION_LEVEL = 3;
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_UNROLL_LOOPS = YES;
- GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
- GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO;
- GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
- GCC_WARN_UNINITIALIZED_AUTOS = NO;
- GCC_WARN_UNUSED_VALUE = NO;
- GCC_WARN_UNUSED_VARIABLE = NO;
- HEADER_SEARCH_PATHS = (
- "$(OF_CORE_HEADERS)",
- ../../../addons/ofxXmlSettings/libs,
- ../../../addons/ofxXmlSettings/src,
- ../../../addons/ofxMSATimer/libs,
- ../../../addons/ofxMSATimer/src,
- ../../../addons/ofxRange/libs,
- ../../../addons/ofxRange/src,
- ../../../addons/ofxTextInputField/libs,
- ../../../addons/ofxTextInputField/src,
- ../../../addons/ofxTimecode/libs,
- ../../../addons/ofxTimecode/src,
- ../../../addons/ofxTimeline/libs,
- ../../../addons/ofxTimeline/libs/kiss,
- ../../../addons/ofxTimeline/libs/kiss/include,
- ../../../addons/ofxTimeline/libs/kiss/lib,
- ../../../addons/ofxTimeline/libs/kiss/src,
- ../../../addons/ofxTimeline/libs/ofOpenALSoundPlayer_TimelineAdditions,
- ../../../addons/ofxTimeline/libs/sndfile,
- ../../../addons/ofxTimeline/libs/sndfile/include,
- ../../../addons/ofxTimeline/libs/sndfile/include/AL,
- ../../../addons/ofxTimeline/libs/sndfile/lib,
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx,
- ../../../addons/ofxTimeline/libs/vorbis,
- ../../../addons/ofxTimeline/libs/vorbis/lib,
- ../../../addons/ofxTimeline/src,
- ../../../addons/ofxTween/libs,
- ../../../addons/ofxTween/src,
- ../../../addons/ofxTween/src/Easings,
- );
- OTHER_CPLUSPLUSFLAGS = (
- "-D__MACOSX_CORE__",
- "-lpthread",
- "-mtune=native",
- );
- OTHER_LDFLAGS = (
- "$(OF_CORE_LIBS)",
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx/libsndfile.a,
- );
- SDKROOT = "";
- };
- name = Release;
- };
- E4B69B600A3A1757003C02F2 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- );
- FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\"";
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_MODEL_TUNING = NONE;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
- INFOPLIST_FILE = "openFrameworks-Info.plist";
- INSTALL_PATH = "$(HOME)/Applications";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_14)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_15)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_16)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_17)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_18)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_19)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_20)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_21)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_22)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_23)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_24)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_25)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_26)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_27)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_28)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_29)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_30)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_31)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_32)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_33)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_34)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_35)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_36)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_37)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_38)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_39)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_40)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_41)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_42)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_43)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_44)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_45)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_46)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_47)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_48)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_49)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_50)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_51)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_52)",
- );
- PREBINDING = NO;
- PRODUCT_NAME = "example-cameraTrackDebug";
- WRAPPER_EXTENSION = app;
- };
- name = Debug;
- };
- E4B69B610A3A1757003C02F2 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- );
- FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\"";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_MODEL_TUNING = NONE;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
- INFOPLIST_FILE = "openFrameworks-Info.plist";
- INSTALL_PATH = "$(HOME)/Applications";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_14)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_15)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_16)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_17)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_18)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_19)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_20)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_21)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_22)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_23)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_24)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_25)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_26)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_27)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_28)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_29)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_30)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_31)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_32)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_33)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_34)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_35)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_36)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_37)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_38)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_39)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_40)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_41)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_42)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_43)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_44)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_45)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_46)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_47)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_48)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_49)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_50)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_51)",
- );
- PREBINDING = NO;
- PRODUCT_NAME = "example-cameraTrack";
- WRAPPER_EXTENSION = app;
- };
- name = Release;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example-cameraTrack" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E4B69B4E0A3A1720003C02F2 /* Debug */,
- E4B69B4F0A3A1720003C02F2 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example-cameraTrack" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E4B69B600A3A1757003C02F2 /* Debug */,
- E4B69B610A3A1757003C02F2 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = E4B69B4C0A3A1720003C02F2 /* Project object */;
-}
diff --git a/example-audiowaveform/example-audiowaveform.sln b/example-cameraTrack/example-timeline.sln
similarity index 52%
rename from example-audiowaveform/example-audiowaveform.sln
rename to example-cameraTrack/example-timeline.sln
index 1c2991ab..b3954881 100644
--- a/example-audiowaveform/example-audiowaveform.sln
+++ b/example-cameraTrack/example-timeline.sln
@@ -1,36 +1,33 @@
-
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
-VisualStudioVersion = 14.0.24720.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example-audioWaveform", "example-audioWaveform.vcxproj", "{7FD42DF7-442E-479A-BA76-D0022F99702A}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example-timeline", "example-timeline.vcxproj", "{7FD42DF7-442E-479A-BA76-D0022F99702A}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openFrameworksLib", "..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksLib.vcxproj", "{5837595D-ACA9-485C-8E76-729040CE4B0B}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openframeworksLib", "..\..\..\libs\openFrameworksCompiled\project\vs\openframeworksLib.vcxproj", "{5837595D-ACA9-485C-8E76-729040CE4B0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
+ Release|Win32 = Release|Win32
Release|x64 = Release|x64
- Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.ActiveCfg = Debug|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.Build.0 = Debug|Win32
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x64.ActiveCfg = Debug|x64
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x64.Build.0 = Debug|x64
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x86.ActiveCfg = Debug|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x86.Build.0 = Debug|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.ActiveCfg = Release|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.Build.0 = Release|Win32
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x64.ActiveCfg = Release|x64
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x64.Build.0 = Release|x64
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x86.ActiveCfg = Release|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x86.Build.0 = Release|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.ActiveCfg = Debug|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.Build.0 = Debug|Win32
{5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.ActiveCfg = Debug|x64
{5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.Build.0 = Debug|x64
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x86.ActiveCfg = Debug|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x86.Build.0 = Debug|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.ActiveCfg = Release|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.Build.0 = Release|Win32
{5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.ActiveCfg = Release|x64
{5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.Build.0 = Release|x64
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x86.ActiveCfg = Release|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/example-cameraTrack/example-timeline.vcxproj b/example-cameraTrack/example-timeline.vcxproj
new file mode 100644
index 00000000..778a9acf
--- /dev/null
+++ b/example-cameraTrack/example-timeline.vcxproj
@@ -0,0 +1,318 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}
+ Win32Proj
+ example-timeline
+
+
+
+ Application
+ Unicode
+ v140
+
+
+ Application
+ Unicode
+ v140
+
+
+ Application
+ Unicode
+ true
+ v140
+
+
+ Application
+ Unicode
+ true
+ v140
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bin\
+ obj\$(Configuration)\
+ $(ProjectName)_debug
+ true
+ true
+
+
+ bin\
+ obj\$(Configuration)\
+ $(ProjectName)_debug
+ true
+ true
+
+
+ bin\
+ obj\$(Configuration)\
+ false
+
+
+ bin\
+ obj\$(Configuration)\
+ false
+
+
+
+ Disabled
+ EnableFastChecks
+ %(PreprocessorDefinitions)
+ MultiThreadedDebugDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+
+
+ true
+ Console
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32
+
+
+
+
+
+ Disabled
+ EnableFastChecks
+ %(PreprocessorDefinitions)
+ MultiThreadedDebugDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+ true
+
+
+ true
+ Console
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64
+
+
+
+
+
+ false
+ %(PreprocessorDefinitions)
+ MultiThreadedDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+ true
+
+
+ false
+ false
+ Console
+ true
+ true
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32
+
+
+
+
+
+ false
+ %(PreprocessorDefinitions)
+ MultiThreadedDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+
+
+ false
+ false
+ Console
+ true
+ true
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {5837595d-aca9-485c-8e76-729040ce4b0b}
+
+
+
+
+ /D_DEBUG %(AdditionalOptions)
+ /D_DEBUG %(AdditionalOptions)
+ $(OF_ROOT)\libs\openFrameworksCompiled\project\vs
+
+
+
+
+
+
+
+
+
diff --git a/example-cameraTrack/example-timeline.vcxproj.filters b/example-cameraTrack/example-timeline.vcxproj.filters
new file mode 100644
index 00000000..3370da6c
--- /dev/null
+++ b/example-cameraTrack/example-timeline.vcxproj.filters
@@ -0,0 +1,468 @@
+
+
+
+
+ src
+
+
+ src
+
+
+ addons\ofxMSATimer\src
+
+
+ addons\ofxTextInputField\src
+
+
+ addons\ofxTimecode\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\libs\kiss\src
+
+
+ addons\ofxTimeline\libs\kiss\src
+
+
+ addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src
+
+
+ addons\ofxXmlSettings\src
+
+
+ addons\ofxXmlSettings\libs
+
+
+ addons\ofxXmlSettings\libs
+
+
+ addons\ofxXmlSettings\libs
+
+
+
+
+ {d8376475-7454-4a24-b08a-aac121d3ad6f}
+
+
+ {71834F65-F3A9-211E-73B8-DC85}
+
+
+ {FA2C7F81-95AD-913A-95EE-6D67}
+
+
+ {21227B69-34BA-DC94-65C0-E080}
+
+
+ {C5CF358F-F6D6-0F61-5433-25F1}
+
+
+ {AFEE1AF4-3BE7-35E2-F89C-FEB8}
+
+
+ {A4B02712-30E4-B504-C110-2C93}
+
+
+ {B67AFC83-AF32-6FE3-281F-AC21}
+
+
+ {1B5CD1F2-714C-1A5F-97D0-2F97}
+
+
+ {1E8626D6-B6A0-D240-F534-C5E8}
+
+
+ {B6CB78C7-BC44-AD08-8E43-896C}
+
+
+ {AC132E01-0F0D-5FF9-8D64-8DAD}
+
+
+ {333C4390-0B4E-EAAA-5CFE-0663}
+
+
+ {93D28ED9-A2CA-418A-4538-D332}
+
+
+ {239F8B47-5D3C-673B-95DE-5E70}
+
+
+ {5451193A-C0CF-9361-B431-0F7F}
+
+
+ {012014BF-0161-A228-4C75-8D28}
+
+
+ {2A871B0D-D088-017C-101E-4857}
+
+
+ {7D44A927-3EF3-D18B-0302-5262}
+
+
+ {994A9BE4-6199-2707-46E1-49BC}
+
+
+ {8B1E05C6-FEC0-22B7-592B-3DE2}
+
+
+ {944E9321-A6F2-45B7-407B-559E}
+
+
+ {4ED1F364-A201-A241-2587-2223}
+
+
+ {8A8810E8-A79D-7A1D-2F0A-7203}
+
+
+ {40AC4B42-6A5A-9537-EB82-D1B8}
+
+
+ {EF0F6A8B-B04F-E782-21EF-D4BA}
+
+
+ {877F005D-13E6-0592-1D97-F2E3}
+
+
+ {CCB2AC63-49D2-977C-CFE8-AEAD}
+
+
+ {687714A8-1662-FA1C-261F-50F0}
+
+
+
+
+ src
+
+
+ addons\ofxMSATimer\src
+
+
+ addons\ofxRange\src
+
+
+ addons\ofxTextInputField\src
+
+
+ addons\ofxTextInputField\src
+
+
+ addons\ofxTimecode\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\libs\kiss\include
+
+
+ addons\ofxTimeline\libs\kiss\include
+
+
+ addons\ofxTimeline\libs\kiss\src
+
+
+ addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\sndfile\include
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src
+
+
+ addons\ofxXmlSettings\src
+
+
+ addons\ofxXmlSettings\libs
+
+
+
+
+
+
diff --git a/example-cameraTrack/example-timeline.vcxproj.user b/example-cameraTrack/example-timeline.vcxproj.user
new file mode 100644
index 00000000..988b987e
--- /dev/null
+++ b/example-cameraTrack/example-timeline.vcxproj.user
@@ -0,0 +1,19 @@
+
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
\ No newline at end of file
diff --git a/example-cameraTrack/openFrameworks-Info.plist b/example-cameraTrack/openFrameworks-Info.plist
deleted file mode 100644
index e5db5550..00000000
--- a/example-cameraTrack/openFrameworks-Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- English
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- com.yourcompany.openFrameworks
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundlePackageType
- APPL
- CFBundleSignature
- ????
- CFBundleVersion
- 1.0
-
-
diff --git a/example-cameraTrack/src/main.cpp b/example-cameraTrack/src/main.cpp
index d560dbee..e57370b2 100644
--- a/example-cameraTrack/src/main.cpp
+++ b/example-cameraTrack/src/main.cpp
@@ -1,22 +1,13 @@
-/**
- * Empty Template
- * ofxTimeline
- *
- * Examples of two template classes that can be copied and extended
- * to invent new types of timeline tracks
- */
-
#include "ofMain.h"
#include "ofApp.h"
- //--------------------------------------------------------------
-int main()
-{
- ofGLWindowSettings settings;
- //settings.setGLVersion(4, 1);
- settings.width = 1024;
- settings.height = 768;
- ofCreateWindow(settings);
+//========================================================================
+int main( ){
+ ofSetupOpenGL(1024,768,OF_WINDOW); // <-------- setup the GL context
+ // this kicks off the running of my app
+ // can be OF_WINDOW or OF_FULLSCREEN
+ // pass in width and height too:
ofRunApp(new ofApp());
+
}
diff --git a/example-curvesAndColors/Makefile b/example-curvesAndColors/Makefile
deleted file mode 100644
index 2d83a770..00000000
--- a/example-curvesAndColors/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-include config.make
-include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/Makefile.examples
diff --git a/example-curvesAndColors/Project.xcconfig b/example-curvesAndColors/Project.xcconfig
deleted file mode 100644
index c10b9e55..00000000
--- a/example-curvesAndColors/Project.xcconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT.
-//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED
-OF_PATH = ../../..
-
-//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE
-#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig"
-
-OTHER_LDFLAGS = $(OF_CORE_LIBS)
-HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS)
diff --git a/example-curvesAndColors/bin/data/.gitkeep b/example-curvesAndColors/bin/data/.gitkeep
new file mode 100644
index 00000000..e69de29b
diff --git a/example-curvesAndColors/bin/data/GUI/NewMedia Fett.ttf b/example-curvesAndColors/bin/data/GUI/NewMedia Fett.ttf
old mode 100755
new mode 100644
diff --git a/example-curvesAndColors/bin/data/_Page_One_trackPositions.xml b/example-curvesAndColors/bin/data/_Page_One_trackPositions.xml
deleted file mode 100644
index caa5bd61..00000000
--- a/example-curvesAndColors/bin/data/_Page_One_trackPositions.xml
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/example-curvesAndColors/bin/data/timeline0_Colors.xml b/example-curvesAndColors/bin/data/timeline0_Colors.xml
deleted file mode 100644
index 6efdfac3..00000000
--- a/example-curvesAndColors/bin/data/timeline0_Colors.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
- 0.755506992
- 0.529999971
- 00:00:00:029
- 0.675000012
-
-
- 0.330960006
- 0.239999995
- 00:00:01:368
- 0.474999994
-
-
- 0.385320008
- 0.689999998
- 00:00:01:655
- 0.699999988
-
-
- 0.731532991
- 0.495000005
- 00:00:02:920
- 0.449999988
-
-
diff --git a/example-curvesAndColors/bin/data/timeline0_Page_One_trackPositions.xml b/example-curvesAndColors/bin/data/timeline0_Page_One_trackPositions.xml
deleted file mode 100644
index 2502e611..00000000
--- a/example-curvesAndColors/bin/data/timeline0_Page_One_trackPositions.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
- 0.000000000
- 267.000000000
- 1024.000000000
- 20.000000000
-
-
- 0.000000000
- 52.000000000
- 1024.000000000
- 86.000000000
-
-
- 0.000000000
- 162.000000000
- 1024.000000000
- 81.000000000
-
-
diff --git a/example-curvesAndColors/bin/data/timeline0_Rotate_X.xml b/example-curvesAndColors/bin/data/timeline0_Rotate_X.xml
deleted file mode 100644
index 991726a3..00000000
--- a/example-curvesAndColors/bin/data/timeline0_Rotate_X.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- 1
- 2
- 00:00:00:005
- 1.000000000
-
-
- 1
- 2
- 00:00:03:000
- 0.000000000
-
-
diff --git a/example-curvesAndColors/bin/data/timeline0_Rotate_Y.xml b/example-curvesAndColors/bin/data/timeline0_Rotate_Y.xml
deleted file mode 100644
index 9216710a..00000000
--- a/example-curvesAndColors/bin/data/timeline0_Rotate_Y.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- 1
- 2
- 00:00:00:005
- 0.000000000
-
-
- 1
- 2
- 00:00:02:997
- 1.000000000
-
-
diff --git a/example-curvesAndColors/bin/data/timeline0_zoomer.xml b/example-curvesAndColors/bin/data/timeline0_zoomer.xml
deleted file mode 100644
index 2948fdcc..00000000
--- a/example-curvesAndColors/bin/data/timeline0_zoomer.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
- 0
- 1
-
diff --git a/example-curvesAndColors/codelite/timelineExample.project b/example-curvesAndColors/codelite/timelineExample.project
deleted file mode 100644
index 2f5fdd5d..00000000
--- a/example-curvesAndColors/codelite/timelineExample.project
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make clean
- make
-
-
-
- None
- $(ProjectPath)/../
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make clean
- make
-
-
-
- None
- $(WorkspacePath)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-curvesAndColors/codelite/timelineExample.workspace b/example-curvesAndColors/codelite/timelineExample.workspace
deleted file mode 100644
index f53e3567..00000000
--- a/example-curvesAndColors/codelite/timelineExample.workspace
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-curvesAndColors/config.make b/example-curvesAndColors/config.make
deleted file mode 100644
index 2a8f814b..00000000
--- a/example-curvesAndColors/config.make
+++ /dev/null
@@ -1,45 +0,0 @@
-# add custom variables to this file
-
-# OF_ROOT allows to move projects outside apps/* just set this variable to the
-# absoulte path to the OF root folder
-
-OF_ROOT = ../../..
-
-
-# USER_CFLAGS allows to pass custom flags to the compiler
-# for example search paths like:
-# USER_CFLAGS = -I src/objects
-
-USER_CFLAGS =
-
-
-# USER_LDFLAGS allows to pass custom flags to the linker
-# for example libraries like:
-# USER_LD_FLAGS = libs/libawesomelib.a
-
-USER_LDFLAGS =
-
-
-# use this to add system libraries for example:
-# USER_LIBS = -lpango
-
-USER_LIBS =
-
-
-# change this to add different compiler optimizations to your project
-
-LINUX_COMPILER_OPTIMIZATION = -march=native -mtune=native -Os
-
-ANDROID_COMPILER_OPTIMIZATION = -Os
-
-
-# you shouldn't need to change this for usual OF apps, it allows to include code from other directories
-# useful if you need to share a folder with code between 2 apps. The makefile will search recursively
-# you can only set 1 path here
-
-USER_SOURCE_DIR =
-
-# you shouldn't need to change this for usual OF apps, it allows to exclude code from some directories
-# useful if you have some code for reference in the project folder but don't want it to be compiled
-
-EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj"
diff --git a/example-curvesAndColors/example-curvesAndColor.cbp b/example-curvesAndColors/example-curvesAndColor.cbp
deleted file mode 100644
index 8f4bb6fc..00000000
--- a/example-curvesAndColors/example-curvesAndColor.cbp
+++ /dev/null
@@ -1,504 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-curvesAndColors/example-curvesAndColor.workspace b/example-curvesAndColors/example-curvesAndColor.workspace
deleted file mode 100644
index 8a5407d8..00000000
--- a/example-curvesAndColors/example-curvesAndColor.workspace
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/example-curvesAndColors/example-curvesAndColors.sln b/example-curvesAndColors/example-curvesAndColors.sln
deleted file mode 100644
index 81851c8c..00000000
--- a/example-curvesAndColors/example-curvesAndColors.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C++ Express 2010
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example-curvesAndColors", "example-curvesAndColors.vcxproj", "{7FD42DF7-442E-479A-BA76-D0022F99702A}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openframeworksLib", "..\..\..\libs\openFrameworksCompiled\project\vs2010\openframeworksLib.vcxproj", "{5837595D-ACA9-485C-8E76-729040CE4B0B}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.ActiveCfg = Debug|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.Build.0 = Debug|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.ActiveCfg = Release|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.Build.0 = Release|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.ActiveCfg = Debug|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.Build.0 = Debug|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.ActiveCfg = Release|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/example-curvesAndColors/example-curvesAndColors.suo b/example-curvesAndColors/example-curvesAndColors.suo
deleted file mode 100644
index 77eed7a7..00000000
Binary files a/example-curvesAndColors/example-curvesAndColors.suo and /dev/null differ
diff --git a/example-curvesAndColors/example-curvesAndColors.vcxproj b/example-curvesAndColors/example-curvesAndColors.vcxproj
deleted file mode 100644
index 3164c3e3..00000000
--- a/example-curvesAndColors/example-curvesAndColors.vcxproj
+++ /dev/null
@@ -1,231 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {7FD42DF7-442E-479A-BA76-D0022F99702A}
- example-curvesAndColors
- Win32Proj
-
-
-
- Application
- Unicode
- true
-
-
- Application
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_ProjectFileVersion>10.0.30319.1
- bin\
- obj\$(Configuration)\
- true
- true
- bin\
- obj\$(Configuration)\
- false
- $(ProjectName)_debug
- $(ProjectName)
-
-
-
- Disabled
- true
- EnableFastChecks
- MultiThreadedDebugDLL
-
- Level3
- EditAndContinue
- %(AdditionalIncludeDirectories);src;..\..\..\addons\ofxMSATimer\libs;..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\libs;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\libs;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\libs;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\lib;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\libs;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MT;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MTDLL;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs2010;..\..\..\addons\ofxTimeline\libs\sndfile\redist;..\..\..\addons\ofxTimeline\libs\vorbis;..\..\..\addons\ofxTimeline\libs\vorbis\lib;..\..\..\addons\ofxTween\libs;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
-
-
- $(OutDir)$(TargetName)$(TargetExt)
- true
- $(TargetDir)$(TargetName)_debugInfo.pdb
- Console
- false
-
- MachineX86
- %(AdditionalDependencies);EFX-Util.lib;OpenAL32.lib;libsndfile-1.lib
- %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MTDLL;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MT;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs2010
-
-
-
- xcopy /e /i /y "$(ProjectDir)..\..\..\export\vs2010\*.dll" "$(ProjectDir)bin" & xcopy /e /i /y "$(ProjectDir)..\..\..\addons\ofxTimeline\libs\sndfile\redist\*.dll" "$(ProjectDir)bin"
-
-
-
-
- false
- %(PreprocessorDefinitions)
- MultiThreadedDLL
-
- Level3
-
- %(AdditionalIncludeDirectories);src;..\..\..\addons\ofxMSATimer\libs;..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\libs;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\libs;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\libs;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\lib;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\libs;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MT;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MTDLL;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs2010;..\..\..\addons\ofxTimeline\libs\sndfile\redist;..\..\..\addons\ofxTimeline\libs\vorbis;..\..\..\addons\ofxTimeline\libs\vorbis\lib;..\..\..\addons\ofxTween\libs;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
-
-
- false
- false
- Console
- true
- true
- false
-
- MachineX86
- Default
- %(AdditionalDependencies);EFX-Util.lib;OpenAL32.lib;libsndfile-1.lib
- %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MTDLL;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010\EFX-Util_MT;..\..\..\addons\ofxTimeline\libs\openal\libs\vs2010;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs2010
-
-
-
- xcopy /e /i /y "$(ProjectDir)..\..\..\export\vs2010\*.dll" "$(ProjectDir)bin" & xcopy /e /i /y "$(ProjectDir)..\..\..\addons\ofxTimeline\libs\sndfile\redist\*.dll" "$(ProjectDir)bin"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {5837595d-aca9-485c-8e76-729040ce4b0b}
-
-
-
-
-
\ No newline at end of file
diff --git a/example-curvesAndColors/example-curvesAndColors.vcxproj.filters b/example-curvesAndColors/example-curvesAndColors.vcxproj.filters
deleted file mode 100644
index 0079ae59..00000000
--- a/example-curvesAndColors/example-curvesAndColors.vcxproj.filters
+++ /dev/null
@@ -1,444 +0,0 @@
-
-
-
-
- src
-
-
- src
-
-
- src
-
-
- src
-
-
- addons\ofxMSATimer\src
-
-
- addons\ofxTextInputField\src
-
-
- addons\ofxTimecode\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\libs\kiss\src
-
-
- addons\ofxTimeline\libs\kiss\src
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src
-
-
- addons\ofxXmlSettings\src
-
-
- addons\ofxXmlSettings\libs
-
-
- addons\ofxXmlSettings\libs
-
-
- addons\ofxXmlSettings\libs
-
-
- addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions
-
-
-
-
- {d8376475-7454-4a24-b08a-aac121d3ad6f}
-
-
- {71834f65-f3a9-211e-73b8-dc8563776aec}
-
-
- {fa2c7f81-95ad-913a-95ee-6d674205f1e6}
-
-
- {21227b69-34ba-dc94-65c0-e08097e60473}
-
-
- {c5cf358f-f6d6-0f61-5433-25f14c446730}
-
-
- {afee1af4-3be7-35e2-f89c-feb8f18a60fd}
-
-
- {a4b02712-30e4-b504-c110-2c93e13629d3}
-
-
- {b67afc83-af32-6fe3-281f-ac212c044641}
-
-
- {1b5cd1f2-714c-1a5f-97d0-2f9712f8476a}
-
-
- {1e8626d6-b6a0-d240-f534-c5e88dad08e8}
-
-
- {b6cb78c7-bc44-ad08-8e43-896c4501b36d}
-
-
- {ac132e01-0f0d-5ff9-8d64-8dada9b5aa38}
-
-
- {333c4390-0b4e-eaaa-5cfe-0663c4d2e613}
-
-
- {93d28ed9-a2ca-418a-4538-d3328b5a212b}
-
-
- {239f8b47-5d3c-673b-95de-5e702a695e8a}
-
-
- {5451193a-c0cf-9361-b431-0f7f4f2d31d1}
-
-
- {012014bf-0161-a228-4c75-8d280092ed20}
-
-
- {7d44a927-3ef3-d18b-0302-52624b4bc08e}
-
-
- {994a9be4-6199-2707-46e1-49bcce2417f1}
-
-
- {8b1e05c6-fec0-22b7-592b-3de20a7ffb14}
-
-
- {944e9321-a6f2-45b7-407b-559efee96ee5}
-
-
- {4ed1f364-a201-a241-2587-22239fe8751e}
-
-
- {8a8810e8-a79d-7a1d-2f0a-7203302f4656}
-
-
- {40ac4b42-6a5a-9537-eb82-d1b80d647dfc}
-
-
- {ef0f6a8b-b04f-e782-21ef-d4ba278d3ee5}
-
-
- {877f005d-13e6-0592-1d97-f2e39d804d43}
-
-
- {ccb2ac63-49d2-977c-cfe8-aeadb8be6a99}
-
-
- {687714a8-1662-fa1c-261f-50f068335398}
-
-
-
-
- src
-
-
- src
-
-
- addons\ofxMSATimer\src
-
-
- addons\ofxRange\src
-
-
- addons\ofxTextInputField\src
-
-
- addons\ofxTimecode\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\src
-
-
- addons\ofxTimeline\libs\kiss\include
-
-
- addons\ofxTimeline\libs\kiss\include
-
-
- addons\ofxTimeline\libs\kiss\src
-
-
- addons\ofxTimeline\libs\openal\include\AL
-
-
- addons\ofxTimeline\libs\openal\include\AL
-
-
- addons\ofxTimeline\libs\openal\include\AL
-
-
- addons\ofxTimeline\libs\openal\include\AL
-
-
- addons\ofxTimeline\libs\openal\include\AL
-
-
- addons\ofxTimeline\libs\openal\include\AL
-
-
- addons\ofxTimeline\libs\sndfile\include
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src\Easings
-
-
- addons\ofxTween\src
-
-
- addons\ofxXmlSettings\src
-
-
- addons\ofxXmlSettings\libs
-
-
- addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions
-
-
-
\ No newline at end of file
diff --git a/example-curvesAndColors/example-curvesAndColors.vcxproj.user b/example-curvesAndColors/example-curvesAndColors.vcxproj.user
deleted file mode 100644
index 90d00fb5..00000000
--- a/example-curvesAndColors/example-curvesAndColors.vcxproj.user
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- $(TargetDir)
- WindowsLocalDebugger
-
-
- $(TargetDir)
- WindowsLocalDebugger
-
-
\ No newline at end of file
diff --git a/example-curvesAndColors/example-curvesAndColors.xcodeproj/project.pbxproj b/example-curvesAndColors/example-curvesAndColors.xcodeproj/project.pbxproj
deleted file mode 100644
index 5ee0c280..00000000
--- a/example-curvesAndColors/example-curvesAndColors.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,1160 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 42;
- objects = {
-
-/* Begin PBXBuildFile section */
- 1479a06207a85dfdeca39f009ad023d0 /* ofxTLImageSequence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */; };
- 14ed851279c06f2bcf0bf27935d38ce3 /* ofxTLAudioTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */; };
- 152eaecabd008d84af7f27f83f4389c4 /* ofxEasingLinear.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */; };
- 168c43f69af6a8042ea0b13f08dfe5ff /* easing_terms_of_use.html in Sources */ = {isa = PBXBuildFile; fileRef = 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */; };
- 27765d1bff26bd9a6186915f24dfd27c /* ofxEasingCirc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */; };
- 32fc7731c1ef7b87e491c93d78c84b88 /* ofxTween.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 497f252390399fcf843297da0271f914 /* ofxTween.cpp */; };
- 3a02cdf226d01ebb6533d47f0bb42c5a /* ofxTLTicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */; };
- 3b32d3b612022d0c5b272bdd39e8a60f /* ofxTLVideoTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */; };
- 46be87fc2c481a1eb41aed2a8b97fe96 /* ofxTLCurves.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */; };
- 49e60cc9bbcafb6eade107cc20884b9c /* ofxTLColorTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */; };
- 4df88daf2c820a78327000e7ac0925c5 /* ofxTLEmptyKeyframes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4fddcdd6e0eed2f5edd672855798f064 /* ofxTLEmptyKeyframes.cpp */; };
- 59eeacb88f062457ff86492c078803bd /* ofxEasingExpo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */; };
- 5a4349e9754d6fa14c0f2a3a1abc30b6 /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */; };
- 5da2e0e8ecdb5b4e2908167d7b74de63 /* ofxHotKeys_impl_linux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4d892fbbb9e438c35b8c5ee430082e72 /* ofxHotKeys_impl_linux.cpp */; };
- 5e0dbde5736deb3a5886b3f1e3b4578d /* ofxEasingBack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */; };
- 63b57ac5bf4ef088491e0317dbb2ecaa /* ofxXmlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */; };
- 6499b8489905bfe9067f8db81e6bbfdf /* ofxTimecode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */; };
- 65b24cd86db2ed8edd3385ac3e4a4783 /* ofxTLVideoThumb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */; };
- 6d7b53ed56654abbf2ff13b127236c33 /* ofxEasingQuad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */; };
- 6e062274743f6716a9ad43959541a220 /* ofxEasingElastic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */; };
- 782c2b355cb6ebc83bdb95e0bd931001 /* kiss_fftr.c in Sources */ = {isa = PBXBuildFile; fileRef = b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */; };
- 7ac6376b15bcf4d368ec068f0ecce711 /* ofxTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */; };
- 7d7ecd8dd8eb4244d7a87f40ba8c53cd /* ofxHotKeys_impl_mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */; };
- 7e769097de6561633305b24c2ad560e7 /* ofxEasingQuint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */; };
- 85a41526fdfa1a8cdaee81f79de999b7 /* ofxEasingQuart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */; };
- 9119bfc53670a98106e367bbc1bd167a /* ofxMSATimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */; };
- 9266028e1aecbb027abf64d8cfab4b5f /* ofxEasing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */; };
- 933a2227713c720ceff80fd967d0a8ee /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */; };
- 95e6e69db45e5f9e4f1c21e09d04b380 /* ofxTLImageTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */; };
- 98126aa8f306f3ee0f5f37bed7056435 /* ofxTLEmptyTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32d83269769d4d7e74bf125b5842071d /* ofxTLEmptyTrack.cpp */; };
- 9d44dc88ef9e7991b4a09951e2e4769f /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */; };
- 9d7bb9637658a8e9d507c66c47db010f /* ofxTLColors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */; };
- 9e8ec2bf8bca13da057fa929463bbafb /* ofxTLSwitches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */; };
- BBAB23CB13894F3D00AA2426 /* GLUT.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; };
- E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; };
- E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9710E8CC7DD009D7055 /* AGL.framework */; };
- E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */; };
- E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */; };
- E45BE97E0E8CC7DD009D7055 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9740E8CC7DD009D7055 /* Carbon.framework */; };
- E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */; };
- E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */; };
- E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9770E8CC7DD009D7055 /* CoreServices.framework */; };
- E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9790E8CC7DD009D7055 /* OpenGL.framework */; };
- E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */; };
- E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1D0A3A1BDC003C02F2 /* main.cpp */; };
- E4B69E210A3A1BDC003C02F2 /* testApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */; };
- E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424410CC5A17004149E2 /* AppKit.framework */; };
- E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424510CC5A17004149E2 /* Cocoa.framework */; };
- E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424610CC5A17004149E2 /* IOKit.framework */; };
- E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; };
- E7213A0016BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E72139FE16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp */; };
- E778AED6163EF5AE003A40B1 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E778AED5163EF5AE003A40B1 /* OpenAL.framework */; };
- E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */; };
- E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E715D3B6510020DFD4 /* QTKit.framework */; };
- E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7F985F515E0DE99003869B5 /* Accelerate.framework */; };
- b3baa90667d4b61631ba59627d616a39 /* ofxTLKeyframes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */; };
- bcfdfc3681cf3552bcdb819e675b5dce /* ofxTLPageTabs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */; };
- c3bc382653a57ce71d4513f1eaba414b /* ofxTLFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */; };
- c7d250488914920c32f18f34136a2175 /* ofxTLPage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */; };
- cf54b41ab5ff1af0e8677338f5f60395 /* ofxTLCameraTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0d65e6a2e0f22f72aa7670d7733a180e /* ofxTLCameraTrack.cpp */; };
- d5f416a7f5798651d8370d5e93c0c797 /* kiss_fft.c in Sources */ = {isa = PBXBuildFile; fileRef = d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */; };
- d7058ecb9868a269655092911f63df8c /* ofxTLInOut.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */; };
- def58837140932f5996c61c2241ef66e /* ofxTLImageSequenceFrame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */; };
- e48c9224adc0eb481a762e226aaffadb /* ofxTLLFO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39833d65fff88a58c3cb8bdf62a80afb /* ofxTLLFO.cpp */; };
- e6b21161287eea55fa4ea984beef0d72 /* ofxTLTrackHeader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */; };
- e816d7d242d315fb53e23f5443df8700 /* ofxEasingCubic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */; };
- e904ef309b050587cf73df2173a531a6 /* ofxHotKeys_impl_win.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */; };
- ead3ce0789481f975f351f39ee5137c4 /* ofxEasingBounce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */; };
- ed77da7c8d99d9b1c9c240c836f5baf7 /* ofxTLZoomer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */; };
- f4a426f97ee8f1a3ead2a8f00212b48a /* ofxTLTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */; };
- f6ca03081709fcbfdaef66765f9e376e /* ofxTextInputField.cpp in Sources */ = {isa = PBXBuildFile; fileRef = bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */; };
- fb591e0c571e53b3ba5a60b84605de3d /* ofxTLBangs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */; };
- fd525b9bc71cf001cac34c5a87c2672f /* ofxRemoveCocoaMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8f610deb3752f20ff149bc096963cf80 /* ofxRemoveCocoaMenu.mm */; };
- fe278f5f783581237ae8ecb25ea719bb /* ofxEasingSine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXContainerItemProxy section */
- E4328147138ABC890047C5CB /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = E4B27C1510CBEB8E00536013;
- remoteInfo = openFrameworks;
- };
- E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = E4B27C1410CBEB8E00536013;
- remoteInfo = openFrameworks;
- };
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXCopyFilesBuildPhase section */
- E4C2427710CC5ABF004149E2 /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- BBAB23CB13894F3D00AA2426 /* GLUT.framework in CopyFiles */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXCopyFilesBuildPhase section */
-
-/* Begin PBXFileReference section */
- 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingBounce.cpp; path = ../../ofxTween/src/Easings/ofxEasingBounce.cpp; sourceTree = SOURCE_ROOT; };
- 01dcc0911400f9acf5b65578af4ec8f9 /* ofxXmlSettings.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxXmlSettings.h; path = ../../ofxXmlSettings/src/ofxXmlSettings.h; sourceTree = SOURCE_ROOT; };
- 03dde55c47701116edeb18007fc4bf75 /* ofxMSATimer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxMSATimer.h; path = ../../ofxMSATimer/src/ofxMSATimer.h; sourceTree = SOURCE_ROOT; };
- 09cbd28db823fe305eb470eeba6c4f78 /* ofxTLImageSequence.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageSequence.h; path = ../src/ofxTLImageSequence.h; sourceTree = SOURCE_ROOT; };
- 0c578fcc784a6245c49aee60b6681712 /* alc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = alc.h; path = ../libs/sndfile/include/AL/alc.h; sourceTree = SOURCE_ROOT; };
- 0d63c00fb3a729e001961ab70e84fb9d /* efx-creative.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = "efx-creative.h"; path = "../libs/sndfile/include/AL/efx-creative.h"; sourceTree = SOURCE_ROOT; };
- 0d65e6a2e0f22f72aa7670d7733a180e /* ofxTLCameraTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLCameraTrack.cpp; path = ../src/ofxTLCameraTrack.cpp; sourceTree = SOURCE_ROOT; };
- 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingExpo.cpp; path = ../../ofxTween/src/Easings/ofxEasingExpo.cpp; sourceTree = SOURCE_ROOT; };
- 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLVideoTrack.cpp; path = ../src/ofxTLVideoTrack.cpp; sourceTree = SOURCE_ROOT; };
- 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLPage.cpp; path = ../src/ofxTLPage.cpp; sourceTree = SOURCE_ROOT; };
- 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTimeline.cpp; path = ../src/ofxTimeline.cpp; sourceTree = SOURCE_ROOT; };
- 1a433a24e8182dd578600bffe7ac6da5 /* ofxTLZoomer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLZoomer.h; path = ../src/ofxTLZoomer.h; sourceTree = SOURCE_ROOT; };
- 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLInOut.cpp; path = ../src/ofxTLInOut.cpp; sourceTree = SOURCE_ROOT; };
- 22ec628e5fa510d7034a99bb49ae8da8 /* ofRange.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofRange.h; path = ../../ofxRange/src/ofRange.h; sourceTree = SOURCE_ROOT; };
- 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageSequence.cpp; path = ../src/ofxTLImageSequence.cpp; sourceTree = SOURCE_ROOT; };
- 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 30; name = ofxHotKeys_impl_mac.mm; path = ../src/ofxHotKeys_impl_mac.mm; sourceTree = SOURCE_ROOT; };
- 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasing.cpp; path = ../../ofxTween/src/Easings/ofxEasing.cpp; sourceTree = SOURCE_ROOT; };
- 2a99d747f2315daf1fb4f247021e7445 /* ofxTLFlags.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLFlags.h; path = ../src/ofxTLFlags.h; sourceTree = SOURCE_ROOT; };
- 2af40c99324fbebe7bab30147fc27af8 /* ofxTLVideoThumb.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLVideoThumb.h; path = ../src/ofxTLVideoThumb.h; sourceTree = SOURCE_ROOT; };
- 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxml.cpp; path = ../../ofxXmlSettings/libs/tinyxml.cpp; sourceTree = SOURCE_ROOT; };
- 2f050e7223102a218b1fb7ecd05fc3f5 /* kiss_fft.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = kiss_fft.h; path = ../libs/kiss/include/kiss_fft.h; sourceTree = SOURCE_ROOT; };
- 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxHotKeys_impl_win.cpp; path = ../src/ofxHotKeys_impl_win.cpp; sourceTree = SOURCE_ROOT; };
- 3241b8bdc0b27471f8ee25d5a3db58b2 /* ofxTLPageTabs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLPageTabs.h; path = ../src/ofxTLPageTabs.h; sourceTree = SOURCE_ROOT; };
- 32d83269769d4d7e74bf125b5842071d /* ofxTLEmptyTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLEmptyTrack.cpp; path = ../src/ofxTLEmptyTrack.cpp; sourceTree = SOURCE_ROOT; };
- 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingCubic.cpp; path = ../../ofxTween/src/Easings/ofxEasingCubic.cpp; sourceTree = SOURCE_ROOT; };
- 39833d65fff88a58c3cb8bdf62a80afb /* ofxTLLFO.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLLFO.cpp; path = ../src/ofxTLLFO.cpp; sourceTree = SOURCE_ROOT; };
- 3d0621ce540a64d8d27e0af7f83b3eb2 /* ofxTLTrackHeader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTrackHeader.h; path = ../src/ofxTLTrackHeader.h; sourceTree = SOURCE_ROOT; };
- 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLColorTrack.cpp; path = ../src/ofxTLColorTrack.cpp; sourceTree = SOURCE_ROOT; };
- 3dbb60625304a9174a9a9635f98e40a7 /* ofxTLImageTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageTrack.h; path = ../src/ofxTLImageTrack.h; sourceTree = SOURCE_ROOT; };
- 3dc6648a0468fbecb5e45b57040e9eb5 /* ofxTween.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTween.h; path = ../../ofxTween/src/ofxTween.h; sourceTree = SOURCE_ROOT; };
- 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageTrack.cpp; path = ../src/ofxTLImageTrack.cpp; sourceTree = SOURCE_ROOT; };
- 410e5fe3eb7fe9cb2726d36d724fd561 /* ofxTLTicker.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTicker.h; path = ../src/ofxTLTicker.h; sourceTree = SOURCE_ROOT; };
- 4162e24aefc4c866df24e11560269162 /* sndfile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = sndfile.h; path = ../libs/sndfile/include/sndfile.h; sourceTree = SOURCE_ROOT; };
- 497f252390399fcf843297da0271f914 /* ofxTween.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTween.cpp; path = ../../ofxTween/src/ofxTween.cpp; sourceTree = SOURCE_ROOT; };
- 4b817954d44bdb7ede7da278e95facfa /* _kiss_fft_guts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = _kiss_fft_guts.h; path = ../libs/kiss/src/_kiss_fft_guts.h; sourceTree = SOURCE_ROOT; };
- 4c0e055e4176057631087aa3938a7c76 /* ofxEasingQuart.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuart.h; path = ../../ofxTween/src/Easings/ofxEasingQuart.h; sourceTree = SOURCE_ROOT; };
- 4d892fbbb9e438c35b8c5ee430082e72 /* ofxHotKeys_impl_linux.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxHotKeys_impl_linux.cpp; path = ../src/ofxHotKeys_impl_linux.cpp; sourceTree = SOURCE_ROOT; };
- 4fddcdd6e0eed2f5edd672855798f064 /* ofxTLEmptyKeyframes.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLEmptyKeyframes.cpp; path = ../src/ofxTLEmptyKeyframes.cpp; sourceTree = SOURCE_ROOT; };
- 50511502e9cfd66a7bb161f2bfee7db5 /* ofxTLCurves.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLCurves.h; path = ../src/ofxTLCurves.h; sourceTree = SOURCE_ROOT; };
- 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxXmlSettings.cpp; path = ../../ofxXmlSettings/src/ofxXmlSettings.cpp; sourceTree = SOURCE_ROOT; };
- 53a47d9878535b9b1670047561971d02 /* ofxTLColorTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLColorTrack.h; path = ../src/ofxTLColorTrack.h; sourceTree = SOURCE_ROOT; };
- 54e92bcd121baa568ec9b4fb6198d262 /* ofxTLEmptyTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLEmptyTrack.h; path = ../src/ofxTLEmptyTrack.h; sourceTree = SOURCE_ROOT; };
- 56d0182470bf6d3d6de9541980e67f8b /* ofxTLEmptyKeyframes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLEmptyKeyframes.h; path = ../src/ofxTLEmptyKeyframes.h; sourceTree = SOURCE_ROOT; };
- 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLSwitches.cpp; path = ../src/ofxTLSwitches.cpp; sourceTree = SOURCE_ROOT; };
- 5e9e6513bec36148928518b774158396 /* ofxEasingQuint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuint.h; path = ../../ofxTween/src/Easings/ofxEasingQuint.h; sourceTree = SOURCE_ROOT; };
- 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingSine.cpp; path = ../../ofxTween/src/Easings/ofxEasingSine.cpp; sourceTree = SOURCE_ROOT; };
- 6146999aa0b432590d07eb521d43e191 /* ofxHotKeys.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxHotKeys.h; path = ../src/ofxHotKeys.h; sourceTree = SOURCE_ROOT; };
- 66c910bfbec609d16e3b249a8448466d /* ofxTLSwitches.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLSwitches.h; path = ../src/ofxTLSwitches.h; sourceTree = SOURCE_ROOT; };
- 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLBangs.cpp; path = ../src/ofxTLBangs.cpp; sourceTree = SOURCE_ROOT; };
- 68eb873762b550705aa7464c7dfffede /* ofxTLLFO.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLLFO.h; path = ../src/ofxTLLFO.h; sourceTree = SOURCE_ROOT; };
- 6bc7dd2c4e83a707848be258865dbb01 /* ofxTLAudioTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLAudioTrack.h; path = ../src/ofxTLAudioTrack.h; sourceTree = SOURCE_ROOT; };
- 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLPageTabs.cpp; path = ../src/ofxTLPageTabs.cpp; sourceTree = SOURCE_ROOT; };
- 7599804c6260ec1cd8d3567dc11aa06a /* ofxEasingLinear.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingLinear.h; path = ../../ofxTween/src/Easings/ofxEasingLinear.h; sourceTree = SOURCE_ROOT; };
- 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingBack.cpp; path = ../../ofxTween/src/Easings/ofxEasingBack.cpp; sourceTree = SOURCE_ROOT; };
- 767479279ebac134d46e74e76dc9f79f /* ofxEasingExpo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingExpo.h; path = ../../ofxTween/src/Easings/ofxEasingExpo.h; sourceTree = SOURCE_ROOT; };
- 7912619b786f0238d22ed5f3c10786f2 /* ofxEasingBack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingBack.h; path = ../../ofxTween/src/Easings/ofxEasingBack.h; sourceTree = SOURCE_ROOT; };
- 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLCurves.cpp; path = ../src/ofxTLCurves.cpp; sourceTree = SOURCE_ROOT; };
- 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlerror.cpp; path = ../../ofxXmlSettings/libs/tinyxmlerror.cpp; sourceTree = SOURCE_ROOT; };
- 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuart.cpp; path = ../../ofxTween/src/Easings/ofxEasingQuart.cpp; sourceTree = SOURCE_ROOT; };
- 883c9e7fc087dbbc061aed5d10b268ef /* ofxTLInOut.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLInOut.h; path = ../src/ofxTLInOut.h; sourceTree = SOURCE_ROOT; };
- 8e52dc6b4ea21969c85b8e832936acc3 /* ofxTLVideoTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLVideoTrack.h; path = ../src/ofxTLVideoTrack.h; sourceTree = SOURCE_ROOT; };
- 8f610deb3752f20ff149bc096963cf80 /* ofxRemoveCocoaMenu.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 30; name = ofxRemoveCocoaMenu.mm; path = ../src/ofxRemoveCocoaMenu.mm; sourceTree = SOURCE_ROOT; };
- 95c5241b62f5d1f0fe6c067b5331bca8 /* ofxTimecode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTimecode.h; path = ../../ofxTimecode/src/ofxTimecode.h; sourceTree = SOURCE_ROOT; };
- 96033bf9d1ef22715e6afdc3b189dbc8 /* ofxTLTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTrack.h; path = ../src/ofxTLTrack.h; sourceTree = SOURCE_ROOT; };
- 9a2f1d6ae148cd25f6bea00506177bc5 /* ofxTimeline.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTimeline.h; path = ../src/ofxTimeline.h; sourceTree = SOURCE_ROOT; };
- 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingLinear.cpp; path = ../../ofxTween/src/Easings/ofxEasingLinear.cpp; sourceTree = SOURCE_ROOT; };
- 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */ = {isa = PBXFileReference; explicitFileType = file; fileEncoding = 30; name = easing_terms_of_use.html; path = ../../ofxTween/src/Easings/easing_terms_of_use.html; sourceTree = SOURCE_ROOT; };
- 9d86b2b57c2f171846dfeaf4c063c399 /* ofxTLBangs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLBangs.h; path = ../src/ofxTLBangs.h; sourceTree = SOURCE_ROOT; };
- BBAB23BE13894E4700AA2426 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = ../../../libs/glut/lib/osx/GLUT.framework; sourceTree = ""; };
- E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openFrameworksLib.xcodeproj; path = ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj; sourceTree = SOURCE_ROOT; };
- E45BE9710E8CC7DD009D7055 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = ""; };
- E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = ""; };
- E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; };
- E45BE9740E8CC7DD009D7055 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; };
- E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; };
- E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = ""; };
- E45BE9770E8CC7DD009D7055 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; };
- E45BE9790E8CC7DD009D7055 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; };
- E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; };
- E4B69B5B0A3A1756003C02F2 /* example-curvesAndColorsDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "example-curvesAndColorsDebug.app"; sourceTree = BUILT_PRODUCTS_DIR; };
- E4B69E1D0A3A1BDC003C02F2 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; };
- E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = testApp.cpp; path = src/testApp.cpp; sourceTree = SOURCE_ROOT; };
- E4B69E1F0A3A1BDC003C02F2 /* testApp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = testApp.h; path = src/testApp.h; sourceTree = SOURCE_ROOT; };
- E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = "openFrameworks-Info.plist"; sourceTree = ""; };
- E4C2424410CC5A17004149E2 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; };
- E4C2424510CC5A17004149E2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; };
- E4C2424610CC5A17004149E2 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = ""; };
- E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = CoreOF.xcconfig; path = ../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig; sourceTree = SOURCE_ROOT; };
- E4EB6923138AFD0F00A09F29 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = ""; };
- E72139FE16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofOpenALSoundPlayer_TimelineAdditions.cpp; sourceTree = ""; };
- E72139FF16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofOpenALSoundPlayer_TimelineAdditions.h; sourceTree = ""; };
- E778AED5163EF5AE003A40B1 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
- E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = /System/Library/Frameworks/CoreVideo.framework; sourceTree = ""; };
- E7E077E715D3B6510020DFD4 /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = ""; };
- E7F985F515E0DE99003869B5 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = /System/Library/Frameworks/Accelerate.framework; sourceTree = ""; };
- a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLVideoThumb.cpp; path = ../src/ofxTLVideoThumb.cpp; sourceTree = SOURCE_ROOT; };
- a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingElastic.cpp; path = ../../ofxTween/src/Easings/ofxEasingElastic.cpp; sourceTree = SOURCE_ROOT; };
- a365e230090b71900f9a7987aa6fccec /* ofxTLEvents.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLEvents.h; path = ../src/ofxTLEvents.h; sourceTree = SOURCE_ROOT; };
- a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingCirc.cpp; path = ../../ofxTween/src/Easings/ofxEasingCirc.cpp; sourceTree = SOURCE_ROOT; };
- a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTrack.cpp; path = ../src/ofxTLTrack.cpp; sourceTree = SOURCE_ROOT; };
- a9fe46c20e767b29c5997ad3a88b9f7b /* ofxEasingBounce.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingBounce.h; path = ../../ofxTween/src/Easings/ofxEasingBounce.h; sourceTree = SOURCE_ROOT; };
- ac5ddd8bbd12e8e173e4ae81a6b924bc /* ofxTextInputField.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTextInputField.h; path = ../../ofxTextInputField/src/ofxTextInputField.h; sourceTree = SOURCE_ROOT; };
- af17eb492db2858a0ebd94cd64092fb9 /* ofxEasingCirc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingCirc.h; path = ../../ofxTween/src/Easings/ofxEasingCirc.h; sourceTree = SOURCE_ROOT; };
- afcc811df430141d32bab3ebf9ba8734 /* ofxTLColors.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLColors.h; path = ../src/ofxTLColors.h; sourceTree = SOURCE_ROOT; };
- b07c508e7717e6c892502adf5fddc285 /* ofxEasingQuad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuad.h; path = ../../ofxTween/src/Easings/ofxEasingQuad.h; sourceTree = SOURCE_ROOT; };
- b21e7e5f548eea92f368040bb1aa2f69 /* tinyxml.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = tinyxml.h; path = ../../ofxXmlSettings/libs/tinyxml.h; sourceTree = SOURCE_ROOT; };
- b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxMSATimer.cpp; path = ../../ofxMSATimer/src/ofxMSATimer.cpp; sourceTree = SOURCE_ROOT; };
- b788152c3fe538e700d063c7d17da903 /* ofxEasingCubic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingCubic.h; path = ../../ofxTween/src/Easings/ofxEasingCubic.h; sourceTree = SOURCE_ROOT; };
- b7886c7b71ddb1e4091232870f09bb9e /* efx.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = efx.h; path = ../libs/sndfile/include/AL/efx.h; sourceTree = SOURCE_ROOT; };
- b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 30; name = kiss_fftr.c; path = ../libs/kiss/src/kiss_fftr.c; sourceTree = SOURCE_ROOT; };
- b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuad.cpp; path = ../../ofxTween/src/Easings/ofxEasingQuad.cpp; sourceTree = SOURCE_ROOT; };
- b9fd7617cf5f462774962af9384ef0ac /* ofxTLKeyframes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLKeyframes.h; path = ../src/ofxTLKeyframes.h; sourceTree = SOURCE_ROOT; };
- ba109f25bb170b74a96b155fe64e5f9b /* alext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = alext.h; path = ../libs/sndfile/include/AL/alext.h; sourceTree = SOURCE_ROOT; };
- bc6bde994c25a3b82b30f694893b581f /* ofxTLPage.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLPage.h; path = ../src/ofxTLPage.h; sourceTree = SOURCE_ROOT; };
- bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTextInputField.cpp; path = ../../ofxTextInputField/src/ofxTextInputField.cpp; sourceTree = SOURCE_ROOT; };
- bfee9391f78307b42aa09c9afad043a8 /* kiss_fftr.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = kiss_fftr.h; path = ../libs/kiss/include/kiss_fftr.h; sourceTree = SOURCE_ROOT; };
- c5b9174723940db207e7ab82b583bc7d /* al.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = al.h; path = ../libs/sndfile/include/AL/al.h; sourceTree = SOURCE_ROOT; };
- c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLZoomer.cpp; path = ../src/ofxTLZoomer.cpp; sourceTree = SOURCE_ROOT; };
- ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageSequenceFrame.cpp; path = ../src/ofxTLImageSequenceFrame.cpp; sourceTree = SOURCE_ROOT; };
- d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 30; name = kiss_fft.c; path = ../libs/kiss/src/kiss_fft.c; sourceTree = SOURCE_ROOT; };
- d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTimecode.cpp; path = ../../ofxTimecode/src/ofxTimecode.cpp; sourceTree = SOURCE_ROOT; };
- db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLFlags.cpp; path = ../src/ofxTLFlags.cpp; sourceTree = SOURCE_ROOT; };
- dd476420fbc881796f865bb5fa4c12c7 /* ofxEasingSine.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingSine.h; path = ../../ofxTween/src/Easings/ofxEasingSine.h; sourceTree = SOURCE_ROOT; };
- df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLColors.cpp; path = ../src/ofxTLColors.cpp; sourceTree = SOURCE_ROOT; };
- e351bffb9fe51b25781f113575f5bbcd /* ofxTLImageSequenceFrame.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageSequenceFrame.h; path = ../src/ofxTLImageSequenceFrame.h; sourceTree = SOURCE_ROOT; };
- e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLKeyframes.cpp; path = ../src/ofxTLKeyframes.cpp; sourceTree = SOURCE_ROOT; };
- e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTicker.cpp; path = ../src/ofxTLTicker.cpp; sourceTree = SOURCE_ROOT; };
- ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTrackHeader.cpp; path = ../src/ofxTLTrackHeader.cpp; sourceTree = SOURCE_ROOT; };
- f1e73f8a9b812cbc0ee8dc880fe10d08 /* ofxTLCameraTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLCameraTrack.h; path = ../src/ofxTLCameraTrack.h; sourceTree = SOURCE_ROOT; };
- f71e87964e92020fb74d20d9c8850f29 /* ofxRemoveCocoaMenu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxRemoveCocoaMenu.h; path = ../src/ofxRemoveCocoaMenu.h; sourceTree = SOURCE_ROOT; };
- f9ba36c5a685069e2cbb73f48cfc2764 /* efx-presets.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = "efx-presets.h"; path = "../libs/sndfile/include/AL/efx-presets.h"; sourceTree = SOURCE_ROOT; };
- fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuint.cpp; path = ../../ofxTween/src/Easings/ofxEasingQuint.cpp; sourceTree = SOURCE_ROOT; };
- fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlparser.cpp; path = ../../ofxXmlSettings/libs/tinyxmlparser.cpp; sourceTree = SOURCE_ROOT; };
- fc9b34c5cb5b0acaff02ed20e6f129e7 /* ofxEasing.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasing.h; path = ../../ofxTween/src/Easings/ofxEasing.h; sourceTree = SOURCE_ROOT; };
- fe4db52d544b8c725e615958d18ecbc4 /* ofxEasingElastic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingElastic.h; path = ../../ofxTween/src/Easings/ofxEasingElastic.h; sourceTree = SOURCE_ROOT; };
- fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLAudioTrack.cpp; path = ../src/ofxTLAudioTrack.cpp; sourceTree = SOURCE_ROOT; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- E4B69B590A3A1756003C02F2 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E778AED6163EF5AE003A40B1 /* OpenAL.framework in Frameworks */,
- E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */,
- E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */,
- E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */,
- E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */,
- E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */,
- E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */,
- E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */,
- E45BE97E0E8CC7DD009D7055 /* Carbon.framework in Frameworks */,
- E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */,
- E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */,
- E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */,
- E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */,
- E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */,
- E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */,
- E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */,
- E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */,
- E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 11d541a012ed5066ea787e91fcea7ac8 /* libs */ = {
- isa = PBXGroup;
- children = (
- f122d593cd2892560a5b03c893f7b98a /* kiss */,
- 79433c413c03b5e0758af057f10b84fa /* ofOpenALSoundPlayer_TimelineAdditions */,
- c3064ef956e24eacfd8fe45767b61193 /* sndfile */,
- );
- name = libs;
- sourceTree = "";
- };
- 1f293a20d2b096d59c4f24ddc5226665 /* ofxTween */ = {
- isa = PBXGroup;
- children = (
- 81b62db6c371dad643503fef78aa1855 /* src */,
- );
- name = ofxTween;
- sourceTree = "";
- };
- 1f4fb5c423662b96adfdcc0badec1cb0 /* ofxXmlSettings */ = {
- isa = PBXGroup;
- children = (
- 6ecef0d76bc33727823eadffc320c44d /* src */,
- 6e54289412d2d94f45a051132369530c /* libs */,
- );
- name = ofxXmlSettings;
- sourceTree = "";
- };
- 3c8a947d9c8a0aa13fbe74e89a4c2854 /* ofxTimeline */ = {
- isa = PBXGroup;
- children = (
- 95ec4749e558adf7ecf154b0871e5f7e /* src */,
- 11d541a012ed5066ea787e91fcea7ac8 /* libs */,
- );
- name = ofxTimeline;
- sourceTree = "";
- };
- 5d5c0ae687ac481a1ca3e1c200964ccc /* ofxMSATimer */ = {
- isa = PBXGroup;
- children = (
- b0520b7d20d3f978fd7358785945208a /* src */,
- );
- name = ofxMSATimer;
- sourceTree = "";
- };
- 6e54289412d2d94f45a051132369530c /* libs */ = {
- isa = PBXGroup;
- children = (
- 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */,
- b21e7e5f548eea92f368040bb1aa2f69 /* tinyxml.h */,
- 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */,
- fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */,
- );
- name = libs;
- sourceTree = "";
- };
- 6ecef0d76bc33727823eadffc320c44d /* src */ = {
- isa = PBXGroup;
- children = (
- 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */,
- 01dcc0911400f9acf5b65578af4ec8f9 /* ofxXmlSettings.h */,
- );
- name = src;
- sourceTree = "";
- };
- 70ff9c14d29b092149d0cc4d17883251 /* include */ = {
- isa = PBXGroup;
- children = (
- 2f050e7223102a218b1fb7ecd05fc3f5 /* kiss_fft.h */,
- bfee9391f78307b42aa09c9afad043a8 /* kiss_fftr.h */,
- );
- name = include;
- sourceTree = "";
- };
- 79433c413c03b5e0758af057f10b84fa /* ofOpenALSoundPlayer_TimelineAdditions */ = {
- isa = PBXGroup;
- children = (
- E72139FD16BCCDD60011637E /* src */,
- );
- name = ofOpenALSoundPlayer_TimelineAdditions;
- sourceTree = "";
- };
- 81b62db6c371dad643503fef78aa1855 /* src */ = {
- isa = PBXGroup;
- children = (
- b59ddd3c0eb9ffc71f28869b15a0ff91 /* Easings */,
- 497f252390399fcf843297da0271f914 /* ofxTween.cpp */,
- 3dc6648a0468fbecb5e45b57040e9eb5 /* ofxTween.h */,
- );
- name = src;
- sourceTree = "";
- };
- 86df17850277042c979393f5dbd67836 /* src */ = {
- isa = PBXGroup;
- children = (
- 22ec628e5fa510d7034a99bb49ae8da8 /* ofRange.h */,
- );
- name = src;
- sourceTree = "";
- };
- 8efd6815c031741ffaa1a0012419f7cf /* ofxTimecode */ = {
- isa = PBXGroup;
- children = (
- abe37a0bb21b3d890efc285b57b7e0d9 /* src */,
- );
- name = ofxTimecode;
- sourceTree = "";
- };
- 95ec4749e558adf7ecf154b0871e5f7e /* src */ = {
- isa = PBXGroup;
- children = (
- 6146999aa0b432590d07eb521d43e191 /* ofxHotKeys.h */,
- 4d892fbbb9e438c35b8c5ee430082e72 /* ofxHotKeys_impl_linux.cpp */,
- 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */,
- 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */,
- f71e87964e92020fb74d20d9c8850f29 /* ofxRemoveCocoaMenu.h */,
- 8f610deb3752f20ff149bc096963cf80 /* ofxRemoveCocoaMenu.mm */,
- 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */,
- 9a2f1d6ae148cd25f6bea00506177bc5 /* ofxTimeline.h */,
- fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */,
- 6bc7dd2c4e83a707848be258865dbb01 /* ofxTLAudioTrack.h */,
- 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */,
- 9d86b2b57c2f171846dfeaf4c063c399 /* ofxTLBangs.h */,
- 0d65e6a2e0f22f72aa7670d7733a180e /* ofxTLCameraTrack.cpp */,
- f1e73f8a9b812cbc0ee8dc880fe10d08 /* ofxTLCameraTrack.h */,
- df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */,
- afcc811df430141d32bab3ebf9ba8734 /* ofxTLColors.h */,
- 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */,
- 53a47d9878535b9b1670047561971d02 /* ofxTLColorTrack.h */,
- 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */,
- 50511502e9cfd66a7bb161f2bfee7db5 /* ofxTLCurves.h */,
- 4fddcdd6e0eed2f5edd672855798f064 /* ofxTLEmptyKeyframes.cpp */,
- 56d0182470bf6d3d6de9541980e67f8b /* ofxTLEmptyKeyframes.h */,
- 32d83269769d4d7e74bf125b5842071d /* ofxTLEmptyTrack.cpp */,
- 54e92bcd121baa568ec9b4fb6198d262 /* ofxTLEmptyTrack.h */,
- a365e230090b71900f9a7987aa6fccec /* ofxTLEvents.h */,
- db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */,
- 2a99d747f2315daf1fb4f247021e7445 /* ofxTLFlags.h */,
- 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */,
- 09cbd28db823fe305eb470eeba6c4f78 /* ofxTLImageSequence.h */,
- ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */,
- e351bffb9fe51b25781f113575f5bbcd /* ofxTLImageSequenceFrame.h */,
- 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */,
- 3dbb60625304a9174a9a9635f98e40a7 /* ofxTLImageTrack.h */,
- 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */,
- 883c9e7fc087dbbc061aed5d10b268ef /* ofxTLInOut.h */,
- e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */,
- b9fd7617cf5f462774962af9384ef0ac /* ofxTLKeyframes.h */,
- 39833d65fff88a58c3cb8bdf62a80afb /* ofxTLLFO.cpp */,
- 68eb873762b550705aa7464c7dfffede /* ofxTLLFO.h */,
- 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */,
- bc6bde994c25a3b82b30f694893b581f /* ofxTLPage.h */,
- 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */,
- 3241b8bdc0b27471f8ee25d5a3db58b2 /* ofxTLPageTabs.h */,
- 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */,
- 66c910bfbec609d16e3b249a8448466d /* ofxTLSwitches.h */,
- e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */,
- 410e5fe3eb7fe9cb2726d36d724fd561 /* ofxTLTicker.h */,
- a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */,
- 96033bf9d1ef22715e6afdc3b189dbc8 /* ofxTLTrack.h */,
- ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */,
- 3d0621ce540a64d8d27e0af7f83b3eb2 /* ofxTLTrackHeader.h */,
- a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */,
- 2af40c99324fbebe7bab30147fc27af8 /* ofxTLVideoThumb.h */,
- 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */,
- 8e52dc6b4ea21969c85b8e832936acc3 /* ofxTLVideoTrack.h */,
- c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */,
- 1a433a24e8182dd578600bffe7ac6da5 /* ofxTLZoomer.h */,
- );
- name = src;
- sourceTree = "";
- };
- 9fd9332064a1194ac3cd20c226cc5a32 /* ofxRange */ = {
- isa = PBXGroup;
- children = (
- 86df17850277042c979393f5dbd67836 /* src */,
- );
- name = ofxRange;
- sourceTree = "";
- };
- BB4B014C10F69532006C3DED /* addons */ = {
- isa = PBXGroup;
- children = (
- 1f4fb5c423662b96adfdcc0badec1cb0 /* ofxXmlSettings */,
- 5d5c0ae687ac481a1ca3e1c200964ccc /* ofxMSATimer */,
- 9fd9332064a1194ac3cd20c226cc5a32 /* ofxRange */,
- ab88b4fd5d7f4abf53230e5a327c1368 /* ofxTextInputField */,
- 8efd6815c031741ffaa1a0012419f7cf /* ofxTimecode */,
- 3c8a947d9c8a0aa13fbe74e89a4c2854 /* ofxTimeline */,
- 1f293a20d2b096d59c4f24ddc5226665 /* ofxTween */,
- );
- name = addons;
- sourceTree = "";
- };
- BBAB23C913894ECA00AA2426 /* system frameworks */ = {
- isa = PBXGroup;
- children = (
- E778AED5163EF5AE003A40B1 /* OpenAL.framework */,
- E7F985F515E0DE99003869B5 /* Accelerate.framework */,
- E4C2424410CC5A17004149E2 /* AppKit.framework */,
- E4C2424510CC5A17004149E2 /* Cocoa.framework */,
- E4C2424610CC5A17004149E2 /* IOKit.framework */,
- E45BE9710E8CC7DD009D7055 /* AGL.framework */,
- E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */,
- E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */,
- E45BE9740E8CC7DD009D7055 /* Carbon.framework */,
- E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */,
- E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */,
- E45BE9770E8CC7DD009D7055 /* CoreServices.framework */,
- E45BE9790E8CC7DD009D7055 /* OpenGL.framework */,
- E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */,
- E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */,
- E7E077E715D3B6510020DFD4 /* QTKit.framework */,
- );
- name = "system frameworks";
- sourceTree = "";
- };
- BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */ = {
- isa = PBXGroup;
- children = (
- BBAB23BE13894E4700AA2426 /* GLUT.framework */,
- );
- name = "3rd party frameworks";
- sourceTree = "";
- };
- E4328144138ABC890047C5CB /* Products */ = {
- isa = PBXGroup;
- children = (
- E4328148138ABC890047C5CB /* openFrameworksDebug.a */,
- );
- name = Products;
- sourceTree = "";
- };
- E45BE5980E8CC70C009D7055 /* frameworks */ = {
- isa = PBXGroup;
- children = (
- BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */,
- BBAB23C913894ECA00AA2426 /* system frameworks */,
- );
- name = frameworks;
- sourceTree = "";
- };
- E4B69B4A0A3A1720003C02F2 = {
- isa = PBXGroup;
- children = (
- E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */,
- E4EB6923138AFD0F00A09F29 /* Project.xcconfig */,
- E4B69E1C0A3A1BDC003C02F2 /* src */,
- E4EEC9E9138DF44700A80321 /* openFrameworks */,
- BB4B014C10F69532006C3DED /* addons */,
- E45BE5980E8CC70C009D7055 /* frameworks */,
- E4B69B5B0A3A1756003C02F2 /* example-curvesAndColorsDebug.app */,
- );
- sourceTree = "";
- };
- E4B69E1C0A3A1BDC003C02F2 /* src */ = {
- isa = PBXGroup;
- children = (
- E4B69E1D0A3A1BDC003C02F2 /* main.cpp */,
- E4B69E1F0A3A1BDC003C02F2 /* testApp.h */,
- E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */,
- );
- path = src;
- sourceTree = SOURCE_ROOT;
- };
- E4EEC9E9138DF44700A80321 /* openFrameworks */ = {
- isa = PBXGroup;
- children = (
- E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */,
- E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */,
- );
- name = openFrameworks;
- sourceTree = "";
- };
- E72139FD16BCCDD60011637E /* src */ = {
- isa = PBXGroup;
- children = (
- E72139FE16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp */,
- E72139FF16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.h */,
- );
- name = src;
- path = ../libs/ofOpenALSoundPlayer_TimelineAdditions/src;
- sourceTree = "";
- };
- a84c320c111785eeee9deb836e25dc1f /* src */ = {
- isa = PBXGroup;
- children = (
- bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */,
- ac5ddd8bbd12e8e173e4ae81a6b924bc /* ofxTextInputField.h */,
- );
- name = src;
- sourceTree = "";
- };
- ab88b4fd5d7f4abf53230e5a327c1368 /* ofxTextInputField */ = {
- isa = PBXGroup;
- children = (
- a84c320c111785eeee9deb836e25dc1f /* src */,
- );
- name = ofxTextInputField;
- sourceTree = "";
- };
- abe37a0bb21b3d890efc285b57b7e0d9 /* src */ = {
- isa = PBXGroup;
- children = (
- d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */,
- 95c5241b62f5d1f0fe6c067b5331bca8 /* ofxTimecode.h */,
- );
- name = src;
- sourceTree = "";
- };
- b0520b7d20d3f978fd7358785945208a /* src */ = {
- isa = PBXGroup;
- children = (
- b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */,
- 03dde55c47701116edeb18007fc4bf75 /* ofxMSATimer.h */,
- );
- name = src;
- sourceTree = "";
- };
- b59ddd3c0eb9ffc71f28869b15a0ff91 /* Easings */ = {
- isa = PBXGroup;
- children = (
- 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */,
- 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */,
- fc9b34c5cb5b0acaff02ed20e6f129e7 /* ofxEasing.h */,
- 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */,
- 7912619b786f0238d22ed5f3c10786f2 /* ofxEasingBack.h */,
- 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */,
- a9fe46c20e767b29c5997ad3a88b9f7b /* ofxEasingBounce.h */,
- a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */,
- af17eb492db2858a0ebd94cd64092fb9 /* ofxEasingCirc.h */,
- 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */,
- b788152c3fe538e700d063c7d17da903 /* ofxEasingCubic.h */,
- a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */,
- fe4db52d544b8c725e615958d18ecbc4 /* ofxEasingElastic.h */,
- 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */,
- 767479279ebac134d46e74e76dc9f79f /* ofxEasingExpo.h */,
- 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */,
- 7599804c6260ec1cd8d3567dc11aa06a /* ofxEasingLinear.h */,
- b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */,
- b07c508e7717e6c892502adf5fddc285 /* ofxEasingQuad.h */,
- 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */,
- 4c0e055e4176057631087aa3938a7c76 /* ofxEasingQuart.h */,
- fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */,
- 5e9e6513bec36148928518b774158396 /* ofxEasingQuint.h */,
- 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */,
- dd476420fbc881796f865bb5fa4c12c7 /* ofxEasingSine.h */,
- );
- name = Easings;
- sourceTree = "";
- };
- b7fb12801274cae3603ea4cfdecec294 /* AL */ = {
- isa = PBXGroup;
- children = (
- c5b9174723940db207e7ab82b583bc7d /* al.h */,
- 0c578fcc784a6245c49aee60b6681712 /* alc.h */,
- ba109f25bb170b74a96b155fe64e5f9b /* alext.h */,
- 0d63c00fb3a729e001961ab70e84fb9d /* efx-creative.h */,
- f9ba36c5a685069e2cbb73f48cfc2764 /* efx-presets.h */,
- b7886c7b71ddb1e4091232870f09bb9e /* efx.h */,
- );
- name = AL;
- sourceTree = "";
- };
- c3064ef956e24eacfd8fe45767b61193 /* sndfile */ = {
- isa = PBXGroup;
- children = (
- e7558d68ea34b87a36db465c78f95890 /* include */,
- );
- name = sndfile;
- sourceTree = "";
- };
- e1ad38c5f775f42c90542e371f9991a1 /* src */ = {
- isa = PBXGroup;
- children = (
- 4b817954d44bdb7ede7da278e95facfa /* _kiss_fft_guts.h */,
- d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */,
- b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */,
- );
- name = src;
- sourceTree = "";
- };
- e7558d68ea34b87a36db465c78f95890 /* include */ = {
- isa = PBXGroup;
- children = (
- b7fb12801274cae3603ea4cfdecec294 /* AL */,
- 4162e24aefc4c866df24e11560269162 /* sndfile.h */,
- );
- name = include;
- sourceTree = "";
- };
- f122d593cd2892560a5b03c893f7b98a /* kiss */ = {
- isa = PBXGroup;
- children = (
- 70ff9c14d29b092149d0cc4d17883251 /* include */,
- e1ad38c5f775f42c90542e371f9991a1 /* src */,
- );
- name = kiss;
- sourceTree = "";
- };
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
- E4B69B5A0A3A1756003C02F2 /* example-curvesAndColors */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example-curvesAndColors" */;
- buildPhases = (
- E4B69B580A3A1756003C02F2 /* Sources */,
- E4B69B590A3A1756003C02F2 /* Frameworks */,
- E4B6FFFD0C3F9AB9008CF71C /* ShellScript */,
- E4C2427710CC5ABF004149E2 /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- E4EEB9AC138B136A00A80321 /* PBXTargetDependency */,
- );
- name = "example-curvesAndColors";
- productName = myOFApp;
- productReference = E4B69B5B0A3A1756003C02F2 /* example-curvesAndColorsDebug.app */;
- productType = "com.apple.product-type.application";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- E4B69B4C0A3A1720003C02F2 /* Project object */ = {
- isa = PBXProject;
- buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example-curvesAndColors" */;
- compatibilityVersion = "Xcode 2.4";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- English,
- Japanese,
- French,
- German,
- );
- mainGroup = E4B69B4A0A3A1720003C02F2;
- productRefGroup = E4B69B4A0A3A1720003C02F2;
- projectDirPath = "";
- projectReferences = (
- {
- ProductGroup = E4328144138ABC890047C5CB /* Products */;
- ProjectRef = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- },
- );
- projectRoot = "";
- targets = (
- E4B69B5A0A3A1756003C02F2 /* example-curvesAndColors */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXReferenceProxy section */
- E4328148138ABC890047C5CB /* openFrameworksDebug.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = openFrameworksDebug.a;
- remoteRef = E4328147138ABC890047C5CB /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
-/* End PBXReferenceProxy section */
-
-/* Begin PBXShellScriptBuildPhase section */
- E4B6FFFD0C3F9AB9008CF71C /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "cp -f ../../../libs/fmodex/lib/osx/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/libfmodex.dylib\"; install_name_tool -change ./libfmodex.dylib @executable_path/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME\";";
- };
-/* End PBXShellScriptBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
- E4B69B580A3A1756003C02F2 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */,
- E4B69E210A3A1BDC003C02F2 /* testApp.cpp in Sources */,
- 63b57ac5bf4ef088491e0317dbb2ecaa /* ofxXmlSettings.cpp in Sources */,
- 933a2227713c720ceff80fd967d0a8ee /* tinyxml.cpp in Sources */,
- 9d44dc88ef9e7991b4a09951e2e4769f /* tinyxmlerror.cpp in Sources */,
- 5a4349e9754d6fa14c0f2a3a1abc30b6 /* tinyxmlparser.cpp in Sources */,
- 9119bfc53670a98106e367bbc1bd167a /* ofxMSATimer.cpp in Sources */,
- f6ca03081709fcbfdaef66765f9e376e /* ofxTextInputField.cpp in Sources */,
- 6499b8489905bfe9067f8db81e6bbfdf /* ofxTimecode.cpp in Sources */,
- 5da2e0e8ecdb5b4e2908167d7b74de63 /* ofxHotKeys_impl_linux.cpp in Sources */,
- 7d7ecd8dd8eb4244d7a87f40ba8c53cd /* ofxHotKeys_impl_mac.mm in Sources */,
- e904ef309b050587cf73df2173a531a6 /* ofxHotKeys_impl_win.cpp in Sources */,
- fd525b9bc71cf001cac34c5a87c2672f /* ofxRemoveCocoaMenu.mm in Sources */,
- 7ac6376b15bcf4d368ec068f0ecce711 /* ofxTimeline.cpp in Sources */,
- 14ed851279c06f2bcf0bf27935d38ce3 /* ofxTLAudioTrack.cpp in Sources */,
- fb591e0c571e53b3ba5a60b84605de3d /* ofxTLBangs.cpp in Sources */,
- cf54b41ab5ff1af0e8677338f5f60395 /* ofxTLCameraTrack.cpp in Sources */,
- 9d7bb9637658a8e9d507c66c47db010f /* ofxTLColors.cpp in Sources */,
- 49e60cc9bbcafb6eade107cc20884b9c /* ofxTLColorTrack.cpp in Sources */,
- 46be87fc2c481a1eb41aed2a8b97fe96 /* ofxTLCurves.cpp in Sources */,
- 4df88daf2c820a78327000e7ac0925c5 /* ofxTLEmptyKeyframes.cpp in Sources */,
- 98126aa8f306f3ee0f5f37bed7056435 /* ofxTLEmptyTrack.cpp in Sources */,
- c3bc382653a57ce71d4513f1eaba414b /* ofxTLFlags.cpp in Sources */,
- 1479a06207a85dfdeca39f009ad023d0 /* ofxTLImageSequence.cpp in Sources */,
- def58837140932f5996c61c2241ef66e /* ofxTLImageSequenceFrame.cpp in Sources */,
- 95e6e69db45e5f9e4f1c21e09d04b380 /* ofxTLImageTrack.cpp in Sources */,
- d7058ecb9868a269655092911f63df8c /* ofxTLInOut.cpp in Sources */,
- b3baa90667d4b61631ba59627d616a39 /* ofxTLKeyframes.cpp in Sources */,
- e48c9224adc0eb481a762e226aaffadb /* ofxTLLFO.cpp in Sources */,
- c7d250488914920c32f18f34136a2175 /* ofxTLPage.cpp in Sources */,
- bcfdfc3681cf3552bcdb819e675b5dce /* ofxTLPageTabs.cpp in Sources */,
- 9e8ec2bf8bca13da057fa929463bbafb /* ofxTLSwitches.cpp in Sources */,
- 3a02cdf226d01ebb6533d47f0bb42c5a /* ofxTLTicker.cpp in Sources */,
- f4a426f97ee8f1a3ead2a8f00212b48a /* ofxTLTrack.cpp in Sources */,
- e6b21161287eea55fa4ea984beef0d72 /* ofxTLTrackHeader.cpp in Sources */,
- 65b24cd86db2ed8edd3385ac3e4a4783 /* ofxTLVideoThumb.cpp in Sources */,
- 3b32d3b612022d0c5b272bdd39e8a60f /* ofxTLVideoTrack.cpp in Sources */,
- ed77da7c8d99d9b1c9c240c836f5baf7 /* ofxTLZoomer.cpp in Sources */,
- d5f416a7f5798651d8370d5e93c0c797 /* kiss_fft.c in Sources */,
- 782c2b355cb6ebc83bdb95e0bd931001 /* kiss_fftr.c in Sources */,
- 168c43f69af6a8042ea0b13f08dfe5ff /* easing_terms_of_use.html in Sources */,
- 9266028e1aecbb027abf64d8cfab4b5f /* ofxEasing.cpp in Sources */,
- 5e0dbde5736deb3a5886b3f1e3b4578d /* ofxEasingBack.cpp in Sources */,
- ead3ce0789481f975f351f39ee5137c4 /* ofxEasingBounce.cpp in Sources */,
- 27765d1bff26bd9a6186915f24dfd27c /* ofxEasingCirc.cpp in Sources */,
- e816d7d242d315fb53e23f5443df8700 /* ofxEasingCubic.cpp in Sources */,
- 6e062274743f6716a9ad43959541a220 /* ofxEasingElastic.cpp in Sources */,
- 59eeacb88f062457ff86492c078803bd /* ofxEasingExpo.cpp in Sources */,
- 152eaecabd008d84af7f27f83f4389c4 /* ofxEasingLinear.cpp in Sources */,
- 6d7b53ed56654abbf2ff13b127236c33 /* ofxEasingQuad.cpp in Sources */,
- 85a41526fdfa1a8cdaee81f79de999b7 /* ofxEasingQuart.cpp in Sources */,
- 7e769097de6561633305b24c2ad560e7 /* ofxEasingQuint.cpp in Sources */,
- fe278f5f783581237ae8ecb25ea719bb /* ofxEasingSine.cpp in Sources */,
- 32fc7731c1ef7b87e491c93d78c84b88 /* ofxTween.cpp in Sources */,
- E7213A0016BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXTargetDependency section */
- E4EEB9AC138B136A00A80321 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = openFrameworks;
- targetProxy = E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */;
- };
-/* End PBXTargetDependency section */
-
-/* Begin XCBuildConfiguration section */
- E4B69B4E0A3A1720003C02F2 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */;
- buildSettings = {
- ARCHS = "$(NATIVE_ARCH)";
- CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/";
- COPY_PHASE_STRIP = NO;
- DEAD_CODE_STRIPPING = YES;
- GCC_AUTO_VECTORIZATION = YES;
- GCC_ENABLE_SSE3_EXTENSIONS = YES;
- GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
- GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
- GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO;
- GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
- GCC_WARN_UNINITIALIZED_AUTOS = NO;
- GCC_WARN_UNUSED_VALUE = NO;
- GCC_WARN_UNUSED_VARIABLE = NO;
- HEADER_SEARCH_PATHS = (
- "$(OF_CORE_HEADERS)",
- ../../../addons/ofxXmlSettings/libs,
- ../../../addons/ofxXmlSettings/src,
- ../../../addons/ofxMSATimer/libs,
- ../../../addons/ofxMSATimer/src,
- ../../../addons/ofxRange/libs,
- ../../../addons/ofxRange/src,
- ../../../addons/ofxTextInputField/libs,
- ../../../addons/ofxTextInputField/src,
- ../../../addons/ofxTimecode/libs,
- ../../../addons/ofxTimecode/src,
- ../../../addons/ofxTimeline/libs,
- ../../../addons/ofxTimeline/libs/kiss,
- ../../../addons/ofxTimeline/libs/kiss/include,
- ../../../addons/ofxTimeline/libs/kiss/lib,
- ../../../addons/ofxTimeline/libs/kiss/src,
- ../../../addons/ofxTimeline/libs/ofOpenALSoundPlayer_TimelineAdditions,
- ../../../addons/ofxTimeline/libs/sndfile,
- ../../../addons/ofxTimeline/libs/sndfile/include,
- ../../../addons/ofxTimeline/libs/sndfile/include/AL,
- ../../../addons/ofxTimeline/libs/sndfile/lib,
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx,
- ../../../addons/ofxTimeline/libs/vorbis,
- ../../../addons/ofxTimeline/libs/vorbis/lib,
- ../../../addons/ofxTimeline/src,
- ../../../addons/ofxTween/libs,
- ../../../addons/ofxTween/src,
- ../../../addons/ofxTween/src/Easings,
- );
- OTHER_CPLUSPLUSFLAGS = (
- "-D__MACOSX_CORE__",
- "-lpthread",
- "-mtune=native",
- );
- OTHER_LDFLAGS = (
- "$(OF_CORE_LIBS)",
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx/libsndfile.a,
- );
- SDKROOT = "";
- };
- name = Debug;
- };
- E4B69B4F0A3A1720003C02F2 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */;
- buildSettings = {
- ARCHS = "$(NATIVE_ARCH)";
- CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/";
- COPY_PHASE_STRIP = YES;
- DEAD_CODE_STRIPPING = YES;
- GCC_AUTO_VECTORIZATION = YES;
- GCC_ENABLE_SSE3_EXTENSIONS = YES;
- GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
- GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
- GCC_OPTIMIZATION_LEVEL = 3;
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_UNROLL_LOOPS = YES;
- GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
- GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO;
- GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
- GCC_WARN_UNINITIALIZED_AUTOS = NO;
- GCC_WARN_UNUSED_VALUE = NO;
- GCC_WARN_UNUSED_VARIABLE = NO;
- HEADER_SEARCH_PATHS = (
- "$(OF_CORE_HEADERS)",
- ../../../addons/ofxXmlSettings/libs,
- ../../../addons/ofxXmlSettings/src,
- ../../../addons/ofxMSATimer/libs,
- ../../../addons/ofxMSATimer/src,
- ../../../addons/ofxRange/libs,
- ../../../addons/ofxRange/src,
- ../../../addons/ofxTextInputField/libs,
- ../../../addons/ofxTextInputField/src,
- ../../../addons/ofxTimecode/libs,
- ../../../addons/ofxTimecode/src,
- ../../../addons/ofxTimeline/libs,
- ../../../addons/ofxTimeline/libs/kiss,
- ../../../addons/ofxTimeline/libs/kiss/include,
- ../../../addons/ofxTimeline/libs/kiss/lib,
- ../../../addons/ofxTimeline/libs/kiss/src,
- ../../../addons/ofxTimeline/libs/ofOpenALSoundPlayer_TimelineAdditions,
- ../../../addons/ofxTimeline/libs/sndfile,
- ../../../addons/ofxTimeline/libs/sndfile/include,
- ../../../addons/ofxTimeline/libs/sndfile/include/AL,
- ../../../addons/ofxTimeline/libs/sndfile/lib,
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx,
- ../../../addons/ofxTimeline/libs/vorbis,
- ../../../addons/ofxTimeline/libs/vorbis/lib,
- ../../../addons/ofxTimeline/src,
- ../../../addons/ofxTween/libs,
- ../../../addons/ofxTween/src,
- ../../../addons/ofxTween/src/Easings,
- );
- OTHER_CPLUSPLUSFLAGS = (
- "-D__MACOSX_CORE__",
- "-lpthread",
- "-mtune=native",
- );
- OTHER_LDFLAGS = (
- "$(OF_CORE_LIBS)",
- ../../../addons/ofxTimeline/libs/sndfile/lib/osx/libsndfile.a,
- );
- SDKROOT = "";
- };
- name = Release;
- };
- E4B69B600A3A1757003C02F2 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- );
- FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\"";
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_MODEL_TUNING = NONE;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
- INFOPLIST_FILE = "openFrameworks-Info.plist";
- INSTALL_PATH = "$(HOME)/Applications";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_14)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_15)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_16)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_17)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_18)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_19)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_20)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_21)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_22)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_23)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_24)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_25)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_26)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_27)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_28)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_29)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_30)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_31)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_32)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_33)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_34)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_35)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_36)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_37)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_38)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_39)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_40)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_41)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_42)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_43)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_44)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_45)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_46)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_47)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_48)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_49)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_50)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_51)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_52)",
- );
- PREBINDING = NO;
- PRODUCT_NAME = "example-curvesAndColorsDebug";
- WRAPPER_EXTENSION = app;
- };
- name = Debug;
- };
- E4B69B610A3A1757003C02F2 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- );
- FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\"";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_MODEL_TUNING = NONE;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
- INFOPLIST_FILE = "openFrameworks-Info.plist";
- INSTALL_PATH = "$(HOME)/Applications";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_14)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_15)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_16)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_17)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_18)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_19)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_20)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_21)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_22)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_23)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_24)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_25)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_26)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_27)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_28)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_29)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_30)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_31)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_32)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_33)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_34)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_35)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_36)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_37)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_38)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_39)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_40)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_41)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_42)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_43)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_44)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_45)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_46)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_47)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_48)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_49)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_50)",
- "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_51)",
- );
- PREBINDING = NO;
- PRODUCT_NAME = "example-curvesAndColors";
- WRAPPER_EXTENSION = app;
- };
- name = Release;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example-curvesAndColors" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E4B69B4E0A3A1720003C02F2 /* Debug */,
- E4B69B4F0A3A1720003C02F2 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example-curvesAndColors" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E4B69B600A3A1757003C02F2 /* Debug */,
- E4B69B610A3A1757003C02F2 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = E4B69B4C0A3A1720003C02F2 /* Project object */;
-}
diff --git a/example-videoRenderer/example-videoRenderer.sln b/example-curvesAndColors/example-timeline.sln
similarity index 52%
rename from example-videoRenderer/example-videoRenderer.sln
rename to example-curvesAndColors/example-timeline.sln
index de6818e1..b3954881 100644
--- a/example-videoRenderer/example-videoRenderer.sln
+++ b/example-curvesAndColors/example-timeline.sln
@@ -1,36 +1,33 @@
-
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
-VisualStudioVersion = 14.0.24720.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openFrameworksLib", "..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksLib.vcxproj", "{5837595D-ACA9-485C-8E76-729040CE4B0B}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example-timeline", "example-timeline.vcxproj", "{7FD42DF7-442E-479A-BA76-D0022F99702A}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example-videoRenderer", "example-videoRenderer.vcxproj", "{7FD42DF7-442E-479A-BA76-D0022F99702A}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openframeworksLib", "..\..\..\libs\openFrameworksCompiled\project\vs\openframeworksLib.vcxproj", "{5837595D-ACA9-485C-8E76-729040CE4B0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
+ Release|Win32 = Release|Win32
Release|x64 = Release|x64
- Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.ActiveCfg = Debug|x64
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.Build.0 = Debug|x64
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x86.ActiveCfg = Debug|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x86.Build.0 = Debug|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.ActiveCfg = Release|x64
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.Build.0 = Release|x64
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x86.ActiveCfg = Release|Win32
- {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x86.Build.0 = Release|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.ActiveCfg = Debug|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|Win32.Build.0 = Debug|Win32
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x64.ActiveCfg = Debug|x64
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x64.Build.0 = Debug|x64
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x86.ActiveCfg = Debug|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Debug|x86.Build.0 = Debug|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.ActiveCfg = Release|Win32
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|Win32.Build.0 = Release|Win32
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x64.ActiveCfg = Release|x64
{7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x64.Build.0 = Release|x64
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x86.ActiveCfg = Release|Win32
- {7FD42DF7-442E-479A-BA76-D0022F99702A}.Release|x86.Build.0 = Release|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.ActiveCfg = Debug|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|Win32.Build.0 = Debug|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.ActiveCfg = Debug|x64
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Debug|x64.Build.0 = Debug|x64
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.ActiveCfg = Release|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|Win32.Build.0 = Release|Win32
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.ActiveCfg = Release|x64
+ {5837595D-ACA9-485C-8E76-729040CE4B0B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/example-curvesAndColors/example-timeline.vcxproj b/example-curvesAndColors/example-timeline.vcxproj
new file mode 100644
index 00000000..778a9acf
--- /dev/null
+++ b/example-curvesAndColors/example-timeline.vcxproj
@@ -0,0 +1,318 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {7FD42DF7-442E-479A-BA76-D0022F99702A}
+ Win32Proj
+ example-timeline
+
+
+
+ Application
+ Unicode
+ v140
+
+
+ Application
+ Unicode
+ v140
+
+
+ Application
+ Unicode
+ true
+ v140
+
+
+ Application
+ Unicode
+ true
+ v140
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bin\
+ obj\$(Configuration)\
+ $(ProjectName)_debug
+ true
+ true
+
+
+ bin\
+ obj\$(Configuration)\
+ $(ProjectName)_debug
+ true
+ true
+
+
+ bin\
+ obj\$(Configuration)\
+ false
+
+
+ bin\
+ obj\$(Configuration)\
+ false
+
+
+
+ Disabled
+ EnableFastChecks
+ %(PreprocessorDefinitions)
+ MultiThreadedDebugDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+
+
+ true
+ Console
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32
+
+
+
+
+
+ Disabled
+ EnableFastChecks
+ %(PreprocessorDefinitions)
+ MultiThreadedDebugDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+ true
+
+
+ true
+ Console
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64
+
+
+
+
+
+ false
+ %(PreprocessorDefinitions)
+ MultiThreadedDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+ true
+
+
+ false
+ false
+ Console
+ true
+ true
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32
+
+
+
+
+
+ false
+ %(PreprocessorDefinitions)
+ MultiThreadedDLL
+ Level3
+ %(AdditionalIncludeDirectories);..\..\..\addons\ofxMSATimer\src;..\..\..\addons\ofxRange\src;..\..\..\addons\ofxTextInputField\src;..\..\..\addons\ofxTimecode\src;..\..\..\addons\ofxTimeline\libs;..\..\..\addons\ofxTimeline\libs\kiss;..\..\..\addons\ofxTimeline\libs\kiss\include;..\..\..\addons\ofxTimeline\libs\kiss\src;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions;..\..\..\addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src;..\..\..\addons\ofxTimeline\libs\openal;..\..\..\addons\ofxTimeline\libs\openal\include;..\..\..\addons\ofxTimeline\libs\openal\include\AL;..\..\..\addons\ofxTimeline\libs\openal\lib;..\..\..\addons\ofxTimeline\libs\openal\lib\vs;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile;..\..\..\addons\ofxTimeline\libs\sndfile\include;..\..\..\addons\ofxTimeline\libs\sndfile\lib;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\Win32;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64;..\..\..\addons\ofxTimeline\src;..\..\..\addons\ofxTween\src;..\..\..\addons\ofxTween\src\Easings;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src
+ CompileAsCpp
+
+
+ false
+ false
+ Console
+ true
+ true
+ false
+ %(AdditionalDependencies);OpenAL32.lib;libsndfile-1.lib
+ %(AdditionalLibraryDirectories);..\..\..\addons\ofxTimeline\libs\openal\lib\vs\x64;..\..\..\addons\ofxTimeline\libs\sndfile\lib\vs\x64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {5837595d-aca9-485c-8e76-729040ce4b0b}
+
+
+
+
+ /D_DEBUG %(AdditionalOptions)
+ /D_DEBUG %(AdditionalOptions)
+ $(OF_ROOT)\libs\openFrameworksCompiled\project\vs
+
+
+
+
+
+
+
+
+
diff --git a/example-curvesAndColors/example-timeline.vcxproj.filters b/example-curvesAndColors/example-timeline.vcxproj.filters
new file mode 100644
index 00000000..3370da6c
--- /dev/null
+++ b/example-curvesAndColors/example-timeline.vcxproj.filters
@@ -0,0 +1,468 @@
+
+
+
+
+ src
+
+
+ src
+
+
+ addons\ofxMSATimer\src
+
+
+ addons\ofxTextInputField\src
+
+
+ addons\ofxTimecode\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\libs\kiss\src
+
+
+ addons\ofxTimeline\libs\kiss\src
+
+
+ addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src
+
+
+ addons\ofxXmlSettings\src
+
+
+ addons\ofxXmlSettings\libs
+
+
+ addons\ofxXmlSettings\libs
+
+
+ addons\ofxXmlSettings\libs
+
+
+
+
+ {d8376475-7454-4a24-b08a-aac121d3ad6f}
+
+
+ {71834F65-F3A9-211E-73B8-DC85}
+
+
+ {FA2C7F81-95AD-913A-95EE-6D67}
+
+
+ {21227B69-34BA-DC94-65C0-E080}
+
+
+ {C5CF358F-F6D6-0F61-5433-25F1}
+
+
+ {AFEE1AF4-3BE7-35E2-F89C-FEB8}
+
+
+ {A4B02712-30E4-B504-C110-2C93}
+
+
+ {B67AFC83-AF32-6FE3-281F-AC21}
+
+
+ {1B5CD1F2-714C-1A5F-97D0-2F97}
+
+
+ {1E8626D6-B6A0-D240-F534-C5E8}
+
+
+ {B6CB78C7-BC44-AD08-8E43-896C}
+
+
+ {AC132E01-0F0D-5FF9-8D64-8DAD}
+
+
+ {333C4390-0B4E-EAAA-5CFE-0663}
+
+
+ {93D28ED9-A2CA-418A-4538-D332}
+
+
+ {239F8B47-5D3C-673B-95DE-5E70}
+
+
+ {5451193A-C0CF-9361-B431-0F7F}
+
+
+ {012014BF-0161-A228-4C75-8D28}
+
+
+ {2A871B0D-D088-017C-101E-4857}
+
+
+ {7D44A927-3EF3-D18B-0302-5262}
+
+
+ {994A9BE4-6199-2707-46E1-49BC}
+
+
+ {8B1E05C6-FEC0-22B7-592B-3DE2}
+
+
+ {944E9321-A6F2-45B7-407B-559E}
+
+
+ {4ED1F364-A201-A241-2587-2223}
+
+
+ {8A8810E8-A79D-7A1D-2F0A-7203}
+
+
+ {40AC4B42-6A5A-9537-EB82-D1B8}
+
+
+ {EF0F6A8B-B04F-E782-21EF-D4BA}
+
+
+ {877F005D-13E6-0592-1D97-F2E3}
+
+
+ {CCB2AC63-49D2-977C-CFE8-AEAD}
+
+
+ {687714A8-1662-FA1C-261F-50F0}
+
+
+
+
+ src
+
+
+ addons\ofxMSATimer\src
+
+
+ addons\ofxRange\src
+
+
+ addons\ofxTextInputField\src
+
+
+ addons\ofxTextInputField\src
+
+
+ addons\ofxTimecode\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\src
+
+
+ addons\ofxTimeline\libs\kiss\include
+
+
+ addons\ofxTimeline\libs\kiss\include
+
+
+ addons\ofxTimeline\libs\kiss\src
+
+
+ addons\ofxTimeline\libs\ofOpenALSoundPlayer_TimelineAdditions\src
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include\AL
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\openal\include
+
+
+ addons\ofxTimeline\libs\sndfile\include
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src\Easings
+
+
+ addons\ofxTween\src
+
+
+ addons\ofxXmlSettings\src
+
+
+ addons\ofxXmlSettings\libs
+
+
+
+
+
+
diff --git a/example-curvesAndColors/example-timeline.vcxproj.user b/example-curvesAndColors/example-timeline.vcxproj.user
new file mode 100644
index 00000000..988b987e
--- /dev/null
+++ b/example-curvesAndColors/example-timeline.vcxproj.user
@@ -0,0 +1,19 @@
+
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
+ $(ProjectDir)/bin
+ WindowsLocalDebugger
+
+
\ No newline at end of file
diff --git a/example-curvesAndColors/icon.rc b/example-curvesAndColors/icon.rc
new file mode 100644
index 00000000..7e26eb35
--- /dev/null
+++ b/example-curvesAndColors/icon.rc
@@ -0,0 +1,8 @@
+// Icon Resource Definition
+#define MAIN_ICON 102
+
+#if defined(_DEBUG)
+MAIN_ICON ICON "icon_debug.ico"
+#else
+MAIN_ICON ICON "icon.ico"
+#endif
diff --git a/example-curvesAndColors/openFrameworks-Info.plist b/example-curvesAndColors/openFrameworks-Info.plist
deleted file mode 100644
index e5db5550..00000000
--- a/example-curvesAndColors/openFrameworks-Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- English
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- com.yourcompany.openFrameworks
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundlePackageType
- APPL
- CFBundleSignature
- ????
- CFBundleVersion
- 1.0
-
-
diff --git a/example-curvesAndColors/src/main.cpp b/example-curvesAndColors/src/main.cpp
index c9508d76..e57370b2 100644
--- a/example-curvesAndColors/src/main.cpp
+++ b/example-curvesAndColors/src/main.cpp
@@ -1,23 +1,13 @@
-/**
- * Curves demo
- * ofxTimeline
- *
- * Shows how to use ofxTimeline to create a simple curves and color change
- */
-
#include "ofMain.h"
-#include "testApp.h"
-#include "ofAppGlutWindow.h"
+#include "ofApp.h"
//========================================================================
int main( ){
-
- ofAppGlutWindow window;
- ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context
+ ofSetupOpenGL(1024,768,OF_WINDOW); // <-------- setup the GL context
// this kicks off the running of my app
// can be OF_WINDOW or OF_FULLSCREEN
// pass in width and height too:
- ofRunApp( new testApp());
+ ofRunApp(new ofApp());
}
diff --git a/example-curvesAndColors/src/testApp.cpp b/example-curvesAndColors/src/ofApp.cpp
similarity index 88%
rename from example-curvesAndColors/src/testApp.cpp
rename to example-curvesAndColors/src/ofApp.cpp
index e63c3a6d..a215ceea 100644
--- a/example-curvesAndColors/src/testApp.cpp
+++ b/example-curvesAndColors/src/ofApp.cpp
@@ -29,10 +29,10 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#include "testApp.h"
+#include "ofApp.h"
//--------------------------------------------------------------
-void testApp::setup(){
+void ofApp::setup(){
ofSetFrameRate(60);
ofSetVerticalSync(true);
@@ -69,12 +69,12 @@ void testApp::setup(){
}
//--------------------------------------------------------------
-void testApp::update(){
+void ofApp::update(){
}
//--------------------------------------------------------------
-void testApp::draw(){
+void ofApp::draw(){
ofBackground(.15*255);
ofPushMatrix();
@@ -100,47 +100,47 @@ void testApp::draw(){
}
//--------------------------------------------------------------
-void testApp::keyPressed(int key){
+void ofApp::keyPressed(int key){
}
//--------------------------------------------------------------
-void testApp::keyReleased(int key){
+void ofApp::keyReleased(int key){
}
//--------------------------------------------------------------
-void testApp::mouseMoved(int x, int y ){
+void ofApp::mouseMoved(int x, int y ){
}
//--------------------------------------------------------------
-void testApp::mouseDragged(int x, int y, int button){
+void ofApp::mouseDragged(int x, int y, int button){
}
//--------------------------------------------------------------
-void testApp::mousePressed(int x, int y, int button){
+void ofApp::mousePressed(int x, int y, int button){
}
//--------------------------------------------------------------
-void testApp::mouseReleased(int x, int y, int button){
+void ofApp::mouseReleased(int x, int y, int button){
}
//--------------------------------------------------------------
-void testApp::windowResized(int w, int h){
+void ofApp::windowResized(int w, int h){
}
//--------------------------------------------------------------
-void testApp::gotMessage(ofMessage msg){
+void ofApp::gotMessage(ofMessage msg){
}
//--------------------------------------------------------------
-void testApp::dragEvent(ofDragInfo dragInfo){
+void ofApp::dragEvent(ofDragInfo dragInfo){
}
\ No newline at end of file
diff --git a/example-curvesAndColors/src/testApp.h b/example-curvesAndColors/src/ofApp.h
similarity index 98%
rename from example-curvesAndColors/src/testApp.h
rename to example-curvesAndColors/src/ofApp.h
index aaca0c58..aeebc165 100644
--- a/example-curvesAndColors/src/testApp.h
+++ b/example-curvesAndColors/src/ofApp.h
@@ -34,7 +34,7 @@
#include "ofMain.h"
#include "ofxTimeline.h"
-class testApp : public ofBaseApp{
+class ofApp : public ofBaseApp{
public:
void setup();
diff --git a/example-emptyTrackTemplate/Makefile b/example-emptyTrackTemplate/Makefile
deleted file mode 100644
index 2d83a770..00000000
--- a/example-emptyTrackTemplate/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-include config.make
-include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/Makefile.examples
diff --git a/example-emptyTrackTemplate/Project.xcconfig b/example-emptyTrackTemplate/Project.xcconfig
deleted file mode 100644
index c10b9e55..00000000
--- a/example-emptyTrackTemplate/Project.xcconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT.
-//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED
-OF_PATH = ../../..
-
-//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE
-#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig"
-
-OTHER_LDFLAGS = $(OF_CORE_LIBS)
-HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS)
diff --git a/example-emptyTrackTemplate/bin/data/.gitkeep b/example-emptyTrackTemplate/bin/data/.gitkeep
new file mode 100644
index 00000000..e69de29b
diff --git a/example-emptyTrackTemplate/bin/data/GUI/NewMedia Fett.ttf b/example-emptyTrackTemplate/bin/data/GUI/NewMedia Fett.ttf
old mode 100755
new mode 100644
diff --git a/example-emptyTrackTemplate/bin/data/MyEmptyKeyframes.xml b/example-emptyTrackTemplate/bin/data/MyEmptyKeyframes.xml
deleted file mode 100644
index 724dd753..00000000
--- a/example-emptyTrackTemplate/bin/data/MyEmptyKeyframes.xml
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
- 97
- 88
- 238
- 00:00:00:785
- 0.443113565
-
-
- 175
- 68
- 108
- 00:00:01:317
- 0.245509088
-
-
- 169
- 193
- 146
- 00:00:01:932
- 0.574849963
-
-
- 27
- 23
- 97
- 00:00:02:809
- 0.497177601
-
-
- 136
- 22
- 222
- 00:00:03:434
- 0.760478973
-
-
- 230
- 185
- 206
- 00:00:05:945
- 0.856287956
-
-
- 64
- 222
- 211
- 00:00:07:567
- 0.536047816
-
-
- 116
- 30
- 4
- 00:00:07:867
- 0.826347589
-
-
- 93
- 194
- 81
- 00:00:08:856
- 0.263473034
-
-
- 195
- 174
- 90
- 00:00:12:105
- 0.502994001
-
-
- 116
- 192
- 228
- 00:00:12:105
- 0.288143694
-
-
- 106
- 133
- 13
- 00:00:12:106
- 0.736526966
-
-
- 93
- 194
- 81
- 00:00:12:731
- 0.497005999
-
-
- 41
- 235
- 254
- 00:00:13:652
- 0.317365289
-
-
- 107
- 113
- 102
- 00:00:13:773
- 0.538922191
-
-
- 118
- 142
- 155
- 00:00:15:677
- 0.323353291
-
-
- 51
- 162
- 185
- 00:00:15:996
- 0.838323355
-
-
- 106
- 133
- 13
- 00:00:16:087
- 0.700598836
-
-
- 118
- 142
- 155
- 00:00:18:489
- 0.323353291
-
-
- 51
- 162
- 185
- 00:00:18:808
- 0.838323355
-
-
- 107
- 113
- 102
- 00:00:20:168
- 0.287425160
-
-
- 83
- 59
- 71
- 00:00:22:884
- 0.526946068
-
-
- 83
- 59
- 71
- 00:00:26:370
- 0.532934129
-
-
diff --git a/example-emptyTrackTemplate/bin/data/_Page_One_trackPositions.xml b/example-emptyTrackTemplate/bin/data/_Page_One_trackPositions.xml
deleted file mode 100644
index caa5bd61..00000000
--- a/example-emptyTrackTemplate/bin/data/_Page_One_trackPositions.xml
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/example-emptyTrackTemplate/bin/data/timeline0_Page_One_trackPositions.xml b/example-emptyTrackTemplate/bin/data/timeline0_Page_One_trackPositions.xml
deleted file mode 100644
index 6825525f..00000000
--- a/example-emptyTrackTemplate/bin/data/timeline0_Page_One_trackPositions.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
- 0.000000000
- 116.000000000
- 1024.000000000
- 167.000000000
-
-
- 0.000000000
- 52.000000000
- 1024.000000000
- 40.000000000
-
-
- 0.000000000
- 52.000000000
- 1024.000000000
- 149.000000000
-
-
diff --git a/example-emptyTrackTemplate/bin/data/timeline0_zoomer.xml b/example-emptyTrackTemplate/bin/data/timeline0_zoomer.xml
deleted file mode 100644
index f520a880..00000000
--- a/example-emptyTrackTemplate/bin/data/timeline0_zoomer.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
- 0.000000000
- 1.000000000
-
diff --git a/example-emptyTrackTemplate/codelite/timelineExample.project b/example-emptyTrackTemplate/codelite/timelineExample.project
deleted file mode 100644
index 2f5fdd5d..00000000
--- a/example-emptyTrackTemplate/codelite/timelineExample.project
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make clean
- make
-
-
-
- None
- $(ProjectPath)/../
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- make clean
- make
-
-
-
- None
- $(WorkspacePath)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-emptyTrackTemplate/codelite/timelineExample.workspace b/example-emptyTrackTemplate/codelite/timelineExample.workspace
deleted file mode 100644
index f53e3567..00000000
--- a/example-emptyTrackTemplate/codelite/timelineExample.workspace
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-emptyTrackTemplate/config.make b/example-emptyTrackTemplate/config.make
deleted file mode 100644
index 2a8f814b..00000000
--- a/example-emptyTrackTemplate/config.make
+++ /dev/null
@@ -1,45 +0,0 @@
-# add custom variables to this file
-
-# OF_ROOT allows to move projects outside apps/* just set this variable to the
-# absoulte path to the OF root folder
-
-OF_ROOT = ../../..
-
-
-# USER_CFLAGS allows to pass custom flags to the compiler
-# for example search paths like:
-# USER_CFLAGS = -I src/objects
-
-USER_CFLAGS =
-
-
-# USER_LDFLAGS allows to pass custom flags to the linker
-# for example libraries like:
-# USER_LD_FLAGS = libs/libawesomelib.a
-
-USER_LDFLAGS =
-
-
-# use this to add system libraries for example:
-# USER_LIBS = -lpango
-
-USER_LIBS =
-
-
-# change this to add different compiler optimizations to your project
-
-LINUX_COMPILER_OPTIMIZATION = -march=native -mtune=native -Os
-
-ANDROID_COMPILER_OPTIMIZATION = -Os
-
-
-# you shouldn't need to change this for usual OF apps, it allows to include code from other directories
-# useful if you need to share a folder with code between 2 apps. The makefile will search recursively
-# you can only set 1 path here
-
-USER_SOURCE_DIR =
-
-# you shouldn't need to change this for usual OF apps, it allows to exclude code from some directories
-# useful if you have some code for reference in the project folder but don't want it to be compiled
-
-EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj"
diff --git a/example-emptyTrackTemplate/example-emptyTrackTemplate.cbp b/example-emptyTrackTemplate/example-emptyTrackTemplate.cbp
deleted file mode 100644
index f2f2ed25..00000000
--- a/example-emptyTrackTemplate/example-emptyTrackTemplate.cbp
+++ /dev/null
@@ -1,504 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/example-emptyTrackTemplate/example-emptyTrackTemplate.workspace b/example-emptyTrackTemplate/example-emptyTrackTemplate.workspace
deleted file mode 100644
index e4c7df84..00000000
--- a/example-emptyTrackTemplate/example-emptyTrackTemplate.workspace
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/example-emptyTrackTemplate/example-emptyTrackTemplates.vcxproj b/example-emptyTrackTemplate/example-emptyTrackTemplates.vcxproj
deleted file mode 100644
index b981e53e..00000000
--- a/example-emptyTrackTemplate/example-emptyTrackTemplates.vcxproj
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {7FD42DF7-442E-479A-BA76-D0022F99702A}
- Win32Proj
- emptyExample
-
-
-
- Application
- Unicode
- v110
-
-
- Application
- Unicode
- true
- v110
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- bin\
- obj\$(Configuration)\
- $(ProjectName)_debug
- true
- true
-
-
- bin\
- obj\$(Configuration)\
- false
-
-
-
- Disabled
- false
- EnableFastChecks
- %(PreprocessorDefinitions)
- MultiThreadedDebugDLL
- Level3
- EditAndContinue
- %(AdditionalIncludeDirectories);src
- CompileAsCpp
- true
-
-
- true
- Console
- false
- %(AdditionalDependencies)
- %(AdditionalLibraryDirectories)
-
-
-
-
- false
- %(PreprocessorDefinitions)
- MultiThreadedDLL
- Level3
- %(AdditionalIncludeDirectories);src
- CompileAsCpp
-
-
- false
- false
- Console
- true
- true
- false
- %(AdditionalDependencies)
- %(AdditionalLibraryDirectories)
-
-
-
-
-
-
-
-
-
-
-
- {5837595d-aca9-485c-8e76-729040ce4b0b}
-
-
- {a72c4f16-cb16-4143-ba5c-5e4fa802d636}
-
-
-
-
- /D_DEBUG %(AdditionalOptions)
-
-
-
-
\ No newline at end of file
diff --git a/example-emptyTrackTemplate/example-emptyTrackTemplates.vcxproj.filters b/example-emptyTrackTemplate/example-emptyTrackTemplates.vcxproj.filters
deleted file mode 100644
index 4f968f5c..00000000
--- a/example-emptyTrackTemplate/example-emptyTrackTemplates.vcxproj.filters
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- src
-
-
- src
-
-
-
-
- {d8376475-7454-4a24-b08a-aac121d3ad6f}
-
-
- {7b091c26-1dcd-4120-a60d-83485cab8f42}
-
-
-
-
- src
-
-
-
-
-
-
\ No newline at end of file
diff --git a/example-emptyTrackTemplate/example-emptyTrackTemplates.xcodeproj/project.pbxproj b/example-emptyTrackTemplate/example-emptyTrackTemplates.xcodeproj/project.pbxproj
deleted file mode 100644
index 907cbe03..00000000
--- a/example-emptyTrackTemplate/example-emptyTrackTemplates.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,1160 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 42;
- objects = {
-
-/* Begin PBXBuildFile section */
- 1479a06207a85dfdeca39f009ad023d0 /* ofxTLImageSequence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */; };
- 14ed851279c06f2bcf0bf27935d38ce3 /* ofxTLAudioTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */; };
- 152eaecabd008d84af7f27f83f4389c4 /* ofxEasingLinear.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */; };
- 168c43f69af6a8042ea0b13f08dfe5ff /* easing_terms_of_use.html in Sources */ = {isa = PBXBuildFile; fileRef = 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */; };
- 27765d1bff26bd9a6186915f24dfd27c /* ofxEasingCirc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */; };
- 32fc7731c1ef7b87e491c93d78c84b88 /* ofxTween.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 497f252390399fcf843297da0271f914 /* ofxTween.cpp */; };
- 3a02cdf226d01ebb6533d47f0bb42c5a /* ofxTLTicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */; };
- 3b32d3b612022d0c5b272bdd39e8a60f /* ofxTLVideoTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */; };
- 46be87fc2c481a1eb41aed2a8b97fe96 /* ofxTLCurves.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */; };
- 49e60cc9bbcafb6eade107cc20884b9c /* ofxTLColorTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */; };
- 4df88daf2c820a78327000e7ac0925c5 /* ofxTLEmptyKeyframes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4fddcdd6e0eed2f5edd672855798f064 /* ofxTLEmptyKeyframes.cpp */; };
- 59eeacb88f062457ff86492c078803bd /* ofxEasingExpo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */; };
- 5a4349e9754d6fa14c0f2a3a1abc30b6 /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */; };
- 5da2e0e8ecdb5b4e2908167d7b74de63 /* ofxHotKeys_impl_linux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4d892fbbb9e438c35b8c5ee430082e72 /* ofxHotKeys_impl_linux.cpp */; };
- 5e0dbde5736deb3a5886b3f1e3b4578d /* ofxEasingBack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */; };
- 63b57ac5bf4ef088491e0317dbb2ecaa /* ofxXmlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */; };
- 6499b8489905bfe9067f8db81e6bbfdf /* ofxTimecode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */; };
- 65b24cd86db2ed8edd3385ac3e4a4783 /* ofxTLVideoThumb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */; };
- 6d7b53ed56654abbf2ff13b127236c33 /* ofxEasingQuad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */; };
- 6e062274743f6716a9ad43959541a220 /* ofxEasingElastic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */; };
- 782c2b355cb6ebc83bdb95e0bd931001 /* kiss_fftr.c in Sources */ = {isa = PBXBuildFile; fileRef = b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */; };
- 7ac6376b15bcf4d368ec068f0ecce711 /* ofxTimeline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */; };
- 7d7ecd8dd8eb4244d7a87f40ba8c53cd /* ofxHotKeys_impl_mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */; };
- 7e769097de6561633305b24c2ad560e7 /* ofxEasingQuint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */; };
- 85a41526fdfa1a8cdaee81f79de999b7 /* ofxEasingQuart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */; };
- 9119bfc53670a98106e367bbc1bd167a /* ofxMSATimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */; };
- 9266028e1aecbb027abf64d8cfab4b5f /* ofxEasing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */; };
- 933a2227713c720ceff80fd967d0a8ee /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */; };
- 95e6e69db45e5f9e4f1c21e09d04b380 /* ofxTLImageTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */; };
- 98126aa8f306f3ee0f5f37bed7056435 /* ofxTLEmptyTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32d83269769d4d7e74bf125b5842071d /* ofxTLEmptyTrack.cpp */; };
- 9d44dc88ef9e7991b4a09951e2e4769f /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */; };
- 9d7bb9637658a8e9d507c66c47db010f /* ofxTLColors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */; };
- 9e8ec2bf8bca13da057fa929463bbafb /* ofxTLSwitches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */; };
- BBAB23CB13894F3D00AA2426 /* GLUT.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; };
- E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; };
- E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9710E8CC7DD009D7055 /* AGL.framework */; };
- E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */; };
- E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */; };
- E45BE97E0E8CC7DD009D7055 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9740E8CC7DD009D7055 /* Carbon.framework */; };
- E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */; };
- E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */; };
- E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9770E8CC7DD009D7055 /* CoreServices.framework */; };
- E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9790E8CC7DD009D7055 /* OpenGL.framework */; };
- E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */; };
- E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1D0A3A1BDC003C02F2 /* main.cpp */; };
- E4B69E210A3A1BDC003C02F2 /* testApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */; };
- E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424410CC5A17004149E2 /* AppKit.framework */; };
- E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424510CC5A17004149E2 /* Cocoa.framework */; };
- E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424610CC5A17004149E2 /* IOKit.framework */; };
- E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; };
- E7213A0016BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E72139FE16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp */; };
- E778AED6163EF5AE003A40B1 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E778AED5163EF5AE003A40B1 /* OpenAL.framework */; };
- E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */; };
- E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E715D3B6510020DFD4 /* QTKit.framework */; };
- E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7F985F515E0DE99003869B5 /* Accelerate.framework */; };
- b3baa90667d4b61631ba59627d616a39 /* ofxTLKeyframes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */; };
- bcfdfc3681cf3552bcdb819e675b5dce /* ofxTLPageTabs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */; };
- c3bc382653a57ce71d4513f1eaba414b /* ofxTLFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */; };
- c7d250488914920c32f18f34136a2175 /* ofxTLPage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */; };
- cf54b41ab5ff1af0e8677338f5f60395 /* ofxTLCameraTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0d65e6a2e0f22f72aa7670d7733a180e /* ofxTLCameraTrack.cpp */; };
- d5f416a7f5798651d8370d5e93c0c797 /* kiss_fft.c in Sources */ = {isa = PBXBuildFile; fileRef = d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */; };
- d7058ecb9868a269655092911f63df8c /* ofxTLInOut.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */; };
- def58837140932f5996c61c2241ef66e /* ofxTLImageSequenceFrame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */; };
- e48c9224adc0eb481a762e226aaffadb /* ofxTLLFO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39833d65fff88a58c3cb8bdf62a80afb /* ofxTLLFO.cpp */; };
- e6b21161287eea55fa4ea984beef0d72 /* ofxTLTrackHeader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */; };
- e816d7d242d315fb53e23f5443df8700 /* ofxEasingCubic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */; };
- e904ef309b050587cf73df2173a531a6 /* ofxHotKeys_impl_win.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */; };
- ead3ce0789481f975f351f39ee5137c4 /* ofxEasingBounce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */; };
- ed77da7c8d99d9b1c9c240c836f5baf7 /* ofxTLZoomer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */; };
- f4a426f97ee8f1a3ead2a8f00212b48a /* ofxTLTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */; };
- f6ca03081709fcbfdaef66765f9e376e /* ofxTextInputField.cpp in Sources */ = {isa = PBXBuildFile; fileRef = bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */; };
- fb591e0c571e53b3ba5a60b84605de3d /* ofxTLBangs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */; };
- fd525b9bc71cf001cac34c5a87c2672f /* ofxRemoveCocoaMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8f610deb3752f20ff149bc096963cf80 /* ofxRemoveCocoaMenu.mm */; };
- fe278f5f783581237ae8ecb25ea719bb /* ofxEasingSine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXContainerItemProxy section */
- E4328147138ABC890047C5CB /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = E4B27C1510CBEB8E00536013;
- remoteInfo = openFrameworks;
- };
- E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = E4B27C1410CBEB8E00536013;
- remoteInfo = openFrameworks;
- };
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXCopyFilesBuildPhase section */
- E4C2427710CC5ABF004149E2 /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- BBAB23CB13894F3D00AA2426 /* GLUT.framework in CopyFiles */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXCopyFilesBuildPhase section */
-
-/* Begin PBXFileReference section */
- 00b7e2794a10f926df6305296b86a351 /* ofxEasingBounce.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingBounce.cpp; path = ../../ofxTween/src/Easings/ofxEasingBounce.cpp; sourceTree = SOURCE_ROOT; };
- 01dcc0911400f9acf5b65578af4ec8f9 /* ofxXmlSettings.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxXmlSettings.h; path = ../../ofxXmlSettings/src/ofxXmlSettings.h; sourceTree = SOURCE_ROOT; };
- 03dde55c47701116edeb18007fc4bf75 /* ofxMSATimer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxMSATimer.h; path = ../../ofxMSATimer/src/ofxMSATimer.h; sourceTree = SOURCE_ROOT; };
- 09cbd28db823fe305eb470eeba6c4f78 /* ofxTLImageSequence.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageSequence.h; path = ../src/ofxTLImageSequence.h; sourceTree = SOURCE_ROOT; };
- 0c578fcc784a6245c49aee60b6681712 /* alc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = alc.h; path = ../libs/sndfile/include/AL/alc.h; sourceTree = SOURCE_ROOT; };
- 0d63c00fb3a729e001961ab70e84fb9d /* efx-creative.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = "efx-creative.h"; path = "../libs/sndfile/include/AL/efx-creative.h"; sourceTree = SOURCE_ROOT; };
- 0d65e6a2e0f22f72aa7670d7733a180e /* ofxTLCameraTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLCameraTrack.cpp; path = ../src/ofxTLCameraTrack.cpp; sourceTree = SOURCE_ROOT; };
- 0f26d4edff0e9ea8cf68b694a2265e4f /* ofxEasingExpo.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingExpo.cpp; path = ../../ofxTween/src/Easings/ofxEasingExpo.cpp; sourceTree = SOURCE_ROOT; };
- 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLVideoTrack.cpp; path = ../src/ofxTLVideoTrack.cpp; sourceTree = SOURCE_ROOT; };
- 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLPage.cpp; path = ../src/ofxTLPage.cpp; sourceTree = SOURCE_ROOT; };
- 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTimeline.cpp; path = ../src/ofxTimeline.cpp; sourceTree = SOURCE_ROOT; };
- 1a433a24e8182dd578600bffe7ac6da5 /* ofxTLZoomer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLZoomer.h; path = ../src/ofxTLZoomer.h; sourceTree = SOURCE_ROOT; };
- 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLInOut.cpp; path = ../src/ofxTLInOut.cpp; sourceTree = SOURCE_ROOT; };
- 22ec628e5fa510d7034a99bb49ae8da8 /* ofRange.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofRange.h; path = ../../ofxRange/src/ofRange.h; sourceTree = SOURCE_ROOT; };
- 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageSequence.cpp; path = ../src/ofxTLImageSequence.cpp; sourceTree = SOURCE_ROOT; };
- 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 30; name = ofxHotKeys_impl_mac.mm; path = ../src/ofxHotKeys_impl_mac.mm; sourceTree = SOURCE_ROOT; };
- 26e160699149d8af609734a1b63d80e2 /* ofxEasing.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasing.cpp; path = ../../ofxTween/src/Easings/ofxEasing.cpp; sourceTree = SOURCE_ROOT; };
- 2a99d747f2315daf1fb4f247021e7445 /* ofxTLFlags.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLFlags.h; path = ../src/ofxTLFlags.h; sourceTree = SOURCE_ROOT; };
- 2af40c99324fbebe7bab30147fc27af8 /* ofxTLVideoThumb.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLVideoThumb.h; path = ../src/ofxTLVideoThumb.h; sourceTree = SOURCE_ROOT; };
- 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxml.cpp; path = ../../ofxXmlSettings/libs/tinyxml.cpp; sourceTree = SOURCE_ROOT; };
- 2f050e7223102a218b1fb7ecd05fc3f5 /* kiss_fft.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = kiss_fft.h; path = ../libs/kiss/include/kiss_fft.h; sourceTree = SOURCE_ROOT; };
- 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxHotKeys_impl_win.cpp; path = ../src/ofxHotKeys_impl_win.cpp; sourceTree = SOURCE_ROOT; };
- 3241b8bdc0b27471f8ee25d5a3db58b2 /* ofxTLPageTabs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLPageTabs.h; path = ../src/ofxTLPageTabs.h; sourceTree = SOURCE_ROOT; };
- 32d83269769d4d7e74bf125b5842071d /* ofxTLEmptyTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLEmptyTrack.cpp; path = ../src/ofxTLEmptyTrack.cpp; sourceTree = SOURCE_ROOT; };
- 34aa5dbaf88c8b757b46d40d80b9047b /* ofxEasingCubic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingCubic.cpp; path = ../../ofxTween/src/Easings/ofxEasingCubic.cpp; sourceTree = SOURCE_ROOT; };
- 39833d65fff88a58c3cb8bdf62a80afb /* ofxTLLFO.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLLFO.cpp; path = ../src/ofxTLLFO.cpp; sourceTree = SOURCE_ROOT; };
- 3d0621ce540a64d8d27e0af7f83b3eb2 /* ofxTLTrackHeader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTrackHeader.h; path = ../src/ofxTLTrackHeader.h; sourceTree = SOURCE_ROOT; };
- 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLColorTrack.cpp; path = ../src/ofxTLColorTrack.cpp; sourceTree = SOURCE_ROOT; };
- 3dbb60625304a9174a9a9635f98e40a7 /* ofxTLImageTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageTrack.h; path = ../src/ofxTLImageTrack.h; sourceTree = SOURCE_ROOT; };
- 3dc6648a0468fbecb5e45b57040e9eb5 /* ofxTween.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTween.h; path = ../../ofxTween/src/ofxTween.h; sourceTree = SOURCE_ROOT; };
- 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageTrack.cpp; path = ../src/ofxTLImageTrack.cpp; sourceTree = SOURCE_ROOT; };
- 410e5fe3eb7fe9cb2726d36d724fd561 /* ofxTLTicker.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTicker.h; path = ../src/ofxTLTicker.h; sourceTree = SOURCE_ROOT; };
- 4162e24aefc4c866df24e11560269162 /* sndfile.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = sndfile.h; path = ../libs/sndfile/include/sndfile.h; sourceTree = SOURCE_ROOT; };
- 497f252390399fcf843297da0271f914 /* ofxTween.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTween.cpp; path = ../../ofxTween/src/ofxTween.cpp; sourceTree = SOURCE_ROOT; };
- 4b817954d44bdb7ede7da278e95facfa /* _kiss_fft_guts.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = _kiss_fft_guts.h; path = ../libs/kiss/src/_kiss_fft_guts.h; sourceTree = SOURCE_ROOT; };
- 4c0e055e4176057631087aa3938a7c76 /* ofxEasingQuart.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuart.h; path = ../../ofxTween/src/Easings/ofxEasingQuart.h; sourceTree = SOURCE_ROOT; };
- 4d892fbbb9e438c35b8c5ee430082e72 /* ofxHotKeys_impl_linux.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxHotKeys_impl_linux.cpp; path = ../src/ofxHotKeys_impl_linux.cpp; sourceTree = SOURCE_ROOT; };
- 4fddcdd6e0eed2f5edd672855798f064 /* ofxTLEmptyKeyframes.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLEmptyKeyframes.cpp; path = ../src/ofxTLEmptyKeyframes.cpp; sourceTree = SOURCE_ROOT; };
- 50511502e9cfd66a7bb161f2bfee7db5 /* ofxTLCurves.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLCurves.h; path = ../src/ofxTLCurves.h; sourceTree = SOURCE_ROOT; };
- 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxXmlSettings.cpp; path = ../../ofxXmlSettings/src/ofxXmlSettings.cpp; sourceTree = SOURCE_ROOT; };
- 53a47d9878535b9b1670047561971d02 /* ofxTLColorTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLColorTrack.h; path = ../src/ofxTLColorTrack.h; sourceTree = SOURCE_ROOT; };
- 54e92bcd121baa568ec9b4fb6198d262 /* ofxTLEmptyTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLEmptyTrack.h; path = ../src/ofxTLEmptyTrack.h; sourceTree = SOURCE_ROOT; };
- 56d0182470bf6d3d6de9541980e67f8b /* ofxTLEmptyKeyframes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLEmptyKeyframes.h; path = ../src/ofxTLEmptyKeyframes.h; sourceTree = SOURCE_ROOT; };
- 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLSwitches.cpp; path = ../src/ofxTLSwitches.cpp; sourceTree = SOURCE_ROOT; };
- 5e9e6513bec36148928518b774158396 /* ofxEasingQuint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuint.h; path = ../../ofxTween/src/Easings/ofxEasingQuint.h; sourceTree = SOURCE_ROOT; };
- 5faba58c3070af2f33e8c257343cea16 /* ofxEasingSine.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingSine.cpp; path = ../../ofxTween/src/Easings/ofxEasingSine.cpp; sourceTree = SOURCE_ROOT; };
- 6146999aa0b432590d07eb521d43e191 /* ofxHotKeys.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxHotKeys.h; path = ../src/ofxHotKeys.h; sourceTree = SOURCE_ROOT; };
- 66c910bfbec609d16e3b249a8448466d /* ofxTLSwitches.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLSwitches.h; path = ../src/ofxTLSwitches.h; sourceTree = SOURCE_ROOT; };
- 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLBangs.cpp; path = ../src/ofxTLBangs.cpp; sourceTree = SOURCE_ROOT; };
- 68eb873762b550705aa7464c7dfffede /* ofxTLLFO.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLLFO.h; path = ../src/ofxTLLFO.h; sourceTree = SOURCE_ROOT; };
- 6bc7dd2c4e83a707848be258865dbb01 /* ofxTLAudioTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLAudioTrack.h; path = ../src/ofxTLAudioTrack.h; sourceTree = SOURCE_ROOT; };
- 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLPageTabs.cpp; path = ../src/ofxTLPageTabs.cpp; sourceTree = SOURCE_ROOT; };
- 7599804c6260ec1cd8d3567dc11aa06a /* ofxEasingLinear.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingLinear.h; path = ../../ofxTween/src/Easings/ofxEasingLinear.h; sourceTree = SOURCE_ROOT; };
- 7660dd2be873bad12e3a496d995f14e4 /* ofxEasingBack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingBack.cpp; path = ../../ofxTween/src/Easings/ofxEasingBack.cpp; sourceTree = SOURCE_ROOT; };
- 767479279ebac134d46e74e76dc9f79f /* ofxEasingExpo.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingExpo.h; path = ../../ofxTween/src/Easings/ofxEasingExpo.h; sourceTree = SOURCE_ROOT; };
- 7912619b786f0238d22ed5f3c10786f2 /* ofxEasingBack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingBack.h; path = ../../ofxTween/src/Easings/ofxEasingBack.h; sourceTree = SOURCE_ROOT; };
- 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLCurves.cpp; path = ../src/ofxTLCurves.cpp; sourceTree = SOURCE_ROOT; };
- 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlerror.cpp; path = ../../ofxXmlSettings/libs/tinyxmlerror.cpp; sourceTree = SOURCE_ROOT; };
- 882494db324414b7b31db11cc14948d9 /* ofxEasingQuart.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuart.cpp; path = ../../ofxTween/src/Easings/ofxEasingQuart.cpp; sourceTree = SOURCE_ROOT; };
- 883c9e7fc087dbbc061aed5d10b268ef /* ofxTLInOut.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLInOut.h; path = ../src/ofxTLInOut.h; sourceTree = SOURCE_ROOT; };
- 8e52dc6b4ea21969c85b8e832936acc3 /* ofxTLVideoTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLVideoTrack.h; path = ../src/ofxTLVideoTrack.h; sourceTree = SOURCE_ROOT; };
- 8f610deb3752f20ff149bc096963cf80 /* ofxRemoveCocoaMenu.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 30; name = ofxRemoveCocoaMenu.mm; path = ../src/ofxRemoveCocoaMenu.mm; sourceTree = SOURCE_ROOT; };
- 95c5241b62f5d1f0fe6c067b5331bca8 /* ofxTimecode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTimecode.h; path = ../../ofxTimecode/src/ofxTimecode.h; sourceTree = SOURCE_ROOT; };
- 96033bf9d1ef22715e6afdc3b189dbc8 /* ofxTLTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLTrack.h; path = ../src/ofxTLTrack.h; sourceTree = SOURCE_ROOT; };
- 9a2f1d6ae148cd25f6bea00506177bc5 /* ofxTimeline.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTimeline.h; path = ../src/ofxTimeline.h; sourceTree = SOURCE_ROOT; };
- 9a4cfdcea412e8bcdaca9b26fb47846e /* ofxEasingLinear.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingLinear.cpp; path = ../../ofxTween/src/Easings/ofxEasingLinear.cpp; sourceTree = SOURCE_ROOT; };
- 9aaef50558bbdbeb5260fc353bfd02d1 /* easing_terms_of_use.html */ = {isa = PBXFileReference; explicitFileType = file; fileEncoding = 30; name = easing_terms_of_use.html; path = ../../ofxTween/src/Easings/easing_terms_of_use.html; sourceTree = SOURCE_ROOT; };
- 9d86b2b57c2f171846dfeaf4c063c399 /* ofxTLBangs.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLBangs.h; path = ../src/ofxTLBangs.h; sourceTree = SOURCE_ROOT; };
- BBAB23BE13894E4700AA2426 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = ../../../libs/glut/lib/osx/GLUT.framework; sourceTree = ""; };
- E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openFrameworksLib.xcodeproj; path = ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj; sourceTree = SOURCE_ROOT; };
- E45BE9710E8CC7DD009D7055 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = ""; };
- E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = ""; };
- E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; };
- E45BE9740E8CC7DD009D7055 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; };
- E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; };
- E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = ""; };
- E45BE9770E8CC7DD009D7055 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; };
- E45BE9790E8CC7DD009D7055 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; };
- E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; };
- E4B69B5B0A3A1756003C02F2 /* example-emptyTrackTemplatesDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "example-emptyTrackTemplatesDebug.app"; sourceTree = BUILT_PRODUCTS_DIR; };
- E4B69E1D0A3A1BDC003C02F2 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; };
- E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = testApp.cpp; path = src/testApp.cpp; sourceTree = SOURCE_ROOT; };
- E4B69E1F0A3A1BDC003C02F2 /* testApp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = testApp.h; path = src/testApp.h; sourceTree = SOURCE_ROOT; };
- E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = "openFrameworks-Info.plist"; sourceTree = ""; };
- E4C2424410CC5A17004149E2 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; };
- E4C2424510CC5A17004149E2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; };
- E4C2424610CC5A17004149E2 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = ""; };
- E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = CoreOF.xcconfig; path = ../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig; sourceTree = SOURCE_ROOT; };
- E4EB6923138AFD0F00A09F29 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = ""; };
- E72139FE16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofOpenALSoundPlayer_TimelineAdditions.cpp; sourceTree = ""; };
- E72139FF16BCCDD60011637E /* ofOpenALSoundPlayer_TimelineAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofOpenALSoundPlayer_TimelineAdditions.h; sourceTree = ""; };
- E778AED5163EF5AE003A40B1 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
- E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = /System/Library/Frameworks/CoreVideo.framework; sourceTree = ""; };
- E7E077E715D3B6510020DFD4 /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = ""; };
- E7F985F515E0DE99003869B5 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = /System/Library/Frameworks/Accelerate.framework; sourceTree = ""; };
- a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLVideoThumb.cpp; path = ../src/ofxTLVideoThumb.cpp; sourceTree = SOURCE_ROOT; };
- a26c4a6254126c99f0a65354aa3cbcd0 /* ofxEasingElastic.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingElastic.cpp; path = ../../ofxTween/src/Easings/ofxEasingElastic.cpp; sourceTree = SOURCE_ROOT; };
- a365e230090b71900f9a7987aa6fccec /* ofxTLEvents.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLEvents.h; path = ../src/ofxTLEvents.h; sourceTree = SOURCE_ROOT; };
- a4973cef438c8931b5e03e0a3b5d05b5 /* ofxEasingCirc.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingCirc.cpp; path = ../../ofxTween/src/Easings/ofxEasingCirc.cpp; sourceTree = SOURCE_ROOT; };
- a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTrack.cpp; path = ../src/ofxTLTrack.cpp; sourceTree = SOURCE_ROOT; };
- a9fe46c20e767b29c5997ad3a88b9f7b /* ofxEasingBounce.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingBounce.h; path = ../../ofxTween/src/Easings/ofxEasingBounce.h; sourceTree = SOURCE_ROOT; };
- ac5ddd8bbd12e8e173e4ae81a6b924bc /* ofxTextInputField.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTextInputField.h; path = ../../ofxTextInputField/src/ofxTextInputField.h; sourceTree = SOURCE_ROOT; };
- af17eb492db2858a0ebd94cd64092fb9 /* ofxEasingCirc.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingCirc.h; path = ../../ofxTween/src/Easings/ofxEasingCirc.h; sourceTree = SOURCE_ROOT; };
- afcc811df430141d32bab3ebf9ba8734 /* ofxTLColors.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLColors.h; path = ../src/ofxTLColors.h; sourceTree = SOURCE_ROOT; };
- b07c508e7717e6c892502adf5fddc285 /* ofxEasingQuad.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingQuad.h; path = ../../ofxTween/src/Easings/ofxEasingQuad.h; sourceTree = SOURCE_ROOT; };
- b21e7e5f548eea92f368040bb1aa2f69 /* tinyxml.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = tinyxml.h; path = ../../ofxXmlSettings/libs/tinyxml.h; sourceTree = SOURCE_ROOT; };
- b4ebe6922de4dcb97639b65f848e477b /* ofxMSATimer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxMSATimer.cpp; path = ../../ofxMSATimer/src/ofxMSATimer.cpp; sourceTree = SOURCE_ROOT; };
- b788152c3fe538e700d063c7d17da903 /* ofxEasingCubic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingCubic.h; path = ../../ofxTween/src/Easings/ofxEasingCubic.h; sourceTree = SOURCE_ROOT; };
- b7886c7b71ddb1e4091232870f09bb9e /* efx.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = efx.h; path = ../libs/sndfile/include/AL/efx.h; sourceTree = SOURCE_ROOT; };
- b86c4bcf6618e3505813c304817a9b6f /* kiss_fftr.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 30; name = kiss_fftr.c; path = ../libs/kiss/src/kiss_fftr.c; sourceTree = SOURCE_ROOT; };
- b9e1db01bd6701283fc879469dcb8bc0 /* ofxEasingQuad.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuad.cpp; path = ../../ofxTween/src/Easings/ofxEasingQuad.cpp; sourceTree = SOURCE_ROOT; };
- b9fd7617cf5f462774962af9384ef0ac /* ofxTLKeyframes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLKeyframes.h; path = ../src/ofxTLKeyframes.h; sourceTree = SOURCE_ROOT; };
- ba109f25bb170b74a96b155fe64e5f9b /* alext.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = alext.h; path = ../libs/sndfile/include/AL/alext.h; sourceTree = SOURCE_ROOT; };
- bc6bde994c25a3b82b30f694893b581f /* ofxTLPage.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLPage.h; path = ../src/ofxTLPage.h; sourceTree = SOURCE_ROOT; };
- bcb6a6d9093ff11ee0d7d470a2de47c9 /* ofxTextInputField.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTextInputField.cpp; path = ../../ofxTextInputField/src/ofxTextInputField.cpp; sourceTree = SOURCE_ROOT; };
- bfee9391f78307b42aa09c9afad043a8 /* kiss_fftr.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = kiss_fftr.h; path = ../libs/kiss/include/kiss_fftr.h; sourceTree = SOURCE_ROOT; };
- c5b9174723940db207e7ab82b583bc7d /* al.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = al.h; path = ../libs/sndfile/include/AL/al.h; sourceTree = SOURCE_ROOT; };
- c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLZoomer.cpp; path = ../src/ofxTLZoomer.cpp; sourceTree = SOURCE_ROOT; };
- ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLImageSequenceFrame.cpp; path = ../src/ofxTLImageSequenceFrame.cpp; sourceTree = SOURCE_ROOT; };
- d0fd108aa97d6409b427947c78757928 /* kiss_fft.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 30; name = kiss_fft.c; path = ../libs/kiss/src/kiss_fft.c; sourceTree = SOURCE_ROOT; };
- d9882c87edc438b97f534f28d7e2bbc6 /* ofxTimecode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTimecode.cpp; path = ../../ofxTimecode/src/ofxTimecode.cpp; sourceTree = SOURCE_ROOT; };
- db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLFlags.cpp; path = ../src/ofxTLFlags.cpp; sourceTree = SOURCE_ROOT; };
- dd476420fbc881796f865bb5fa4c12c7 /* ofxEasingSine.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingSine.h; path = ../../ofxTween/src/Easings/ofxEasingSine.h; sourceTree = SOURCE_ROOT; };
- df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLColors.cpp; path = ../src/ofxTLColors.cpp; sourceTree = SOURCE_ROOT; };
- e351bffb9fe51b25781f113575f5bbcd /* ofxTLImageSequenceFrame.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLImageSequenceFrame.h; path = ../src/ofxTLImageSequenceFrame.h; sourceTree = SOURCE_ROOT; };
- e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLKeyframes.cpp; path = ../src/ofxTLKeyframes.cpp; sourceTree = SOURCE_ROOT; };
- e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTicker.cpp; path = ../src/ofxTLTicker.cpp; sourceTree = SOURCE_ROOT; };
- ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLTrackHeader.cpp; path = ../src/ofxTLTrackHeader.cpp; sourceTree = SOURCE_ROOT; };
- f1e73f8a9b812cbc0ee8dc880fe10d08 /* ofxTLCameraTrack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTLCameraTrack.h; path = ../src/ofxTLCameraTrack.h; sourceTree = SOURCE_ROOT; };
- f71e87964e92020fb74d20d9c8850f29 /* ofxRemoveCocoaMenu.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxRemoveCocoaMenu.h; path = ../src/ofxRemoveCocoaMenu.h; sourceTree = SOURCE_ROOT; };
- f9ba36c5a685069e2cbb73f48cfc2764 /* efx-presets.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = "efx-presets.h"; path = "../libs/sndfile/include/AL/efx-presets.h"; sourceTree = SOURCE_ROOT; };
- fb8a50f8a34037bcd5dc10d0c3441a16 /* ofxEasingQuint.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxEasingQuint.cpp; path = ../../ofxTween/src/Easings/ofxEasingQuint.cpp; sourceTree = SOURCE_ROOT; };
- fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlparser.cpp; path = ../../ofxXmlSettings/libs/tinyxmlparser.cpp; sourceTree = SOURCE_ROOT; };
- fc9b34c5cb5b0acaff02ed20e6f129e7 /* ofxEasing.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasing.h; path = ../../ofxTween/src/Easings/ofxEasing.h; sourceTree = SOURCE_ROOT; };
- fe4db52d544b8c725e615958d18ecbc4 /* ofxEasingElastic.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxEasingElastic.h; path = ../../ofxTween/src/Easings/ofxEasingElastic.h; sourceTree = SOURCE_ROOT; };
- fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTLAudioTrack.cpp; path = ../src/ofxTLAudioTrack.cpp; sourceTree = SOURCE_ROOT; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- E4B69B590A3A1756003C02F2 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E778AED6163EF5AE003A40B1 /* OpenAL.framework in Frameworks */,
- E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */,
- E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */,
- E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */,
- E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */,
- E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */,
- E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */,
- E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */,
- E45BE97E0E8CC7DD009D7055 /* Carbon.framework in Frameworks */,
- E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */,
- E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */,
- E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */,
- E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */,
- E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */,
- E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */,
- E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */,
- E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */,
- E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 11d541a012ed5066ea787e91fcea7ac8 /* libs */ = {
- isa = PBXGroup;
- children = (
- f122d593cd2892560a5b03c893f7b98a /* kiss */,
- 79433c413c03b5e0758af057f10b84fa /* ofOpenALSoundPlayer_TimelineAdditions */,
- c3064ef956e24eacfd8fe45767b61193 /* sndfile */,
- );
- name = libs;
- sourceTree = "";
- };
- 1f293a20d2b096d59c4f24ddc5226665 /* ofxTween */ = {
- isa = PBXGroup;
- children = (
- 81b62db6c371dad643503fef78aa1855 /* src */,
- );
- name = ofxTween;
- sourceTree = "";
- };
- 1f4fb5c423662b96adfdcc0badec1cb0 /* ofxXmlSettings */ = {
- isa = PBXGroup;
- children = (
- 6ecef0d76bc33727823eadffc320c44d /* src */,
- 6e54289412d2d94f45a051132369530c /* libs */,
- );
- name = ofxXmlSettings;
- sourceTree = "";
- };
- 3c8a947d9c8a0aa13fbe74e89a4c2854 /* ofxTimeline */ = {
- isa = PBXGroup;
- children = (
- 95ec4749e558adf7ecf154b0871e5f7e /* src */,
- 11d541a012ed5066ea787e91fcea7ac8 /* libs */,
- );
- name = ofxTimeline;
- sourceTree = "";
- };
- 5d5c0ae687ac481a1ca3e1c200964ccc /* ofxMSATimer */ = {
- isa = PBXGroup;
- children = (
- b0520b7d20d3f978fd7358785945208a /* src */,
- );
- name = ofxMSATimer;
- sourceTree = "";
- };
- 6e54289412d2d94f45a051132369530c /* libs */ = {
- isa = PBXGroup;
- children = (
- 2b40eda85beb63e46785bc299a638898 /* tinyxml.cpp */,
- b21e7e5f548eea92f368040bb1aa2f69 /* tinyxml.h */,
- 832bdc407620cdba568b713d2252c43c /* tinyxmlerror.cpp */,
- fc5da1c87211d4f6377da7199d8c5a1e /* tinyxmlparser.cpp */,
- );
- name = libs;
- sourceTree = "";
- };
- 6ecef0d76bc33727823eadffc320c44d /* src */ = {
- isa = PBXGroup;
- children = (
- 50df87d612c5aae17aafa6c02c6bc570 /* ofxXmlSettings.cpp */,
- 01dcc0911400f9acf5b65578af4ec8f9 /* ofxXmlSettings.h */,
- );
- name = src;
- sourceTree = "";
- };
- 70ff9c14d29b092149d0cc4d17883251 /* include */ = {
- isa = PBXGroup;
- children = (
- 2f050e7223102a218b1fb7ecd05fc3f5 /* kiss_fft.h */,
- bfee9391f78307b42aa09c9afad043a8 /* kiss_fftr.h */,
- );
- name = include;
- sourceTree = "";
- };
- 79433c413c03b5e0758af057f10b84fa /* ofOpenALSoundPlayer_TimelineAdditions */ = {
- isa = PBXGroup;
- children = (
- E72139FD16BCCDD60011637E /* src */,
- );
- name = ofOpenALSoundPlayer_TimelineAdditions;
- sourceTree = "";
- };
- 81b62db6c371dad643503fef78aa1855 /* src */ = {
- isa = PBXGroup;
- children = (
- b59ddd3c0eb9ffc71f28869b15a0ff91 /* Easings */,
- 497f252390399fcf843297da0271f914 /* ofxTween.cpp */,
- 3dc6648a0468fbecb5e45b57040e9eb5 /* ofxTween.h */,
- );
- name = src;
- sourceTree = "";
- };
- 86df17850277042c979393f5dbd67836 /* src */ = {
- isa = PBXGroup;
- children = (
- 22ec628e5fa510d7034a99bb49ae8da8 /* ofRange.h */,
- );
- name = src;
- sourceTree = "";
- };
- 8efd6815c031741ffaa1a0012419f7cf /* ofxTimecode */ = {
- isa = PBXGroup;
- children = (
- abe37a0bb21b3d890efc285b57b7e0d9 /* src */,
- );
- name = ofxTimecode;
- sourceTree = "";
- };
- 95ec4749e558adf7ecf154b0871e5f7e /* src */ = {
- isa = PBXGroup;
- children = (
- 6146999aa0b432590d07eb521d43e191 /* ofxHotKeys.h */,
- 4d892fbbb9e438c35b8c5ee430082e72 /* ofxHotKeys_impl_linux.cpp */,
- 2506aa6a6ef4e116e23a1c24c5fbd57f /* ofxHotKeys_impl_mac.mm */,
- 30666c151f907fce97822a8a38b276a6 /* ofxHotKeys_impl_win.cpp */,
- f71e87964e92020fb74d20d9c8850f29 /* ofxRemoveCocoaMenu.h */,
- 8f610deb3752f20ff149bc096963cf80 /* ofxRemoveCocoaMenu.mm */,
- 173c557b81a5be86d194eeb6d6250f91 /* ofxTimeline.cpp */,
- 9a2f1d6ae148cd25f6bea00506177bc5 /* ofxTimeline.h */,
- fe7dd2bcb46b69f0ddc85191ab090e70 /* ofxTLAudioTrack.cpp */,
- 6bc7dd2c4e83a707848be258865dbb01 /* ofxTLAudioTrack.h */,
- 689fe82c6569027132ca3ee568a4ee1e /* ofxTLBangs.cpp */,
- 9d86b2b57c2f171846dfeaf4c063c399 /* ofxTLBangs.h */,
- 0d65e6a2e0f22f72aa7670d7733a180e /* ofxTLCameraTrack.cpp */,
- f1e73f8a9b812cbc0ee8dc880fe10d08 /* ofxTLCameraTrack.h */,
- df90b9976feccfe157607af4463f9da0 /* ofxTLColors.cpp */,
- afcc811df430141d32bab3ebf9ba8734 /* ofxTLColors.h */,
- 3d5a2b98580af9336c8c1886c7a2324d /* ofxTLColorTrack.cpp */,
- 53a47d9878535b9b1670047561971d02 /* ofxTLColorTrack.h */,
- 7f47d144dc8b3e5cd297eaf57dc4f889 /* ofxTLCurves.cpp */,
- 50511502e9cfd66a7bb161f2bfee7db5 /* ofxTLCurves.h */,
- 4fddcdd6e0eed2f5edd672855798f064 /* ofxTLEmptyKeyframes.cpp */,
- 56d0182470bf6d3d6de9541980e67f8b /* ofxTLEmptyKeyframes.h */,
- 32d83269769d4d7e74bf125b5842071d /* ofxTLEmptyTrack.cpp */,
- 54e92bcd121baa568ec9b4fb6198d262 /* ofxTLEmptyTrack.h */,
- a365e230090b71900f9a7987aa6fccec /* ofxTLEvents.h */,
- db375bbfeb77c75d4a4c3040d68281fb /* ofxTLFlags.cpp */,
- 2a99d747f2315daf1fb4f247021e7445 /* ofxTLFlags.h */,
- 236d66ae5b5c95729bfa6c29568f259b /* ofxTLImageSequence.cpp */,
- 09cbd28db823fe305eb470eeba6c4f78 /* ofxTLImageSequence.h */,
- ccf76a8f53c203272707f428c7128157 /* ofxTLImageSequenceFrame.cpp */,
- e351bffb9fe51b25781f113575f5bbcd /* ofxTLImageSequenceFrame.h */,
- 3e8baad02914d140c0ced3d7a9533896 /* ofxTLImageTrack.cpp */,
- 3dbb60625304a9174a9a9635f98e40a7 /* ofxTLImageTrack.h */,
- 215341b77a15aa8d842ed2f0c66df3e8 /* ofxTLInOut.cpp */,
- 883c9e7fc087dbbc061aed5d10b268ef /* ofxTLInOut.h */,
- e7379c3090a35247057d77fdade91aa0 /* ofxTLKeyframes.cpp */,
- b9fd7617cf5f462774962af9384ef0ac /* ofxTLKeyframes.h */,
- 39833d65fff88a58c3cb8bdf62a80afb /* ofxTLLFO.cpp */,
- 68eb873762b550705aa7464c7dfffede /* ofxTLLFO.h */,
- 16bec8b1201859a26e3ffbc0b31ab24e /* ofxTLPage.cpp */,
- bc6bde994c25a3b82b30f694893b581f /* ofxTLPage.h */,
- 740abfc3dd8b605bb9c55d805231d094 /* ofxTLPageTabs.cpp */,
- 3241b8bdc0b27471f8ee25d5a3db58b2 /* ofxTLPageTabs.h */,
- 5d23395ac4260312d47bb9588e732fd1 /* ofxTLSwitches.cpp */,
- 66c910bfbec609d16e3b249a8448466d /* ofxTLSwitches.h */,
- e8e616bc8e15dee74a54901f444f74a3 /* ofxTLTicker.cpp */,
- 410e5fe3eb7fe9cb2726d36d724fd561 /* ofxTLTicker.h */,
- a5c128c6d62190c88cc9ab3b401d6e25 /* ofxTLTrack.cpp */,
- 96033bf9d1ef22715e6afdc3b189dbc8 /* ofxTLTrack.h */,
- ec09f970448422c45b6d1ebf77f17fde /* ofxTLTrackHeader.cpp */,
- 3d0621ce540a64d8d27e0af7f83b3eb2 /* ofxTLTrackHeader.h */,
- a208db91709b73833548f57d7336831e /* ofxTLVideoThumb.cpp */,
- 2af40c99324fbebe7bab30147fc27af8 /* ofxTLVideoThumb.h */,
- 16644a54427c234fd75cb89d48524e02 /* ofxTLVideoTrack.cpp */,
- 8e52dc6b4ea21969c85b8e832936acc3 /* ofxTLVideoTrack.h */,
- c7a760ce8107cc5bb8ecbd37a5609bf9 /* ofxTLZoomer.cpp */,
- 1a433a24e8182dd578600bffe7ac6da5 /* ofxTLZoomer.h */,
- );
- name = src;
- sourceTree = "";
- };
- 9fd9332064a1194ac3cd20c226cc5a32 /* ofxRange */ = {
- isa = PBXGroup;
- children = (
- 86df17850277042c979393f5dbd67836 /* src */,
- );
- name = ofxRange;
- sourceTree = "";
- };
- BB4B014C10F69532006C3DED /* addons */ = {
- isa = PBXGroup;
- children = (
- 1f4fb5c423662b96adfdcc0badec1cb0 /* ofxXmlSettings */,
- 5d5c0ae687ac481a1ca3e1c200964ccc /* ofxMSATimer */,
- 9fd9332064a1194ac3cd20c226cc5a32 /* ofxRange */,
- ab88b4fd5d7f4abf53230e5a327c1368 /* ofxTextInputField */,
- 8efd6815c031741ffaa1a0012419f7cf /* ofxTimecode */,
- 3c8a947d9c8a0aa13fbe74e89a4c2854 /* ofxTimeline */,
- 1f293a20d2b096d59c4f24ddc5226665 /* ofxTween */,
- );
- name = addons;
- sourceTree = "";
- };
- BBAB23C913894ECA00AA2426 /* system frameworks */ = {
- isa = PBXGroup;
- children = (
- E778AED5163EF5AE003A40B1 /* OpenAL.framework */,
- E7F985F515E0DE99003869B5 /* Accelerate.framework */,
- E4C2424410CC5A17004149E2 /* AppKit.framework */,
- E4C2424510CC5A17004149E2 /* Cocoa.framework */,
- E4C2424610CC5A17004149E2 /* IOKit.framework */,
- E45BE9710E8CC7DD009D7055 /* AGL.framework */,
- E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */,
- E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */,
- E45BE9740E8CC7DD009D7055 /* Carbon.framework */,
- E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */,
- E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */,
- E45BE9770E8CC7DD009D7055 /* CoreServices.framework */,
- E45BE9790E8CC7DD009D7055 /* OpenGL.framework */,
- E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */,
- E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */,
- E7E077E715D3B6510020DFD4 /* QTKit.framework */,
- );
- name = "system frameworks";
- sourceTree = "";
- };
- BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */ = {
- isa = PBXGroup;
- children = (
- BBAB23BE13894E4700AA2426 /* GLUT.framework */,
- );
- name = "3rd party frameworks";
- sourceTree = "";
- };
- E4328144138ABC890047C5CB /* Products */ = {
- isa = PBXGroup;
- children = (
- E4328148138ABC890047C5CB /* openFrameworksDebug.a */,
- );
- name = Products;
- sourceTree = "";
- };
- E45BE5980E8CC70C009D7055 /* frameworks */ = {
- isa = PBXGroup;
- children = (
- BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */,
- BBAB23C913894ECA00AA2426 /* system frameworks */,
- );
- name = frameworks;
- sourceTree = "";
- };
- E4B69B4A0A3A1720003C02F2 = {
- isa = PBXGroup;
- children = (
- E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */,
- E4EB6923138AFD0F00A09F29 /* Project.xcconfig */,
- E4B69E1C0A3A1BDC003C02F2 /* src */,
- E4EEC9E9138DF44700A80321 /* openFrameworks */,
- BB4B014C10F69532006C3DED /* addons */,
- E45BE5980E8CC70C009D7055 /* frameworks */,
- E4B69B5B0A3A1756003C02F2 /* example-emptyTrackTemplatesDebug.app */,
- );
- sourceTree = "";
- };
- E4B69E1C0A3A1BDC003C02F2 /* src */ = {
- isa = PBXGroup;
- children = (
- E4B69E1D0A3A1BDC003C02F2 /* main.cpp */,
- E4B69E1F0A3A1BDC003C02F2 /* testApp.h */,
- E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */,
- );
- path = src;
- sourceTree = SOURCE_ROOT;
- };
- E4EEC9E9138DF44700A80321 /* openFrameworks */ = {
- isa = PBXGroup;
- children = (
- E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */,
- E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */,
- );
- name = openFrameworks;
- sourceTree = "