Replies: 2 comments 2 replies
-
Linux command line GUIThere is a new tool available to show/modify Edrumulus parameters in a Linux (remote) shell using the ncurses library. This comes handy if Edrumulus is used with Drumgizmo running on a headless Raspberry Pi. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Real-time visual feedback using the Arduino IDE plotter
In the most recent Git code I have introduced a new feature which makes it possible to view the captured signal trace and some detection algorithm parameters in real-time while playing. Here is a short video of how it works:
The blue trace is the raw input signal, the red trace is the band-pass filtered signal, the green trace is the estimated signal decay function (used for retrigger cancellation) and the orange line is the detection threshold which is applied to the filtered signal.
Edit: If the green line is at 0 dB, the algorithm is in idle state. If it is just below 0 dB, it marks the scan time. If it is a little bit lower than this value, it marks the mask time.
Beta Was this translation helpful? Give feedback.
All reactions