MCPcopy Create free account

hub / github.com/Conceptual-Machines/magda-core / functions

Functions13,948 in github.com/Conceptual-Machines/magda-core

↓ 7 callersMethodremoveLink
Remove a link to a parameter
magda/daw/core/ModInfo.hpp:357
↓ 7 callersMethodremoveMacroPage
magda/daw/core/TrackManagerModulation.cpp:339
↓ 7 callersMethodreplacesChainMidi
magda/daw/core/ChainRoutingModel.hpp:44
↓ 7 callersMethodreset
magda/daw/audio/transport/StepClock.cpp:7
↓ 7 callersMethodresized
magda/daw/ui/views/MainView.cpp:1060
↓ 7 callersMethodsetClipVolumeDB
magda/daw/core/ClipManager.cpp:2002
↓ 7 callersMethodsetClips
magda/daw/ui/components/pianoroll/PianoRollGridComponent.cpp:1217
↓ 7 callersMethodsetCoEditing
magda/daw/ui/components/common/ValueLabelControl.cpp:143
↓ 7 callersFunctionsetEnv
Setenv helpers — cross-platform-ish; portable tests.
tests/test_app_paths.cpp:14
↓ 7 callersMethodsetLooping
tests/test_interfaces.cpp:79
↓ 7 callersMethodsetMacroName
magda/daw/core/TrackManagerModulation.cpp:302
↓ 7 callersMethodsetPressedColor
magda/daw/ui/components/common/SvgButton.hpp:35
↓ 7 callersMethodsetSelected
magda/daw/ui/components/chain/modulation/ModKnobComponent.cpp:132
↓ 7 callersMethodsetSelectedClips
magda/daw/ui/panels/content/inspector/clip/ClipInspectorSelection.cpp:7
↓ 7 callersMethodsetSourceMetadata
Populate source metadata from engine (only sets if not already populated). This is source-domain data only; it must never edit clip placement or sourc
magda/daw/core/ClipInfo.hpp:322
↓ 7 callersFunctionsetVisibleIfPresent
magda/daw/ui/components/chain/slot/DeviceSlotHeaderControls.cpp:11
↓ 7 callersFunctionsetupTextSlider
magda/daw/ui/dialogs/PreferencesDialog.cpp:35
↓ 7 callersFunctionshowChainPresetErrorAsync
magda/daw/ui/panels/content/TrackChainContent.cpp:3256
↓ 7 callersFunctionshowPresetErrorAsync
magda/daw/ui/components/chain/slot/DevicePresetMenu.cpp:24
↓ 7 callersFunctionstripTracktionIdsRecursive
Recursively strip TE-internal `id` properties from a ValueTree. Used when duplicating plugin state to prevent copied objects from sharing Trac
magda/daw/audio/TracktionHelpers.hpp:13
↓ 7 callersFunctionsupportsMidiInputRouting
magda/daw/core/PluginCapabilities.cpp:248
↓ 7 callersFunctionxToFreq
magda/daw/ui/components/chain/compiled/CompiledFilterCurveView.cpp:79
↓ 6 callersFunction_f
(**overrides)
prototypes/media_db/tests/test_derive.py:7
↓ 6 callersFunctionactiveLuaScriptName
magda/daw/magda_daw_main.cpp:636
↓ 6 callersMethodaddChainToRack
magda/daw/core/TrackManager.cpp:2136
↓ 6 callersFunctionaddLinkModifier
magda/daw/audio/modifiers/ModifierHelpers.hpp:24
↓ 6 callersMethodaddListener
magda/daw/ui/debug/DebugSettings.hpp:65
↓ 6 callersFunctionaddRackConnection
magda/daw/audio/racks/RackSyncManager.cpp:89
↓ 6 callersMethodaddTextOption
magda/daw/ui/components/common/IconSelector.cpp:16
↓ 6 callersFunctionapplyClipEnd
* Replicates InspectorContent End callback clamping for session clips. * Given a clip with loop state, applies a new clip end and clamps loop. */
tests/test_session_clip_playback.cpp:668
↓ 6 callersMethodapplyGain
magda/daw/audio/processors/base/DeviceProcessor.cpp:108
↓ 6 callersMethodapplyToBuffer
magda/daw/audio/plugins/FaustPlugin.cpp:540
↓ 6 callersMethodbeatsToPixel
magda/daw/ui/components/tracks/TrackContentPanel.cpp:998
↓ 6 callersFunctionboolean
* @brief Create a boolean/switch parameter * @param index Parameter index * @param name Display name */
magda/daw/core/ParameterInfo.hpp:306
↓ 6 callersMethodbrowserCategoryOverride
magda/daw/core/PluginPreferences.cpp:70
↓ 6 callersMethodclearClipboard
magda/daw/core/ClipManager.cpp:3114
↓ 6 callersMethodclearPressedNotes
magda/daw/ui/panels/content/DrumGridClipContent.cpp:1682
↓ 6 callersMethodclearProject
magda/daw/core/controllers/BindingRegistry.cpp:523
↓ 6 callersMethodclipPropertyChanged
tests/test_session_clip_playback.cpp:227
↓ 6 callersMethodclipboardRequiresTargetTrack
magda/daw/core/ClipManager.cpp:3109
↓ 6 callersMethodcloseButtonPressed
magda/daw/ui/dialogs/AboutDialog.cpp:265
↓ 6 callersFunctioncollectDeviceIdMatches
magda/daw/core/TrackManagerDevices.cpp:142
↓ 6 callersMethodcommit
magda/daw/media_db/MediaDatabase.cpp:329
↓ 6 callersFunctioncomputeAbsoluteDisplayBeat
Mirrors the absolute-mode display beat calculation for a single clip. clipStartBeats is the grid's cached value (updated during drag preview).
tests/test_pianoroll_note_position.cpp:15
↓ 6 callersMethodcontains
magda/daw/audio/session/ClipEngineIdMap.cpp:5
↓ 6 callersMethodcreateAudioTrack
tests/test_interfaces.cpp:115
↓ 6 callersFunctioncreateDefaultMods
* @brief Initialize a ModArray with default values * * By default, creates NUM_MODS (8) mods. * Pass numMods = 0 to start with empty array. */
magda/daw/core/ModInfo.hpp:413
↓ 6 callersFunctioncreateLoopedMidiClip
Helper to create a looped MIDI clip
tests/test_midi_clip_split.cpp:353
↓ 6 callersMethodcurrentBpm
magda/daw/audio/plugins/compiled/MagdaModCompiledPlugin.hpp:79
↓ 6 callersMethodcurrentScriptName
magda/scripting/LuaController.cpp:227
↓ 6 callersFunctiondawSecondsToMs
DAWproject's standard time unit is seconds; convert to MAGDA's ms. Honour an explicit ms unit just in case a host writes one.
magda/daw/project/serialization/DawProjectXmlAdapter.cpp:554
↓ 6 callersFunctiondbToMeterPos
magda/daw/ui/views/SessionView.cpp:92
↓ 6 callersFunctiondetect
magda/daw/core/ParameterDetector.cpp:565
↓ 6 callersMethoddeviceId
Legacy convenience — extract the leaf device id from devicePath.
magda/daw/core/ControlTarget.hpp:163
↓ 6 callersMethoddismiss
magda/daw/ui/dialogs/SplashScreen.cpp:243
↓ 6 callersFunctiondrawVerticalBar
magda/daw/ui/components/chain/params/ParamModulationPainter.cpp:21
↓ 6 callersFunctionexecSqlOrThrow
magda/daw/media_db/MediaDbIndexer.cpp:111
↓ 6 callersMethodfindById
magda/daw/core/controllers/ControllerProfileRegistry.cpp:157
↓ 6 callersMethodfindForSource
magda/daw/core/controllers/BindingRegistry.cpp:104
↓ 6 callersFunctionfindInternalPluginSpecForLoadType
magda/daw/audio/plugins/InternalPluginRegistry.cpp:274
↓ 6 callersFunctionformatSeconds
Format a seconds value as a compact human-readable string ("5ms", "150ms", "1.2s", "12s"). Used for ADSR display in the pretty-print.
magda/daw/ui/panels/content/AIChatConsoleContent.cpp:2958
↓ 6 callersFunctiongainToDb
magda/daw/ui/components/mixer/LevelMeterScale.hpp:11
↓ 6 callersMethodgenerate
magda/agents/music_agent.cpp:253
↓ 6 callersMethodgetAnchorClip
* @brief Get the anchor clip (last single-clicked clip) */
magda/daw/core/SelectionManager.hpp:506
↓ 6 callersMethodgetClipLength
tests/test_waveform_editor_absolute_mode.cpp:49
↓ 6 callersMethodgetClipStartTime
tests/test_waveform_editor_absolute_mode.cpp:46
↓ 6 callersMethodgetCreatedClipId
magda/daw/core/ClipCommands.hpp:203
↓ 6 callersMethodgetDurationBeats
magda/daw/ui/state/TimelineState.hpp:288
↓ 6 callersMethodgetEditScopedLanes
magda/daw/core/AutomationManager.cpp:341
↓ 6 callersFunctiongetElementContainerForChainPath
magda/daw/core/TrackManagerDevices.cpp:458
↓ 6 callersMethodgetEngineId
magda/daw/audio/session/ClipEngineIdMap.cpp:10
↓ 6 callersMethodgetLaneForTarget
magda/daw/api/automation_api_live.cpp:12
↓ 6 callersMethodgetLocalModelPath
Local llama-server managed process settings
magda/daw/core/Config.hpp:612
↓ 6 callersMethodgetLocalizedUIFontScale
Extra font multiplier for UI text. This compounds with the global UI font scale. English defaults to 100%; locale defaults can seed it higher for dens
magda/daw/core/Config.hpp:219
↓ 6 callersFunctiongetModParameterDisplayName
magda/daw/core/AutomationInfo.cpp:141
↓ 6 callersFunctiongetMultiEditTargets
Multi-track edit fan-out: when a non-master strip is part of a multi-selection, every selected track receives the same edit. Otherwise only the clicke
magda/daw/ui/views/MixerView.cpp:109
↓ 6 callersMethodgetNoteOffCounter
* @brief Get the current note-off counter for a track (message thread) * @param trackId The track to check * @return Current counter value.
magda/daw/audio/plugins/SidechainTriggerBus.hpp:69
↓ 6 callersMethodgetParamIndexForRow
magda/daw/ui/dialogs/ParameterConfigDialog.cpp:1610
↓ 6 callersMethodgetPluginScanCoordinator
magda/daw/engine/TracktionEngineWrapperPlugins.cpp:178
↓ 6 callersMethodgetPluginType
magda/daw/audio/plugins/FaustPlugin.hpp:47
↓ 6 callersMethodgetPluginWindowManager
* @brief Get the PluginWindowManager for safe plugin window lifecycle management * @return Pointer to PluginWindowManager, or nullptr if not init
magda/daw/engine/TracktionEngineWrapper.hpp:251
↓ 6 callersMethodgetPolyStepSeqPlugin
magda/daw/ui/components/chain/slot/DeviceCustomUIManager.hpp:180
↓ 6 callersMethodgetPreferredHeight
magda/daw/ui/panels/content/inspector/clip/sections/ClipFadesSection.cpp:354
↓ 6 callersMethodgetRackInstance
magda/daw/audio/racks/RackSyncManager.cpp:423
↓ 6 callersMethodgetResults
* @brief Get human-readable results of the last execution */
magda/agents/dsl_interpreter.hpp:171
↓ 6 callersMethodgetScrollbarOnLeft
Layout Configuration
magda/daw/core/Config.hpp:183
↓ 6 callersMethodgetSelectionType
magda/daw/core/SelectionManager.hpp:384
↓ 6 callersMethodgetSessionClipPlayState
magda/daw/engine/TracktionEngineWrapper.cpp:74
↓ 6 callersMethodgetSlot
Slot access for callback wiring in DeviceSlotComponent.
magda/daw/ui/components/chain/params/ParamHostComponent.hpp:36
↓ 6 callersMethodgetSourceTrackId
magda/daw/audio/plugins/MidiReceivePlugin.hpp:82
↓ 6 callersMethodgetStepSeqPlugin
magda/daw/ui/components/chain/slot/DeviceCustomUIManager.hpp:177
↓ 6 callersMethodhasBindingForDevice
magda/daw/core/controllers/BindingRegistry.cpp:222
↓ 6 callersMethodhasOpenProject
* @brief Check if a project is currently open */
magda/daw/project/ProjectManager.hpp:166
↓ 6 callersMethodhasPending
* @brief Check if queue has pending events */
magda/daw/audio/midi/MidiEventQueue.hpp:82
↓ 6 callersMethodincludesTrack
magda/daw/ui/state/TimelineState.hpp:219
↓ 6 callersMethodindexFile
magda/daw/media_db/MediaDbIndexer.cpp:1135
↓ 6 callersFunctionintentFromString
magda/daw/core/ConsoleRouting.cpp:87
↓ 6 callersFunctioninternalPluginFromId
* @brief Resolve a pluginId string to the strongly-typed InternalPlugin enum. * * Match is case-insensitive against the pluginId column above. Retur
magda/agents/internal_plugins.hpp:136
↓ 6 callersMethodisBipolar
* @brief Whether this parameter's range straddles zero. * * Used by the automation UI to render a centred "neutral" line and * symmetri
magda/daw/core/ParameterInfo.hpp:180
↓ 6 callersMethodisBusy
magda/daw/engine/ScanWorker.hpp:36
← previousnext →901–1,000 of 13,948, ranked by callers