no one knows this secret? :D
Posts
-
Appdata in music folder.
Why do plugins sometimes make their data folders in the music folder and sometimes in AppData/Application Support?
-
RE: Whitebox Packages - plugins changes into folders
@Dan-Korneff i don't see this option, where i can find it?
-
RE: Whitebox Packages - plugins changes into folders
@Dan-Korneff @d-healey nope, its still not working, if i set file owner as root in whitebox it creates folder instead of copying file. If i set my username it works but i think it will not work on different machine.
-
RE: Whitebox Packages - plugins changes into folders
@Dan-Korneff i'll try copy all data for installer on disk because now i keep it on external t5 ssd.
-
RE: Whitebox Packages - plugins changes into folders
@d-healey but signing it's not the issue, as as you can see on screens vst3 file transform into normal folder. There should be information about version, company, architecture. After installation these details disappear.
Kind: FOLDER
instead
Kind: bundle
-
RE: Whitebox Packages - plugins changes into folders
@d-healey no not yet, you think that's the issue? I just wanted test installer before signing.
-
RE: Whitebox Packages - plugins changes into folders
@d-healey IMO it shoulnd be deteced as normal folder like in this case. Any DAW won't accept this kind of "plugin".
-
Whitebox Packages - plugins changes into folders
Hey, someone has issue where plugins installed via whitebox packages are treated as folders? I added simple vst3 plugin and after installation plugin change into normal folder. Any ideas?
-
CLI Build
Hey, im trying to automate my builds, before moving to CI/CD i want terminal action but i have error using this command
"F:\Hise\App\HISE-4.1.0\HISE-4.1.0\projects\standalone\Builds\VisualStudio2022\x64\Release with Faust\App\HISE.exe" export_ci "F:\Hise\Projects\TEST\XmlPresetBackups\90.xml" -h F:\Hise\App\HISE-4.1.0\HISE-4.1.0 -t 'instrument' -p 'VST' -a 'x64'
and im getting
EXPORT ERROR: Invalid build options
can you tell me what is wrong? -
RE: xcbeautify help
@Christoph-Hart this is nice upgrade but it's not working on VMware :(
-
RE: I can't build simplest faust dsp
@Lindon I did as you said and unfortunately it didn't help :(
-
RE: I can't build simplest faust dsp
@Lindon i just have this one node with faust which i trying to compile i dont have any hardcoded fx in rack :)
-
RE: I can't build simplest faust dsp
@d-healey unfortunley its not working :(
> Sorting include dependencies > Creating C++ file for Network Reverb > Compiling dll plugin Re-saving file: /Volumes/T7/HISE/Projects/TAPER - Copy/DspNetworks/Binaries/AutogeneratedProject.jucer Finished saving: Visual Studio 2017 Finished saving: Xcode (macOS) Finished saving: Linux Makefile Compiling demo ... > Compiling Main.cpp wrap::fix<2, project::faust_reverb<NV>>>; ^ [x] /Volumes/T7/HISE/Projects/TAPER - Copy/DspNetworks/Binaries/Source/Reverb.h:20:76: expected ';' after alias declaration wrap::fix<2, project::faust_reverb<NV>>>; ^ [x] /Volumes/T7/HISE/Projects/TAPER - Copy/DspNetworks/Binaries/Source/Reverb.h:24:56: unknown template name 'Reverb_t_' template <int NV> struct instance: public Reverb_impl::Reverb_t_<NV> ^ [x] /Volumes/T7/HISE/Projects/TAPER - Copy/DspNetworks/Binaries/Source/Reverb.h:47:23: no member named 'get' in 'instance<NV>' auto& faust = this->getT(0); // project::faust_reverb<NV> ^ [x] /Users/admin/Downloads/HISE-ca06fcb9f0e27fdb7be45e9de968c5f85832e386/hi_dsp_library/node_api/nodes/processors.h:1726:7: no member named 'prepare' in 'Reverb_impl::instance<1>' obj.prepare(ps); ^ ^ [x] /Users/admin/Downloads/HISE-ca06fcb9f0e27fdb7be45e9de968c5f85832e386/hi_dsp_library/node_api/nodes/processors.h:1710:7: no member named 'process' in 'Reverb_impl::instance<1>' obj.processFrame(fd); ^ [x] /Users/admin/Downloads/HISE-ca06fcb9f0e27fdb7be45e9de968c5f85832e386/hi_dsp_library/node_api/nodes/processors.h:1731:7: no member named 'handleHiseEvent' in 'Reverb_impl::instance<1>' obj.handleHiseEvent(e); ^ ** BUILD FAILED ** The following build commands failed: CompileC /Volumes/T7/HISE/Projects/TAPER\ -\ Copy/DspNetworks/Binaries/Builds/MacOSX/build/demo.build/Release/demo\ -\ Dynamic\ Library.build/Objects-normal/arm64/Main.o /Volumes/T7/HISE/Projects/TAPER\ -\ Copy/DspNetworks/Binaries/Source/Main.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'demo - Dynamic Library' from project 'demo') (1 failure)
-
I can't build simplest faust dsp
Hey, im trying to build faust effect with simplest demo, i getting errors like below, using Sonoma, Xcode 15.3 and faust 2.77.3 any tips ?
> Sorting include dependencies > Creating C++ file for Network Reverb > Compiling dll plugin Re-saving file: /Volumes/T7/HISE/Projects/TAPER - Copy/DspNetworks/Binaries/AutogeneratedProject.jucer Finished saving: Visual Studio 2017 Finished saving: Xcode (macOS) Finished saving: Linux Makefile Compiling demo ... > Compiling Main.cpp [x] /Volumes/T7/HISE/Projects/TAPER - Copy/DspNetworks/Binaries/Source/Reverb.h:30:49: use of undeclared identifier 'project' wrap::fix<2, project::faust_reverb<NV>>>; ^ [x] /Volumes/T7/HISE/Projects/TAPER - Copy/DspNetworks/Binaries/Source/Reverb.h:30:76: expected ';' after alias declaration wrap::fix<2, project::faust_reverb<NV>>>; ^ [x] /Volumes/T7/HISE/Projects/TAPER - Copy/DspNetworks/Binaries/Source/Reverb.h:34:56: unknown template name 'Reverb_t_' template <int NV> struct instance: public Reverb_impl::Reverb_t_<NV> ^ [x] /Volumes/T7/HISE/Projects/TAPER - Copy/DspNetworks/Binaries/Source/Reverb.h:64:23: no member named 'get' in 'instance<NV>' auto& faust = this->getT(0); // project::faust_reverb<NV> ^ [x] /Volumes/T7/HISE/Projects/TAPER - Copy/DspNetworks/Binaries/Source/Reverb.h:73:9: no member named 'setParameter' in 'instance<NV>' this->setParameterT(0, -18.); ^ [x] /Volumes/T7/HISE/Projects/TAPER - Copy/DspNetworks/Binaries/Source/Reverb.h:74:9: no member named 'setParameter' in 'instance<NV>' this->setParameterT(1, 0.225); ^ [x] /Volumes/T7/HISE/Projects/TAPER - Copy/DspNetworks/Binaries/Source/Reverb.h:75:9: no member named 'setParameter' in 'instance<NV>' this->setParameterT(2, 0.75); ^ [x] /Volumes/T7/HISE/Projects/TAPER - Copy/DspNetworks/Binaries/Source/Reverb.h:76:9: no member named 'setParameter' in 'instance<NV>' this->setParameterT(3, 0.85); ^ [x] /Users/admin/Downloads/HISE-ca06fcb9f0e27fdb7be45e9de968c5f85832e386/hi_dsp_library/node_api/nodes/processors.h:1726:7: no member named 'prepare' in 'Reverb_impl::instance<1>' obj.prepare(ps); ^ [x] /Users/admin/Downloads/HISE-ca06fcb9f0e27fdb7be45e9de968c5f85832e386/hi_dsp_library/node_api/nodes/processors.h:1750:30: no member named 'reset' in 'Reverb_impl::instance<1>' void reset() noexcept { obj.reset(); } ^ [x] /Users/admin/Downloads/HISE-ca06fcb9f0e27fdb7be45e9de968c5f85832e386/hi_dsp_library/node_api/nodes/processors.h:1710:7: no member named 'process' in 'Reverb_impl::instance<1>' obj.process(fd); ^ [x] /Users/admin/Downloads/HISE-ca06fcb9f0e27fdb7be45e9de968c5f85832e386/hi_dsp_library/node_api/nodes/processors.h:1716:7: no member named 'processFrame' in 'Reverb_impl::instance<1>' obj.processFrame(fd); ^ [x] /Users/admin/Downloads/HISE-ca06fcb9f0e27fdb7be45e9de968c5f85832e386/hi_dsp_library/node_api/nodes/processors.h:1716:7: no member named 'processFrame' in 'Reverb_impl::instance<1>' obj.processFrame(fd); ^ [x] /Users/admin/Downloads/HISE-ca06fcb9f0e27fdb7be45e9de968c5f85832e386/hi_dsp_library/node_api/nodes/processors.h:1690:7: no member named 'initialise' in 'Reverb_impl::instance<1>' obj.initialise(n); ^ [x] /Users/admin/Downloads/HISE-ca06fcb9f0e27fdb7be45e9de968c5f85832e386/hi_dsp_library/node_api/nodes/processors.h:1731:7: no member named 'handleHiseEvent' in 'Reverb_impl::instance<1>' obj.handleHiseEvent(e); ^ [x] /Users/admin/Downloads/HISE-ca06fcb9f0e27fdb7be45e9de968c5f85832e386/hi_dsp_library/node_api/nodes/processors.h:1775:7: no member named 'parameters' in 'Reverb_impl::instance<1>' obj.parameters.addToList(l); ^demo ** BUILD FAILED ** The following build commands failed: CompileC /Volumes/T7/HISE/Projects/TAPER\ -\ Copy/DspNetworks/Binaries/Builds/MacOSX/build/demo.build/Release/demo\ -\ Dynamic\ Library.build/Objects-normal/arm64/Main.o /Volumes/T7/HISE/Projects/TAPER\ -\ Copy/DspNetworks/Binaries/Source/Main.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'demo - Dynamic Library' from project 'demo') (1 failure)
-
Bulding plugin gives me error from xcbeautify
Hey, i trying to build plugin on mac vm which run on vm, i getting error
xcbeautify: Bad CPU type in executable
, there's no option to build on vm? -
RE: Issues with scriptnode in latests dev
Today commit fixed this issue :)
-
RE: Issues with scriptnode in latests dev
@ulrik normal build working without issue, faust version not working : /