mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix inability to export twice
This commit is contained in:
parent
949a0d2934
commit
7444ac128e
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ JACKAudioBackend::freewheel (bool onoff)
|
|||
}
|
||||
|
||||
if (jack_set_freewheel (_priv_jack, onoff) == 0) {
|
||||
_freewheeling = true;
|
||||
_freewheeling = onoff;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue