Browse Source

Highlight button in physicalmodel.dsp.

faust
Stephane Letz 4 years ago
parent
commit
09d4fe601e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/physicalmodel.dsp

+ 1
- 1
examples/physicalmodel.dsp View File

@@ -11,7 +11,7 @@ with {
// Connection with VCV knob and switch
gain = hslider("v:frenchBell/[3]gain [knob:1]",1,0,1,0.01);
gate = button("v:frenchBell/[4]gate [switch:1]");
gate = button("v:frenchBell/[4]gate [switch:1]") : hbargraph("[switchlight_red:1]", 0, 1);
};

freeverb_demo = _,_ <: (*(g)*fixedgain,*(g)*fixedgain :


Loading…
Cancel
Save