Skip to content

Commit

Permalink
v0.2.1 add individual finger position
Browse files Browse the repository at this point in the history
Add OSC individual finger position.
  • Loading branch information
NiccoloGranieri committed Dec 4, 2018
1 parent 6bb8648 commit bdbd9d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ReachCpp.jucer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="Oi0NjZ" name="Reach" splashScreenColour="Dark" projectType="guiapp"
version="0.2" bundleIdentifier="com.IntegraLab.Reach" includeBinaryInAppConfig="1"
version="0.2.1" bundleIdentifier="com.IntegraLab.Reach" includeBinaryInAppConfig="1"
cppLanguageStandard="11" companyCopyright="Integra Lab" jucerVersion="5.4.0"
companyName="Integra Lab" reportAppUsage="0" headerPath="../../JuceLibraryCode/&#10;../../LeapSDK/include">
<MAINGROUP id="dja4JP" name="Reach">
Expand Down
1 change: 1 addition & 0 deletions Source/MainComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ void MainContentComponent::timerCallback()
oscJoint.addFloat32(bone.nextJoint().x);
oscJoint.addFloat32(bone.nextJoint().y);
oscJoint.addFloat32(bone.nextJoint().z);
sender.send(oscJoint);
}
}
}
Expand Down

0 comments on commit bdbd9d5

Please sign in to comment.