MCPcopy Create free account

hub / github.com/RomanKubiak/ctrlr / functions

Functions36,474 in github.com/RomanKubiak/ctrlr

↓ 20 callersMethodbeginTransaction
JUCE/extras/Projucer/Source/ComponentEditor/jucer_JucerDocument.cpp:83
↓ 20 callersMethodcall
JUCE/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.cpp:192
↓ 20 callersMethodclear
JUCE/modules/juce_gui_extra/misc/juce_RecentlyOpenedFilesList.cpp:56
↓ 20 callersMethodgetDistanceFrom
Returns the straight-line distance between this point and another one. */
JUCE/modules/juce_graphics/geometry/juce_Point.h:160
↓ 20 callersMethodgetDoubleAttribute
JUCE/modules/juce_core/xml/juce_XmlElement.cpp:579
↓ 20 callersMethodgetEventRelativeTo
==============================================================================
JUCE/modules/juce_gui_basics/mouse/juce_MouseEvent.cpp:65
↓ 20 callersMethodgetMethod
Source/Lua/Methods/CtrlrLuaMethodManager.h:29
↓ 20 callersMethodgetParentURL
JUCE/modules/juce_core/network/juce_URL.cpp:436
↓ 20 callersMethodgetPrimaryDisplay
JUCE/modules/juce_gui_basics/desktop/juce_Displays.cpp:151
↓ 20 callersFunctiongetSLErrStr
JUCE/modules/juce_audio_devices/native/oboe/src/opensles/OpenSLESUtilities.cpp:25
↓ 20 callersMethodgetSampleRate
* @return sample rate for the stream or kUnspecified */
JUCE/modules/juce_audio_devices/native/oboe/include/oboe/AudioStreamBase.h:62
↓ 20 callersFunctiongetScreenPosition
JUCE/modules/juce_gui_basics/native/juce_win32_Windowing.cpp:1433
↓ 20 callersMethodgetSelectedId
Source/UIComponents/CtrlrComponents/CtrlrCombo.cpp:539
↓ 20 callersFunctionisOpen
JUCE/modules/juce_video/native/juce_mac_Video.h:111
↓ 20 callersFunctionluaG_runerror
Source/Misc/lua/src/lua.c:5139
↓ 20 callersFunctionlua_rawget
Source/Misc/lua/src/lua.c:2406
↓ 20 callersMethodnextInt64
JUCE/modules/juce_core/maths/juce_Random.cpp:96
↓ 20 callersMethodnoteOff
JUCE/modules/juce_audio_basics/mpe/juce_MPEUtils.cpp:87
↓ 20 callersMethodpaddedRight
JUCE/modules/juce_core/text/juce_String.cpp:1197
↓ 20 callersMethodrefreshAllPropertyComps
JUCE/extras/Projucer/Source/ComponentEditor/jucer_JucerDocument.cpp:112
↓ 20 callersMethodrelease
-----------------------------------------------------------------------------
JUCE/modules/juce_audio_processors/format_types/VST3_SDK/public.sdk/source/vst/hosting/hostclasses.cpp:99
↓ 20 callersMethodremoveElements
==============================================================================
JUCE/modules/juce_core/containers/juce_ArrayBase.h:358
↓ 20 callersMethodreset
JUCE/examples/DemoRunner/Builds/Android/app/src/main/assets/DSPDemos_Common.h:174
↓ 20 callersMethodresetToDefault
JUCE/extras/Projucer/Source/ComponentEditor/UI/jucer_PaintRoutinePanel.cpp:58
↓ 20 callersMethodsetTargetValue
============================================================================== Set the next value to ramp towards. @param newValue The ne
JUCE/modules/juce_audio_basics/utilities/juce_SmoothedValue.h:273
↓ 20 callersMethodsetText
==============================================================================
JUCE/modules/juce_gui_basics/widgets/juce_Label.cpp:52
↓ 20 callersMethodsetWantsKeyboardFocus
JUCE/modules/juce_gui_basics/components/juce_Component.cpp:2679
↓ 20 callersMethodstate
Source/Misc/luabind/src/weak_ref.cpp:170
↓ 20 callersMethodtoString
JUCE/modules/juce_core/network/juce_URL.cpp:314
↓ 20 callersMethodwriteIntBigEndian
JUCE/modules/juce_core/streams/juce_OutputStream.cpp:115
↓ 19 callersMethodSet
JUCE/modules/juce_box2d/box2d/Collision/Shapes/b2PolygonShape.cpp:119
↓ 19 callersMethodaddElement
JUCE/modules/juce_gui_basics/positioning/juce_RelativePointPath.cpp:117
↓ 19 callersMethodaddTab
JUCE/extras/Projucer/Source/Utility/UI/jucer_SlidingPanelComponent.cpp:74
↓ 19 callersFunctionb2Clamp
JUCE/modules/juce_box2d/box2d/Common/b2Math.h:660
↓ 19 callersMethodcall
JUCE/modules/juce_blocks_basics/littlefoot/juce_LittleFootRunner.h:728
↓ 19 callersFunctioncheckMultiChoiceVar
JUCE/extras/Projucer/Source/Project/jucer_Project.h:236
↓ 19 callersMethodcreateReaderFor
JUCE/modules/juce_audio_formats/codecs/juce_MP3AudioFormat.cpp:3148
↓ 19 callersMethodgetChannelSet
Get the channel set of a particular bus */
JUCE/modules/juce_audio_processors/processors/juce_AudioProcessor.h:324
↓ 19 callersMethodgetCurrentSampleRate
JUCE/modules/juce_audio_devices/native/juce_ios_Audio.cpp:1380
↓ 19 callersMethodgetFlags
============================================================================== Returns the raw flags that are set for this Justification object. */
JUCE/modules/juce_graphics/placement/juce_Justification.h:58
↓ 19 callersMethodgetFontFromString
Source/Core/CtrlrFontManager.cpp:208
↓ 19 callersMethodgetLastModificationTime
==============================================================================
JUCE/modules/juce_core/files/juce_File.cpp:532
↓ 19 callersMethodgetMainOutputChannelSet
Get the output channel layout on the main bus. */
JUCE/modules/juce_audio_processors/processors/juce_AudioProcessor.h:333
↓ 19 callersMethodgetRawData
Returns a pointer to the underlying data. */
JUCE/modules/juce_audio_basics/buffers/juce_AudioDataConverters.h:566
↓ 19 callersMethodgetSamplesPerFrame
JUCE/modules/juce_audio_devices/native/oboe/src/flowgraph/FlowGraphNode.h:174
↓ 19 callersFunctiongetToggleState
Returns true if the button is 'on'. By default buttons are 'off' and for simple buttons that you click to perform an action you wo
JUCE/modules/juce_gui_basics/buttons/juce_Button.h:107
↓ 19 callersMethodgetWithDefault
JUCE/modules/juce_core/containers/juce_NamedValueSet.cpp:142
↓ 19 callersMethodinsertTextAtCaret
JUCE/extras/Projucer/Source/CodeEditor/jucer_SourceCodeEditor.cpp:598
↓ 19 callersMethodinterpreter
Source/Misc/luabind/luabind/detail/object.hpp:751
↓ 19 callersMethodisModuleEnabled
JUCE/extras/Projucer/Source/Project/Modules/jucer_Modules.cpp:442
↓ 19 callersMethodisSelected
True if this item is currently selected. */
JUCE/modules/juce_gui_basics/mouse/juce_SelectedItemSet.h:270
↓ 19 callersFunctionisTimerRunning
============================================================================== Returns true if the timer is currently running. */
JUCE/modules/juce_events/timers/juce_Timer.h:111
↓ 19 callersMethodlastIndexOfChar
JUCE/modules/juce_core/text/juce_String.cpp:908
↓ 19 callersFunctionluausb_to_config_descriptor
Source/Misc/libusb/src/structs.c:1360
↓ 19 callersFunctionmatches
JUCE/extras/Projucer/Source/LiveBuildEngine/jucer_ClassDatabase.h:621
↓ 19 callersMethodmatches
==============================================================================
JUCE/modules/juce_osc/osc/juce_OSCAddress.cpp:376
↓ 19 callersFunctionpng_push_have_row
JUCE/modules/juce_graphics/image_formats/pnglib/pngpread.c:1048
↓ 19 callersFunctionpng_read_push_finish_row
JUCE/modules/juce_graphics/image_formats/pnglib/pngpread.c:968
↓ 19 callersFunctionpng_write_complete_chunk
Write a PNG chunk all at once. The type is an array of ASCII characters * representing the chunk name. The array must be at least 4 bytes in * len
JUCE/modules/juce_graphics/image_formats/pnglib/pngwutil.c:174
↓ 19 callersMethodremoveValue
JUCE/modules/juce_core/containers/juce_PropertySet.cpp:136
↓ 19 callersMethodrunModalLoop
Source/Lua/JuceClasses/LComponents.cpp:56
↓ 19 callersMethodset
* set the current value of the counter */
JUCE/modules/juce_audio_devices/native/oboe/src/common/MonotonicCounter.h:46
↓ 19 callersMethodsetHeight
Sets the raw height value. See getHeight() for the details about what this value means. */
JUCE/extras/Projucer/Source/ComponentEditor/UI/jucer_RelativePositionedRectangle.h:405
↓ 19 callersMethodsetOrigin
JUCE/modules/juce_graphics/contexts/juce_GraphicsContext.cpp:152
↓ 19 callersMethodsetValue
JUCE/modules/juce_audio_processors/utilities/juce_AudioParameterInt.cpp:67
↓ 19 callersMethodsetX
Sets the raw value of the x coordinate. See getX() for the meaning of this value. */
JUCE/extras/Projucer/Source/ComponentEditor/UI/jucer_RelativePositionedRectangle.h:337
↓ 19 callersMethodtext8
-----------------------------------------------------------------------------
JUCE/modules/juce_audio_processors/format_types/VST3_SDK/base/source/fstring.h:491
↓ 19 callersFunctionvisit
JUCE/modules/juce_core/maths/juce_Expression.cpp:356
↓ 19 callersFunctionwarnOnFailure
JUCE/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp:52
↓ 19 callersMethodwithTargetComponent
JUCE/modules/juce_gui_basics/menus/juce_PopupMenu.cpp:1758
↓ 19 callersFunctionwriteStreamToFile
JUCE/extras/Build/juce_build_tools/utils/juce_BuildHelperFunctions.cpp:344
↓ 18 callersMethodCoCreateInstance
JUCE/modules/juce_core/native/juce_win32_ComSmartPtr.h:115
↓ 18 callersFunctionFLAC__bitmath_ilog2
JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/include/private/bitmath.h:127
↓ 18 callersMethodGetLocalPoint
JUCE/modules/juce_box2d/box2d/Dynamics/b2Body.h:559
↓ 18 callersMethodGetNext
JUCE/modules/juce_box2d/box2d/Dynamics/b2Body.h:724
↓ 18 callersFunctionPixelARGB
JUCE/modules/juce_graphics/colour/juce_PixelFormats.h:65
↓ 18 callersMethodQueryInterface
JUCE/modules/juce_core/native/juce_win32_ComSmartPtr.h:123
↓ 18 callersMethodSetTransform
JUCE/modules/juce_box2d/box2d/Dynamics/b2Body.cpp:403
↓ 18 callersFunctionaddItem
JUCE/examples/GUI/FlexBoxDemo.h:274
↓ 18 callersMethodaddLines
JUCE/modules/juce_core/text/juce_StringArray.cpp:362
↓ 18 callersMethodaudioDeviceAboutToStart
JUCE/modules/juce_audio_devices/native/juce_mac_CoreAudio.cpp:1982
↓ 18 callersMethodbegin
JUCE/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/CAThreadSafeList.h:194
↓ 18 callersFunctioncastToFloat
JUCE/extras/Projucer/Source/ComponentEditor/jucer_UtilityFunctions.h:72
↓ 18 callersMethodcontainsOnly
JUCE/modules/juce_core/text/juce_String.cpp:1805
↓ 18 callersMethodcreateInstance
JUCE/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp:3250
↓ 18 callersMethoddeselectAll
JUCE/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp:648
↓ 18 callersMethodend
JUCE/modules/juce_audio_basics/midi/juce_MidiMessageSequence.cpp:92
↓ 18 callersFunctionfillPath
JUCE/extras/NetworkGraphicsDemo/Source/SharedCanvas.h:377
↓ 18 callersFunctionforComponent
JUCE/modules/juce_gui_basics/components/juce_ModalComponentManager.h:257
↓ 18 callersFunctionforEachXmlChildElementWithTagName
JUCE/extras/Projucer/Source/ComponentEditor/Documents/jucer_ButtonDocument.cpp:196
↓ 18 callersFunctiongenerate
JUCE/modules/juce_graphics/native/juce_RenderingHelpers.h:289
↓ 18 callersMethodgetAsInt32
Returns the value of the first sample as a 32-bit integer. The value returned will be in the range 0x80000000 to 0x7fffffff, and shorter
JUCE/modules/juce_audio_basics/buffers/juce_AudioDataConverters.h:418
↓ 18 callersMethodgetComponent
Source/Core/CtrlrModulator/CtrlrModulator.cpp:364
↓ 18 callersFunctiongetDisplayName
JUCE/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h:1757
↓ 18 callersMethodgetFileNameWithoutExtension
JUCE/modules/juce_core/files/juce_File.cpp:371
↓ 18 callersMethodgetFloat32
JUCE/modules/juce_osc/osc/juce_OSCArgument.cpp:54
↓ 18 callersFunctiongetLength
JUCE/modules/juce_graphics/fonts/juce_AttributedString.cpp:31
↓ 18 callersMethodgetMidiMessagePtr
Source/Core/CtrlrModulator/CtrlrModulator.cpp:604
↓ 18 callersMethodgetNumBytesAsUTF8
==============================================================================
JUCE/modules/juce_core/text/juce_String.cpp:2129
↓ 18 callersMethodgetRectangle
============================================================================== Calculates the absolute position, given the size of the space that
JUCE/extras/Projucer/Source/ComponentEditor/UI/jucer_RelativePositionedRectangle.h:167
← previousnext →901–1,000 of 36,474, ranked by callers