mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
remove MIDI readahead parameter
We just don't do this anymore
This commit is contained in:
parent
e8b3d38112
commit
f78c659840
5 changed files with 0 additions and 19 deletions
|
|
@ -2880,16 +2880,6 @@ RCOptionEditor::RCOptionEditor ()
|
|||
|
||||
add_option (_("MIDI"), new OptionEditorHeading (_("Buffering")));
|
||||
|
||||
add_option (_("MIDI"),
|
||||
new SpinOption<float> (
|
||||
"midi-readahead",
|
||||
_("MIDI read-ahead time (seconds)"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_midi_readahead),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_midi_readahead),
|
||||
0.1, 10, 0.05, 1,
|
||||
"", 1.0, 2
|
||||
));
|
||||
|
||||
add_option (_("MIDI"), new OptionEditorHeading (_("Session")));
|
||||
|
||||
add_option (_("MIDI"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue