nathanielBellamy / my_website

It's My Website
1 stars 0 forks source link

Handle LFO DoubleClick #84

Open nathanielBellamy opened 1 year ago

nathanielBellamy commented 1 year ago

AC

  function handleLfoDoubleClick(lfo: Lfo) {
    // TODO
    // activate and deactivate lfo from double clicking the button to select it
  }