Johannes Sundqvist

Results 9 comments of Johannes Sundqvist

I added `shell` and `homedir` to my user according to https://github.com/rancher-sandbox/os2/issues/13: ``` users: jsundqvist: shell: '/bin/bash' homedir: '/home/jsundqvist' ``` While that solved the issue of not finding the homedir _during_...

It turns out that note resolve at loop end is already handled (correctly) by `MidiNoteTracker::resolve_notes` using `MIDI_CMD_NOTE_OFF` (`0x80`) as opposed to the `MIDI_CTL_ALL_NOTES_OFF` (`0x7B`) sent by `MidiPort::resolve_notes`. This is what's...

[Gemini](https://gemini.google.com/app): ``` What are some common side effects of the MIDI Mode Message Control Change #123 "All Notes Off"? ``` The MIDI Mode Message Control Change #⁠123, "All Notes Off,"...

I can't believe I have to wrestle you to get things fixed. Anyway, here's some more LLM jibberish for you: --- The notion of "unnecessary transmission" for MIDI CC #⁠123...

Or, let's put it like this: I have a hardware device from a well-known (albeit not perfect) manufacturer that is behaving in an unwanted manner because of Ardour. What "evidence"...

@x42 the parameter was introduced by @pauldavisthefirst in Dec, 2019 (https://github.com/Ardour/ardour/commit/febaa1ff2d1f5150d30902f7ccc8b5dfcfb3c913) but only used in DiskReader: ``` fix unconditional note resolution during DiskReader::realtime_locate() When looping, we do not want to...

@x42 ~~here's another one https://github.com/Ardour/ardour/pull/967/files~~ **EDIT:** never mind. that one doesn't work with hardware, probably due to `_mclk_out_latency`.

No, it's accumulating a tiny bit of lag in the loop and getting out of sync, I'll convert to draft. Other related issues: * Notes are cut short at the...