Cosima Neidahl
Cosima Neidahl
"Play Step" is not a thing, that would just play a single line in the pattern editor. Did you mean "Play Pattern"? Unpressing a button is also not a thing,...
I have reclassified the issue and updated the title & original message with a summary of what you're requesting.
`format` is a default hardening setting in Nixpkgs\*, to disable it use ```nix hardeningDisable = [ "format" ]; ``` \*Check `6.9.1. Hardening flags enabled by default` in the Nixpkgs manual.
1. I only have access to an Intel Mac, and it seems to work fine there. (I'm seeing some problems with the program on it but I don't think they're...
Whoops! :sweat_smile:
Sorry, I completely missed the ping :sweat_smile:. I pushed a PR that fixes the defines & library linking on macOS without breaking the Linux build.
> this would make it possible to drop the ad-hoc `make-*.sh` scripts Note that I only fixed the regular build process on macOS. `make-macos.sh` does much more than just build...
Binary names with spaces are, while possible, usually unacceptable on Unixoid systems. Capitalization is generally frowned upon as well, but alot more acceptable and common. Brevity in the filenames of...
Ah right, apologies. The hardening is handled by the packaging system and disabled by setting the `hardeningDisable` attribute. ```nix hardeningDisable = [ "format" "fortify" ]; ``` [Details on this here,...
`pref_path` won't fly as a replacement, if that's what you're suggesting. This points to a user-specific preference directory. It should be searched for user-specific overrides of the application settings, but...