summaryrefslogtreecommitdiff
path: root/libs/ardour/enums.cc
AgeCommit message (Expand)Author
2013-07-10experimental RMS-meter and peak-signal (vs peak-power) queryRobin Gareus
2013-07-10meter line-up and fall-off standard values & namesRobin Gareus
2013-07-10prepare meter configuration..Robin Gareus
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2012-10-12skeleton framework for LTC-slaveRobin Gareus
2012-10-12move TimecodeFormat to libtimecodeRobin Gareus
2012-10-08add 8kHz as an available export format sample ratePaul Davis
2012-07-16add some Evoral enums to the enumwriter (seems a bit odd)Paul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-11switch to 5 new fade curves, taken from mixbus2 branch. make xfade context me...Paul Davis
2012-05-01Remove unused quantize type options.Carl Hetherington
2012-04-27Crossfades: default xfades are now constant-power, -3dB rule, other options a...Paul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-01-28Store Region export state in instant.xml (fixes #3935)Sakari Bergen
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-10-21add MonitorState enum to enum managerPaul Davis
2011-10-20add initial implementation of explicit monitor (input|disk) control. some beh...Paul Davis
2011-06-26Remove some unused PostTransport enums and renumber others.Carl Hetherington
2011-06-07remove "Off" as a clock mode, make it a state instead; track editor mouse mod...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-03-09add new concept for managing alignment style (AlignChoice); switch to using w...Paul Davis
2011-02-22Add AFLFrom... enums as counterpart to PFLFrom ; add Output metering as a new...Paul Davis
2011-02-20Modify route _processor list set up so that the logic for placing `invisible'...Carl Hetherington
2011-02-07(from 2.x) register Lock edit mode as an enum to provide restore of Lock edit...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-12-28Unify program change and bank handling so that they are manipulated together.Carl Hetherington
2010-12-18Add "session rate" as a possible sample rate for export formatsSakari Bergen
2010-12-09Undo for sys-ex movements in time.Carl Hetherington
2010-12-09Allow trim of midi regions to before the start of the source (better, this ti...Carl Hetherington
2010-09-19Put images on the fade in/out menus. Fixes #3411.Carl Hetherington
2010-08-30Auto-connect outputs that appear as a result of e.g. instruments being added ...Carl Hetherington
2010-06-28Add an EnumProperty for enumerated properties and hence make Region::position...Carl Hetherington
2010-06-21GUI control of insert merge policy for overlapping MIDI notes; quite a bit of...Paul Davis
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
2010-03-22remove near-duplicate session constructor; change names from control_outs to ...Paul Davis
2010-03-08remove yesterday's mayhem with MainListen and get afl/pfl sorta-kinda workingPaul Davis
2010-03-06the last (?) piece of the internal send/listen/monitor/control outs track/bus...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-08new RegionCommand object; remove unused string argument from Region::thaw(); ...Paul Davis
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-12-07better, cleaner, more generic version of real-time ping pong, still just for ...Paul Davis
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-12-04move Session::Event into SessionEvent class; add SessionEventManager (Session...Paul Davis
2009-12-02more MTC stuff, including toggleable use of torben's PI controllerPaul Davis
2009-11-30add slave,transport and event debugging tracesPaul Davis