supercollider-quarks / 3Dj

Live interactive 3D sound spatialization
https://github.com/andresperezlopez/rt-spatialization
1 stars 2 forks source link

RedQWindow deprecation #2

Open joshrayman opened 3 years ago

joshrayman commented 3 years ago

Hello,

Found that this library no longer compiles in Ubuntu 20.04.2 - a fix that worked for me was removing Q from the references to RedWindow. Happy to open a PR with the changes but not sure if this is a distro-specific thing or not.

Looks like it was changed in 2018 (from the changelog): 180103 - unified RedWindow and removed RedJWindow and RedQWindow. checked and updated all examples (mostly formatting). new markdown readme

dyfer commented 3 years ago

I'm not familiar with this library, but on the first glance this seems like a leftover from the transition from old windowing systems (cocoa/swing) to Qt, which happened a long time ago in SC. Yes, if you can please submit a PR. If you could post the error(s) and/or code that doesn't work that would also be helpful. Thanks!