[LAD] python-alsa-midi 1.0.2 released - now with Python 3.11 support

2023-07-27 Thread Jacek Konieczny
Hi, I have just released python-alsa-midi version 1.0.2. The only change since 1.0.1 is Python 3.11 support added. python-alsa-midi provides pythonic bindings to ALSA MIDI – both sequencer and rawmidi APIs. It allows Python programs to use most of Linux MIDI functionality, without the limita

[LAD] Re: Admissable clock inaccuracy for MIDI

2023-02-21 Thread Jacek Konieczny
On 21/02/2023 10:06, Jeanette C. wrote: If you are worried, I would try to use alsa sequencer queues, I'm working with RtMidi. I don't think I have access to that low level. Yeah, RtMidi API is awfully limited when compared to what ALSA sequenceer can do. Especially for timing and routing.

[LAD] python-alsa-midi – new Python interface to ALSA sequencer

2021-12-31 Thread Jacek Konieczny
Hi, When working on my hobby project, a Raspberr-Pi based wireless foot switch for my VOX Adio Air GT guitar amplifier, I hit, once again, the same problem: there is not good Python library for use with ALSA MIDI sequencer. Those that can be found on PyPI are either very outdated an unmaint

Re: [LAD] Is there an LV2 plugin that can add echo like echo added by large cathedrals?

2021-04-08 Thread Jacek Konieczny
You are looking for impulse response (IR) / convolution plugins. Some of such plugins: KlangFalter from DISTRHO Ports: https://distrho.sourceforge.io/ports.php/ https://github.com/DISTRHO/DISTRHO-Ports Convolver reverb plugins shipped with Guitarix: https://guitarix.org/ IR.lv2: https:

Re: [LAD] Faster boot on Raspberry Pi 4

2019-11-06 Thread Jacek Konieczny
On 05/11/2019 23.12, Will Godfrey wrote: > I suspect the *actual* delay is connected with networking, but with systemD> > I'm totally lost as to where everything is, so any help would be greatly > appreciated. Try 'systemd-analyze blame' then. And check the journal (journalctl -b0). Jacek _

Re: [LAD] should JACK programs autostart the server?

2018-09-19 Thread Jacek Konieczny
On 2018-09-20 05:30, bill-auger wrote: > the debian maintainer of freewheeling suggested that it should > autostart the server if it is not running (change JackNoStartServer to > JackNullOption) > > i have my opinion; but i am interested in others I hate apps auto-starting Jack. Setting Jack righ

Re: [LAD] Capturing MIDI from Windows program running under Wine?

2018-06-15 Thread Jacek Konieczny
On 2018-06-14 22:14, Clemens Ladisch wrote: > Christopher Arndt wrote: >> I have a proprietary Windows application (tc electronic TonePrint >> editor) running under Wine, which talks to a class-compliant* USB MIDI >> device (Flashback delay pedal). >> >> I'd like to monitor, what MIDI data the appl