S. Christian Collins

Results 60 comments of S. Christian Collins

Here is my entire current `~/.fluidsynth` file, if it's helpful: ``` #set audio.driver jack set audio.driver pipewire set audio.file.format float set audio.file.type wav set audio.jack.autoconnect true set audio.period-size 64 set...

The only issue with this workaround is that any GM bank adhering to the Roland GS standard (such as `GeneralUser-GS.sf2`, `synthgs-sf2_04-compat.sf2` and `4gmgsmt-sf2_04-compat.sf2`) will have instruments on bank 1. Using...

It would seem logical to me that any config file would be applied first—the "default" settings, if you will—and then command line options would override (or add to) what's in...

> Alternatively, we could change the way config files are loaded entirely. E.g. we could: > > 1. Always load the system config > > 2. Always load the user...

Supporting note-off velocity would be quite useful for emulating key release behavior of pianos and harpsichords. In both instruments, a damper is dropped onto the strings to silence them when...

One possible solution to this would be to add a configurable `cutoff` in seconds where rendering would cease `cutoff` seconds after the last received MIDI event. The GeneralUser GS Standard...

In my case, I always need to edit the rendered audio anyway to trim out silence at the beginning and adjust volume, so also having to trim the end is...

I am also experiencing this in Fedora Linux 41. ### My System * **OS:** Fedora Linux Plasma Desktop Edition 41 (Plasma Desktop 6.3.4, KDE Frameworks 6.12.0, Qt 6.8.2) * **Linux...

When launching GitHub Desktop (current Flatpak version) from the terminal, I get the following output: ``` [2:0409/093029.844243:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No...

Okay, I was able to get the app to work by launching it with `--disable-gpu`, which disables GPU hardware acceleration. So, to permanently disable the acceleration, I set the environment...