| 1285 | } |
| 1286 | |
| 1287 | bool 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 | |
| 1296 | void Processor::setPlayHead(AudioPlayHead* phead) { |
| 1297 | if (m_isClient) { |