Search found 17 matches

by Kprellz
Tue Jan 28, 2020 5:10 pm
Forum: General discussion
Topic: USB Composite library MIDI
Replies: 10
Views: 8414

Re: USB Composite library MIDI

I posted my code in the first post
by Kprellz
Tue Jan 28, 2020 10:48 am
Forum: General discussion
Topic: USB Composite library MIDI
Replies: 10
Views: 8414

Re: USB Composite library MIDI

Certainly been trying! at this point i'm either thinking of bailing on the STM32 or trying to use serial read and build my own way of doing midi input. i've been trying to go through the old stm32duino site manually, i've seen a couple references to this issue but no proper solutions. sucks i cant u...
by Kprellz
Tue Jan 28, 2020 1:55 am
Forum: General discussion
Topic: USB Composite library MIDI
Replies: 10
Views: 8414

Re: USB Composite library MIDI

Is there a way i can use both Libraries? I know the midi libary by 47 works with the stm32, but then I want to use the USB composite library to make the stm32 midi class compliant. i've tried putting them together but i keep getting errors because they use most of the same keywords.
by Kprellz
Mon Jan 27, 2020 6:57 pm
Forum: General discussion
Topic: USB Composite library MIDI
Replies: 10
Views: 8414

Re: USB Composite library MIDI

If I move myMidi midi; i get the error myMidi is not a type because the class myMidi isnt delcared yet, so thats my issues.
by Kprellz
Mon Jan 27, 2020 10:14 am
Forum: General discussion
Topic: USB Composite library MIDI
Replies: 10
Views: 8414

USB Composite library MIDI

Hey all! Had a question about working with the midi portion of the USB composite library. I'm trying to set up a piece of code that when a certain midi note is receive will spit out a different midi note here is my code: #include <USBComposite.h> class myMidi : public USBMIDI { virtual void handleNo...
by Kprellz
Sat Jan 18, 2020 7:00 am
Forum: General discussion
Topic: MIDI Class Compliance
Replies: 5
Views: 8604

Re: MIDI Class Compliance

Thanks! Yeah I’ve got a program I’ve been working on, on my mega but wanted the processing power of the STM32,
by Kprellz
Fri Jan 17, 2020 11:36 pm
Forum: General discussion
Topic: MIDI Class Compliance
Replies: 5
Views: 8604

MIDI Class Compliance

Hey all! I'm rather new to the bluepill/stm32 stuff but have been messing with my arduino mega for a while now, I was wondering if theres a way to make the pluebill Midi Complaint so that when I plug it into something like Pro Tools/Logic it will be detected. Is this the same as regular HID complain...

Go to advanced search