Feature/ Threshold recording#2808
Merged
seangoodvibes merged 5 commits intoOct 22, 2024
Merged
Conversation
Contributor
4c11f8f to
0eafdf3
Compare
m-m-adams
reviewed
Oct 19, 2024
m-m-adams
reviewed
Oct 19, 2024
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
66733d0 to
acde6d4
Compare
Added reset method to the envelope follower class
d105bd0 to
a8effbf
Compare
Removed reset call as its unnecessary
m-m-adams
approved these changes
Oct 21, 2024
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
seangoodvibes
added a commit
to seangoodvibes/DelugeFirmware
that referenced
this pull request
Jan 11, 2026
* Feature - Threshold Recording
Added `THRESHOLD RECORDING` default setting which can be turned on in the `SETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODE` submenu
- When this is enabled, recording of external audio input (e.g. Line In / Microphone) will only begin when it detects an audio signal according the Recording Threshold mode that has been set. There are four Threshold Recording modes that can be selected from:
- `DISABLED (OFF)`: Standard Deluge behaviour. Recording starts right away.
- `LOW`: Sets a lower threshold for lower input signals.
- `MEDIUM`: Sets a medium threshold that is good for most signals.
- `HIGH`: Sets a high threshold that is good for noisy signals / microphones with gain
- You can also view and temporarily change the current threshold recording setting as follows:
- Press and hold `RECORD` + turn `SELECT`
- Enter the Song menu while in Song or Arranger View by pressing `SELECT` and entering the `SONG > THRESHOLD RECORDING (THRE) > MODE` submenu
* Address feedback
* Address feedback
Added reset method to the envelope follower class
* Remove reset call
Removed reset call as its unnecessary
* Move envelope follower to header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
THRESHOLD RECORDINGdefault setting which can be turned on in theSETTINGS > RECORDING > THRESHOLD RECORDING (THRE) > MODEsubmenuDISABLED (OFF): Standard Deluge behaviour. Recording starts right away.LOW: Sets a lower threshold for lower input signals.MEDIUM: Sets a medium threshold that is good for most signals (including the internal microphone with gain off).HIGH: Sets a high threshold that is good for noisy signals / microphones with gainRECORD+ turnSELECTSELECTand entering theSONG > THRESHOLD RECORDING (THRE) > MODEsubmenu