Skip to content

issues Search Results · repo:adafruit/Adafruit_CircuitPython_MIDI language:Python

Filter by

28 results
 (66 ms)

28 results

inadafruit/Adafruit_CircuitPython_MIDI (press backspace or delete to remove)

When I tried running this on a new Circuit Playground Express, I got Traceback (most recent call last): File code.py , line 62, in module MemoryError: memory allocation failed, allocating 184 bytes According ...
  • nyponen
  • 8
  • Opened 
    on Apr 3
  • #60

I m sending MIDI messages over USB from a Pico to code running on a USB host. The USB host is using Mido to handle all incoming and out going MIDI messages. The issue is that this is how Mido is interpreting ...
  • dayunbao
  • Opened 
    on Apr 2
  • #59

Just curious, but why is send forcing a channel on a message (here) even if the message had its channel field set explicitly? Isn t the main point of the message having a channel field in being able to ...
  • konstantint
  • 4
  • Opened 
    on Feb 9, 2024
  • #56

Hi, I use my raspberry Pi B+ for sending data for serial UART port. TX pin uart = serial.Serial(port= /dev/ttyAMA0 , baudrate=31250) midi = adafruit_midi.MIDI(midi_out= uart, out_channel=0, debug=True)` ...
  • nucklearproject
  • Opened 
    on Sep 16, 2023
  • #55

If I try to run the example provided in the readme page, I get $ ./midi.py Traceback (most recent call last): File /home/user/./midi.py , line 5, in module import usb_midi ModuleNotFoundError: ...
  • houserockr
  • 1
  • Opened 
    on Aug 27, 2023
  • #54

I am trying to change the midi output channel dynamically and I ve tried a few different things but all of them lock up as soon as I attempt to change the midi out channel. I know this probably isn t the ...
  • machinehistories
  • 4
  • Opened 
    on May 6, 2022
  • #50

EDIT 2: No, still a problem with the program below but my longer program sort of works. EDIT 1: SORRY, I updated to the 20211211 libraries and note-off velocity works fine! This seems similar to #42. ...
  • touchgadget
  • 1
  • Opened 
    on Dec 24, 2021
  • #47

There are missing type annotations for some functions in this library. The typing module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for ...
documentation
Hacktoberfest
  • FoamyGuy
  • 1
  • Opened 
    on Sep 27, 2021
  • #45

Hi, I m trying to trigger LED lights on and off based on corresponding midi notes received. I noticed when a NoteOn event is receive, the midi.receiver() captures a note value, which I can use to identify ...
  • DyerMaker953
  • 3
  • Opened 
    on Sep 17, 2021
  • #43

Hi there. I was trying to run the examples/midi_inoutdemo.py script today and had a problem. It seems the changes made by @dherrada in #33 to note_off.py - specifically changing the class variables to ...
  • Russ-M
  • 4
  • Opened 
    on Sep 7, 2021
  • #42
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub