Home
last modified time | relevance | path

Searched refs:mControlBusTouched (Results 1 – 6 of 6) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/include/plugin_interface/
H A DSC_World.h64 int32* mControlBusTouched; member
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/sc/
H A Dsc_plugin_interface.cpp686 world.mControlBusTouched = new int32[args.control_busses]; in initialize()
687 std::fill(world.mControlBusTouched, world.mControlBusTouched + args.control_busses, -1); in initialize()
778 delete[] world.mControlBusTouched; in ~sc_plugin_interface()
H A Dsc_plugin_interface.hpp150 world.mControlBusTouched[bus] = world.mBufCounter;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DIOUGens.cpp419 unit->m_busTouched = world->mControlBusTouched + busChannel; in IO_k_update_channels()
729 unit->m_busTouched = world->mControlBusTouched; in InTrig_Ctor()
853 unit->m_busTouched = world->mControlBusTouched; in ReplaceOut_Ctor()
1032 unit->m_busTouched = world->mControlBusTouched; in Out_Ctor()
1215 unit->m_busTouched = world->mControlBusTouched; in XOut_Ctor()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DSC_World.cpp360 … world->mControlBusTouched = (int32*)zalloc(inOptions->mNumControlBusChannels, sizeof(int32)); in World_New()
881 inWorld->mControlBusTouched[i] = -1; in World_Start()
943 free_alig(world->mControlBusTouched); in World_Cleanup()
H A DSC_MiscCmds.cpp1456 int32* touched = inWorld->mControlBusTouched; in meth_c_set()
1477 int32* touched = inWorld->mControlBusTouched; in meth_c_setn()
1588 int32* touched = inWorld->mControlBusTouched; in meth_c_fill()