-
Sorry to bother you again, thank you that finally the new module works with the beatmap and song you provided. However when I placed my own beatmap, it would not load in-game. I am a musician myself s…
-
## New description
[Here in the video](https://www.youtube.com/watch?v=dUPyqYaIkYA&t=2442s) I use the Midi Fighter Twister's *internal* bank to switch to a mode where the Twister always controls th…
-
cubase artist 9.5, windows 10.
plugin produces noise on 1 channel the moment it's inited. make sure to clear the buffers even if it's meant to be a midi plugin only!
i couldn't get it to work to…
-
Hello, I've tried to use daw-json-link library on my Windows laptop but it reaches an error that I don't face on Linux. I've setup a basic example to reproduce the bug:
`main.cpp`:
```cpp
// main…
-
I'm trying to run on windows 10 home edition. The program says "libjack64.dll" now found. How can I setup that dependency?
I'm very curious to test this code! Nice job!! Congrats
-
After prompting from #1, I explored Web MIDI a bit. It does seem convenient.
Fluidsynth appears to be a usable MIDI device that I have now installed.
Firefox doesn't support Web MIDI without a p…
-
Recently I have had a serious problem using the daw json library. I manage strings that can have some bytes inside, not 7bit or printable string.
I have observed that depending on the sequence of b…
-
I suspect that this is probably a bug: https://github.com/beached/daw_json_link/blob/release/include/daw/json/impl/daw_json_parse_value.h#L847
The parameter is taken by value but it seems you immed…
-
Library name: daw-json-link to release v3.10.0
Also, two of it's two dependencies need to be upgraded prior/at the same time
daw-header-libraries to v2.87.1 and daw-utf-range to v2.2.3
New versio…
-
Recently, I have writen a lightweight midi parsing library (writen in c++ with pybind11), wich is significantly faster than miditoolkit.
https://github.com/Yikai-Liao/symusic
Midi parsing speed …