Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DamRsn/NeuralNote
/ MidiFileDrag
Method
MidiFileDrag
NeuralNote/Source/Components/MidiFileDrag.cpp:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#include
"MidiFileDrag.h"
6
7
MidiFileDrag::MidiFileDrag(NeuralNoteAudioProcessor* processor)
8
: mProcessor(processor)
9
{
10
}
11
12
MidiFileDrag::~MidiFileDrag()
13
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected