Add accessor for _exporting.
git-svn-id: svn://localhost/ardour2/branches/3.0@5613 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1d5bfab42c
commit
a5c55c2b5e
@ -963,6 +963,10 @@ class Session : public PBD::StatefulDestructible, public boost::noncopyable
|
||||
|
||||
SessionConfiguration config;
|
||||
|
||||
bool exporting () const {
|
||||
return _exporting;
|
||||
}
|
||||
|
||||
protected:
|
||||
friend class AudioEngine;
|
||||
void set_block_size (nframes_t nframes);
|
||||
|
Loading…
Reference in New Issue
Block a user