Nick Dowell
Nick Dowell
> Hey Bugsnag team, maybe it is reasonable to increase breadcrumbs max count (e.g. to 200) in case of OOM? Since we do not have stacktraces, we may need more...
As of [v6.22.0](https://github.com/bugsnag/bugsnag-cocoa/releases/tag/v6.22.0) Bugsnag throws away the oldest breadcrumbs until the payload is under the 1 MB limit, to prevent payloads being lost :tada: We also increased the default and...
Some thoughts after recent investigation: * IPlug2 * unsuitable for embedding due to use of GDK & GTK * JUCE * relatively easy to integrate into `amsynth_vst.cpp` * good Linux...
AVTK doesn't have wide adoption, but it is used by the OpenAV plugins - https://github.com/openAVproductions There is a column for licenses... amsynth is GPL, so JUCE's GPL license is ideal....
Quick update - a good start has been made on a JUCE version of the GUI. Until it's ready for CI builds it will be in this fork - https://github.com/nickdowell/amsynth/tree/juce...
Partially blocked by https://github.com/juce-framework/JUCE/issues/1171
If anyone is interested in trying out the JUCE version of amsynth, it would be great to get some feedback at this stage! All the plugin versions of amsynth (DSSI,...
> I didn't get as far as a successful `configure` unfortunately under Debian Testing: Do you have the [GNU Autoconf Archive](https://www.gnu.org/software/autoconf-archive/Introduction.html#Introduction) package [`autoconf-archive`](https://packages.debian.org/bookworm/autoconf-archive) installed?
Closing because I cannot repro, will reopen if further instructions can be provided.
Could be resolved by implementing #218