Sonic Flow libsf Reference Guide
SF_Terminal ();
The constructor of a terminal.
virtual ~SF_Terminal ();
The destructor of a terminal.
virtual void set_sample_rate (SF_Frequency sample_rate);
Set the sample rate of the signals passing through the terminal.
virtual void set_relative_sample_rate (double relative_sample_rate);
Set the relative sample rate figure of this terminal with respect to the other terminals on the block.
inline const char* get_name () const;
Fetch the name of the terminal.
inline SF_Block* get_host_block () const;
Fetch the address of the block the terminals belongs to.
inline SF_Frequency get_sample_rate () const;
Get the sample rate of the terminal.
inline double get_relative_sample_rate () const;
Get the relative sample rate of the terminal.
Last modified: Thu Dec 10 14:23:16 1998
jarno.seppanen@cs.tut.fi
Audio Research Group