Peter Stuer
Peter Stuer
I'm leaning towards making most player related settings tied to the selected player. Why would it be necessary to keep the some of them global? It would also be a...
Also, there's no easy, backwards-compatible way to identify an individual player but by its name: the built-in players have a fixed index but the VSTi's are added to the drop-down...
I understand the general principle of your request but will need to study it more. As usual the user interface may prove to be the more challenging part.
Don't let the last modification date fool you. I tend to restructure my code a lot. The last time I work on it is a year ago. Frankly, I forgot...
I'll have a look at it.
The SC-55 code is part of the latest alpha build but the timing is still off. The SDL code uses a timer while foobar2000 is event driven. I'll have a...
Took a look at https://github.com/stuerp/foo_midi/releases/tag/v2.19.0.0-alpha3
It's still a rough, first version. The sample rate isn't even adjusted yet: it's hard-coded at 33103.0Hz. The startup of the player still needs to be optimized. But if the...
> This test sample contains these songs. DEMO0001.MID (SC-55 demo song) WORM.MID (SC-55 mk2 demo song) I think it's a bug in the CLAP plugin and reported it [here](https://github.com/johnnovak/Nuked-SC55-CLAP/issues/14).
It was a bug in my code. Should be fixed in alpha5.