MCPcopy Create free account
hub / github.com/apohl79/audiogridder / removeBus

Method removeBus

Server/Source/Processor.cpp:1287–1294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1285}
1286
1287bool Processor::removeBus(bool isInput) {
1288 if (!m_isClient) {
1289 if (auto p = getPlugin(0)) {
1290 return p->removeBus(isInput);
1291 }
1292 }
1293 return false;
1294}
1295
1296void Processor::setPlayHead(AudioPlayHead* phead) {
1297 if (m_isClient) {

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by 1

runTestMethod · 0.64