@HISEnberg Ah, there was a random parameter control with no name on it, that fixed it, cheers!
Posts made by Mors
-
RE: DSP Compilation Failing
-
DSP Compilation Failing
Hey!
Not sure what's happening here as i've not done anything unusual but the DSP compilation keeps having a ton of fatal errors immediately, any ideas what i'm doing wrong?
-
Fluctuating audio volume in exported Instrument VST
Having this really strange issue with a new instrument plugin, when i record some midi using it it will playback as though its going through different velocities (even though all the velocities are the same) for ex. the first chord will be -5db, then the second chord at -2db, then the next -4db and so on.
It doesn't do this when just playing using a midi keyboard, only during playback when the midi is recorded.
Is it something to do with the envelope in the sampler in HISE? I have a velocity modulator on that as well.
Appreciate any help!
-
RE: Velocity Gain Modulation - how to stop it controlling different notes?
@d-healey nevermind figured it out! Originally i was using the gain fx with the velocity modulator as a separate fx on top of the sampler, didn't realise the sampler itself has it's own gain!
-
RE: Velocity Gain Modulation - how to stop it controlling different notes?
@d-healey tried it out but doesnt seem to be doing anything? i have the group fade set with the velocity modulator
-
RE: Velocity Gain Modulation - how to stop it controlling different notes?
@d-healey sounds great! any videos or docs on this?
-
Velocity Gain Modulation - how to stop it controlling different notes?
I have the velocity modulation on the gain on a sampled instrumented im working on, however, if i was to play a note at a high velocity and then a second later play a note at a lower velocity it will bring down the velocity/gain of the first high velocity struck note. This works vice versa too.
Any fix?
-
RE: Build error on HISE with faust (windows)
@DabDab that's one i tried but no luck at all
-
Build error on HISE with faust (windows)
Hey!
I've followed both this method - https://forum.hise.audio/topic/6746/updated-build-instructions
& this method - https://resonant-bytes.de/blog/gsoc-final-submission/
using both the latest and earlier versions of faust and i keep getting this build error
I'm on the latest update of Visual Studio 2022 & on HISE Develop
Any ideas?
-
Scriptnode DSP Compile error
Hey!
Got a simple scriptnode network built, works perfectly fine and is pretty much similar to OTT however whenever i go to compile it i get this error
Any ideas? Nothing seems wrong inside the node network itself
Cheers!
-
Free delay notations time filmstrip!
As a thank you for all the help this forum has given me I've made this little filmstrip showing notations of a delay from a new plugin i'm working on based off the scriptnodes tempo sync!
Thought it might come in handy for some of you!
Download - https://drive.google.com/file/d/1mplQhjoah7leJuufZ27KcN3A626qGjEp/view?usp=sharing
-
RE: Hide/Show Table component with ComboBox
@Mors I've tried with the 'getItemText' and then attempting to have the console print that value to make sure i'm heading in the right direction but no luck. I went through your scripting 101 video yesterday so i'm still wrapping my head around the coding side!
-
RE: Hide/Show Table component with ComboBox
@d-healey i guessed this but im stuck finding how to bring the combo boxes menu options into the code
-
Hide/Show Table component with ComboBox
Hey!
I'm able to hide & show a table component on the UI with a button click but i'm trying to figure out a way to do it with the ComboBox.
The table is showing the custom wavetable on the LFO Modulator, i'm trying to figure out how to make the table only appear when i select 'Custom' on the ComboBox drop down menu (which is linked to the LFO Modulators WaveForm type) and then for every other option on the ComboBox the wavetable is hidden.
-
RE: I don’t know anything about scripting. Is HISE for me?
@pgaudioworks here's the link to the launch video on my instagram! - https://www.instagram.com/reel/C4f61tTMwPB/?utm_source=ig_web_button_share_sheet&igsh=MzRlODBiNWFlZA==
-
RE: I don’t know anything about scripting. Is HISE for me?
@pgaudioworks Of course it's for you! I started on HISE 2 months ago, absolutely 0 coding knowldege, 0 plugin making knowledge and just last week released my first ever plugin that has been a hit.
As long as your open to learning you'll be fine, this forum is incredibly helpful as well!
-
Multiband Saturation?
Hey!
I'm trying to build an audio FX where you can saturate just certain frequences (i.e. 0-200hz, 200-1khz, 1khz +)
Ideally it would just be 3-4 knobs each controlling the saturation for the different bands.
Any ideas how this could be done?