-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this app still supported? #106
Comments
I don't think that it is. |
There are some issues with BigSur and window display (range sliders) It should not be super hard to fix. I have tried to contact the developer but I also did not get a reply. |
Yeah, I don't have much time to spend on Cecilia anymore... I'll see if I can come up with a quick fix for the sliders. |
Fix is in git: 655954e |
Hi Olivier,
Thank you so much for your answer. Cecilia is such a great tool. It would be great if you could now and then maybe just update the very basics. I wonder if anyone would take the responsibility to maintain it soon.
Thank you for all what you have contributed to the community
Warm Regards
D
1 + 1 = 1
www.maronidis.net
… On 2 Nov 2021, at 7:25 PM, Olivier Bélanger ***@***.***> wrote:
Yeah, I don't have much time to spend on Cecilia anymore... I'll see if I can come up with a quick fix for the sliders.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#106 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AJPKY3KVGGQO6GLBYO2YNNTUKAUJ7ANCNFSM5CR5M64Q>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I guess it means that the app has to be built right or I can just replace the resources in the package content?
|
I just replaced the content in "Resources" with the updated files, seems to work just fine! Thanks so much for this, Olivier, really appreciated. :) |
Yep, this will work as long as the fixes will only concern cecilia's sources. If I change things in pyo (or if there are changes in wxPython, the GUI toolkit), it won't be as simple... How I see it, unless someone take over the packaging, is that the best thing to do is to run Cecilia from sources. It goes like this:
|
Python is the problem not a solution. C/C++ as I have had nothing but issues with Python stuff plus it is slower, and overly bloated in comparison to ML/ASM/C/C++. Python was made to bring an idea to the table fast it was never meant for what so many use it as today. Like 3d printing was made to bring an idea to the table fast (rapid processing), refine it then use a viable material for the final product which is exactly what Python was originally intended to be for. Fast to the table, refine it, make sure everything is running right then use a real hardened language for the to market thing. Most things on Github (these days) seem to skip that last part. |
Python is still a language that can totally be used, and while i personally don't, the devs have the choice of using it or not. |
Doesn't make it a wise choice, or the best choice. They can use toilet tissue if they wanted, or hammer, and a chisel on a big stone tablet but that doesn't make that a viable choice. |
Comparing the complexity and maintainability of Python and C++, the most "unviable" between the two is C++. Python's runtime speed isn't a problem if the C++ bottlenecks are taken in account |
Only to the ignorant. A good dev (rare these days especially with the ones I have seen on Github side projects) maintains the code and you get a binary, and/or the source to compile yourself. There is this thing called versioning that helps with stupid issues. Python is a scripted language so any damn monkey with a keyboard can fiddle with it while C/C++ et al. are real compilation languages so requires far more brain cells, in that we agree as what you call "unviable" I call a lazy dumb ass approach on the dev's part(s), and the end user being even dumber who can't figure out how to compile the stuff. |
Please. This is not a Usenet discussion forum. |
Since this is a dead project, usenet? lol, that is still a thing, it is what we make of it. |
I've been trying to contact the owner through the official Cecilia web page, but no response.
Just wondering about compatibility with Big Sur, and with M1 Macs.
The text was updated successfully, but these errors were encountered: