Control MIDI in Ableton Live with a MYO armband
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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"