====== Quick Reference ====== Here you will find a few examples of node graph use, which should give a good idea of how to use the software. == Outputting Glove input to MIDI == {{images:midioutput.png?700|}} == Using Logic nodes to affect MIDI value output == The following node graph converts position into a MIDI value between 0-127. However, it only updates the MIDI value when it is greater than 80 or less than 50, making the range 0-50 and 80-127. {{images::latching.png?800|}} == Updating MIDI output only when finger is bent == This following graph does the following: X position of hand affects the MIDI output value, but it is only updated when the index finger is bent: {{images:updateiffinger.png?700|}}