mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
assert() which catches one source of crashes on startup when Ardour starts JACK.
git-svn-id: svn://localhost/ardour2/branches/3.0@7926 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
163dab0d5d
commit
ba6d6895f7
1 changed files with 2 additions and 0 deletions
|
|
@ -173,6 +173,8 @@ Port::clock (timestamp_t timestamp)
|
||||||
void
|
void
|
||||||
Port::cycle_start (nframes_t nframes)
|
Port::cycle_start (nframes_t nframes)
|
||||||
{
|
{
|
||||||
|
assert (_jack_port);
|
||||||
|
|
||||||
_currently_in_cycle = true;
|
_currently_in_cycle = true;
|
||||||
_nframes_this_cycle = nframes;
|
_nframes_this_cycle = nframes;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue