Kevin Montag

Results 6 issues of Kevin Montag

With `avr-gcc` 4.9.3, this fixes a number of compile errors like these: https://github.com/arduino/Arduino/wiki/1.6-Frequently-Asked-Questions#errors-related-to-avr-progmem-changes Thanks!

This adds a read-only `state` field and a `set_state` method to external plugins, similar to what's been discussed in https://github.com/spotify/pedalboard/issues/187. This is intended as a more robust alternative to saving...

Most of the time, loading Spectrasonics' Omnisphere or Keyscape VST3 plugins (and possibly others, those are just the ones I have on my system) causes a segmentation fault: ```bash $...

This simply applies @MoodMonitor's fixes from https://github.com/zrax/pycdc/issues/239#issuecomment-1871452630. On my system, this fixes the segmentation fault when decompiling larger .pyc files. My understanding of the codebase is admittedly limited, and while...

If a preset's `:pre` callback returns a plist, use it to augment/override the preset's normal specification. This is a proposed implementation for "functional" presets, as discussed in https://github.com/karthink/gptel/issues/905 (though it's...