Thx for the quick response. For me it's working fine with 3 or 4 sample players. Haven't tested some features like crossfade, but pitch, forward loop are ok in my initial tests
That's awesome.
So in this version the buffer is created (and deleted) dynamically, compared to your buffered sample player which uses fixed size ones, am I correct?
Would it be possible to have fixed sized ones and...
Thanks h4yn0nnym0u5e will check this new mixer in a moment.
I'm having a weird issue with the reverb effect, basically the reverb stops suddenly if there's no audio in the input, so when connected to a physical...
yes, that is exactly the first think I tried but looks like there's a bug ....I copied the rectifier effect to a new one (just changing the name of the file and object) and I get similar errors, probably because I'm not...
@houtson yes, the files are placed in the right place and the #include it's correct. the code it's very very long, will give a try in a fresh new project, this one has grown too much and I'm getting this sort of errors...
I'm not using last Teensyduino version, got a windows laptop with last versions of both Teensyduino and your dynamic library but for some reason my code does not work there (it does compile, but hardware enters in a...
for some reason (that I don't fully understand) I can't use it :-(
it's probably because I'm using the alternative dynamic audio library, just in case you're curious about it this is what the compiler says:...
Well, at the moment I haven't been able to make it work, I'm using pins 11, 12, 13 and 30 for CS (pin 6 is used already on my project),
it does compile but gets stuck when the delay is initialised
tried modifying the...
Hi h4yn0nnym0u5e, what I would like to get is a response like this:
this would be the same response as setting the pan law to 0 in Cubase I think, which is better for mixng to my taste. It's true that phisically a...
Hi h4yn0nnym0u5e, I'm using your audio library so i could theoretically use it, correct?
Anyway I have no idea how to initiallize the chip, any tip?
have seen in the delay code the pin assignment which I assume that...
Would it be possible to use this chip with Teensy 4.0? I'm trying to figure out how to initialise it (how to indicate the CS pin for example) but at the moment I'm pretty lost