Documentation ¶
Index ¶
- Constants
- func FloatToInt(a interface{}) (int32, error)
- func IntToFloat(a interface{}) (float32, error)
- func ListenAndServeStatus(listenAddr string, s *state) error
- func NewExactDispatcher() osc.Dispatcher
- func NotInt(a interface{}) (int32, error)
- type Client
- type ExactDispatcher
- type Proxy
- type ProxyConfig
- type UDPClient
Constants ¶
View Source
const ( NeutronEqProp = iota NeutronEqBell NeutronEqBandShelf NeutronEqAnalogLowLowShelf NeutronEqBaxLowShelf NeutronEqVintageLowShelf NeutronEqAnalogHighLowShelf NeutronEqBaxHighShelf NeutronEqVintageHighShelf NeutronEqFlatLowPass NeutronEqResonantLowPass NeutronEqFlatHighPass NeutronEqResonantHighPass NeutronEqMax float32 = 12.0 )
View Source
const ( OFF int32 = iota RD GN YE BL MG CY WH OFFi RDi GNi YEi BLi MGi CYi WHi )
Variables ¶
This section is empty.
Functions ¶
func FloatToInt ¶
func IntToFloat ¶
func ListenAndServeStatus ¶
func NewExactDispatcher ¶
func NewExactDispatcher() osc.Dispatcher
Types ¶
type ExactDispatcher ¶
type ExactDispatcher struct {
// contains filtered or unexported fields
}
func (*ExactDispatcher) AddMsgHandler ¶
func (s *ExactDispatcher) AddMsgHandler(addr string, f osc.HandlerFunc) error
func (*ExactDispatcher) Dispatch ¶
func (s *ExactDispatcher) Dispatch(packet osc.Packet)
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
func NewProxy ¶
func NewProxy(config ProxyConfig) (*Proxy, error)
func (*Proxy) ListenAndServe ¶
type ProxyConfig ¶
type ProxyConfig struct { ListenAddress string `yaml:"listenAddress"` ReaperAddress string `yaml:"reaperAddress"` X32Address string `yaml:"x32Address"` Mapping map[string]string `yaml:"mapping"` NameHints map[string]string `yaml:"nameHints"` FxMap map[string]map[string]map[string]int32 `yaml:"fxMap"` FxType string `yaml:"fxType"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.