Colin Edwards

Results 41 comments of Colin Edwards

I've actually played with rtmidi over in my obs midi plugin that I started writing. https://github.com/DDRBoxman/obs-midi If I get some free time I might look into this.

Which plugins did you test this with? I haven't tried arch but was successful at getting these two displaying on multiple ubuntu versions: PTC-2A https://www.overtonedsp.co.uk/download/download_ptc_2a/ Rough Rider https://www.audiodamage.com/pages/free-downloads

As far as I know you have to grab them from their website, I did not see an sdk package for Ubuntu

It's probably worth doing an investigation to see if there are parts of the UI we can decouple as a prerequisite before the service overhaul. Smaller changes help lower the...

Looking around I didn't find a way to have meson just move a file, not sure what the right fix is here.

Ah, nice I'll take a look at that, thanks!

Hmm, looks like fs can't depend on other modules and is used to move stuff around for the build not after. I can at least redo the script in python...

I'm not quite sure what the calls to previous and next should look like. I tried making some locking versions like the pause function but seemed to be running into...

The MediaMetadata object that gets passed into the media session actually accepts a ton of metadata information and I think it would be great if we could fill that out...

Building MediaMetadata on the native side is probably even more gross than the current code to build that new class since it uses the builder pattern. This ends up with...