more no-op renaming - TempoSection::compute_c_func_* -> compute_c_
[ardour.git] / libs / ardour / ardour /
2017-01-06 nick_mmore no-op renaming - TempoSection::compute_c_func_...
2017-01-06 nick_mrename TempoSection::c_func() -> c(). ensure constant...
2017-01-05 nick_mprevent meter-locked tempi from being moved directly...
2017-01-05 Julien ROGERProposed fix managing shared playlists (see #7150)
2017-01-04 nick_madd Meter::operator==.
2017-01-03 Robin GareusExtend/update LV2 license interface
2017-01-01 Robin GareusMatch API: add rt_context option for en/disable_record()
2016-12-30 Robin GareusRemove cruft (old MIDI feedback API)
2016-12-28 nick_mallow all types of range location (loop, start, end...
2016-12-28 Robin GareusAdd enum for locale-config
2016-12-28 John EmmasSome operators need to have different visibility (as...
2016-12-27 Robin GareusAdd backend support to extract session-archives
2016-12-27 Robin GareusAllow gain factor for audio sources.
2016-12-21 Nil GeisweillerFix indentation 8 whitespaces to tab
2016-12-19 Paul DavisSession::_ac_thread_active should be used with atomics...
2016-12-18 nick_mTempoMap - rename some methods.
2016-12-18 nick_madd frame parameter for Meter ctor and TempoMap::replac...
2016-12-17 Robin GareusPrepare configurable mini-timeline time-span
2016-12-17 Robin GareusHide/remove per-track record-mode in favor of global...
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-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-12 Paul DavisAdd Slavable::AssignmentChanged signal to notify when...
2016-12-11 nick_mno-op - rename TempoMap::set_active_tempos -> TempoMap...
2016-12-11 nick_mrename MetricSection movable -> initial, but of course...
2016-12-10 Robin GareusCheck for reserved i/o that are not routes, fixes ...
2016-12-08 Robin GareusClarify "frames" (video, timecode) vs "samples" (audio)
2016-12-08 Robin Gareusadd Lua bindings for Timecode conversion
2016-12-08 Robin GareusSpeed up recent session display (for many large sessions)
2016-12-07 Robin GareusSave/Restore MIDI Automation Controls (current CC,...
2016-12-05 Robin GareusAdd Lua bindings to manage Groups
2016-12-03 David RobillardFix event type and parameter type confusion
2016-12-03 David RobillardRemove Evoral::MIDIEvent
2016-11-26 Robin GareusAdd [hidden] option to list "Dummy" backend with optmiz...
2016-11-26 Robin GareusAdd API to enforce valid device selection.
2016-11-25 Robin GareusRAII to postpone processor changes/graph recalculation
2016-11-22 nick_mconstify some TempoMap functions.
2016-11-15 Robin Gareusconsolidate VSTState functions
2016-11-15 Robin Gareusrework 8e3b6c9ac (fstwin is C code, not C++)
2016-11-14 Robin Gareusadd signal for VST state load
2016-11-14 Robin GareusFix VST state-lock SNAFU (effSetChunk and process are...
2016-11-14 Robin Gareusconsolidate VSTState initialization
2016-11-14 Robin GareusPass const references to plugin-list
2016-11-14 Robin Gareusconst'ness FTW
2016-11-13 Robin GareusMac VST-2.x support
2016-11-10 John EmmasCorrect the #includes for 'ardour/midi_cursor.h' (see...
2016-11-10 nick_mremove unused variable and debugging.
2016-11-10 nick_mrename Region pos_beats -> quarter_note
2016-11-10 nick_mrename note_divisions_per_minute -> ote_types_per_minut...
2016-11-10 nick_madd empoMap::quarter_notes_between_frames().
2016-11-10 nick_mTempoSection::tempo_at methods return a Tempo, document...
2016-11-10 nick_mrename Tempo _beats_per_minute to _note_types_per_minut...
2016-11-10 nick_mtempo doc explains that currently Tempo::beats_per_minu...
2016-11-10 nick_mmore tempo documentation.
2016-11-10 nick_mremove unused TempoMap::tempo_at_beat(). implement...
2016-11-10 nick_mtempo.h reorganization. should be a no-op
2016-11-10 nick_mremove remaining frame api from TempoSection.
2016-11-10 nick_mremove public pulse methods from TempoMap.
2016-11-10 nick_mrename Region pulse to pos_beats. use new beat distance...
2016-11-10 nick_mRefactor tempo api, include quarter-note distance in...
2016-11-10 Robin GareusParse PortGroups into Plugin::IOPortDescription
2016-11-09 David RobillardSupport multiple readers for MIDI source/model
2016-11-08 David RobillardRemove dead code
2016-11-07 David RobillardFix LV2 state:StateChanged URI
2016-11-03 Paul Davismake ControlProtocolManager actually handle control...
2016-10-30 Robin GareusFix midnam replacement:
2016-10-30 Robin GareusUpdate prototype API (3f739738) for windows/dll compat
2016-10-29 Robin GareusPrototype LV2 extension for plugins to provide Midnams
2016-10-29 Robin GareusPrepare for the day when MTAV does no longer force...
2016-10-29 Robin GareusAllow to dynamically un/load Midnam Patches
2016-10-25 Robin GareusDesperate hack to align master-bus on export.
2016-10-24 nick_mmake MidiRegion::start/length_beats() const.
2016-10-23 Robin GareusIntroduce "virtual" async MIDI ports
2016-10-23 Robin GareusNO-OP: whitespace
2016-10-21 Paul Daviswhen fetching MIDI ports for bundles and auto-connectio...
2016-10-20 Paul Davisinfrastructure for save/restore of MIDI port user-provi...
2016-10-20 Paul Davisadd PortManager::disconnect (std::string const&)
2016-10-19 Paul Davisinfrastructure for MIDI-input-follows-selection
2016-10-19 Paul Davisbasics of following MIDI track selection and rewiring...
2016-10-19 Paul Davisbasics of managing a list of port names for MIDI-input...
2016-10-19 Robin GareusUse official LV2 state:StateChanged URI
2016-10-18 nick_mImprove bbt ruler drawing performance for large time...
2016-10-17 Robin Gareusfast region export -- don't call process()
2016-10-17 nick_mInitialize TempoMetric _pulse in sonstructor.
2016-10-14 Paul DavisRevert "change return type of AutomationControl::actual...
2016-10-14 Robin Gareusallow feedback (loops) from internal sends
2016-10-13 Paul Davisnew scheme for managing port deletion
2016-10-13 W.P. van PaassenInital support for Steinberg's CC121 control surface
2016-10-13 Robin GareusAllow a LV2 plugin to mark the session dirty
2016-10-12 Paul Davischange return type of AutomationControl::actually_set_v...
2016-10-11 Robin GareusRevert "Allow loading sessions with missing external...
2016-10-11 Robin GareusAllow loading sessions with missing external files...
2016-10-10 Robin Gareusadd const'ness (allowing LuaScriptList::const_iterator)
2016-10-10 Robin GareusAdd Lua-bindings for inter-processor communication
2016-10-10 Robin GareusForward "owner" from Processor to Plugin
2016-10-10 Robin GareusAllow to get a route reference from SessionObject*
2016-10-09 nick_mInterpret start & length_beats properties as double...
2016-10-08 nick_mTempoSection methods deal in beats rather than pulses...
next