mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
scene gap is measured in frames, not msecs.
Could have used "samples" here but that can wait till we do a big rename throughout the code base
This commit is contained in:
parent
5d41ab6983
commit
60b16811b7
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ CONFIG_VARIABLE (int32_t, mmc_receive_device_id, "mmc-receive-device-id", 0x7f)
|
|||
CONFIG_VARIABLE (int32_t, mmc_send_device_id, "mmc-send-device-id", 0)
|
||||
CONFIG_VARIABLE (int32_t, initial_program_change, "initial-program-change", -1)
|
||||
CONFIG_VARIABLE (bool, first_midi_bank_is_zero, "display-first-midi-bank-as-zero", false)
|
||||
CONFIG_VARIABLE (int32_t, inter_scene_gap_msecs, "inter-scene-gap-msecs", 1)
|
||||
CONFIG_VARIABLE (int32_t, inter_scene_gap_frames, "inter-scene-gap-frames", 1)
|
||||
|
||||
/* Timecode and related */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue