Great tutorial, I really appreciate all of your videos, making the whole learning process much easier! I do have a question: I followed this tutorial and the previous ones and it all seems to work fine for the most part. However, when I have a very small delay time (0.005 seconds or shorter), I get weird aliasing artifacts (at least that's what I think they are). I really want to be able to use short delays to create comb filters/resonators so this is a big issue for me. I even used MATLAB to help analyze the output signal to check for any discontinuities and such and could not find any evidence of anything bad. Any ideas?
@DuskfoxOfficial Жыл бұрын
hi speechrizz
@ninjaxhayabusa9 ай бұрын
Is there a tutorial on how to setup control parameters for this delay? I'm running into issues controlling the time parameter.
@paulcrandall25343 жыл бұрын
Hello. I have a couple of stupid questions. I'm brand new to this. Just getting started with coding. So what you're doing here is writing VST effects? What language is it that you're using? C++? Also, could this style coding be used for a piece of hardware? For example, could I use this coding for building a delay pedal. I'm good with the electronics part, like using A/D and D/A converters and building the circuits. But I'm just learning how to use code to manipulate the hardware. Also, how could I learn how to code guitar cabinet IRs? Sorry for the stupid questions, I just don't know where to get started.
@bigdap1003 жыл бұрын
Hey man I really want to do what you’re doing...what do I need to do? This looks great.
@BeepBoopAudio2 жыл бұрын
My build has an initial loud that passes through it upon load. The processor get overloaded with this information for a few seconds. If I wait past this time, the VST works perfectly fine. Does anyone know what could be causing this?
@lusi3851 Жыл бұрын
call delayBuffer.clear() in prepare to play
@noeqplease Жыл бұрын
@@lusi3851 That worked a charm. Thanks!
@Williamluai2 жыл бұрын
How would you implement the feedback amount in this algorithm? Would it be the gain amount in the second fill buffer?
@blazethablunt3 жыл бұрын
Can I get the same autocomplete with vs with all the value names and stuff? Thanks
@andx40243 жыл бұрын
thank you. thats what i do.
@twangist2 жыл бұрын
"x[n]" and "y[n]" are not pronounced "x to the n": there's no exponentiation involved. "x-sub-n" and "y-sub-n" are clear, common, and don't raise eyebrows ('sub' as in subscript).