mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
add new parameter for minimum value of any range location
This commit is contained in:
parent
e0cb9efb00
commit
94e2b61a86
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ CONFIG_VARIABLE (bool, sound_midi_notes, "sound-midi-notes", false)
|
|||
CONFIG_VARIABLE (uint32_t, max_recent_sessions, "max-recent-sessions", 10)
|
||||
CONFIG_VARIABLE (double, automation_thinning_factor, "automation-thinning-factor", 20.0)
|
||||
CONFIG_VARIABLE (std::string, freesound_download_dir, "freesound-download-dir", Glib::get_home_dir() + "/Freesound/snd")
|
||||
CONFIG_VARIABLE (framecnt_t, range_location_minimum, "range-location-minimum", 128) /* samples */
|
||||
|
||||
/* plugin related */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue