Camomile icon indicating copy to clipboard operation
Camomile copied to clipboard

An audio plugin with Pure Data embedded that allows to load and to control patches

Results 40 Camomile issues
Sort by recently updated
recently updated
newest added

Here's the error log after following the build instructions: ``` $ cmake .. CMake Error at /usr/local/Cellar/cmake/3.23.2/share/cmake/Modules/CMakeTestCCompiler.cmake:69 (message): The C compiler "/Library/Developer/CommandLineTools/usr/bin/cc" is not able to compile a simple test...

This issue was ultimately caused by an object buried in the JUCE code having an inappropriate scope - GCC made the object a "unique global symbol", which means there is...

### Discussed in https://github.com/pierreguillot/Camomile/discussions/304 Originally posted by **bbbbbbben** July 20, 2022 Is it a common problem for UI not to load in DAW for Camomile plugins? When adding one of...

Having expr objects in the main patch or any abstractions prevents the plugin from loading, or crashes it if it's already loaded. Managed to reproduce this with an extremely simple...

I built a 64-bit windows VST3 plugin and loaded it into reaper. The GUI loads normally, but the audio doesn't output/passthrough on upon startup. I found that if autoreload is...

![image](https://user-images.githubusercontent.com/50011401/170222554-026faf87-9144-4f2d-91e6-aead7171833f.png) when i finish this compliation ,I use vsual studio 2022 to open it,but it have a error ![image](https://user-images.githubusercontent.com/50011401/170223183-84411be0-e93a-44c4-9d4a-eae6ee49afaf.png) please help me ,how should i do next.

### Environment - **OS**: Wine 5.03 on Ubuntu 16.04. - **DAW**: OpenMPT Version 1.30.04.00 for amd64 - **Plugin**: latest VST3 - **Audio**: 48000Hz 30ms latency 10ms period ### Replication 1....

### Environment - **OS**: Debian 11 - **DAW**: Ardour 6.9.0 - **Plugin**: LV2 ### Steps to reproduce 1. Make a patch with a button which opens a file picker menu,...

I wrote a trivial "midionly" plugin today (remapping of three midi notes to other keys) as Audio Unit; everything worked fine in Pd, but Mainstage / Logic Pro X refused...

Hello, Thank you for your work developing Camomile! I am very excited to be able to turn my Pd patches into plugins. I have a MacBook Pro running OS 10.15.7,...