Oli Larkin
Oli Larkin
This PR adds IContainerBase - an IControl sub class that can be used to implement controls that nest sub controls. It adapts some IControls that previously managed sub controls in...
Would be good to have a dedicated Reset() method etc where samplerate is known, or to default to a sensible SR such as 44100 rather than 0.!
When popping up the UITableView based popup menu on iOS, the dimensions of the menu are fixed, which is not idea if the menu item text is longer. https://github.com/iPlug2/iPlug2/blob/master/IGraphics/Platforms/IGraphicsIOS_view.mm#L176 We...
This PR adds the ability to choose MIDI I/O on iOS.
TODO: use wide versions of GetPrivateProfileInt GetPrivateProfileString WritePrivateProfileString
Since 4k limit was removed: https://chromestatus.com/feature/5099433642950656
SInce [this change](https://github.com/emscripten-core/emscripten/pull/19606) in emscripten, WASM decoding in the audioworklet fails due to no atob ``` IPlugEffect-web.js:1 Synced from IDBFS... IPlugEffect-web.js:1 Synced to IDBFS... index.html:169 AudioWorklet Supported IPlugEffect-wam.js:2 Uncaught ReferenceError:...
The IPlugOSC classes are full of /** todo */ comments and expose a lot of private code. This PR goes some way to improving that, although more work can be...
This PR applies clang-format to the IPlug2 codebase