Develop branch build status
-
Hi Christoph
i tried the Last commit d70f6b7a7d7e1dd252a4f7d70464346dbcd67848Thank You it's Perfect
i was able to Export the Plugins without any Problems
and you Really did a Good "Cleaning Job" no "Build time Warnings"i Compiled with Mac OS Monterey on a mac Pro 5.1 with Xcode 13
-
@linuxvst said in Develop branch build status:
No Build time Warnings"
Wait until you compile on Windows...
-
Warnings on Windows !
Yes i see what you meant!
a Lot! -
@christoph-hart
There is a Bug With **"Audio waveform" Component in Hise on Windows & Mac **
with the last commit 259003aa845a2861df5de23afa4ffc89a09bc41dYou Can Test it With the "Convolution Reverb Tutorial"
when you try to load an audio File by "Click to open" it does not open the browser
and if you use "Drag n Drop" it does not load the File!
it is Not Working !Fixed:
if you came across this problem just do a Compile then the Audio Waveform Component will show and it will WorkP.S. it is Working Perfectly With "Master Branch " on Windows and Mac
With "Master Branch"
-
@linuxvst I noticed this today but on OSX - it works in the compiled plugin (the audiolooper at least) but not in HISE
-
@danh
i Agree it does not Work also in Hise on Mac i Did not Test with Exported Plugins -
This post is deleted! -
@linuxvst You don't need to clog up the thread posting the same thing multiple times in 24 hours.
-
i'm just verifying with each new commit he posts to see if this bug was fixed
and tell Christop if it is fixed or not! -
@linuxvst said in Develop branch build status:
i'm just verifying with each new commit he posts to see if this bug was fixed
Check the commit log to see if a bug is fixed - https://github.com/christophhart/HISE/commits/develop
If it's been a couple of weeks and there has been no mention of it then it's probably a good time to give it a little bump.
-
@d-healey
Thank You For the Commit Log Link!
Sorry about This i Just try to Help ! -
This post is deleted! -
@christoph-hart
the Audio Waveform Problem Seem to be only when you load an existing a project
the Audio Waveform will not Show when you load the project
but it will work after you do a compile
it looks like the scripts are not loading Completely upon loading the project
even if you save the project after you re -compiled the scriptsClose Hise and re-open the project
the Audio Waveform will still not load
you have to do a re-compile for the "Audio Waveform" Component to Work!
everytime you load the project!
this is what i Found -
added ability to change .chx file extension (including passive aggressive comment)
Hahahaha :)
-
@d-healey hello, i just successfully compiled the latest online version of developer.
however, I observe a huge slowdown in the interface in general and more particularly the preset browser. I have a column with about twenty presets and scrolling through it is very complicated. big latency. I compiled my plugin successfully, same problem it turns to slow motion.
i recompiled with the latest new layout version, no problem so i guess there are still some bugs on the devlop.
(i tried on mac and pc before writing this) -
This post is deleted! -
@d-healey
Sorry, what of these modules needs to be removed? Because based on my picture my issue is different.
@d-healey said in Develop branch build status:
Nothing to do with the SDK, that only comes into play when exporting plugins. This error is because Christoph removed the STK nodes from script node but you still have the modules in your .jucer file. You need to remove it or use the .jucer file from github.
-
@linuxvst Hello man.
I have your same Mac features (Xcode 13.1 and Monterey), but still not able to build on my Mac. What have you done to make it work please? Thanks. -
@sawer
Solved.- Downloaded command line
- Place ipp folders correctly
- installed new version of Juce
Thanks.
-
Today's build error
../../../../../HISE/hi_backend/backend/BackendRootWindow.h:39:106: error: expected primary-expression before ‘)’ token 39 | #define GET_BACKEND_ROOT_WINDOW(child) child->findParentComponentOfClass<ComponentWithBackendConnection>()->getBackendRootWindow()