-
Hi again @corrados, I was wondering how one adds support for currently unsupported hardware to edrumulus? If I see it correctly, you usually measure some input signal from the hardware (how's that done? any hardware required?) and then feed it into your Octave model to enable quick testing for the required parameters? Maybe I'll give it a shot, if my Millenium mod works somehow (yet tbd). Thanks again in advance for your answer! |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 35 replies
-
The way I am doing it is:
|
Beta Was this translation helpful? Give feedback.
-
Your modified Millenium drum pad will be very similar to the PD-120 or PD-80R (PD-85). Therefore, I would start using one of these. Maybe it is not necessary to create a new type. Just play with the trigger settings and see if that already works fine for you. |
Beta Was this translation helpful? Give feedback.
-
@corrados Would you mind explaining the available parameters a bit more than in the cpp file? In particular I played around with the decay curve a bit, noticed that it's always linear in the Octave model (I guess cymbals cannot be handled by the model?) and noticed that only the second decay appears to have any impact in the model. What are the others for then? Is mask time the time for which any triggering is prevented after a peak is detected? I also guess that the hot spot attenuation (whatever that is, idk) currently only exists in the model, but not in the cpp code? Btw this is how my first 5 hits look like as interpreted by the default pad (I just applied a 20 db threshold instead of 17db): |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
You were right about the powered hub. That just enabled me to lower the threshold to 12 (vs 20 before) and receive at least some soft hits on the snare. However I also had to modify other parameters to rather absurd values (mask time = 0, spike = 2), which leads me to the conclusion that the model is way different from reality. Is it possible to receive the original signal directly from the Teensy? I'm pretty sure my original recording for the model had some software interpolations in between.
Yes, I modified both. The main difference is that the piezo position of the snare is lower than that of the tom (by 2-3mm or so). Also, the snare piezo has more and softer trigger cushion foam on top of it than the tom. |
Beta Was this translation helpful? Give feedback.
-
So I finally made it to the cymbals of my MPS 750x set. Unfortunately it looks like I hit into another road block: So it has three modes, but looks like mono? I guessed it is a rim switch and configured it that way, but unfortunately edrumulus doesn't recognize the edge. Do you happen to have any ideas @corrados ? To me it looks like there's some low amplitude signal encoded in at least one or maybe both channels. |
Beta Was this translation helpful? Give feedback.
-
@corrados Btw crash & ride are powered with 3V3 as well. |
Beta Was this translation helpful? Give feedback.
The way I am doing it is: