MCPcopy Create free account

hub / github.com/VCVRack/Rack / functions

Functions2,301 in github.com/VCVRack/Rack

↓ 345 callersFunctiontranslate
src/string.cpp:669
↓ 310 callersMethodaddChild
src/widget/Widget.cpp:165
↓ 214 callersFunctionmm2px
Converts millimeter measurements to pixels */
include/window/Svg.hpp:30
↓ 201 callersFunctionsystem
src/asset.cpp:204
↓ 175 callersFunctionload
src/settings.cpp:604
↓ 135 callersMethodconsume
Sets the target Widget and stops propagating. A NULL Widget may be passed to consume but not set a target. */
include/widget/event.hpp:104
↓ 134 callersMethodsize
src/midi.cpp:350
↓ 101 callersMethodempty
include/dsp/ringbuffer.hpp:67
↓ 101 callersFunctionf
src/string.cpp:24
↓ 96 callersMethodisKeyCommand
src/widget/event.cpp:76
↓ 82 callersFunctioncreateMenuItem
include/helpers.hpp:203
↓ 74 callersMethodsetSvg
include/componentlibrary.hpp:76
↓ 71 callersMethodwhat
include/common.hpp:220
↓ 62 callersFunctionstep
src/gamepad.cpp:143
↓ 54 callersMethoddiv
include/math.hpp:221
↓ 53 callersMethodpush
src/history.cpp:31
↓ 50 callersFunctiongetKeyCommandName
src/widget/event.cpp:54
↓ 48 callersMethodminus
include/math.hpp:212
↓ 39 callersFunctioncreateMenuLabel
include/helpers.hpp:195
↓ 38 callersMethodget
include/weakptr.hpp:89
↓ 38 callersFunctionround
include/simd/functions.hpp:185
↓ 37 callersMethodmult
include/math.hpp:215
↓ 34 callersFunctionjoin
src/system.cpp:64
↓ 33 callersFunctionclamp
src/color.cpp:17
↓ 30 callersFunctionpow
include/simd/functions.hpp:227
↓ 29 callersFunctionmin
include/rack0.hpp:20
↓ 28 callersMethodsize
include/dsp/ringbuffer.hpp:73
↓ 26 callersFunctioncreateMenu
include/helpers.hpp:182
↓ 26 callersMethodgetGridBox
src/app/ModuleWidget.cpp:1140
↓ 24 callersFunctionopenBrowser
src/system.cpp:868
↓ 23 callersMethodgetValue
src/app/Browser.cpp:843
↓ 22 callersMethodplus
include/math.hpp:209
↓ 21 callersMethodsetStatus
include/midi.hpp:51
↓ 20 callersMethodgetLeft
include/math.hpp:347
↓ 19 callersFunctionfabs
include/simd/functions.hpp:203
↓ 19 callersFunctionget
include/random.hpp:83
↓ 19 callersFunctiongetTime
src/system.cpp:765
↓ 19 callersMethodisConsumed
include/widget/event.hpp:116
↓ 19 callersMethodround
include/math.hpp:266
↓ 19 callersMethodzeroPos
Returns a Rect with its position set to zero. */
include/math.hpp:419
↓ 18 callersFunctioncontextSet
src/context.cpp:58
↓ 18 callersMethodsetDirty
src/widget/FramebufferWidget.cpp:43
↓ 18 callersMethodsetVoltage
Sets the voltage of the given channel. */
include/engine/Port.hpp:43
↓ 17 callersFunctionfind
(f, array)
helper.py:22
↓ 17 callersMethodgetFullName
src/plugin/Model.cpp:84
↓ 17 callersMethodsetNote
include/midi.hpp:62
↓ 16 callersMethodclear
src/engine/Engine.cpp:526
↓ 16 callersFunctioncreateBoolPtrMenuItem
include/helpers.hpp:313
↓ 16 callersMethodgetModule
src/engine/Engine.cpp:855
↓ 16 callersMethodgetNote
include/midi.hpp:57
↓ 16 callersFunctioninit
src/midi.cpp:468
↓ 16 callersMethodsetBrightness
Sets the brightness immediately with no light decay. */
include/engine/Light.hpp:16
↓ 16 callersFunctionuser
src/asset.cpp:209
↓ 15 callersMethodgetRight
include/math.hpp:350
↓ 15 callersFunctioninput_default
(prompt, default="")
helper.py:27
↓ 15 callersMethodsetChannels
Sets the number of polyphony channels. Also clears voltages of higher channels. If disconnected, this does nothing (`channels` remains 0). If 0 is
include/engine/Port.hpp:156
↓ 14 callersFunctioneprint
(*args, **kwargs)
helper.py:18
↓ 14 callersFunctionfmax
include/simd/functions.hpp:90
↓ 14 callersMethodgetVoltage
Returns the voltage of the given channel. Because of proper bookkeeping, all channels higher than the input port's number of channels should be 0V.
include/engine/Port.hpp:50
↓ 14 callersFunctionisDirectory
src/system.cpp:112
↓ 13 callersMethodequals
include/math.hpp:275
↓ 13 callersFunctionlerp
src/color.cpp:47
↓ 13 callersFunctionremove
src/system.cpp:185
↓ 13 callersMethodsetCable
src/app/CableWidget.cpp:187
↓ 13 callersMethodsetSelectedWidget
src/widget/event.cpp:174
↓ 13 callersMethodsetSvg
src/app/SvgPort.cpp:22
↓ 12 callersFunctionUTF8toUTF16
src/string.cpp:560
↓ 12 callersMethodaddModel
src/plugin/Plugin.cpp:21
↓ 12 callersMethodclear
src/patch.cpp:93
↓ 12 callersFunctioncos
include/simd/functions.hpp:138
↓ 12 callersFunctioncreateCheckMenuItem
include/helpers.hpp:254
↓ 12 callersFunctioncreateSubmenuItem
include/helpers.hpp:337
↓ 12 callersMethodgetCable
src/app/RackWidget.cpp:1521
↓ 12 callersFunctionlog2
Returns `floor(log_2(n))`, or 0 if `n == 1`. */
include/math.hpp:77
↓ 12 callersFunctionmax
include/rack0.hpp:23
↓ 12 callersFunctiontoJson
src/settings.cpp:132
↓ 11 callersFunctionclamp
Limits `x` between `a` and `b`. If `b < a`, returns a. */
include/math.hpp:32
↓ 11 callersFunctionclampSafe
Limits `x` between `a` and `b`. If `b < a`, switches the two values. */
include/math.hpp:39
↓ 11 callersFunctioncreatePanel
include/helpers.hpp:70
↓ 11 callersFunctionfloor
include/simd/functions.hpp:173
↓ 11 callersMethodisBounded
src/Quantity.cpp:184
↓ 11 callersMethodjoin
src/engine/Engine.cpp:201
↓ 11 callersFunctionmult
src/color.cpp:35
↓ 11 callersMethodreset
src/core/CV_MIDI.cpp:14
↓ 11 callersMethodsetFrame
include/dsp/midi.hpp:243
↓ 11 callersMethodstopPropagating
Prevents the event from being handled by more Widgets. */
include/widget/event.hpp:78
↓ 10 callersMethodaddBaseColor
src/app/MultiLightWidget.cpp:14
↓ 10 callersMethodgetBottomLeft
include/math.hpp:377
↓ 10 callersMethodisVisible
src/widget/Widget.cpp:64
↓ 9 callersFunctionUTF8NextCodepoint
src/string.cpp:473
↓ 9 callersMethodaddCable
src/app/RackWidget.cpp:1483
↓ 9 callersFunctiondestroy
src/midi.cpp:471
↓ 9 callersMethodfromJson
Legacy for <=v1 patches */
src/core/Blank.cpp:13
↓ 9 callersMethodgetBrightness
include/engine/Light.hpp:20
↓ 9 callersMethodgetChannel
src/midi.cpp:143
↓ 9 callersMethodgetMods
src/window/Window.cpp:681
↓ 9 callersMethodgetName
src/rtaudio.cpp:49
↓ 9 callersMethodgetName
src/engine/PortInfo.cpp:9
↓ 9 callersMethodgetSampleRate
src/engine/Engine.cpp:641
↓ 9 callersMethodgetSize
src/window/Svg.cpp:46
next →1–100 of 2,301, ranked by callers