US2400: add us2400 files to repository.
authorBen Loftis <ben@harrisonconsoles.com>
Thu, 5 Oct 2017 15:54:46 +0000 (10:54 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Thu, 5 Oct 2017 15:55:45 +0000 (10:55 -0500)
commit2107d094541dd836b46be0ff48964fd44fbbeacf
treec952c4f730568031f6669ff25921b1b1f3839d07
parent32c725115d87752a01cae533070b9931867667cd
US2400: add us2400 files to repository.
43 files changed:
libs/surfaces/us2400/TODO [new file with mode: 0644]
libs/surfaces/us2400/button.cc [new file with mode: 0644]
libs/surfaces/us2400/button.h [new file with mode: 0644]
libs/surfaces/us2400/control_group.h [new file with mode: 0644]
libs/surfaces/us2400/controls.cc [new file with mode: 0644]
libs/surfaces/us2400/controls.h [new file with mode: 0644]
libs/surfaces/us2400/device_info.cc [new file with mode: 0644]
libs/surfaces/us2400/device_info.h [new file with mode: 0644]
libs/surfaces/us2400/device_profile.cc [new file with mode: 0644]
libs/surfaces/us2400/device_profile.h [new file with mode: 0644]
libs/surfaces/us2400/fader.cc [new file with mode: 0644]
libs/surfaces/us2400/fader.h [new file with mode: 0644]
libs/surfaces/us2400/gui.cc [new file with mode: 0644]
libs/surfaces/us2400/gui.h [new file with mode: 0644]
libs/surfaces/us2400/interface.cc [new file with mode: 0644]
libs/surfaces/us2400/jog.cc [new file with mode: 0644]
libs/surfaces/us2400/jog.h [new file with mode: 0644]
libs/surfaces/us2400/jog_wheel.cc [new file with mode: 0644]
libs/surfaces/us2400/jog_wheel.h [new file with mode: 0644]
libs/surfaces/us2400/led.cc [new file with mode: 0644]
libs/surfaces/us2400/led.h [new file with mode: 0644]
libs/surfaces/us2400/mcp_buttons.cc [new file with mode: 0644]
libs/surfaces/us2400/meter.cc [new file with mode: 0644]
libs/surfaces/us2400/meter.h [new file with mode: 0644]
libs/surfaces/us2400/midi_byte_array.cc [new file with mode: 0644]
libs/surfaces/us2400/midi_byte_array.h [new file with mode: 0644]
libs/surfaces/us2400/pot.cc [new file with mode: 0644]
libs/surfaces/us2400/pot.h [new file with mode: 0644]
libs/surfaces/us2400/strip.cc [new file with mode: 0644]
libs/surfaces/us2400/strip.h [new file with mode: 0644]
libs/surfaces/us2400/surface.cc [new file with mode: 0644]
libs/surfaces/us2400/surface.h [new file with mode: 0644]
libs/surfaces/us2400/surface_port.cc [new file with mode: 0644]
libs/surfaces/us2400/surface_port.h [new file with mode: 0644]
libs/surfaces/us2400/test.cc [new file with mode: 0644]
libs/surfaces/us2400/timer.h [new file with mode: 0644]
libs/surfaces/us2400/types.cc [new file with mode: 0644]
libs/surfaces/us2400/types.h [new file with mode: 0644]
libs/surfaces/us2400/us2400_control_exception.h [new file with mode: 0644]
libs/surfaces/us2400/us2400_control_protocol.cc [new file with mode: 0644]
libs/surfaces/us2400/us2400_control_protocol.h [new file with mode: 0644]
libs/surfaces/us2400/us2400_control_protocol_poll.cc [new file with mode: 0644]
libs/surfaces/us2400/wscript [new file with mode: 0644]