Binder News
Binder News
I've seen several people mention the desire for nested IControls previously (including issue #41 ), so I figured I'd make a larger issue about it for the purpose of discussion....
Currently iPlug2 uses xcbt, a C library written by AZSlow3, to interact with X11. It would probably be best to refactor that code into something more in-line with the rest...
Lines 23-28 of `IControl.h` undefines stricmp and strnicmp, which are required in `assocarray.h`. It's relatively easy to work around, but still caused me some confusion when building. I'm on MacOS...
**Setup:** * Windows 10 * REAPER DAW I can still automate the parameter in REAPER, but only when using VST3. VST2 is fine. Haven't tested anything else.
I'm working on a setup tool for reaper, with the ability to parse and assign keyboard shortcuts (working), mouse modifiers (in progress), settings (todo), and hopefully install reapack packages. The...
I'm trying to play Spire with Friends, and change some starting conditions. SwF uses custom blights for the co-op "relics", and I'd like to be able to add those using...
Jumps are fine, but having `if` statements would be much nicer. It'll be a decent chunk of work, so it's not a priority but the idea is here. Example syntax:...
Stitch reports a syntax error when there are curly braces after a `case` statement. While this isn't necessarily best syntax practice, it IS valid syntax, and the person who made...