ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
296 stars 19 forks source link

Add Faust support for jack detection #542

Open ohmtech-rdi opened 1 year ago

ohmtech-rdi commented 1 year ago

Add Faust support for jack detection

Typically:

module Foo {
   control freq CvIn {
      normalling nothing
   }
}

On Faust side, freq_plugged is a scalar value, 1 means the jack is plugged.