Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Midi server message improvement#5

Merged
nval-uni merged 8 commits into
kinect-visualisationfrom
midi-server-message-improvement
May 17, 2016
Merged

Midi server message improvement#5
nval-uni merged 8 commits into
kinect-visualisationfrom
midi-server-message-improvement

Conversation

@nathanielpangilinan

Copy link
Copy Markdown
Collaborator

No description provided.

NicholasValiente added 8 commits May 11, 2016 15:16
half finished work on getting multiple inputs working simultaneously.
all points are stored, its combining the arrays that is the current
issue
midi and leap inputs should now be working at the same time. in theory
either kinect should be working too, but have not tested.
expected message format once JSONified is:
[ "flag", [,x, y, z], [x, y, z],......]
which should be achieved by having a 2d array where:
Array[0][0]="flag"
Array[0][1]=[,x, y, z]
Array[0][2]=[,x, y, z] ....
+Midi server has been updated to have the flag needed for movis to
accept it in the new multiple input version.
+Fixed an oversight in midi server mapping where the far right black key
was 2 keys to the right of where it should be.
+cleaned up unneeded console log in leap server
+midi server now sends full keyboard on open before then only sending
changed keys.
+movis now looks at message size from midi and only replaces changed
keys if its smaller then current midi array.
@nval-uni nval-uni merged commit 21e750a into kinect-visualisation May 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants