ETC audio input level

Hi!

Is it possible, by code, to increase the audio level at witch the ETC triggers?

Thank you!

no - not in a mode.

your options are:

  • you could alter sound.py to change the threshold level to a variable, so then you could update it in your mode.
  • use your own trigger logic

the average that is used for normal trig is stored in the audio buffer etc.audio_in,
so you could use this in your mode to decide if to trig or not, instead of etc.audio_trig.
(if you do this, you might also want to use logic similar to sound.py to ensure you don’t retrigger too quickly after an previous trigger)

Thank you!!
I gess my best bet is your first proposition. How do I get acces to editing sound.py ?

U.

Just use a boost pedal