-
After compiling fitsio from source (no errors at this point), I tried to import it in a python script and encountered the following error :
`ImportError : /fitsio-1.1.3-py3.7-linux-x86_64.egg/fitsio…
-
Hey Jules & Ces!
Thank you for open-sourcing cmajor!
I get some compiler errors when compiling according to the readme instructions on arch-linux.
`uname -r`: 6.7.6-arch1-1
`gcc --version`: 13.2.1…
-
Just for the record, I'm reporting here an issue we were chatting about on Discurse regarding an issue I'm experiencing with local builds of the HYCE plugin.
@cesaref has done some fixes recently t…
-
Hi.
I'am trying to get information from audio like Key and BPM from Audio byte.
Can I use this package to detect audio key and Bpm?
My audio byte in pcm16buffer with sample rate 16000 but stored …
-
## Issue
Given the following minimal patch:
```Cmajor
processor ValueInEvent [[ main ]]
{
input event std::midi::Message midiIn;
input value std::timeline::Tempo tempoIn;
output …
-
I can't seem to get the CmajPlugin (https://github.com/SoundStacks/cmajor/tree/main/tools/CmajPlugin) scanning in Ableton Live? Not sure if it's my setup (?) but other JUCE plugins work fine for me. I…
-
Happy to see the compiler has been open sourced!
I was looking into generating bindings to the cmajor API to interop with other languages and ran into a few hurdles. Since `API/` is all C++ I assum…
-
## Minimum Reproduction Steps
* Define a `struct` that has a `std::notes::NoteOn` member.
* Initialize the struct using the “parenthesized list of member values” form
* Note it’s not necessary…
-
Everything I can find is https://github.com/Tracktion/choc/blob/main/tests/choc_tests.h#L2198, but it's a test, not a real life example.
ghost updated
10 months ago
-
When the plug-in is in focus, keyboard input is not performed correctly on the host DAW side.
For example, pressing the space key (play/stop) while the plug-in is in focus does not respond at all.
…