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"