Home
last modified time | relevance | path

Searched refs:BOXVSLIDER (Results 1 – 3 of 3) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxes.cpp743 return tree(gGlobal->BOXVSLIDER, lbl, list4(cur, min, max, step)); in boxVSlider()
748 return isTree(s, gGlobal->BOXVSLIDER, lbl, params); in isBoxVSlider()
754 if (isTree(s, gGlobal->BOXVSLIDER, lbl, params)) { in isBoxVSlider()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh318 Sym BOXVSLIDER; member
H A Dglobal.cpp326 BOXVSLIDER = symbol("BoxVSlider"); in global()