Dalton Messmer
Dalton Messmer
It seems that @QuixoticJk isn't responding so I will give them another week and then take over this PR.
I introduced a class called [`PluginPortConfig`](https://github.com/LMMS/lmms/pull/7199/files#diff-d965b73cba01403359847a8d5d3d5096170582e2f30ff2ab6346e2dfa1d18a7b) in my CLAP plugin PR as a general purpose solution for routing audio in and out of mono plugins. Maybe I should spin it...
This PR is superseded by #7247.
Closing in favor of #7247.
The controls seemed really unintuitive to me and I couldn't figure them out until I read the instructions in this PR, but even then it was a struggle. The first...
@michaelgregorius Is there any way you could just fix `ComboBox` instead of creating another class?
I'm experiencing a glib build error too in an Ubuntu 22.04 Docker container, but this is the error message I get: ``` [download] glib-2.80.0.tar.xz [build] glib x86_64-pc-linux-gnu Failed to build...
As a class, `sampleFrame` should be renamed `SampleFrame` to follow the UpperCamelCase convention.
A while back I looked at some of the code using sample frames and saw that we were using some reinterpret_casts. It may be a good idea to go through...
Yes, things like that. We should probably see if the reinterpret_casts can be avoided without negatively impacting performance.