Control MIDI in Ableton Live with a MYO armband
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

myo.hpp 390B

12345678910111213
  1. // Copyright (C) 2013-2014 Thalmic Labs Inc.
  2. // Distributed under the Myo SDK license agreement. See LICENSE.txt for details.
  3. #pragma once
  4. /// The namespace in which all of the %Myo C++ bindings are contained.
  5. namespace myo {}
  6. #include "cxx/DeviceListener.hpp"
  7. #include "cxx/Hub.hpp"
  8. #include "cxx/Myo.hpp"
  9. #include "cxx/Pose.hpp"
  10. #include "cxx/Quaternion.hpp"
  11. #include "cxx/Vector3.hpp"