-
There are important but small changes in my copies of alsalib and pyliblo which should be pushed upstream. I think the way to do this is to fork/patch/pull-request them, and update the mfp repo to ch…
-
ALSAsequencer Midi driver detection and the in ports and out ports
-
I set up Bash on Windows with the latest update in order to use rtmidi through a Linux command line without having to dual boot or use VMs.
Though I installed the Linux libraries mentioned in the Wi…
-
After cloning, running `autoreconf -i` and `./configure` (which runs without any warning), make step fails:
g++ -DHAVE_CONFIG_H -I. -I../.. -D__LINUX_ALSASEQ__ -D__LINUX__ -DMILKYTRACKER -D_REENTRAN…
-
On every run an error is reported when using alsaseq but alsaseq seems to be working like it should:
................
ALSASEQ: opened MIDI output sequencer
ALSASEQ: created output port 'Csound' 130:0
…
-
According to this mail, we have an Alsa midi sequencer driver, but up until now i don't know how to use it because of the lack of good documentation.
Here is the mail about its announcement:
Selecte…
-
On my (Gentoo) Linux system, lmms-1.0.2 [with alsa-midi-seq] only plays MIDI notes for MIDI channel 0. Notes for any other channel can be inserted into piano roll and are played by the synthesizer plu…
-
$ npm install midi
```
> midi@v0.1.0 preinstall /home/substack/projects/node-jammin/node_modules/midi
> node-waf configure && node-waf build
Setting srcdir to : /home/substack…
ghost updated
10 years ago
-
http://www.music.mcgill.ca/~gary/rtmidi/index.html#download
It looks like this replaces a sleep-loop in the alsa backend with a poll, which should improve some things. It also supports multiple compi…
-
Oops, I thought this was done! but no.
The alsaseq send interface requires my Event classes (NoteOn, NoteOff, MidiCC) to be converted back to tuples. From looking at the source, it appears that m…