controls:
LIST[
Controls.NewControl[name: "no detents", type: circ, max: 360.0, init: 90.0],
Controls.NewControl[name: "1 detent", type: circ, max: 360.0, init: 60.0, detents: LIST[[, 180.0]]],
Controls.NewControl[name: "2 detents", type: circ, max: 360.0, init: 45.0, report: FALSE, detents: LIST[[, 45.0], [, 290.0]]],
Controls.NewControl[name: "lin", type: vert, max: 1.0, init: 0.3, detents: LIST[[, 0.6]]],
Controls.NewControl[name: "log", type: vert, taper: log, max: 1.0, init: 0.3],
Controls.NewControl[name: "exp", type: vert, taper: exp, max: 1.0],
Controls.NewControl[name: "horizontal", type: horiz, max: 1.0, init: 0.5, w: 200, x: 15, y: 120]
],