summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-12-27Add backend support to extract session-archivesRobin Gareus
2016-12-27Normalize audio when archiving to fixed-point format.Robin Gareus
2016-12-27Allow gain factor for audio sources.Robin Gareus
2016-12-22More 8 whitespace to tab indentation fixesNil Geisweiller
2016-12-21Fix minor typo in commentNil Geisweiller
2016-12-21Fix indentation 8 whitespaces to tabNil Geisweiller
2016-12-22check audio-locked meter ordering by frame.nick_m
2016-12-21Fix crash when unpacking or deleting paneRobin Gareus
2016-12-21fix yet another meter-locked tempo ordering thinko.nick_m
2016-12-20Add Zoom/Expand iconRobin Gareus
2016-12-19Fix the case of jump-to-next-SubdivisionBen Loftis
2016-12-19Fix the case of jump-to-next{prev}-BarBen Loftis
2016-12-19Fix minimum/maximum discovery for integer params (from Hanspeter Portner)Paul Davis
2016-12-19make solo button on faderport actually workPaul Davis
2016-12-19Session::_ac_thread_active should be used with atomics to create memory barri...Paul Davis
2016-12-19Session::auto_connect_thread_terminate() cannot use ::auto_connect_thread_wak...Paul Davis
2016-12-19Towards packing CairoWidgets on ArdourCanvas.Robin Gareus
2016-12-19vertically center text in time rulersRobin Gareus
2016-12-19NO-OP: whitespaceRobin Gareus
2016-12-18Shorten sync-button label/sizeRobin Gareus
2016-12-19TempoMap - rename some methods.nick_m
2016-12-19add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for v...nick_m
2016-12-19there is no curve for identical note_types_per_minute values.nick_m
2016-12-18should not really bind a shared_ptr<Port> to a sigc slot, so don't do thatPaul Davis
2016-12-18move termination of auto connect thread till after control protocols are dest...Paul Davis
2016-12-18Prepare configurable mini-timeline time-spanRobin Gareus
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-12-16add copy constructor, operator= and a clean ::dump() method for TempoMapPaul Davis
2016-12-16add arguments (unusued) to control whether or not SMF tempo map is used durin...Paul Davis
2016-12-16"toll free bridging" between smf_tempo_t and Evoral::SMF::TempoPaul Davis
2016-12-16expose SMF tempo information in Evoral::SMFPaul Davis
2016-12-16add function to get number of tempos found in SMF tempo mapPaul Davis
2016-12-16unused but slightly tricky code to add track name/instrument to an SMF file w...Paul Davis
2016-12-16add comments about limitations for Evoral::SMF and tracksPaul Davis
2016-12-16MIDI tracer actually changes the event-loopRobin Gareus
2016-12-15some further invalidation details:Robin Gareus
2016-12-15store InvalidationRecord in a Connection object and ref/unref it as appropriatePaul Davis
2016-12-15add ::use_count() method to InvalidationRecordPaul Davis
2016-12-16fix unused Outside filled framed curve for constant points outside the draw a...nick_m
2016-12-16revert c3ab67dd now that this misbehaviour is understood.nick_m
2016-12-16fix issue with disappearing tempo curve at constant tempi.nick_m
2016-12-16tempo before the initial section is always constant.nick_m
2016-12-16amend incomplete change in previous commit.nick_m
2016-12-16more work on patch change redisplay.nick_m
2016-12-16fix thinko in TempoMap::framepos_plus_qn.nick_m
2016-12-15std::list::erase() needs a non-const iterator.;Paul Davis
2016-12-15and now with eraseRobin Gareus
2016-12-15C++98 compatible iterator eraseRobin Gareus
2016-12-15rework request invalidationRobin Gareus
2016-12-14Add a trash pool for invalidation requests.Robin Gareus