|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|


Public Member Functions | |
| utils::Utf8String | get_node_name () const override |
| Returns a human friendly name of the node. | |
Public Member Functions inherited from zrythm::dsp::IProcessable | |
| virtual nframes_t | get_single_playback_latency () const |
| Returns the latency of only the given processable, without adding the previous/next latencies. | |
| virtual void | process_block (EngineProcessTimeInfo time_nfo) |
| virtual void | clear_external_buffer (nframes_t block_length) |
| virtual bool | needs_external_buffer_clear_on_early_return () const |
Definition at line 78 of file graph_node.h.
|
inlineoverridevirtual |
Returns a human friendly name of the node.
Implements zrythm::dsp::IProcessable.
Definition at line 81 of file graph_node.h.