Home
last modified time | relevance | path

Searched defs:getInputPort (Results 1 – 4 of 4) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/widgets/
H A DQcQuartzComposerView.mm103 id QcQuartzComposerView::getInputPort(NSString* key) { return [mQCView valueForInputKey:key]; } function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dfxschematicnode.h318 FxSchematicPort *getInputPort(int i) { in getInputPort() function
/dports/audio/faust/faust-2.37.3/architecture/faust/audio/
H A Djack-dsp.h422 …jack_port_t* getInputPort(int port) { return (port >= 0 && port < (int)fInputPorts.size()) ? fInp… in getInputPort() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tfx/
H A Dtfx.cpp548 TFxPort *TFx::getInputPort(int index) const { in getInputPort() function in TFx
584 TFxPort *TFx::getInputPort(const std::string &name) const { in getInputPort() function in TFx