Control MIDI in Ableton Live with a MYO armband
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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"