Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ functions
Functions
2,301 in github.com/VCVRack/Rack
⨍
Functions
2,301
◇
Types & classes
597
↓ 2 callers
Method
load
src/patch.cpp:299
↓ 2 callers
Method
load
Reads an array of 4 values. On little-endian machines (e.g. x86_64), the order is reversed, so `x[0]` corresponds to `vector.s[3]`. */
include/simd/Vector.hpp:74
↓ 2 callers
Method
loadFile
src/window/Window.cpp:48
↓ 2 callers
Method
loadPathDialog
src/patch.cpp:435
↓ 2 callers
Method
loadTemplateDialog
src/patch.cpp:346
↓ 2 callers
Function
locationToPosition
src/string.cpp:183
↓ 2 callers
Function
minus
src/color.cpp:23
↓ 2 callers
Method
moduleToJson
src/engine/Engine.cpp:916
↓ 2 callers
Function
moduleWidgetFromJson
Creates a new Module and ModuleWidget */
src/app/RackWidget.cpp:44
↓ 2 callers
Method
normalize
include/math.hpp:236
↓ 2 callers
Function
normalizeSlug
src/plugin.cpp:504
↓ 2 callers
Function
normalizeZero
Clang doesn't support disabling individual optimizations, just everything.
include/math.hpp:120
↓ 2 callers
Method
onDirty
src/widget/FramebufferWidget.cpp:307
↓ 2 callers
Method
onSampleRateChange
src/core/Audio.cpp:248
↓ 2 callers
Method
onSave
Called when the user saves the patch to a file. If your module uses patch asset storage, make sure all files are saved in this event. */
include/engine/Module.hpp:446
↓ 2 callers
Function
openDirectory
src/system.cpp:892
↓ 2 callers
Function
plugin
src/asset.cpp:214
↓ 2 callers
Function
plus
src/color.cpp:29
↓ 2 callers
Function
positionToLocation
src/string.cpp:158
↓ 2 callers
Method
prepareSave
src/engine/Engine.cpp:935
↓ 2 callers
Method
process
src/core/Audio.cpp:257
↓ 2 callers
Method
randomizeModule
src/engine/Engine.cpp:880
↓ 2 callers
Function
readFile
src/system.cpp:301
↓ 2 callers
Method
redo
src/history.cpp:25
↓ 2 callers
Function
refreshTheme
src/ui/common.cpp:76
↓ 2 callers
Method
removeModule
src/app/RackWidget.cpp:686
↓ 2 callers
Function
removeRecursively
src/system.cpp:195
↓ 2 callers
Method
reset
src/engine/ParamQuantity.cpp:150
↓ 2 callers
Method
reset
Resets settings and performance state */
include/dsp/midi.hpp:334
↓ 2 callers
Function
resetCables
src/settings.cpp:105
↓ 2 callers
Method
resetModule
src/engine/Engine.cpp:871
↓ 2 callers
Method
revertDialog
src/patch.cpp:443
↓ 2 callers
Method
rfft
Slower than the above methods, but returns results in the "canonical" FFT order as follows. output[0] = F(0) output[1] = F(n/2) output[2] = real
include/dsp/fft.hpp:59
↓ 2 callers
Method
rotate
Rotates counterclockwise in radians. */
include/math.hpp:246
↓ 2 callers
Method
saveAutosave
src/patch.cpp:237
↓ 2 callers
Method
saveTemplateDialog
src/app/ModuleWidget.cpp:692
↓ 2 callers
Method
scale
Scales the RFFT so that `scale(IFFT(FFT(x))) = x`. */
include/dsp/fft.hpp:69
↓ 2 callers
Function
screen
src/color.cpp:54
↓ 2 callers
Method
setAngle
src/app/CableWidget.cpp:112
↓ 2 callers
Method
setBackground
include/app/SvgPanel.hpp:37
↓ 2 callers
Method
setChannel
src/midi.cpp:147
↓ 2 callers
Method
setColor
src/app/CableWidget.cpp:105
↓ 2 callers
Method
setCutoffFreq
Sets the cutoff frequency. `f` is the ratio between the cutoff frequency and sample rate, i.e. f = f_c / f_s */
include/dsp/filter.hpp:36
↓ 2 callers
Method
setDeviceId
src/midi.cpp:239
↓ 2 callers
Method
setDivision
include/dsp/digital.hpp:236
↓ 2 callers
Method
setGate
src/core/Gate_MIDI.cpp:43
↓ 2 callers
Method
setLambda
include/dsp/filter.hpp:102
↓ 2 callers
Method
setMasterModule
src/engine/Engine.cpp:603
↓ 2 callers
Method
setModule
src/core/MIDIMap.cpp:307
↓ 2 callers
Method
setModulePosNearest
src/app/RackWidget.cpp:768
↓ 2 callers
Method
setQuality
From 0 (worst, fastest) to 10 (best, slowest) */
include/dsp/resampler.hpp:42
↓ 2 callers
Method
setRates
include/dsp/resampler.hpp:49
↓ 2 callers
Method
setSelectionPosNearest
src/app/RackWidget.cpp:1374
↓ 2 callers
Method
setTau
include/dsp/filter.hpp:106
↓ 2 callers
Method
setThreads
src/engine/Engine.cpp:43
↓ 2 callers
Method
setTop
src/app/CableWidget.cpp:121
↓ 2 callers
Function
sinc
The normalized sinc function See https://en.wikipedia.org/wiki/Sinc_function */
include/dsp/common.hpp:26
↓ 2 callers
Method
square
include/math.hpp:239
↓ 2 callers
Function
sse_mathfun_atan_ps
include/simd/sse_mathfun_extension.h:176
↓ 2 callers
Function
sse_mathfun_tancot_ps
include/simd/sse_mathfun_extension.h:75
↓ 2 callers
Method
stepBlock
src/engine/Engine.cpp:552
↓ 2 callers
Function
stringToInt
Parses `s` as a positive base-10 number. Returns -1 if invalid. */
src/string.cpp:577
↓ 2 callers
Function
svgDraw
src/window/Svg.cpp:141
↓ 2 callers
Function
syncUpdate
src/library.cpp:350
↓ 2 callers
Function
tipWindowCreate
src/app/TipWindow.cpp:196
↓ 2 callers
Method
translate
include/widget/TransformWidget.hpp:22
↓ 2 callers
Method
undo
src/history.cpp:18
↓ 2 callers
Method
updateCable
src/app/CableWidget.cpp:168
↓ 2 callers
Method
updateParamHandle_NoLock
src/engine/Engine.cpp:1211
↓ 2 callers
Method
zoomToBound
src/app/RackScrollWidget.cpp:81
↓ 2 callers
Method
zoomToModules
src/app/RackScrollWidget.cpp:74
↓ 1 callers
Function
Engine_stepFrame
Steps a single frame */
src/engine/Engine.cpp:428
↓ 1 callers
Function
Engine_stepFrameCables
src/engine/Engine.cpp:352
↓ 1 callers
Function
UTF32toUTF8
src/string.cpp:346
↓ 1 callers
Function
UTF8CodepointSize
src/string.cpp:457
↓ 1 callers
Function
UTF8Length
src/string.cpp:508
↓ 1 callers
Function
UTF8StartCodepoint
Finds the byte index of the front of a codepoint by reversing until a non-continuation byte is found. */
src/string.cpp:487
↓ 1 callers
Method
addChildAbove
src/widget/Widget.cpp:203
↓ 1 callers
Method
addModuleAtMouse
src/app/RackWidget.cpp:673
↓ 1 callers
Method
addParamHandle
src/engine/Engine.cpp:1152
↓ 1 callers
Function
andnot
`~a & b` */
include/simd/functions.hpp:14
↓ 1 callers
Function
appendEntries
src/system.cpp:69
↓ 1 callers
Function
appendLanguageMenu
src/app/MenuBar.cpp:1178
↓ 1 callers
Function
appendMidiMenu
src/app/MidiDisplay.cpp:205
↓ 1 callers
Function
archiveDirectory
src/system.cpp:384
↓ 1 callers
Function
arg
include/simd/functions.hpp:221
↓ 1 callers
Function
blackman
include/dsp/window.hpp:32
↓ 1 callers
Function
blackmanHarris
include/dsp/window.hpp:68
↓ 1 callers
Function
blackmanNuttall
include/dsp/window.hpp:50
↓ 1 callers
Function
browserCreate
src/app/Browser.cpp:1075
↓ 1 callers
Function
browserInit
src/app/Browser.cpp:1070
↓ 1 callers
Function
buffer
Fills an array with random bytes. */
include/random.hpp:145
↓ 1 callers
Method
bypassAction
src/app/ModuleWidget.cpp:909
↓ 1 callers
Method
bypassSelectionAction
src/app/RackWidget.cpp:1290
↓ 1 callers
Method
canRedo
src/history.cpp:285
↓ 1 callers
Method
canUndo
src/history.cpp:281
↓ 1 callers
Method
capacity
include/dsp/ringbuffer.hpp:76
↓ 1 callers
Function
chop
If the magnitude of `x` if less than epsilon, return 0. */
include/math.hpp:145
↓ 1 callers
Method
clampSafe
include/math.hpp:461
↓ 1 callers
Method
clear
include/dsp/ringbuffer.hpp:64
← previous
next →
401–500 of 2,301, ranked by callers