Skip to content

Commit

Permalink
Use develop branch of ofxTextInputField
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Geoffray committed Nov 4, 2013
1 parent 97bcd98 commit fe68cf3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ to download the timeline open up the terminal and type
$./clone_addons.sh

This will download the necessary addons, but won't overwrite any changes if you already have some of them installed
If you're using linux, please make sure you checkout the develop branch of ofxTextInputField

### Create a new ofxTimeline project

Expand Down
4 changes: 3 additions & 1 deletion clone_addons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ ${PREFIX}obviousjim/ofxTween.git

${PREFIX}obviousjim/ofxMSATimer.git

${PREFIX}Flightphase/ofxTextInputField.git
${PREFIX}Flightphase/ofxTextInputField.git -b develop

echo "If you're using linux, please make sure you checkout the develop branch of ofxTextInputField"

${PREFIX}Flightphase/ofxRange.git
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
<element name="Video">
<x>0.000000000</x>
<y>52.000000000</y>
<width>1075.000000000</width>
<width>1024.000000000</width>
<height>40.000000000</height>
</element>
<element name="brightness">
<x>0.000000000</x>
<y>116.000000000</y>
<width>1075.000000000</width>
<width>1024.000000000</width>
<height>40.000000000</height>
</element>
<element name="contrast">
<x>0.000000000</x>
<y>180.000000000</y>
<width>1075.000000000</width>
<width>1024.000000000</width>
<height>40.000000000</height>
</element>
<element name="invert">
<x>0.000000000</x>
<y>307.000000000</y>
<width>1075.000000000</width>
<width>1024.000000000</width>
<height>40.000000000</height>
</element>
<element name="saturation">
<x>0.000000000</x>
<y>244.000000000</y>
<width>1075.000000000</width>
<width>1024.000000000</width>
<height>39.000000000</height>
</element>
</positions>
8 changes: 4 additions & 4 deletions example-videoRenderer/bin/data/timeline0_zoomer.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<zoom>
<min>0</min>
<max>1</max>
</zoom>
<zoom>
<min>0.000000000</min>
<max>1.000000000</max>
</zoom>

0 comments on commit fe68cf3

Please sign in to comment.