canvas::grid starts being able to do its job a little
[ardour.git] / libs / ardour /
2017-01-31 Ben LoftisExpose a new lua hook for resetting a plugin processor...
2017-01-30 Robin GareusFall back to general MIDI synth for auditioning.
2017-01-28 Paul Davisadd VCA::full_name() which returns "VCA %n" : VCA ...
2017-01-28 Robin Gareusstop looping when deleting loop-range (fixes potential...
2017-01-28 Paul Davisimproved (as in "correct") deadlock fix for Presentatio...
2017-01-28 Paul Davisfix deadlock in mutex'ed PresentationInfo code
2017-01-27 Paul Davisuse a lock when dealing with PresentationInfo::Change...
2017-01-27 Paul Davisshow what PresentationInfo::Change is being used for
2017-01-27 Paul Davisuse RAII for class-wide PresentationInfo::Change signal...
2017-01-26 nick_mmark session dirty when moving range markers or alterin...
2017-01-26 nick_mmark session dirty when dragging tempo markers.
2017-01-26 nick_mno-op - whitespace fix for libs/ardour/playlist.cc
2017-01-23 Paul DavisNO-OP: add a few spaces before function args
2017-01-23 Robin GareusSafe Mode: disable VST scan
2017-01-23 Paul Davisat transport stop, clear all existing automation watche...
2017-01-22 Hiroki InagakiUpdate Japanese translation
2017-01-22 Paul Davisimplement Session::route_by_selected_count()
2017-01-22 Paul DavisPresentationInfo needs to emit Change for selection...
2017-01-21 Robin GareusLua: bindings for do_import()
2017-01-21 Paul Davisdon't repeat-hard-code names for 3 automation types.
2017-01-21 Paul Davisuse SSE/AVX for scaling gain automation buffer via...
2017-01-21 Paul DavisAmp is the one place where we generate a per-sample...
2017-01-21 Paul DavisSlavableAutomationControl::get_value(), if doing automa...
2017-01-21 Robin Gareusupdate bbe62da55a - use last-modified-with, strip git-rev
2017-01-20 Robin GareusInstrument insert options:
2017-01-20 Robin GareusInstrument channel option when adding track
2017-01-20 Robin GareusExtract program version that a session was created...
2017-01-20 Robin Gareusremove cruft
2017-01-20 Robin Gareusfix a -Wformat
2017-01-20 Robin GareusPlug some libardour memory leaks
2017-01-20 Robin GareusPlug a memory leak (recent session list, session info)
2017-01-19 Robin GareusAdd a note.
2017-01-19 Robin GareusFix oddities when replacing VST-presets.
2017-01-19 Robin GareusScale default Atom Ringbuffer size with samplerate
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 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-15 Hiroki InagakiAdd Japanese translation
2017-01-13 Robin GareusSet rate and blocksize for multi-instance VSTs
2017-01-10 Robin GareusFix MTC slave implicit return on transport-stop
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 Davistweak previous commit to make desc.max_unbound "more...
2017-01-09 Paul Davisfix ranges for LADSPA unbounded toggle parameters.
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 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 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-30 Robin GareusRemove cruft (old MIDI feedback API)
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_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-21 Nil GeisweillerFix indentation 8 whitespaces to tab
2016-12-21 nick_mcheck audio-locked meter ordering by frame.
2016-12-20 nick_mfix yet another meter-locked tempo ordering thinko.
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 DavisSession::_ac_thread_active should be used with atomics...
2016-12-19 Paul DavisSession::auto_connect_thread_terminate() cannot use...
2016-12-18 Robin GareusShorten sync-button label/size
next