-
I'm not an expert, but the first C major chord looks a bit strange to me:
```
frets: '332010',
fingers: '342010'
```
I usually play it like this:
```
frets: 'x32010',
…
-
Had some more time to work on Rust bindings to the COM API today. Upon calling `setInputFrames` on a performer Rust subsequently fails to catch a C++ exception. Presumably I'm calling the API incorrec…
-
I've just started using Cmajor but I've been running code in Windows Subsystem for Linux (WSL2) for the most part and I would always get ``Lost connection to the Cmajor Server process!`` when testing…
-
Some bundlers use a timestamp hash for modules loaded asynchronously, to force loading fresh code, or for hot reloading.
For example with Parcel I get something like this:
`http://127.0.0.1:51000/…
-
Just trying to build the tools with the usual commands from the repo root:
```shell
cmake -S . -B build
cmake --build build --config RelWithDebInfo
```
I get flooded with lots of different c…
-
The CLAP target requires the `/bigobj` flag to compile with MSVC.
I set it manually inside `CMakeLists.txt`:
```
if(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj")
endif()
```
I'…
-
## TL;DR
Using `cmaj render` always returns ' Expected the option --output' despite providing the correct flag.
## Setup
* Arch Linux running 6.8.5-arch1-1 kernel according to `uname -r`
* Cmajo…
-
I just wonder if this is the intended behaviour or if something could be done about this. When I use the available cmajor vst3 plugin on Mac in my DAW of preference (Reason 12) it is added as an effec…
-
## Reproduction
Given the following patch:
```cmajor
graph Main [[main]]
{
output stream float out;
node osc = StereoOsc;
connection osc -> out;
}
graph StereoOsc
{
i…
-
According to
https://cmajor.dev/docs/GettingStarted#loading-patches-in-your-daw-with-the-cmajor-vstau-plugin
the CmajPlugin should be included in the released binaries.
But it seems not to be in th…