Are there alternatives to renoise.Socket.create_client for use in developing tools with HTTPS calls and complex URIs? Otherwise, it’s not very useful. Any ideas other than the one tool, ReQuest, which unfortunately doesn’t work and wouldn’t be suitable given its features? Thanks everyone.
Unfortunately, you can only use os.execute currently (to call curl or your own bundled native program).
From security sight this is good & right so too! For me, Renoise only has access to localhost port 8000 for the OSC API anyway. And I really don’t feel like dealing with cryptic, hidden, or ciphered URL calls in a tool script. That would open the proverbial Pandora’s box. Renoise already has some potential attack vectors in its image handling system. So please, let’s not open that door as well.
Thanks for the clarification