mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
create xrun markers should be on by default part duex
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3054 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a6e58a4923
commit
3e50efd133
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ CONFIG_VARIABLE (bool, punch_out, "punch-out", false)
|
|||
CONFIG_VARIABLE (bool, plugins_stop_with_transport, "plugins-stop-with-transport", false)
|
||||
CONFIG_VARIABLE (bool, do_not_record_plugins, "do-not-record-plugins", false)
|
||||
CONFIG_VARIABLE (bool, stop_recording_on_xrun, "stop-recording-on-xrun", false)
|
||||
CONFIG_VARIABLE (bool, create_xrun_marker, "create-xrun-marker", false)
|
||||
CONFIG_VARIABLE (bool, create_xrun_marker, "create-xrun-marker", true)
|
||||
CONFIG_VARIABLE (bool, stop_at_session_end, "stop-at-session-end", true)
|
||||
CONFIG_VARIABLE (bool, seamless_loop, "seamless-loop", false)
|
||||
CONFIG_VARIABLE (nframes_t, preroll, "preroll", 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue