Start: 9:00
- Made a new class to help link the gap between the ComMgr and the DataDictionary called ComUtil. This has all the methods that I wasn’t really sure where to put because they required both types of objects.
- The system should give normalized data to the arduino of the collision so the arduino can decide what volume to set. This seems to be much better then having the computer give the volume data because who knows what application will be using this.
- Changed the volume data to collision data, removed response for now, set up commands for changing the instrument and note for the fingers, and changed all the data being passed to be an array except the command data because there are multiple parts to it.
- Fixed a problem with the loadBuffer method which was causing random crashes.
- Simplified the initialization of the Arduino side by using for loops instead of setting things individually.
- Took out obsolete code in the arduino sketch
End: 4:00
