summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
AgeCommit message (Expand)Author
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-11Typedef all globally used export smart pointer types in one file.Sakari Bergen
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-03-21prevent limits on MAX_DBL from messing up combination of a framepos_t and a s...Paul Davis
2011-03-09add new concept for managing alignment style (AlignChoice); switch to using w...Paul Davis
2011-03-07Make the route group submenu of the RouteTimeAxisView menu apply to the selec...Carl Hetherington
2011-02-28Fix up strip silence.Carl Hetherington
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-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-12-18Finally implement position aware silence adding in export (i.e. bbt times are...Sakari Bergen
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-13Eliminate circular dependency kludge for control_protocol/smpte.o.David Robillard
2010-12-09make strip silence work (again?)Paul Davis
2010-12-08move display of silence for strip-silence into regionviews, along with text t...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-19Put images on the fade in/out menus. Fixes #3411.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-08-30Auto-connect outputs that appear as a result of e.g. instruments being added ...Carl Hetherington
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
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-06-12introduce the notion that note additions and property changes can cause the r...Paul Davis
2010-05-31switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multise...Paul Davis
2010-05-04remove muted-by-others, a concept that turns out to have been a red herring; ...Paul Davis
2010-05-02Small cleanup: add constructor to InterThreadInfo.Carl Hetherington
2010-05-01perhaps, just possibly, a working solo model. needs to be fixed so that conne...Paul Davis
2010-03-22remove near-duplicate session constructor; change names from control_outs to ...Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-10Move ARDOUR::Change into PBD so that Stateful can be aware ofCarl Hetherington
2009-11-30Various optimisations to speed up rec-enable.Carl Hetherington
2009-11-18add "custom" meter option which is the only option where the meter processor ...Paul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-28* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headersPaul Davis
2009-10-27new SnapBBT debug option, split out BBT_time and start work on BBT arithmetic...Paul Davis
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-07-01separate solo & listen. some minor fixes and additional related fixes still t...Paul Davis
2009-06-17remove SoloBus solo model, add PFL and AFL. basic testing indicates it works,...Paul Davis
2009-06-17solo models work again (amazing how hard this was); remove crufty debug outpu...Paul Davis
2009-06-10Make waveform show / scale / shape a global option in the prefs dialog to cle...Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-04-203 notable patches from lincoln (a) non-layered track mode (NOTE: this is brok...Paul Davis
2009-02-25Quote includes for control_protocol.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-19Introduce new time for session-relative frame time, and make source interface...David Robillard