seclorum
seclorum
Hi Edgar, Its possible you got caught in the middle of our updating the PolarDesigner plugin - we have a new version currently in works with a lot of fixes...
This is addressed in a fork we are working on internally at the moment - stay tuned for an update in the coming days.
Good catch, it would definitely be a necessary fix for next release ..
The UI has been modified for better interaction on iOS - larger controls, touch semantics, etc.
Sample Audio files highlighting the bug are attached .. [PolarDesignerBugReport11_ExampleFiles.zip](https://github.com/AustrianAudioGmbH/PolarDesigner/files/7659634/PolarDesignerBugReport11_ExampleFiles.zip)
What is the purpose of this code? ` if ser.is_open: ser.open()` .. and why do you "only open the serial port if it is already open"? Remove the **if ser.is_open**...
Okay, understood - but why can't we just use the marp bin that is included in the homebrew marp-cli package, instead? This would be better than including a foreign binary...
If there are no modifications being done to the marp sources specifically for Sidekick, it makes not much sense to include the marp project as a submodule, just to get...
Ah, sorry - I didn't realize that marp was an end-user tooling requirement - thought it was only for building Sidekick itself. That sorta puts things into context a bit...
As a dev - to build this, I'd be more content to use the official docker image: https://hub.docker.com/r/marpteam/marp-cli/ As a user, I'd prefer to have it installed in my .app...