Category: 🎮 Controllers
![]()
Analyzes the microphone input and emits the detected fundamental pitch as a MIDI note number and the amplitude in dB.
Listens to the system microphone and continuously emits two jolts: the detected fundamental pitch (as a MIDI note number) and the signal amplitude (in dB). Useful for driving synths, animations, or game logic from voice or other live sound input.
| Name | Type | Description |
|---|---|---|
| Note | Jolt Output | Emits the detected fundamental pitch as a MIDI note number. |
| DB | Jolt Output | Emits the signal amplitude of the microphone input, in decibels. |