-
@dagargo Here's a new issue to follow up on our discussion on pull request #60.
We can use [ctypes](https://docs.python.org/3/library/ctypes.html) or [CFFI](https://cffi.readthedocs.io/) to call func…
-
libasound2 & libasound2-dev installed
```
$ ruby --version
ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-linux]
$ amidi -l
Dir Device Name
IO hw:2,0 Virtual Raw MIDI (16 subdevices)…
-
If alsa-lib is configured using `--disable-rawmidi`, then alsa-utils fails to build:
```
alsactl/info.c:83:44: error: unknown type name 'snd_rawmidi_stream_t'; did you mean 'snd_pcm_stream_t'?
…
-
The documentation (Patches.md) says ".. way we can play the patches with real MIDI-device:"
```
dac $ mul 0.75 $ atMidi toneWheelOrgan
```
but on my machine this fails with
```
ALSA midi: Using …
-
pipewire (0.3.71) code is missing an ALSA rawmidi driver
Raw MIDI is better suited for JACK audio applications than alsa seq midi since JACK MIDI exists.
ALSA seq interface requires additional c…
-
I installed alsa-midi on Linux Mint 15. All of the libasound packages I have available to install are libasound2. Those are installed (libasound2, and libasound2-dev).
So when I require 'alsa-rawmid…
-
# Useful Info
### OS: Raspbian Buster
### Python: Python3.7
### Mycroft-Precise Version: 0.3.0
---
# Issue:
Hello Mycroft Precise Team (e.g. @MatthewScholefield)!
I have been trying t…
-
I found this crash when trying to connect my midi keyboard to MIDIVisualizer. I've attached the log.
[MIDIVisualizer.log](https://github.com/kosua20/MIDIVisualizer/files/15204959/MIDIVisualizer.log)
…
-
Originally reported by: *anonymous
Original Ticket: "alleg/feature-requests/19":https://sourceforge.net/p/alleg/feature-requests/19
Right now only ALSA rawMIDI is supported.
-
As there were some patches that improve the support of larger SysEx messages on different backends (e.g. #91 ). However neither ALSA nor JACK support these kind of messages. While the ALSA sequencer …