Simon van der Veldt

Results 72 comments of Simon van der Veldt

Another use-case that wouldn't be covered with the very specific fix to render an image is to generate something like a command palette (with something like wofi) that contains all...

> This causes problem when using `--prefix ` with `pip install`, where packages are installed to `/local/lib/pythonX.Y/dist-packages`. This is apparently wrong. Not sure if I'm misunderstanding the issue description but...

Thanks for the reply/info :) > You can pass `--available-updates` argument to the CLI to retrieve only the new versions of your plugins. That's not the same as generating a...

What @MarkEWaite describes is indeed correct. The underlying reason being that you want your build to be deterministic/you want to be able to reproduce the same state at any point...

@shimpe Thanks for the info. I just built 0.8.6 and I'm experiencing the issue with that as well. So I guess that means something is wrong with how I build...

@shimpe Could it be that the MIDI in ports you see are actually ALSA MIDI ports, exposed through something like a2jmidid? Since afaik Helm uses JUCE and [JUCE apparently doesn't...

I've checked the commits between 0.5.0 and 0.6.0 and the changes regarding JACK MIDI were actually related to ALSA MIDI. There is indeed no JACK MIDI support in JUCE, ALSA...

This is awesome! Would really love a 8x8 grid (which incidentally would also neatly tie in with the 64 in sequencer64 ;)) @ahlstromcj [This](https://raw.githubusercontent.com/ahlstromcj/sequencer64/multimainwid/Sequencer64-multiwid.png) looks impressive (or daunting :P)! Is...

I think I'm looking for similar functionality, both for custom attributes defined in HA's `customize.yaml` as well as with the [default attributes](https://www.home-assistant.io/docs/configuration/customizing-devices/#configuration-variables). Simplest case being I'd like to listen/act on...

Thanks for the quick response! > Well, seq64 still assumes that alsa is installed. But it's theoretically > possible to leave it out. I will see if libasound-dev can be...