Compile error
-
@alepan How many copies/versions of the HISE source code do you have on your system?
-
@d-healey only the one I downloaded with GitHub, I deleted all the previous versions some time ago
-
@alepan Did you clean the build folder before you tried to recompile?
-
EDIT: nevermind, I found the command. Trying to rebuild now.
@d-healey mmm nope, inside xcode? how can I do it?
-
@d-healey Still getting errors in SnexFloatingTiles.h
The strange thing is that I didn't do anything either in the source code (I'm not able to..!) or in the Projucer settings... -
inside xcode? how can I do it?
I can't remember the setting but it will be something like Clean Build Folder, or you can just delete the build folder manually in Finder.
-
-
@ulrik Thank you!
-
@d-healey I cleaned and rebuilt, but I'm still getting those errors... I think I'll try deleting everything and proceed with a clean install, I see no other solutions at the moment. I'll let you know if it goes well. Thanks for your support!
-
@d-healey @ulrik, ok I deleted everything and re-downloaded the develop branch, and it recompiled.
Unfortunately I'm still getting no sound out of HISE...
Here is a snippet with just a waveform generatorHiseSnippet 938.3oc4W0siSaDEd7lcVQVZQkJPkK8EbwhDEEGnzJ0KHraRfnR1DsdA5cngwmrYzZOi03wgFUw6VeD5i.OB7F.mwNYs8VugzzBUE7EQ4723uy+iGqUbHIQoINMOddLPb9Jp+boY5ASYBIYPWhyUnCYIFP6lyZ+4wrjDHf33z3QVFNM2lj871GrOKjI4PAKB4YJAGdhHRXJ3NtyuHBC6yBfiEQkz9dcFvUxCTgpTDOMnsHwL9orSfCYV01hRb1oWfvnz9FlARHNz8UAy8mpdkLW+mIRDuLDrDdDe7fxY2WEFXQr8+ilA5YB3Uk4QNXpHLX7xXQBAO4wEQlF4QlqQGJBDmwuHB8MYBbKrnbLxYqpPtQEH6cQPtFH4TBRamCoqR84ZQroPhEOWlNPhIrILLUTFJ45Rb9C5AJTAo4NQrSg9Zj3LC169sZcaW7ma8ySRkbiPIcUxCUFXjbuas6uuayce8ttmWzjI0Jy9ZzpvPPWqXa1WuJC2SlF8RPea2YrvT3LEQ2uZLcm0Klxy85RJpjCjBynXXAcQQgWMY.xhvF9umNnKyvrIkE7P8hAsQXgiSWXFV0mmhZR6BImZTwXc+eI+gUNpfzPloZ4jsuZg.LdTIGZSTxDgYd49tyWis8EGOZUaaQsd6ZB2qRGKL7o0i2spAuXT6iMdWzw90zdSl.bSAX2l1+WWY64+5P454P4xzmylAYiVy.x0ynmnzQtOBjf1FS8Vwv0+bcGtFu1CWGwMHDNVyjIwpDvq7IeNYsKKqKXRkUUOmUEsrtWez8Jo2k5rjY6xLGyjUNLjtxIMT7aEju4A8jLLg3Cn2DLJgiNqM1UtcXbZXB7bQfYpWYCKX2tL6GyzAXdgWo.swp1ybgCXp12VR+Ovxlc9Xsr4S5ff+4ysZrdv8Crar4RL5KhhCgdxYPHNbNCieKNMdBKMzrja0dtgJoJdpRJpTMbDXzhSNApTjUqC8PiAuwRAmq04HHDXIk5CuYmmHj.SiwIXCiE+8umPs4qaPygqqcPg6mG6aZ7E+9lU2ghyR++Sl96n3781tYoa2+6y2GoRMB4ICY3z.biD8vzHebYJGPDKkPncOgyV1qIlS2xRagiOHCxHdG9rPnmk1YgPukB+j7NhXbs5E77qXaGXboLNneKy9Nql3G7gztdjrqci1QacmVjHbsyK3baM82iwm5so8FXyc2.at2FXyOrA1b+MvlebCr4mVoM1M9OL0nhxq+QFi6k88GNN42FJqUf7dfnuhz.
I can see both midi and audio activity in the generator and its meters, but nothing happens in the Master Chain.
The interface is set correctly (UAD Apollo, 48KHz, Buffersize 512); I really can't understand... -
@alepan Your snippet works fine here, there is something wrong with your audio setup.
-
@alepan works here too
-
-
-
@alepan Do you have applications installed that messes with the core audio? Like Loopback or something?
-
@ulrik Yes I have Loopback, but I'll delete it, since I have no real use for it
-
@alepan read this in case you want to uninstall it
There is a component called "ACE" which need to be uninstalled
https://rogueamoeba.com/support/knowledgebase/?showArticle=UninstallingLoopbackThat is if you really want to uninstall it, it isn't necessarily
Loopback that trouble your audio but it can be -
@ulrik ok thanks a lot for the info!
-
@alepan If you get this error plus a popup saying "Projucer.app is damaged and can't be opened," it's probably a Gatekeeper issue. To fix it, open Terminal and paste in "sudo xattr -cr /path/to/Projucer.app" using the Projucer path from within the source code folder you're trying to use.
You might also want to run "sudo spctl --master-disable" to turn Gatekeeper off generally... I already had it off before trying to export so if the above doesn't work, maybe try that too.