Export tool
-
Is that the latest scriptnode? When you export from HISE do you see these errors in Xcode, Visual Studio? Or any terminal windows that are opened?
-
@d-healey This Is My Commit HISE-61257a
I Don't See Any Errors While I Export in Window
But On Mac, I Have Some Defficalties To Export Which Does Nothing And Push Me To Use HET. -
@Natan said in Export tool:
@d-healey This Is My Commit HISE-61257a
Do you mean you made a fork? I'm not seeing this commit number in the main repo. - https://github.com/christophhart/HISE/search?q=61257a81932a80064af8d2949e882f1a5ddb9138&type=commits
-
@d-healey Its Here:
- fix normalisation bug when looping inside samplestart mod
https://github.com/christophhart/HISE/commit/61257a81932a80064af8d2949e882f1a5ddb9138
- fix normalisation bug when looping inside samplestart mod
-
I'm pretty sure the errors you are seeing come from HISE, judging by the lines before and after. So there is nothing I can do :p
-
@d-healey
Another Interesting Thing,
Error Doesn't Show Up While I Compile Instruments, It's Only With Plugins :) -
Looks like a scriptnode issue. JCRev and PRCRev are STK nodes
T60 resembles to a reverb time argument you try to set negative... -
@ustk Excellent
Just Removed Those Nodes, And Errors Gone :)@d-healey Sir, Check This Out
@ustk said in Export tool:Looks like a scriptnode issue. JCRev and PRCRev are STK nodes
T60 resembles to a reverb time argument you try to set negative... -
Not Sure, But i Guess These 2 Nodes Was Working, Just Fine, With Out Trowing Errors Into The Exporter Tool.
No Matter What Value I Set In The Plugin, As Far As I Use Those 2 Nodes, Errors Comes Up.
@ustk Can You Confirm This Sir, If This Broken Or Something?
Thanks -
@Natan Nothing to do with my app
-
I’m not home before tomorrow and never used those nodes. I’ll check tomorrow how they behave and export. Although I think Christoph said about the STK they’ve been wrapped quickly so they might have instability. Anyway, any current questions about scriptnode issues should not be taken into account since Christoph is rewriting everything. I personally totally abandoned using it until a more viable version is born and a good advice would be « use it at your own risk ». That is just my opinion as a user though...
-
-
@d-healey We Should Call It "Bug Finder" Aswell
Without Your App This Couldn't Be Found
Excellent Job Sir ️️️️️ -
@ustk Sir Any News On Those 2 Nodes?
Thanks -
@d-healey roughly how long does should the Notarizing step take when using the HISE Exporter. I'm currently in the process of using it to build an installer and it's been spinning for 15 minutes with the prompt:
Notarizing: 1/1 Plugin | Uploading: This could take a while...
-
@LeeC depends on the size of your upload and the speed of your tinternety connection..and how snappy the Apple servers are today..
-
@d-healey is I'm using Xcode 10.1... Will this work for notorization?
-
@LeeC Sometimes it fails to build the installer and spins in that state forever. It won't tell you what the issue is but probably an easy fix if there is one. Spaces in the notarization file path aren't allowed, and capital 'L's in the project name on windows would fail as well
-
I see an error in the console mentioning that
Packaging/darwin/packages-template.pkgproj
no file existsDoes anybody know where I can get a copy of this file?
-
@DanH said in Export tool:
@LeeC Spaces in the notarization file path aren't allowed
Just for clarification, spaces are "allowed" but the export tool has a bug with spaces on a Mac. It will be fixed when I do the next round of updates. If you want to see the complete list of known bugs you can check the github issues :)