21   return (_flags & F_recording) != 0;
    31   return (_flags & F_playing) != 0;
 bool is_playing() const
Returns true if this recorder is presently playing back data from session file, false otherwise.
 
bool is_recording() const
Returns true if this recorder is presently recording data for saving to a session file,...