Develop branch build status
- 
@Christoph-Hart Yep that did it!
 - 
Alright, I give up. If I change that line on my Mac systems, it creates the exact "opposite" glitch. What OS version are you using?
 - 
@Christoph-Hart Yeah and if this fixed the previous tab issue it made the cursor selection offset like before so it's worse in the end.
High Sierra 10.13.6 here - 
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 
 :) - 
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.