Valentin

Results 3 comments of Valentin

**UPD:** Created workaround for Wayland. I don't like this: `let scale = St.ThemeContext.get_for_stage(Meta.get_backend().get_stage()).scale_factor;` But screen scaling factor does not applies to mouse coordinates. Probably a bug in toolkit.

Rebase to upstream. Merge conflicts resolved. Also removed mouse coordinates scaling as it has been fixed in shell toolkit (tested only on version 41). EDIT: changed commit description.

But you trying to use realtime destination in offline context. Get offline context (change line 12 to this): ```js Tone.Offline((context) => { ``` And use destination from it: ```js sample.chain(...PluginArray,...