Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brettbuddin/shaden
/ functions
Functions
905 in github.com/brettbuddin/shaden
⨍
Functions
905
◇
Types & classes
192
Method
ProcessSample
(i int)
unit/support_test.go:18
Method
ProcessSample
(i int)
unit/support_test.go:28
Method
ProcessSample
(i int)
unit/chebyshev.go:46
Method
ProcessSample
(i int)
unit/morph.go:40
Method
ProcessSample
(i int)
unit/gate.go:43
Method
ProcessSample
(i int)
unit/filter_bank.go:63
Method
ProcessSample
(i int)
unit/transpose_interval.go:36
Method
ProcessSample
(i int)
unit/stages.go:100
Method
ProcessSample
(i int)
unit/quantize.go:78
Method
ProcessSample
(i int)
unit/mix.go:51
Method
ProcessSample
(i int)
unit/pan_mix.go:50
Method
ProcessSample
(i int)
unit/pitch.go:33
Method
ProcessSample
(i int)
unit/euclid.go:36
Method
ProcessSample
(i int)
unit/demux.go:40
Method
ProcessSample
(i int)
unit/cond.go:21
Method
ProcessSample
(i int)
unit/gate_mix.go:37
Method
ProcessSample
(i int)
unit/rcd.go:42
Method
ProcessSample
(i int)
unit/center.go:19
Method
ProcessSample
(i int)
unit/midi_to_hz.go:23
Method
ProcessSample
(i int)
unit/gate_series.go:42
Method
ProcessSample
(i int)
unit/interpolate.go:31
Method
ProcessSample
(i int)
unit/slope.go:36
Method
ProcessSample
(i int)
unit/dynamics.go:40
Method
ProcessSample
(i int)
unit/shift.go:22
Method
ProcessSample
(i int)
unit/switch.go:46
Method
ProcessSample
(i int)
unit/binary.go:24
Method
ProcessSample
(i int)
unit/smooth.go:22
Method
ProcessSample
(i int)
unit/overload.go:18
Method
ProcessSample
(i int)
unit/decimate.go:23
Method
ProcessSample
(i int)
unit/adsr.go:35
Method
ProcessSample
(i int)
unit/delay.go:34
Method
ProcessSample
(i int)
unit/cluster.go:22
Method
ProcessSample
(i int)
unit/random_series.go:40
Method
ProcessSample
(i int)
unit/clock.go:29
Method
Read
Read reads a sample from the internal buffer
unit/out.go:59
Method
Receive
()
engine/messages.go:45
Method
Receive
()
runtime/support_test.go:70
Method
Replace
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
Method
SampleRate
SampleRate returns the sample rate
engine/engine.go:83
Method
SampleRate
()
engine/engine_test.go:200
Method
SampleRate
SampleRate returns the sample rate
engine/portaudio/portaudio.go:104
Method
SampleRate
SampleRate returns the sample rate of the backend.
engine/stdout/stdout.go:69
Method
SampleRate
()
runtime/support_test.go:55
Method
Send
(msg *Message)
engine/messages.go:54
Method
Send
(msg *engine.Message)
runtime/support_test.go:61
Method
SendMessage
SendMessage sends a message to to the engine for it to handle within its goroutine
engine/engine.go:101
Method
Start
(cb func([]float32, [][]float32))
engine/engine_test.go:197
Method
Start
Start starts the portaudio stream.
engine/portaudio/portaudio.go:109
Method
Start
Start starts the backend.
engine/stdout/stdout.go:32
Method
Start
(cb func([]float32, [][]float32))
runtime/support_test.go:37
Method
Stop
Stop shuts down the Engine
engine/engine.go:123
Method
Stop
()
engine/engine_test.go:198
Method
Stop
Stop stops the portaudio stream.
engine/portaudio/portaudio.go:119
Method
Stop
Stop stops the backend.
engine/stdout/stdout.go:61
Method
Stop
()
runtime/support_test.go:53
Method
String
()
midi/midi.go:49
Method
String
()
unit/unit.go:160
Method
String
()
unit/out.go:80
Method
String
()
unit/out.go:90
Method
String
()
dsp/values.go:20
Method
String
()
dsp/values.go:79
Method
String
()
dsp/values.go:115
Method
String
()
dsp/values.go:138
Function
TestADSR
(t *testing.T)
unit/adsr_test.go:9
Function
TestAllPass_Tick
(t *testing.T)
dsp/allpass_test.go:9
Function
TestAllPass_TickAbsolute
(t *testing.T)
dsp/allpass_test.go:18
Function
TestAllPass_TickRelative
(t *testing.T)
dsp/allpass_test.go:38
Function
TestAllUnits
(t *testing.T)
unit/all_test.go:16
Function
TestBPM
(t *testing.T)
runtime/value_test.go:81
Function
TestBPM
(t *testing.T)
dsp/values_test.go:28
Function
TestChebyshev
(t *testing.T)
dsp/math_test.go:136
Function
TestChord
(t *testing.T)
runtime/theory_test.go:137
Function
TestClamp
(t *testing.T)
dsp/math_test.go:65
Function
TestClock
(t *testing.T)
midi/clock_test.go:11
Function
TestClock
(t *testing.T)
unit/clock_test.go:10
Function
TestConnectionRemoval
(t *testing.T)
graph/graph_test.go:88
Function
TestCubic
(t *testing.T)
dsp/interpolate_test.go:9
Function
TestDB
(t *testing.T)
runtime/value_test.go:110
Function
TestDCBlocking
(t *testing.T)
dsp/dc_block_test.go:9
Function
TestDecimate_OutOfRange
(t *testing.T)
dsp/decimate_test.go:32
Function
TestDecimate_Reduction
(t *testing.T)
dsp/decimate_test.go:10
Function
TestDelay
(t *testing.T)
unit/delay_test.go:9
Function
TestDelayLine_ReadAbsoluteIntepolation
(t *testing.T)
dsp/delay_line_test.go:18
Function
TestDelayLine_ReadRelativeIntepolation
(t *testing.T)
dsp/delay_line_test.go:31
Function
TestDelayLine_Tick
(t *testing.T)
dsp/delay_line_test.go:9
Function
TestDirty
(t *testing.T)
graph/graph_test.go:166
Function
TestEmitOutputs
(t *testing.T)
engine/actions_test.go:76
Function
TestEmitting
(t *testing.T)
runtime/runtime_test.go:57
Function
TestEngine_MountAndReset
(t *testing.T)
engine/engine_test.go:132
Function
TestEngine_MountAndUnmount
(t *testing.T)
engine/engine_test.go:69
Function
TestEngine_StartError
(t *testing.T)
engine/engine_test.go:49
Function
TestEngine_Stop
(t *testing.T)
engine/engine_test.go:17
Function
TestEngine_StopProxyBackendError
(t *testing.T)
engine/engine_test.go:33
Function
TestEnvironmentClearing
(t *testing.T)
runtime/runtime_test.go:22
Function
TestEnvironment_BranchParentLookup
(t *testing.T)
lisp/environment_test.go:70
Function
TestEnvironment_EnvFunctionCall
(t *testing.T)
lisp/environment_test.go:110
Function
TestEnvironment_EnvFunctionInterfaceCall
(t *testing.T)
lisp/environment_test.go:125
Function
TestEnvironment_FunctionCall
(t *testing.T)
lisp/environment_test.go:88
Function
TestEnvironment_FunctionInterfaceCall
(t *testing.T)
lisp/environment_test.go:99
Function
TestEnvironment_Lookup
(t *testing.T)
lisp/environment_test.go:10
← previous
next →
501–600 of 905, ranked by callers