ohmtech-rdi / eurorack-blocks

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

Add Max support for jack detection #538

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

Add Max support for jack detection

Typically:

module Foo {
   control freq CvIn {
      normalling nothing
   }
}

On Max, freq_plugged is a scalar value, 1.f means the jack is plugged.