Michiel Westerbeek

Results 18 comments of Michiel Westerbeek

Hey @sundayz, thanks for the reply. I completely get why I’d want to use audiowaveform on the server. The part I didn’t get is the python normalize script vs the...

Yeah, I did try it, running in production since this morning😁 So will see if I run into any trouble. But yeah, if it’s the same we could maybe add...

Thanks for putting this together @eladalon1983. For our screen recorder at www.tella.tv we currently have a "setup" screen where the user picks their devices (camera and microphone) and screen that...

Great idea! At [Tella](https://www.tella.tv/) we've had multiple users ask for the ability to record multiple windows at the same time, without sharing their full screen. We haven't implemented this yet,...

I think he means Syphon.deserialize(view, model.toJSON()). Could be cool if the lib did that automatically.

Ah sorry, spoke before my turn :) if you want help/me to do it, let me know.

Same. What I did to "solve" it, is persist it to the sketch plugin settings. https://developer.sketchapp.com/reference/api/#set-a-plugin-setting In the sketch "backend" code I used: ``` const storedActiveProjectID = sketch.Settings.settingForKey( 'storedActiveProjectID' );...

That would be nice! Maybe with a special prefix so it’ll never conflict.

Sure, I can probably have a go at it this weekend or next week👌

Great idea! At [Tella](https://www.tella.tv/) we've had multiple users ask for the ability to record multiple windows at the same time, without sharing their full screen. We haven't implemented this yet,...