@d-healey ok great, documentation is a little confused :)
Posts
-
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 : /
-
RE: Issues with scriptnode in latests dev
@ulrik ok, faust version is affected
-
RE: Issues with scriptnode in latests dev
@ulrik i have exactly the same version :( Im using windows i see you have mac.
-
RE: Issues with scriptnode in latests dev
@ulrik its simple as can be, i just create new project and added scriptnode
HiseSnippet 1184.3ocuW0zaaTDFd13rtDSAQo7CvR8RJJJxejOUODmXGCVfSLcCQ8VX7ryVOxyNyxtylDWDRHAG5MNy+l7CnHgT9EvQ3T3DGg2Ym01qisLIVkZKYsy6Gy7LOuestSnjPihjgHqBmLHfhrdnsy.gpW8dXl.0pAx5CsaiiTzvhFQGLH.GEQcQVV49Ls.qUVFk74l8N.ywBBcrHD5TIiP+RlOSMVZmZeAiyahcomv7yX8F0ZQjh5RtLFvSN6Rn.LoO9kzivZyVxF843ndHqO0thWWREusqtS4cKu61ara4xatS2MJUg3t4tUqtUUWuJ6f2ZGvo7G5xTxPGEVQifM8.o6.mdxKDlC3TVDqKmpWTF4.mrQLpdOF2syPxIBgrVtyXpJmgp9D61LW1H4iorOJQQwwdjkzrVZdPp78.RVYfzxFH8HaGRHKPMViFOuucKADA8vPrIKTL1hrtxttDLPnV2G2m1LDVLxgU2pTo0JB+7zm4EKHJlTTTJNRpnGKV8oE9tBqT36KT71p77loN8wDJ4bZ3LUqSGBmmiqJh86RCWq34XdLcjgv0eRNM+ciSIlacFCkhVBl53.Z55lRtqlqzOOcD.kRavSecqFXEVGTRkA1EPCULMbrZPOGJCLgnUraPi5qjAPgvTwOHyQ5FywpISmzEZoJ.9XhXnNPIhXpAYKDuG4XklaN1cEhOxtCSQ5MaLtzLvHvT+efwzJyOv9POOJQMFfKa27EKZYXo6cYXgzxP3L0G9CSWVr4KJOyBvWaONYOHjFfComH6vwCVMB6GvoOGv3ZE6xkj9NrWQmtBIv.gCzVrJoGVHn7nEoPJ+aolSnmKiULwKaiUgrKQV1GE66.80Iz5onCjYsjtFxrtjdsNuvgJbSV7OvmTkk0qsRUVdnxLkeGQUWHC6mDNReFY8.M2m2VHcon84b4E0k9Arz7Sf8Sj0QxGDzSJXDsHiECw399xXX6SAJL74DLiqSnchifVDtGKb.iSl3Yk6TZXTxF+.6RqCegD7izmrU9lXBPoC5fU8zUJ5tNPZIMbcxnzyTTlM2vLzKUgdmFNXzPS.R802c8XQqbY51XRH0qfxskLoeshNUqkf4nS0Ab8cHYOMDlAlZSKXKEzyBjPHdBT+w1dLNLQHZ8Q5mFqYb99fWsJHG+xgMPaZNowOpuFBW5kCi6GBottPa4DGFlKzAGBfH0w7iVAgi1LQ5kd7KZzFe4jxd800bTz.c0U1lTN8oWXHhTo09Q+ecOyL0lgzuMFh9CPi1p+9O+k+3GTWVqA0CGyUSdD094Zn4fqZUqd8d2BWW8l27j6FtPO4u9sDbky9qP255dydyDOfbz74oJWMEOgpbGwid6MY1Iuk3s1EDZ1PR2MetPBglFR2r2cBReyiabcZnywWJU8f1SSfqZ+9q9oYQUIxeKgKP1bnp15Jw20T07fzJ1GJvPCe2EImRWaefT12GmzYdwdGo2EyQ7wjP4YDynQc+i2KQBTLIRZrsB7Wff0EKiN+1TrO7h9mQHStUS4XkE0wpKpiarnNt4h53VKpiaunNty+si5+G19wJouYnOTRz4PyXCqgI1v3Kz+BTXyFXE
Here's video https://streamable.com/phljp4
-
Issues with scriptnode in latests dev
Hello, does someone has error with scriptnode effects? I can't tweak them. I can change sliders value but nothing happen.
-
RE: Software for Animation Sprites....
@ulrik maybe im blind, but here is download link? Ok nevermind, adgruard removed section because its called "share" :v
-
RE: Software for Animation Sprites....
Someone have Wavefactory Strip Generator for windows? They removed it from site ... if not ill make one in dart :D
-
RE: Downloading speed inside hise,
@d-healey ehh Apple and their stupid ideas :/
-
RE: Downloading speed inside hise,
@d-healey on sonoma, working without problem