dlbeswick
dlbeswick
While working on the tests I was having some trouble with "test_bt_sequence_ticks". That test creates a song with a simsyn, and a simple pattern that modifies its "wave" parameter. The...
 As seen above, the symsin is set up to make a very quick pulse; a click. The PanzerDelay echoes every four ticks and the freeverb has a very long...
This is a weird one -- I create a simple setup like the following with an 8 tick loop:  Song file: [bug-freeze-additive.zip](https://github.com/Buzztrax/buzztrax/files/6488618/bug-freeze-additive.zip) Both "simsyn" and "simsyn 00" play a...
Repro: * Add a Matilde Tracker machine without loading any samples * Place a note in the pattern such that no instrument number is shown in the track * Play...
Thanks for your work on this project! This functionality is particularly useful for decompressing from remote hosts without having to download the file first. Please let me know if you...
I found this after a bit of Googling and I thought it would be helpful for the FAQ. Thanks!
Seen on Ubuntu. When using the GNOME file manager to copy a ~150mb file to Onedrive on a slow connection, the file manager generally reports success in a few seconds,...
See #133 I've sketched out something based around a GtkFixed widget for a canvas, but it's not working.
#133 Please take a look at this: https://docs.gtk.org/gtk4/actions.html In previous versions of GTK, logic around menu actions and popups was done via widget signals, and so this logic tended to...
The Clutter project is retired, and it recommends users migrate to GTK4: https://blogs.gnome.org/clutter/2022/02/16/retiring-clutter/ There are quite a few little GTK Criticals that pop up when running under Wayland under GTK3,...