MCPcopy Create free account

hub / github.com/brettbuddin/shaden / functions

Functions905 in github.com/brettbuddin/shaden

MethodProcessSample
(i int)
unit/support_test.go:18
MethodProcessSample
(i int)
unit/support_test.go:28
MethodProcessSample
(i int)
unit/chebyshev.go:46
MethodProcessSample
(i int)
unit/morph.go:40
MethodProcessSample
(i int)
unit/gate.go:43
MethodProcessSample
(i int)
unit/filter_bank.go:63
MethodProcessSample
(i int)
unit/transpose_interval.go:36
MethodProcessSample
(i int)
unit/stages.go:100
MethodProcessSample
(i int)
unit/quantize.go:78
MethodProcessSample
(i int)
unit/mix.go:51
MethodProcessSample
(i int)
unit/pan_mix.go:50
MethodProcessSample
(i int)
unit/pitch.go:33
MethodProcessSample
(i int)
unit/euclid.go:36
MethodProcessSample
(i int)
unit/demux.go:40
MethodProcessSample
(i int)
unit/cond.go:21
MethodProcessSample
(i int)
unit/gate_mix.go:37
MethodProcessSample
(i int)
unit/rcd.go:42
MethodProcessSample
(i int)
unit/center.go:19
MethodProcessSample
(i int)
unit/midi_to_hz.go:23
MethodProcessSample
(i int)
unit/gate_series.go:42
MethodProcessSample
(i int)
unit/interpolate.go:31
MethodProcessSample
(i int)
unit/slope.go:36
MethodProcessSample
(i int)
unit/dynamics.go:40
MethodProcessSample
(i int)
unit/shift.go:22
MethodProcessSample
(i int)
unit/switch.go:46
MethodProcessSample
(i int)
unit/binary.go:24
MethodProcessSample
(i int)
unit/smooth.go:22
MethodProcessSample
(i int)
unit/overload.go:18
MethodProcessSample
(i int)
unit/decimate.go:23
MethodProcessSample
(i int)
unit/adsr.go:35
MethodProcessSample
(i int)
unit/delay.go:34
MethodProcessSample
(i int)
unit/cluster.go:22
MethodProcessSample
(i int)
unit/random_series.go:40
MethodProcessSample
(i int)
unit/clock.go:29
MethodRead
Read reads a sample from the internal buffer
unit/out.go:59
MethodReceive
()
engine/messages.go:45
MethodReceive
()
runtime/support_test.go:70
MethodReplace
Replace is called by the lisp layer when a symbol binding is about to be replaced by another value. In this case, it gives us an opportunity to swap o
runtime/unit.go:74
MethodSampleRate
SampleRate returns the sample rate
engine/engine.go:83
MethodSampleRate
()
engine/engine_test.go:200
MethodSampleRate
SampleRate returns the sample rate
engine/portaudio/portaudio.go:104
MethodSampleRate
SampleRate returns the sample rate of the backend.
engine/stdout/stdout.go:69
MethodSampleRate
()
runtime/support_test.go:55
MethodSend
(msg *Message)
engine/messages.go:54
MethodSend
(msg *engine.Message)
runtime/support_test.go:61
MethodSendMessage
SendMessage sends a message to to the engine for it to handle within its goroutine
engine/engine.go:101
MethodStart
(cb func([]float32, [][]float32))
engine/engine_test.go:197
MethodStart
Start starts the portaudio stream.
engine/portaudio/portaudio.go:109
MethodStart
Start starts the backend.
engine/stdout/stdout.go:32
MethodStart
(cb func([]float32, [][]float32))
runtime/support_test.go:37
MethodStop
Stop shuts down the Engine
engine/engine.go:123
MethodStop
()
engine/engine_test.go:198
MethodStop
Stop stops the portaudio stream.
engine/portaudio/portaudio.go:119
MethodStop
Stop stops the backend.
engine/stdout/stdout.go:61
MethodStop
()
runtime/support_test.go:53
MethodString
()
midi/midi.go:49
MethodString
()
unit/unit.go:160
MethodString
()
unit/out.go:80
MethodString
()
unit/out.go:90
MethodString
()
dsp/values.go:20
MethodString
()
dsp/values.go:79
MethodString
()
dsp/values.go:115
MethodString
()
dsp/values.go:138
FunctionTestADSR
(t *testing.T)
unit/adsr_test.go:9
FunctionTestAllPass_Tick
(t *testing.T)
dsp/allpass_test.go:9
FunctionTestAllPass_TickAbsolute
(t *testing.T)
dsp/allpass_test.go:18
FunctionTestAllPass_TickRelative
(t *testing.T)
dsp/allpass_test.go:38
FunctionTestAllUnits
(t *testing.T)
unit/all_test.go:16
FunctionTestBPM
(t *testing.T)
runtime/value_test.go:81
FunctionTestBPM
(t *testing.T)
dsp/values_test.go:28
FunctionTestChebyshev
(t *testing.T)
dsp/math_test.go:136
FunctionTestChord
(t *testing.T)
runtime/theory_test.go:137
FunctionTestClamp
(t *testing.T)
dsp/math_test.go:65
FunctionTestClock
(t *testing.T)
midi/clock_test.go:11
FunctionTestClock
(t *testing.T)
unit/clock_test.go:10
FunctionTestConnectionRemoval
(t *testing.T)
graph/graph_test.go:88
FunctionTestCubic
(t *testing.T)
dsp/interpolate_test.go:9
FunctionTestDB
(t *testing.T)
runtime/value_test.go:110
FunctionTestDCBlocking
(t *testing.T)
dsp/dc_block_test.go:9
FunctionTestDecimate_OutOfRange
(t *testing.T)
dsp/decimate_test.go:32
FunctionTestDecimate_Reduction
(t *testing.T)
dsp/decimate_test.go:10
FunctionTestDelay
(t *testing.T)
unit/delay_test.go:9
FunctionTestDelayLine_ReadAbsoluteIntepolation
(t *testing.T)
dsp/delay_line_test.go:18
FunctionTestDelayLine_ReadRelativeIntepolation
(t *testing.T)
dsp/delay_line_test.go:31
FunctionTestDelayLine_Tick
(t *testing.T)
dsp/delay_line_test.go:9
FunctionTestDirty
(t *testing.T)
graph/graph_test.go:166
FunctionTestEmitOutputs
(t *testing.T)
engine/actions_test.go:76
FunctionTestEmitting
(t *testing.T)
runtime/runtime_test.go:57
FunctionTestEngine_MountAndReset
(t *testing.T)
engine/engine_test.go:132
FunctionTestEngine_MountAndUnmount
(t *testing.T)
engine/engine_test.go:69
FunctionTestEngine_StartError
(t *testing.T)
engine/engine_test.go:49
FunctionTestEngine_Stop
(t *testing.T)
engine/engine_test.go:17
FunctionTestEngine_StopProxyBackendError
(t *testing.T)
engine/engine_test.go:33
FunctionTestEnvironmentClearing
(t *testing.T)
runtime/runtime_test.go:22
FunctionTestEnvironment_BranchParentLookup
(t *testing.T)
lisp/environment_test.go:70
FunctionTestEnvironment_EnvFunctionCall
(t *testing.T)
lisp/environment_test.go:110
FunctionTestEnvironment_EnvFunctionInterfaceCall
(t *testing.T)
lisp/environment_test.go:125
FunctionTestEnvironment_FunctionCall
(t *testing.T)
lisp/environment_test.go:88
FunctionTestEnvironment_FunctionInterfaceCall
(t *testing.T)
lisp/environment_test.go:99
FunctionTestEnvironment_Lookup
(t *testing.T)
lisp/environment_test.go:10
← previousnext →501–600 of 905, ranked by callers