yes i tried different things and it still crackles
i ended up using the pitch shifter in faust
it sounds a little different but it works fine without any crackles
yes i tried different things and it still crackles
i ended up using the pitch shifter in faust
it sounds a little different but it works fine without any crackles
@d-healey ah, yes thanks
laf.registerFunction("drawFilterGridLines", function(g, obj)
{
});
hi, how do I get rid of these lines?
couldn't find anything about it on the forum
laf seems to edit everything except those lines
yes, but i don't want to manually have to copy the hwt files into the folder
i want them to be embedded in the compiled build
i created some custom wavetables for my synth, and they load and work fine in hise. but after exporting the plugin, the wavetables aren’t included in the build — i have to manually import the .hwt files.
the “embed audio files” option is enabled in settings, and the .hwt files are all under 50mb. any idea why they’re not being bundled?
Hi Danny, Are you able to get Hise and Faust working on Parallels?
Hise works fine for me until I try using the faust node, then it crashes completely
hi! i’m installing hise with faust on windows for the first time. it builds fine and i can use it, but whenever i open a faust node, or when i try compiling dsps, hise instantly crashes. i’m not sure what i’m doing wrong since i’m following the tutorial exactly. i tried rebuilding with different versions of hise and faust, but it still crashes. i am running windows using parallels vm
i mainly use hise on mac and it runs smooth on there
i noticed lfo loop mode only works with custom shapes, not regular waveforms.
is there any workaround?
basically, i want the lfo to run once on a sine or square wave instead of looping nonstop. possible?
HiseSnippet 1294.3oc6X0saaaCElxILqNcqnMKaM6NcwFPxVQgsisaB1EwMNwsFMN1I1qc.6hNVoihIhDolDUVLF1yvdN1awdD1ivtZWWrWfMRQ+iThgiiS1RyP0EB5bHOje77OUq.tEDFxCPFK1omOfL9Pb6dLQ2pcITFp9NHi6gaPBEPfol0187IggfMxvXtmoXXjcdT7ya2ZahKgYAiXgPujSsf8ndTwHtsp7BpqaMhMzg5kX1EqT2hypxc4QR7LGNGxmXcL4HXehZZYvnmSB6hL9RboBqaUz9I1EJTZyxVjxvlNDGm7qaWrX4M1L+5aRJtQYHWIjwB6ZSE7f1Bh.BkK51b6ds6x+QldCdIMj9FWPQjG0VtyZ1npcot1sFnbBQHCbqQpp4zppkwMn1zg7Goxte7.lijHoRyHyjfT9KAjLR.o40P5A31VATewnQT34t35LoEzgHsMIghdtHieCWkKm.S7XOxwPs.IwPAVsbtbOxT9Zsu1IhYInblImsOW.MYqt1h+zhYW7mWz7rC43L1wTaS.20EBF6vJ2gfII3prHu2.AOx7DhaDLbhxieZc5BSmN0RepSLQNqNiJZ5C8oqwcsU5J02m2Bf5q1je8M02gHHJiRedx44CABpBNF6.mHCCzlnr3cfviEbeYfv4reROGtcjKQj1cREn0e.o9HkMTYnXgTQujAhWBerbSzGaZg3CvsnBqtiGiYFCFkZp+MvX+HyOBuqiCXIFAv4w091YMLb529Gp296heE4DHNOZ7l+IwzN7.OymALHPo6xOgLo+9zlI0epyj1zRHgPm.BKzmGB4StxsAOZGNCBSw8LRTXrRjh6NfHhkdo0rRMKkpnlTUjXd2ox.lERxrEgkZwjzoVoFzSGQ9GasKiHMXsA4I2tYnkTwnzyICKZE4FBuhZK5lOofiXWHI6mSBrk1PqTNsyk1qY9oKQS532DyeLY0W3FnPy0SRfav7TopElc.FaS87cgcYm.txjwwXbIY1WGRjqX.2zwgM3LteWNilxpeHHBnGcDjxYZrGnmJDxVVFwY4JGBt.ILQr4mWYOJCHAR8DLi5hKeeAi0dsBVCWSUxCyau0Wl6+00WFmq8R3Vb2dZG0ZTWYqZwfHKVSLoZKHTs.3Gh.l0.s02+m+0uV4fjl2ztlqT4fHh6YztaS84tjfqpl+B7jmeJcO9T7vC0UxOd9oyHM4tBMxj.02WiZLduZMig5Gn9xL+EisyZlhylnJ0Wej0rxuTYPmE8atbn36AGI0QI4zA774oKn81sZ6w4htT1QoafX4J6w495Jp1opA2UlLS1deHHR0PfbY6v0WTrpKOYJPDp9QLd.nuxPR9UiBEbuAGf3K30V.9wMRa7c3xEer7w4qTu2rp705MudnuFcPyLkNnebrUencV4jdC4chtTHNUX06.H9bgSKECyBlq5J8WM4NNqcQ273JFYsRkagQVeAtPbvj9INX3DcvvIrWTpjl98AeuO36JzflpMia9huSKd+Lb+NXh0x2dv88vGb6Arpqmd561Wr3g3lgVELiucg4My0KNjGIjkIZPjWx7TYss8i7ZyiBr.IJYLvUt3XiLpr5Z5bJZ8eggYGS72xm9ClWQazev7CF7+j8viXEvesk9O0pxOemXNxyMK9+2mE2PQK68M9u2lTY5Qsou1xJ8RcNAKLqBt9rJXwYUvRypfkmUAexrJ3FWrfpexzSijcTniMPnFs1U2nfwvFYLlC8O.wXC15.
also, make sure all your dsp networks are valid.
i had a few broken ones saved in the faust folder that didn’t compile, and they were causing export errors.
i deleted them, and the plugin export worked fine after that.
check: hise projects / project / dsp networks / code binaries / faust
other than that idk good luck
i had a similar problem the other day . hise would crash when i'd try to compile dsp networks or export plugins.
after following the steps here it worked
not sure if this will solve your problem, but it worked for me
@d-healey
got it to compile and it's working now thank you
@d-healey
okay! after following the steps here https://forum.hise.audio/post/96072
i am able to compile the dsp networks
my reverb isn’t in scriptnode anymore, it’s showing as a standalone module. i am assuming i need to reconnect everything and redo the code?
@d-healey
can i compile the dsp networks in a new project and copy them to another project?
@d-healey
hi david, i just tried running that and hise crashes :(
hello, running into issues after adding some faust effects.
hise crashes every time i try compiling through the export wizard.
if i use “export as fx plugin” it builds and loads in logic pro fine, but all the reverb/chorus effects i built with faust inside scriptnode are completely silent.
everything works and compiles perfectly if i don’t use faust at all.
any ideas what could be causing this?
@DanH the snippet crashes hise for me
hi, the pitchshift node has a little noise or crackling sound when pitched down, any fix or work around?