Mikołaj Lercher

Results 46 comments of Mikołaj Lercher
trafficstars

How do you plan on tackling multi-monitor setups in GTK3? Niri identifies monitors by connector name (eg. `DP-1`) but `gdk_monitor_get_connector()` is only available in GDK4.

~~My app has a positional argument that takes a signed integer value. If the user calls the command as `./myapp 10` it works and the value is "10", but `./myapp...

I initially used Portaudio in my project directly and I'm in the middle of migrating it to Q. There were no fancy buffer types, just an array of floats so...

Yes, that's exactly it. I'm willing to open a PR for this.

Portaudio doesn't allow you to read from a callback-based stream outside of the callback. Since `audio_stream` is always a callback stream, this might be impossible without significant changes to Q's...

So from what I understand the only way to access sample data outside of the callback would be to copy the buffer somewhere else every time the callback is run,...