oops sorry - just obeying Obermeister Healey's commands...Not so fast
3.5.1 isn't released yet, I just wrote this version number in the docs so that I don't have to edit them later again. The time stretching is still very experimental so it might take another few days and feedback from developers until it's merged back into the main branch.
Could you spell out for me what entails offering your own compiled binaries? My only real exposure to programming is less than two years ago with KSP (and GML), so I just don't know what that means at all.To distribute your plugins you can either offer compiled binaries yourself or create a library for the free Libre Wave Rhapsody player, if you want to skip the compilation procedure.
You install Visual Studio on Windows, and XCode on MacOS. From within HISE you select to export your project and this will create a JUCE project that can then be compiled - turned into a plugin or standalone app.Could you spell out for me what entails offering your own compiled binaries?
Or VS Code on either, hehe. Lotsa devs really dislike XCode for... all sorts of reasons.and XCode on MacOS
I don't think VS Code contains a compiler?Or VS Code on either, hehe. Lotsa devs really dislike XCode for... all sorts of reasons..
Oh ok, you don't need a separate IDE/Code editor for HISE though.Right you still gotta install Visual Studio. I'm just saying don't use it as IDE, because it kinda blows
How expensive roughly? This would need to be done and paid for per product, right?On Windows you don't need to codesign anything, but you should if you don't want your users to get popups telling them your installer is a virus. This stuff is a pain in the butt (and a bit expensive).
No this is an annual payment. You need an Apple developer account, roughly $99 per year.@d.healey Thanks, that makes thinks a bit more clear.
How expensive roughly? This would need to be done and paid for per product, right?
Well I think it's an upsideReleasing for your Rhapsody player would then bypass all of this with the "downside" of needing to put the source code on GitHub, did I got that right?
Send me a message if you need any helpAh ok. Well, as soon as I have a simple instrument again, I might go for the Rhapsody version, maybe make it for both Kontakt and Rhapsody (or even Decent Sampler too, while I'm at it :D)
Yeah, I'm aware.Oh ok, you don't need a separate IDE/Code editor for HISE though.
This is not at all required. Surge is a signed binary on Windows and we didn't need to do any EV signing. At least IIRC. Lemme investigate.If you want to go down the Windows signing route you need to pay the cartel. The price keeps going up. There are various companies selling signing certificate, I went with this one - https://signmycode.com/comodo-ev-code-signing
EV is not required, but if you want EV then you need to be a business, last I checkedThis is not at all required. Surge is a signed binary on Windows and we didn't need to do any EV signing. At least IIRC. Lemme investigate.