fix type warning
[ardour.git] / libs /
2017-01-19 Robin GareusRelax monitor-section processor channel restriction
2017-01-19 Robin GareusAdd some comment
2017-01-19 Robin GareusAdd alternative preroll record mode:
2017-01-19 Robin GareusRework preroll-rec API:
2017-01-19 Robin GareusMove preroll duration calc into libardour
2017-01-18 Paul Davisfix up Canvas::Grid child layout
2017-01-18 Paul Daviscorrect translation matrix for Canvas::Widget
2017-01-18 Paul Davisdo not add items twice to their canvas parent!
2017-01-18 Robin GareusImplement record with preroll
2017-01-17 Robin GareusImplement Count-In (before recording), fixed BPM, up...
2017-01-17 Robin GareusSplit metronome methods into re-usable parts (for count-in)
2017-01-16 Robin GareusPrepare session-wide implicit monitoring overrides
2017-01-16 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-01-15 Paul Daviscanvas::grid: get padding and margin to work; remove...
2017-01-15 Hiroki InagakiAdd Japanese translation
2017-01-15 Paul Davisget grid layout working
2017-01-15 Paul Davistweak Grid repositioning code to be a little more O(N)
2017-01-15 Paul Davisbasic (and probably wrong) Canvas::Grid child placement
2017-01-15 Paul Davisinclude Canvas::Grid in build script
2017-01-15 Paul Davisinitial skeleton for a Grid canvas item
2017-01-13 Robin GareusSet rate and blocksize for multi-instance VSTs
2017-01-13 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-01-12 Robin Gareusadd API to query name of bound action
2017-01-12 Len OvensOSC: We want to see aux buses even if the gui has them...
2017-01-11 Len OvensOSC: Fix aux mute to check stripable exists first
2017-01-10 Paul Davisfix nested templates for ye ancient compilers of the...
2017-01-10 Robin GareusFix MTC slave implicit return on transport-stop
2017-01-10 Len OvensOSC: Fix cue observer stop to zero controls
2017-01-10 Len OvensOSC: Add Talent individual monitor controls
2017-01-09 Paul Davisadd XML names/handling for additional Parameter types.
2017-01-09 Paul Davissave state of an automation list, even if empty, becaus...
2017-01-09 Paul Davisadd clamp for adding points to a ControlList from a...
2017-01-09 Paul Davistweak previous commit to make desc.max_unbound "more...
2017-01-09 Paul Davisfix ranges for LADSPA unbounded toggle parameters.
2017-01-08 Robin GareusNO-OP: whitespace
2017-01-08 Robin GareusFix Pane size allocation:
2017-01-08 Robin GareusFix crash when changing Pane widgets -- #7198
2017-01-08 Robin Gareusprototype track/bus sharing: state-export
2017-01-07 Robin GareusFix shared-pointer list creation from Lua
2017-01-06 nick_mamend massive thinko in last commit (actually works).
2017-01-06 nick_mfix incorrect _start after a split.
2017-01-06 nick_mTempoMap - do frame conversion outside the lock when...
2017-01-06 nick_mremove some excessive methods from TempoMap.
2017-01-06 nick_mmore no-op renaming - TempoSection::compute_c_func_...
2017-01-06 nick_mclear up _initial vs _locked_to_meter TempoSection...
2017-01-06 nick_mmore inactive tempi fixes.
2017-01-06 nick_mactually make import of tempo maps at selected point...
2017-01-06 nick_mrename TempoSection::c_func() -> c(). ensure constant...
2017-01-06 nick_mfix some inactive tempi bugs
2017-01-05 nick_mwarn when adding / replacing a tempo fails.
2017-01-05 nick_mmake previous commit compile (lua)
2017-01-05 nick_mprevent meter-locked tempi from being moved directly...
2017-01-05 nick_mensure tempo lines use correct tempo type (constant...
2017-01-05 Paul Davisvariation of a PR from ngeiwei that adds MIDI channel...
2017-01-05 Paul Davisfix assumed typo from LV2_SUPPORT PR recently committed
2017-01-05 Olivier HumbertUndo (bad) fix
2017-01-05 Olivier HumbertOne fix
2017-01-05 Olivier HumbertFrench translation update
2017-01-05 Olivier HumbertFrench translation update
2017-01-05 Olivier HumbertFrench translation update
2017-01-05 Dobroslav Slavenskojsyncing with upstream
2017-01-05 Dobroslav SlavenskojFixing LV2_SUPPORT #ifdefs
2017-01-05 Julien ROGERProposed fix managing shared playlists (see #7150)
2017-01-05 Tim MayberryAdd missing function call in error message when compili...
2017-01-04 nick_madd Meter::operator==.
2017-01-04 nick_mdisallow tempi of 0 ntpm or less.
2017-01-03 Paul DavisMidiRegion::clone() needs to ensure that the model...
2017-01-03 Robin GareusExtend/update LV2 license interface
2017-01-02 Robin GareusEnforce minimum pane sizes
2017-01-02 Robin Gareusallow Lua session scripts to inject [immediate] RT...
2017-01-01 Robin GareusWhitelist bit32 Lua library for session rt-scripts
2017-01-01 Robin GareusMatch API: add rt_context option for en/disable_record()
2016-12-31 Len OvensOSC: remove unused overall feedback calls and variables
2016-12-31 Len OvensOSC: remove feedback enable from GUI (unused)
2016-12-31 Robin Gareusamend 3afe3f32df (remove unused global feedback option)
2016-12-30 Robin GareusRemove cruft (old MIDI feedback API)
2016-12-28 Robin GareusTear down OSC settings GUI, when the protocol is disabled
2016-12-28 Robin GareusMove "Feedback" option to control-portocol settings
2016-12-28 Robin GareusFix AudioRegion RMS calc for multi-channel
2016-12-28 Robin GareusAdd Lua bindings for AudioRegion RMS+Peak calc
2016-12-28 nick_madd ArdourCanvas::Flag::width()
2016-12-28 nick_mallow all types of range location (loop, start, end...
2016-12-28 Robin GareusEmit signal for special cased configuration variable
2016-12-28 Robin GareusAdd enum for locale-config
2016-12-28 John EmmasSome operators need to have different visibility (as...
2016-12-27 Robin GareusAdd backend support to extract session-archives
2016-12-27 Robin GareusNormalize audio when archiving to fixed-point format.
2016-12-27 Robin GareusAllow gain factor for audio sources.
2016-12-22 Nil GeisweillerMore 8 whitespace to tab indentation fixes
2016-12-21 Nil GeisweillerFix minor typo in comment
2016-12-21 Nil GeisweillerFix indentation 8 whitespaces to tab
2016-12-21 nick_mcheck audio-locked meter ordering by frame.
2016-12-21 Robin GareusFix crash when unpacking or deleting pane
2016-12-20 nick_mfix yet another meter-locked tempo ordering thinko.
2016-12-20 Robin GareusAdd Zoom/Expand icon
2016-12-19 Ben LoftisFix the case of jump-to-next-Subdivision
2016-12-19 Ben LoftisFix the case of jump-to-next{prev}-Bar
2016-12-19 Paul DavisFix minimum/maximum discovery for integer params (from...
2016-12-19 Paul Davismake solo button on faderport actually work
2016-12-19 Paul DavisSession::_ac_thread_active should be used with atomics...
next