rmri
rmri
Just spent time pulling this project just to realise it doesn't even compile. Please put up a disclaimer if you don't want to maintain it any more and don't waste...
It would be very useful to have a preview of the look before diving into it further. Thanks
First of all many thanks for this great library. I'm in the process of adapting this library for my app and came across some of the limitations that were already...
Changes: - Added bindBufferBase to OpenGLES and desktop interface Question: - Do we need to do anything else, ex. for [web](https://developer.mozilla.org/en-US/docs/Web/API/WebGL2RenderingContext/bindBufferBase)?
While the plugin did work nicely in a pure Flutter project, when I try to include it a Flutter module, I get the following error: ``` .../ios/Classes/CustomRender.swift:7:8: Compiling for iOS...
Thanks for this library, I was playing around with it and found it very useful. So far I had the following problems: - missing fields in data parsing (ex. `external_urls`,...
Original issue: - On older devices the navigation bars may appear when the application is resumed from the background (Android 6.0 - Nexus 6.0) Changes: - Added `force` parameter to...
I noticed that [`getParameter`](https://github.com/martineastwood/mverb/blob/master/MVerb.h#L291) and [`setParameter`](https://github.com/martineastwood/mverb/blob/master/MVerb.h#L237) use different value scaling. For example if I set the value of 0.5f for mix and then query the value again I get 50...
Hello everyone. Is there a timeline for the next release that would include the updated FCM APIs? We have a project using this library and have to make a decision...
I've been working on a MIDI editor application and noticed crashes when sending larger SysEx messages. I traced down the issue to this line of code for iOS and macOS,...