MCPcopy Create free account
hub / github.com/celtera/avendish / perform

Method perform

include/avnd/binding/max/audio_processor.hpp:126–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 void perform(
127 double** ins, long numins, double** outs, long numouts, long sampleframes,
128 long flags, void* userparam)
129 {
130 processor.process(
131 implementation, avnd::span<double*>{ins, std::size_t(numins)},
132 avnd::span<double*>{outs, std::size_t(numouts)}, sampleframes);
133 }
134
135 void process_inlet_control(t_symbol* s, long argc, t_atom* argv)
136 {

Callers 1

dspMethod · 0.45

Calls 1

processMethod · 0.45

Tested by

no test coverage detected