Midi server message improvement#5
Merged
Merged
Conversation
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
Multiple inputs
…erver-message-improvement
…erver-message-improvement
+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.
…NicholasValiente/Piano-Motion-Capture into midi-server-message-improvement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.