Collaborative project!
-
So the codesign is done with the apple tool if I understand well, nothing to do with the Pace tool right?
These guys make the world more complicated, we all need that… -
@ustk said in Collaborative project!:
the codesign is done with the apple tool if I understand well, nothing to do with the Pace tool right?
yes. an Apple thingy :) super easy to do. just a command in terminal.... and an active Apple Developer Id membership
-
I can make Windows and GNU/Linux installers
-
@hisefilo I can make mac installers, but you need to provide me with the plugins and I send it back to you for notarization.
Definitely not the most practical but if we don't have another solution… -
@ustk yes I guess. or I can do the installer but need to investigate how to
-
@hisefilo Or, I could prepare the installer project ready and send it to you so you just have to build
-
@ustk that will be awesome!!!
-
@hisefilo I can Win also, but don't know the installer thing (Running Bootcamp no issues)
-
@hisefilo do you have any good links for this "super easy" todo, I'm lost at the moment?
-
@ulrik I can tell the command i run. it's
codesign -s "Developer ID Application: [your apple developer id]" [path to your plugin/app]
You'll need to get a licence from Apple developer program $100 if you want to sign
-
@ulrik and this is the post I followed. for both, notarisation and signing
https://www.kvraudio.com/forum/viewtopic.php?t=531663But you dont need to do that. I will codesign and notarise.
-
@hisefilo Ok, thanks.
-
@lalalandsynth seeing this. like weird keyboard proportions ..... Want to fix that??? we can just use the prior that looks awesome too
-
@hisefilo LOL, how did i not notice that , hehe.
Let me see if I can fix this real quickThe first one has faults :)
Fixed.
https://www.dropbox.com/s/85sgjwfxqfhv8dc/Final top render 3.png?dl=0 -
This post is deleted! -
Currently finishing the macOS installer project.
Does anyone know if it is possible to insert an image in the custom html files (Intro, Readme...)?
It works inside the project manager, but images don't show up in the final installer... -
@ustk Don't know! never tried, but can investigate later if it's needed.
-
@hisefilo Sure, it might have something to do with my legendary html skills
<!DOCTYPE html> <html> <body> <div dir="ltr"> <h3 style="text-align: center;"><img src="COLLAB3-LOGO.png" alt="CollaB3"></h3> <p style="text-align: center;">THANK YOU FOR CHOOSING COLLAB!</p> <p style="text-align: center;">COLLAB3 IS A FREE VINTAGE TONEWHEEL EMULATION TO HELP MUSICIANS AND CREATIVES AROUND THE WORLD STAY HOME DURING THE COVID-19 PANDEMIC WORLDWIDE QUARANTINE</p> </div> </body> </html>
-
@ustk Just a question about Leslie dsp. Trying to understand your diagram. Are you splitting horn and bass?? I see you are working on 2 chains for delays (if so I was wondering were to change the freq for bass. Maybe that'll add some chorale I really love
On both settings, the treble horn rotates slightly faster than the bass woofer; about 50 revolutions per minute (rpm) for "chorale" and 400 rpm for "tremolo", compared to the woofer's 40 rpm and 340 rpm respectively.
-
So the plugin is complete now? Shall I build the Windows version?