Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cycfi/q
/ my_midi_processor
Method
my_midi_processor
example/square_synth.cpp:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
using midi::processor::operator();
66
67
my_midi_processor(my_square_synth& synth)
68
: _synth(synth)
69
{}
70
71
void operator()(midi::note_on msg, std::size_t time)
72
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected