summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_dialog.cc
AgeCommit message (Expand)Author
2017-02-07tempo dialog uses three decimal places in numeric entry.nick_m
2017-02-04rework snapnick_m
2017-01-05Tweak spacings and layout of the Tempo+Meter dialogs.Ben Loftis
2017-01-06tempo dialog disallows changing bbt position of a meter-locked tempo.nick_m
2016-12-29tempo dialog shows note type on first row where applicable.nick_m
2016-12-19show all parameters when adding a meter via the tempo dialog.nick_m
2016-12-12rename MetricSection movable -> initial, but of course initial is !movable..nick_m
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-27Tempo ramps - rename bbt_time() -> bbt_at_frame(), frame_time() -> frame_at_b...nick_m
2016-05-27Tempo ramps - rename meter_at() -> meter_at_frame() & make the ticker slightl...nick_m
2016-05-27Tempo ramps - rename tempo_at() -> tempo_at_frame().. 3 decimals for the audi...nick_m
2016-05-27Tempo rampos -reorder tempo dialog.nick_m
2016-05-27Tempo ramps - newline fix.nick_m
2016-05-27Tempo ramps - first tempo and meter are always audio locked wrt gui.nick_m
2016-05-27Tempo ranps - fix compilationnick_m
2016-05-27Tempo ramps - api change, remove some code.nick_m
2016-05-27Tempo ramps - respect tempo note type and meter note divisor correctly.nick_m
2016-05-27Tempo ramps - fix various thinkos.nick_m
2016-05-27Tempo ramps - check for impossible locations tempo dialog bbt entry. reorgani...nick_m
2016-05-27Tempo ramps - re-enabe audio-locked meter sections, fix more locking errors.nick_m
2016-05-27Tempo ramps - restore bbt settings in tempo dialog for audio-locked tempo mar...nick_m
2016-05-27Tempo ramps - first stab at metric marks locked to frames or beats.nick_m
2016-05-27Tempo ramps - fix more namespace confusionnick_m
2016-05-27Tempo ramps - api rename, fix various meter and tempo dialog bugs.nick_m
2016-05-27Tempo ramps - define_one_bar() delivers constant tempo.nick_m
2016-05-27Tempo ramps - fix changing from const to ramp in the gui.nick_m
2016-05-27Initial stab at tempo ramps.nick_m
2016-02-18Change the tap tempo estimator to least-squares regressionPavel Potocek
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-04-21update some calls to use new get_preferred_edit_position; needs testingBen Loftis
2015-04-21merge fix for tempo branchBen Loftis
2015-03-27tap-tempo: reset running average whenever tapped tempo deviates by +/- 20%Colin Fletcher
2015-03-27Go back to using g_get_monotonic_time() for tap tempoColin Fletcher
2015-03-22Right align some more numeric entries in the meter/tempo dialogs.nick_m
2015-03-21tap-tempo: try to make it work properly from the very first clickColin Fletcher
2015-03-14Align number entry in the meter dialog to the right in lieu of findingnick_m
2015-03-09Use ev->time rather than g_get_monotonic_time() for tap tempoColin Fletcher
2015-01-13Give tempo dialog initial focus to BPM spinner.David Robillard
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-18Fix crash if new tempo is set to start at bar #0 / Follow-up for non movable ...Julien de Kozak
2014-12-18Fix crash if new tempo is set to start at bar #0 / Follow-up for non movable ...Julien de Kozak
2014-12-18Fix crash if new tempo is set to start at bar #0Julien de Kozak
2014-11-16Use an enum for RoundMode instead of magic numbers.David Robillard
2014-07-05Make tap tempo use g_get_monotonic_time(), and fix minimum BPMColin Fletcher
2014-07-05Make 'Tap tempo' set the bpm to a running averageColin Fletcher
2014-07-05Add 'Tap tempo' button to 'Edit tempo' dialogueColin Fletcher
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2012-07-17i18n fixes from alexander prokoudine (#5016)Paul Davis