Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » Read MIDI Event and Device
Re: Read MIDI Event and Device [message #33699 is a reply to message #33612] Tue, 06 September 2011 10:38 Go to previous message
arkady_c is currently offline  arkady_c
Messages: 14
Registered: December 2010
Location: Polska
Promising Member
maybe this will help
libusb-1.0 libusb.org
http://libusb.org/wiki/windows_backend
in mingw load file
#include <libusb-1.0/libusb.h>

handle = libusb_open_device_with_vid_pid(NULL, vID, pID);
if (handle == NULL)
{
LOG ("Connection failed");
return;
}
...

My device "own production" runs on Win and Lin
u + + is great Laughing


2a7aff6be3f76940495be32258777636
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Docking package fixed and moved to uppsrc
Next Topic: _NET_WM_PING, _NET_WM_PID troubles
Goto Forum:
  


Current Time: Thu Jun 06 21:10:10 CEST 2024

Total time taken to generate the page: 0.02794 seconds