summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-19add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for v...nick_m
2016-12-18mini-tl: subscribe to location add/remove signalsRobin Gareus
2016-12-19there is no curve for identical note_types_per_minute values.nick_m
2016-12-18Transport Layout:Ben Loftis
2016-12-17Transport Layout: Alert buttons do not need to be red when inactiveBen Loftis
2016-12-17Transport Layout: Attempts to standardize button sizes and padding.Ben Loftis
2016-12-17Mini-timeline: Any click not on a marker should trigger a locateBen Loftis
2016-12-17Mini-timeline: Use timeline colors from configBen Loftis
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-17remove channel filter status and button from MIDI track header, access via co...Paul Davis
2016-12-17fix gcc4 compilation (local type used in template)Robin Gareus
2016-12-17Refine transport tool bar layoutRobin Gareus
2016-12-17Prepare mini-timeline widget for toolbarRobin Gareus
2016-12-17remove cruftRobin Gareus
2016-12-17Add UI to set global track layered modeRobin Gareus
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-12-17Move selection/punch clocks to editor SidebarRobin Gareus
2016-12-17Commence transport tool bar re-layoutRobin Gareus
2016-12-17Rework shuttle control displayRobin Gareus
2016-12-17Add API to query editor's playhead cursor positionRobin Gareus
2016-12-16initial attempt at importing SMF tempo maps during MIDI import.Paul Davis
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-16add arguments (unusued) to control whether or not SMF tempo map is used durin...Paul Davis
2016-12-16tweak presentation of SMF tempo optionPaul Davis
2016-12-16show tempo information for MIDI files in preview pane; start to offer choice ...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-16fix generic plugins for toggle with 2 scalepoints (enum)Robin 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-16be a bit less flickery when redrawing tempo/meter markers.nick_m
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-15correct return syntaxPaul Davis
2016-12-15std::list::erase() needs a non-const iterator.;Paul Davis
2016-12-15speed up patch change redisplay when using scroomer / adjusting height.nick_m
2016-12-15and now with eraseRobin Gareus