Control MIDI in Ableton Live with a MYO armband
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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"