MCPcopy Create free account

hub / github.com/DamRsn/NeuralNote / functions

Functions509 in github.com/DamRsn/NeuralNote

↓ 1 callersMethodsetSampleRate
NeuralNote/Source/SynthController.cpp:73
↓ 1 callersMethodsetStateToPopulatedAudioAndMidiRegions
NeuralNote/PluginSources/PluginProcessor.h:46
↓ 1 callersMethodsetStateToProcessing
NeuralNote/PluginSources/PluginProcessor.h:44
↓ 1 callersMethodsetStateToRecording
NeuralNote/PluginSources/PluginProcessor.h:42
↓ 1 callersMethodsetThumbnailWidth
NeuralNote/Source/Components/AudioRegion.cpp:68
↓ 1 callersMethodsetViewportPtr
NeuralNote/Source/Components/CombinedAudioMidiRegion.cpp:128
↓ 1 callersMethodstart
ThirdParty/ASIO/common/asiodrvr.cpp:53
↓ 1 callersMethodstartRecording
NeuralNote/Source/SourceAudioManager.cpp:79
↓ 1 callersMethodstop
ThirdParty/ASIO/common/asiodrvr.cpp:58
↓ 1 callersMethodstopRecording
NeuralNote/Source/SourceAudioManager.cpp:157
↓ 1 callersMethodtranscribeToMIDI
Lib/Model/BasicPitch.cpp:37
↓ 1 callersMethodupdateMIDI
Lib/Model/BasicPitch.cpp:105
↓ 1 callersFunctionupdateParametersFromState
NeuralNote/Source/ParameterHelpers.h:187
↓ 1 callersMethodwriteMidiFile
Lib/MidiFile/MidiFileWriter.cpp:7
FunctionASIOCanSampleRate
ThirdParty/ASIO/common/asio.cpp:154
FunctionASIOControlPanel
ThirdParty/ASIO/common/asio.cpp:231
FunctionASIOCreateBuffers
ThirdParty/ASIO/common/asio.cpp:211
FunctionASIODisposeBuffers
ThirdParty/ASIO/common/asio.cpp:224
FunctionASIOExit
ThirdParty/ASIO/common/asio.cpp:96
FunctionASIOFuture
ThirdParty/ASIO/common/asio.cpp:238
FunctionASIOGetBufferSize
ThirdParty/ASIO/common/asio.cpp:144
FunctionASIOGetChannelInfo
ThirdParty/ASIO/common/asio.cpp:199
FunctionASIOGetChannels
ThirdParty/ASIO/common/asio.cpp:124
FunctionASIOGetClockSources
ThirdParty/ASIO/common/asio.cpp:175
FunctionASIOGetLatencies
ThirdParty/ASIO/common/asio.cpp:134
FunctionASIOGetSamplePosition
ThirdParty/ASIO/common/asio.cpp:192
FunctionASIOGetSampleRate
ThirdParty/ASIO/common/asio.cpp:161
FunctionASIOInit
-----------------------------------------------------------------------------------------------------
ThirdParty/ASIO/common/asio.cpp:45
FunctionASIOOutputReady
ThirdParty/ASIO/common/asio.cpp:245
FunctionASIOSetClockSource
ThirdParty/ASIO/common/asio.cpp:185
FunctionASIOSetSampleRate
ThirdParty/ASIO/common/asio.cpp:168
FunctionASIOStart
ThirdParty/ASIO/common/asio.cpp:110
FunctionASIOStop
ThirdParty/ASIO/common/asio.cpp:117
MethodAsioDriver
ThirdParty/ASIO/common/asiodrvr.cpp:17
MethodAudioRegion
NeuralNote/Source/Components/AudioRegion.cpp:8
FunctionBUTTON_FONT
Lib/Components/UIDefines.h:58
MethodBasicPitch
Lib/Model/BasicPitch.h:19
MethodBasicPitchCNN
Lib/Model/BasicPitchCNN.cpp:9
MethodCBaseObject
ThirdParty/ASIO/common/combase.cpp:27
MethodCClassFactory
ThirdParty/ASIO/common/dllentry.cpp:68
MethodCDispBasic
ThirdParty/ASIO/common/wxdebug.h:298
MethodCUnknown
ThirdParty/ASIO/common/combase.cpp:55
MethodCombinedAudioMidiRegion
NeuralNote/Source/Components/CombinedAudioMidiRegion.cpp:7
MethodCreateInstance
ThirdParty/ASIO/common/dllentry.cpp:110
MethodCreateInstance
ThirdParty/ASIO/common/combase.h:261
FunctionDEBUGGERMESSAGE
ThirdParty/ASIO/common/debugmessage.cpp:6
FunctionDECLARE_INTERFACE
ThirdParty/ASIO/common/combase.h:123
FunctionDllCanUnloadNow
called by COM to determine if this dll can be unloaded return ok unless there are outstanding objects or a lock requested by IClassFactory::LockServer
ThirdParty/ASIO/common/dllentry.cpp:231
FunctionDllEntryPoint
extern "C" BOOL WINAPI DllEntryPoint(HINSTANCE, ULONG, LPVOID); BOOL WINAPI DllEntryPoint(HINSTANCE hInstance,ULONG ulReason,LPVOID pv) BOOL WINAPI Dl
ThirdParty/ASIO/common/dllentry.cpp:255
FunctionDllGetClassObject
called by COM to get the class factory object for a given class
ThirdParty/ASIO/common/dllentry.cpp:176
MethodFeatures
Lib/Model/Features.cpp:7
MethodGetInterface
ThirdParty/ASIO/common/combase.cpp:158
MethodGetOwner
ThirdParty/ASIO/common/combase.h:196
FunctionInterlockedExchange
ThirdParty/ASIO/common/combase.h:228
FunctionIsEqualObject
ThirdParty/ASIO/common/combase.cpp:169
MethodIsLocked
allow DLLGetClassObject to know about global server lock status
ThirdParty/ASIO/common/dllentry.cpp:60
MethodKeyboard
Lib/Components/Keyboard.cpp:7
MethodKnob
Lib/Components/Knob.cpp:7
MethodLockServer
ThirdParty/ASIO/common/dllentry.cpp:161
MethodMidiFileDrag
NeuralNote/Source/Components/MidiFileDrag.cpp:7
MethodMinMaxNoteSlider
Lib/Components/MinMaxNoteSlider.cpp:7
MethodNeuralNoteAudioProcessor
NeuralNote/PluginSources/PluginProcessor.cpp:4
MethodNeuralNoteEditor
NeuralNote/PluginSources/PluginEditor.cpp:4
MethodNeuralNoteLNF
NeuralNote/Source/Components/NeuralNoteLNF.cpp:7
MethodNeuralNoteMainView
NeuralNote/Source/Components/NeuralNoteMainView.cpp:7
MethodNoteOptionsView
NeuralNote/Source/Components/Views/NoteOptionsView.cpp:8
MethodNumericTextEditor
NeuralNote/Source/Components/NumericTextEditor.h:20
MethodObjectsActive
ThirdParty/ASIO/common/combase.h:169
MethodPianoRoll
NeuralNote/Source/Components/PianoRoll.cpp:7
MethodPlayer
NeuralNote/Source/Player.cpp:8
MethodPlayhead
NeuralNote/Source/Components/Playhead.cpp:6
MethodProcessorBase
NeuralNote/PluginSources/ProcessorBase.cpp:5
MethodQuantizeForceSlider
Lib/Components/QuantizeForceSlider.cpp:7
FunctionRegisterAsioDriver
------------------------------------------ Global Functions ------------------------------------------
ThirdParty/ASIO/common/register.cpp:44
MethodResampler
Lib/DSP/Resampler.h:13
MethodSourceAudioManager
NeuralNote/Source/SourceAudioManager.cpp:10
MethodSynthController
NeuralNote/Source/SynthController.cpp:8
MethodSynthVoice
Lib/Player/SynthVoice.h:15
MethodTimeQuantizeOptions
NeuralNote/Source/TimeQuantizeOptions.cpp:8
MethodTimeQuantizeOptionsView
NeuralNote/Source/Components/Views/TimeQuantizeOptionsView.cpp:8
MethodTranscriptionManager
NeuralNote/Source/TranscriptionManager.cpp:9
MethodTranscriptionOptionsView
NeuralNote/Source/Components/Views/TranscriptionOptionsView.cpp:8
MethodTwoValueAttachment
Lib/Components/MinMaxNoteSlider.h:17
FunctionUnregisterAsioDriver
ThirdParty/ASIO/common/register.cpp:131
MethodUpdateCheck
NeuralNote/Source/Components/UpdateCheck.cpp:9
MethodVisualizationPanel
NeuralNote/Source/Components/Views/VisualizationPanel.cpp:9
Method_BPMToMicrosecondsPerQuarterNote
Lib/MidiFile/MidiFileWriter.cpp:93
Method_addPitchBends
Lib/Model/Notes.cpp:245
Method_beatPosQnToPixel
NeuralNote/Source/Components/PianoRoll.cpp:224
Method_centerViewOnPlayhead
NeuralNote/Source/Components/CombinedAudioMidiRegion.cpp:171
Method_clearActiveNotesMidiOut
NeuralNote/Source/Player.cpp:203
Method_concat
Lib/Model/BasicPitchCNN.cpp:131
Method_createDefaultValueTree
NeuralNote/PluginSources/PluginProcessor.cpp:172
Method_createKeyVector
Lib/MidiPostProcessing/NoteOptions.cpp:95
Method_createKeyVectorForScale
Lib/MidiPostProcessing/NoteOptions.h:35
Method_deleteFilesToDelete
NeuralNote/Source/SourceAudioManager.cpp:326
Method_drawBeatVerticalLines
NeuralNote/Source/Components/PianoRoll.cpp:190
Method_enableView
NeuralNote/Source/Components/Views/NoteOptionsView.cpp:115
Method_getClosestMidiNoteInKey
Lib/MidiPostProcessing/NoteOptions.cpp:72
Method_getNoteHeightAndWidthPianoRoll
NeuralNote/Source/Components/PianoRoll.cpp:149
← previousnext →201–300 of 509, ranked by callers