You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,20 @@ Therefore, there are four main parts:
25
25
Watch a short demo and explanation [here](https://youtu.be/M6bAb42s-lo).
26
26
27
27
## Setup
28
-
This system has been tested in an OS X operative system.
28
+
This instrument has been tested in an OS X operative system.
29
29
### HandPose-OSC
30
-
For the hand tracking we are using [handPoseOSC](https://github.com/faaip/HandPose-OSC) by [@faiip](https://github.com/faaip/). You will need to have [nodejs](https://nodejs.org/en/) installed. First clone the repo. Then, go to the cloned repo directory `cd HandPose-Osc.git` and install the project dependencies using yarn `yarn install`. Once you've done that you can run the app with the command `yarn start`.
30
+
For the hand tracking we are using [handPoseOSC](https://github.com/faaip/HandPose-OSC) by [@faiip](https://github.com/faaip/).
31
+
32
+
Double click on HandPose-OSC application. You will see a little black window, which needs to be open although you cannot interact with it.
This application will start processing information from your camera, to extract the points of your hand. Now you can open the OSC handler.
31
37
32
38
### OSC handler
33
-
Double click on `handlerOSC/handlerOSC.app`, which will run a java application. If HandPose-OSC is already running, you will be able to see the points of your hand –if you are showing it to your camera– in green, on top of a black background. Something like this:
39
+
Double click on `handlerOSC/handlerOSC.app`, which will run a java application. If HandPose-OSC is also running, you will be able to see the points of your hand –if you are showing it to your camera– in green, on top of a black background. Something like this:
Select your MIDI input device and press `UPDATE`. The FX switches are controlled by MIDI pitch indexes 0, 1, 2, 3 and 4. The REC, TRAIN and RUN buttons can be modified with MIDI pitch indexes 5, 6 and 7.
38
44
@@ -41,13 +47,15 @@ You can download Wekinator [here](http://www.wekinator.org/downloads/). Once dow
41
47
42
48
Find the file `wekitunenator/wekProject/WekinatorProject.wekproj` and open it.
Click on `Start listening` without changing the input port number.
49
55
50
56
You will be able to see that this Wekinator project receives 27 inputs –hand base points and the distances of the fingers to these points– and sends 13 outputs –five 0/1 integer values and eight floats, which control 5 effects in Reaper.
You can download Reaper [here](https://www.reaper.fm/download.php). Once it has been installed, configuration instructions can be found in this [document](./Reaper/README.md).
0 commit comments