ardour.git
2016-12-18 nick_madd frame parameter for Meter ctor and TempoMap::replac...
2016-12-18 Robin Gareusmini-tl: subscribe to location add/remove signals
2016-12-18 nick_mthere is no curve for identical note_types_per_minute...
2016-12-18 Ben LoftisTransport Layout:
2016-12-18 Ben LoftisTransport Layout: Alert buttons do not need to be red...
2016-12-18 Ben LoftisTransport Layout: Attempts to standardize button sizes...
2016-12-18 Ben LoftisMini-timeline: Any click not on a marker should trigger...
2016-12-18 Ben LoftisMini-timeline: Use timeline colors from config
2016-12-18 Paul Davisshould not really bind a shared_ptr<Port> to a sigc...
2016-12-18 Paul Davismove termination of auto connect thread till after...
2016-12-17 Robin GareusPrepare configurable mini-timeline time-span
2016-12-17 Paul Davisremove channel filter status and button from MIDI track...
2016-12-17 Robin Gareusfix gcc4 compilation (local type used in template)
2016-12-17 Robin GareusRefine transport tool bar layout
2016-12-17 Robin GareusPrepare mini-timeline widget for toolbar
2016-12-17 Robin Gareusremove cruft
2016-12-17 Robin GareusAdd UI to set global track layered mode
2016-12-17 Robin GareusHide/remove per-track record-mode in favor of global...
2016-12-17 Robin GareusMove selection/punch clocks to editor Sidebar
2016-12-17 Robin GareusCommence transport tool bar re-layout
2016-12-17 Robin GareusRework shuttle control display
2016-12-17 Robin GareusAdd API to query editor's playhead cursor position
2016-12-16 Paul Davisinitial attempt at importing SMF tempo maps during...
2016-12-16 Paul Davisadd copy constructor, operator= and a clean ::dump...
2016-12-16 Paul Davisadd arguments (unusued) to control whether or not SMF...
2016-12-16 Paul Davisadd arguments (unusued) to control whether or not SMF...
2016-12-16 Paul Davistweak presentation of SMF tempo option
2016-12-16 Paul Davisshow tempo information for MIDI files in preview pane...
2016-12-16 Paul Davis"toll free bridging" between smf_tempo_t and Evoral...
2016-12-16 Paul Davisexpose SMF tempo information in Evoral::SMF
2016-12-16 Paul Davisadd function to get number of tempos found in SMF tempo map
2016-12-16 Paul Davisunused but slightly tricky code to add track name/instr...
2016-12-16 Paul Davisadd comments about limitations for Evoral::SMF and...
2016-12-16 Robin GareusMIDI tracer actually changes the event-loop
2016-12-16 Robin Gareusfix generic plugins for toggle with 2 scalepoints ...
2016-12-15 Robin Gareussome further invalidation details:
2016-12-15 Paul Davisstore InvalidationRecord in a Connection object and...
2016-12-15 Paul Davisadd ::use_count() method to InvalidationRecord
2016-12-15 nick_mbe a bit less flickery when redrawing tempo/meter markers.
2016-12-15 nick_mfix unused Outside filled framed curve for constant...
2016-12-15 nick_mrevert c3ab67dd now that this misbehaviour is understood.
2016-12-15 nick_mfix issue with disappearing tempo curve at constant...
2016-12-15 nick_mtempo before the initial section is always constant.
2016-12-15 nick_mamend incomplete change in previous commit.
2016-12-15 nick_mmore work on patch change redisplay.
2016-12-15 nick_mfix thinko in TempoMap::framepos_plus_qn.
2016-12-15 Paul Daviscorrect return syntax
2016-12-15 Paul Davisstd::list::erase() needs a non-const iterator.;
2016-12-15 nick_mspeed up patch change redisplay when using scroomer...
2016-12-15 Robin Gareusand now with erase
2016-12-15 Robin GareusC++98 compatible iterator erase
2016-12-15 Robin Gareusrework request invalidation
2016-12-14 Robin GareusAdd a trash pool for invalidation requests.
2016-12-14 Robin GareusNO-OP: re-indent
2016-12-14 Robin GareusAtomically to invalidate request
2016-12-14 Robin GareusAdd some more invalidation debug messages.
2016-12-14 Robin GareusThe threading anecdotes - Episode 7
2016-12-14 Robin Gareusskip dead threads (if the event remains, it'll be clean...
2016-12-14 Robin Gareusfix potential invalid lock
2016-12-14 Robin Gareusrework locking (fa07233a, 112fba182)
2016-12-14 Paul DavisGUI changes to allow user to specify how/if to use...
2016-12-14 Paul Davischange ordering of options for multichannel import
2016-12-14 Paul Davistemporary default value for ImportStatus.midi_track_nam...
2016-12-14 Paul Davisuse SMF track or instrument names in imported MIDI...
2016-12-14 Paul Davisadd new member to ImportStatus object to allow specifyi...
2016-12-14 Paul Davisadd a new enum to identify how SMF data should be used...
2016-12-14 Paul Davisadd API to Evoral::SMF to retrieve all track/instrument...
2016-12-14 Paul Davisextract track and instrument names from SMF while loading
2016-12-14 Paul Davisadd braces and warning for unlikely error
2016-12-14 Paul Davisfix incorrect test for textual meta events in libsmf
2016-12-14 Paul Davisbraces please
2016-12-14 Paul Davisbraces, please
2016-12-14 Paul Davisfree track name/instrument string memory when necessary
2016-12-14 Paul Davisadd track and instrument name members to smf_track_t
2016-12-14 Paul Davisimproving logic/flow for SMF type 1 files part 1:
2016-12-14 Robin Gareusrelease locks before deleting record
2016-12-13 Robin Gareusamend prev commit
2016-12-13 Robin Gareusmutex 'er up
2016-12-13 nick_mtest diff for patch change performance when caching...
2016-12-13 nick_mwhen dragging or copying multiple regions, respect...
2016-12-13 Paul Davischanges to adapt to modified version of GTK/Quartz...
2016-12-13 Tim MayberryFurther fixes to non-cxx11 enabled builds
2016-12-13 Tim MayberryFix for non-cxx11 enabled builds
2016-12-13 Tim MayberryAdd option to Zoom to Selection on double click
2016-12-13 Tim MayberryChange Zoom to Selection action (Z key) to zoom on...
2016-12-13 Robin GareusFix layered-record undo, include changes to existing...
2016-12-12 Robin GareusFix possible crash when removing ports with jack1
2016-12-12 Paul DavisAdd Slavable::AssignmentChanged signal to notify when...
2016-12-12 Ben LoftisUI tweak for the spacer at the bottom of the master...
2016-12-12 nick_monly update MidiRegion length_beats in partial copy...
2016-12-12 nick_monly set the exact musical position of the primary...
2016-12-12 nick_monly recalculate MidiRegion start_beats if there is...
2016-12-12 Robin GareusTowards making tape-tracks work again..
2016-12-12 Robin GareusFix a potential deadlock/crash (here tape-track peak...
2016-12-11 Robin GareusFix potential deadlock on session-load
2016-12-11 nick_mdisallow placement of audio-locked tempi within a frame...
2016-12-11 nick_msort tempo curves initially as well.
2016-12-11 nick_mfix loop/crash when dragging an audio-locked tempo...
2016-12-11 nick_mno-op - rename TempoMap::set_active_tempos -> TempoMap...
2016-12-11 nick_mclean up some odd logic.
next