Home
last modified time | relevance | path

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

/dports/audio/dssi/dssi-1.1.1/examples/
H A Dtrivial_sampler.c122 case Sampler_BALANCE: in connectPortSampler()
334 if (port == Sampler_BALANCE) return DSSI_CC(10); in getControllerSampler()
612 port_descriptors[Sampler_BALANCE] = LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL; in init()
613 port_names[Sampler_BALANCE] = "Pan / Balance"; in init()
614 port_range_hints[Sampler_BALANCE].HintDescriptor = in init()
617 port_range_hints[Sampler_BALANCE].LowerBound = -1.0f; in init()
618 port_range_hints[Sampler_BALANCE].UpperBound = 1.0f; in init()
H A Dtrivial_sampler.h23 #define Sampler_BALANCE 6 macro
H A Dtrivial_sampler_qt_gui.cpp390 lo_send(m_host, m_controlPath, "if", Sampler_BALANCE, v); in balanceChanged()
596 case Sampler_BALANCE: in control_handler()