Ardour  9.0-pre0-386-g96ef4d20f2
ARDOUR::ProcessNode Class Referenceabstract

#include <graphnode.h>

Inheritance diagram for ARDOUR::ProcessNode:
[legend]

Public Member Functions

virtual ~ProcessNode ()
 
virtual void prep (GraphChain const *)=0
 
virtual void run (GraphChain const *)=0
 

Detailed Description

Definition at line 43 of file graphnode.h.

Constructor & Destructor Documentation

◆ ~ProcessNode()

virtual ARDOUR::ProcessNode::~ProcessNode ( )
inlinevirtual

Definition at line 46 of file graphnode.h.

Member Function Documentation

◆ prep()

virtual void ARDOUR::ProcessNode::prep ( GraphChain const *  )
pure virtual

Implemented in ARDOUR::RTTask, and ARDOUR::GraphNode.

◆ run()

virtual void ARDOUR::ProcessNode::run ( GraphChain const *  )
pure virtual

Implemented in ARDOUR::RTTask, and ARDOUR::GraphNode.


The documentation for this class was generated from the following file: