Develop branch build status
-
OK, so I completely surrendered myself to the demigod of macOS font rendering and added a setting in the context menu that you can enable on every system that shows the behaviour of my system.
Is it a good solution? No. Will it be the last time that I will work on a solution for this issue? Yes.
-
@Christoph-Hart Cool :)
You owe us a pint for making all the tests...
But we owe you 2 (per user ) for making all these excellent additions :beer_mug: :) -
Using the develop build from yesterday I now get a crash when I double click on any of the api calls in the api collection module.
-
@crd I don't get a crash, it just doesn't do anything at all.
-
@d-healey I should have included this.. The crash happens when I double click the apicollection in a "scriptFX". When I double click the Api collection in the main interface script nothing happens.
-
This post is deleted! -
@crd Right click >> Fix weird tabs
-
@d-healey Thank you!
-
I am getting a consistent crash when searching for something that doesn't exist in the text editor. In other words, if I search for a phrase that isn't found and select "find all" Hise crashes. (I am not sure if this is where I should be reporting bugs. If there is somewhere better let me know.)
-
is the EQ display still "laggy" in the development branch?
Any other "known problems"?
-
I'm getting Xcode errors when building the AU plugin. The standalone version builds fine. Any suggestions?
-
-
Error Group
Undefined symbol: typeinfo for juce::Timer
Undefined symbol: juce::Component::mouseMove(juce::MouseEvent const&)
Undefined symbol: juce::Component::mouseDown(juce::MouseEvent const&)
Undefined symbol: juce::Component::mouseDoubleClick(juce::MouseEvent const&)
Undefined symbol: juce::Component::setName(juce::String const&)
Undefined symbol: juce::Component::setVisible(bool)
Undefined symbol: juce::Component::addToDesktop(int, void*)this is just a snippet- there are a total of 100 errors. This seems to be related to the lto.o compiler errors?
-
@frametek Did you clean the build directory after building the standalone?
-
Yes. Same problem. I'm using Xcode 12.01 on a M1 Mini (Big Sur) so the build is Intel only.
-
@frametek said in Develop branch build status:
Xcode 12.01 on a M1 Mini
That's the info that should have been in your first post :p In which case I'm not sure how to direct you as I don't have such a system. BTW why are you wanting to build HISE as an AU?
-
I'm new to HISE and since the plugin it was part of the project, wanted to see if it worked. My guess is people are using HISE in standalone as a development system to create custom instruments and exporting them to AU, etc.
-
@frametek Yeah that's pretty much correct. There is almost no need to work with HISE as a plugin, except if you're making an FX plugin or want to test certain aspects of your project inside a DAW within HISE.
-
@Lindon said in Develop branch build status:
he EQ display still "laggy" in the development branch?
Any other "known problems"?I Think So, And Another Issue Is That On Windows, Pop Up Menus won't Resize and Get Adapted To The Windows Scale Size.
Still Waiting For Those 2 To Get Fixed And Switch To Develop.
And Yeah The Last Release Fails On Windows, And No Built :/ -
@Natan said in Develop branch build status:
The Last Release Fails On Windows, And No Built
Tell us more. What errors are you getting?