First part of consolidating ::roll(), ::no_roll()
[ardour.git] / libs / ardour / ardour /
2017-09-30 Robin GareusFirst part of consolidating ::roll(), ::no_roll()
2017-09-30 Robin Gareusremove unused Route::_silent
2017-09-30 Robin GareusTowards fixing no_roll()
2017-09-29 Robin Gareusremove cruft
2017-09-29 Robin Gareusremove *.orig files (accidentally added in cba53a202)
2017-09-29 Robin GareusRemove unused punch+preroll API
2017-09-29 Robin Gareusremove cruft
2017-09-29 Robin GareusAux-Send Latency compensation, part 2 & code-consolidation
2017-09-29 Robin GareusUpdate Send: Include internal 'thru' delay-line
2017-09-29 Robin GareusAux-Send Latency compensation, part 1: latent sources
2017-09-29 Robin GareusDelayline: report if set_delay() actually changed the...
2017-09-29 Robin GareusDelayline naming -- for debug purposes
2017-09-29 Robin GareusProperly aligned export (Stem + Session)
2017-09-29 Robin GareusRemove unused mechanism
2017-09-29 Robin GareusOngoing work on latency compensation
2017-09-29 Robin GareusAdd API to query IO latencies
2017-09-29 Robin GareusAdd Processor API for global session-transport alignment
2017-09-29 Robin GareusPrepare removal of initial_delay
2017-09-29 Robin Gareusclean up route header, NO-OP (except variable re-order)
2017-09-29 Robin GareusNO-OP: Whitespace
2017-09-29 Robin GareusRemove code related to capture-offset.
2017-09-29 Robin GareusNo more disk-reader roll-delay
2017-09-24 Paul Davisfix header order and space alignment
2017-09-24 Paul Davisconvert codebase to use Temporal for various time types
2017-09-24 Paul Davischange libtimecode to libtemporal, add Evoral::Beats...
2017-09-23 Robin GareusFix changing playlist (Track is responsible for signal...
2017-09-22 Robin GareusConsolidate check for internal/non-removable processors
2017-09-21 Robin GareusAlignmentChoise is a Track Property
2017-09-21 Robin Gareuss/created with/modified with/
2017-09-19 Paul Davisattempt to fix roll delay logic by moving it into DiskR...
2017-09-19 Paul DavisRevert "remove unusued roll_delay member of DiskReader"
2017-09-19 Paul Davisremove unusued roll_delay member of DiskReader
2017-09-19 Robin GareusAmend c8a9b28d3 and 40aebce. Fix gain automation edge...
2017-09-19 Paul Davisremove getter for Amp::_apply_automation_gain; reset...
2017-09-19 Paul Davisconsolidate roll methods into Route::roll()
2017-09-19 Robin GareusVarious updates and fixes for Latency Compensation
2017-09-18 Robin Gareusamend prev. commit
2017-09-18 Robin GareusTweak default config
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisadd _locked() variants to new tempo experiment
2017-09-18 Paul Davischanges required to operate with the Evoral::Beats...
2017-09-18 Paul Davisnew header file for superclock stuff
2017-09-18 Paul Davisfix for loading older sessions, where the rest for...
2017-09-18 Paul Davisreinstate "restart seek" behaviour but use a new Sessio...
2017-09-18 Paul Davisremove all code related to "silent roll" concept. some...
2017-09-18 Paul Davismove disk_{writer,reader} into Route to allow for simpl...
2017-09-18 Paul Davismove _file_frame from DiskIOProcessor into DiskReader...
2017-09-18 Paul Davisremove Auditioner::prepare_playlist() - not used
2017-09-18 Paul Davisadd Track::use_default_new_playlist()
2017-09-18 Paul Davisremove Track::hidden(); replace with Stripable::is_priv...
2017-09-18 Paul Davismechanism to allow Track (or other Route-derived type...
2017-09-18 Paul Davistweaks to disk io point mechanisms
2017-09-18 Paul Davisinitial (incomplete) framework for DiskIOPoint manipulation
2017-09-18 Paul Davisnew enums for disk i/o positioning
2017-09-18 Paul Davisframework for silent-roll-while-slave-syncing
2017-09-18 Paul Daviswhen DiskReader checks to see if a locate is in progres...
2017-09-18 Paul Davislocating no longer interrupts process()
2017-09-18 Paul Davisremove InputConfigurationChange from session events...
2017-09-18 Paul Davisfix up error in manual rebase correction
2017-09-18 Paul Davisupdate disk writer input latency at transport stop
2017-09-18 Paul Davisset + store signal chain latency for all processors...
2017-09-18 Paul Davisthe return of MIDI recording, plus refactor to move...
2017-09-18 Paul Davismore DEBUG::Destruction messages
2017-09-18 Paul Davisdrop route shared_ptr when Route::GoingAway is emitted
2017-09-18 Paul Davisrename a method to be more clear; remove an unused...
2017-09-18 Paul Daviscue monitoring for MIDI
2017-09-18 Paul Davisget sdio branch working with MIDI tracks
2017-09-18 Paul Daviscue monitoring for audio (libardour aspects)
2017-09-18 Paul Davisfix various naming issues with Disk{Reader,Writer}
2017-09-18 Paul Davisalignment choice now owned by Track, as a proxy for...
2017-09-18 Paul Davisremove all remaining vestiges of per-track varispeed...
2017-09-18 Paul Davisget diskreader working, and remove per-track varispeed...
2017-09-18 Paul Davisaddd more DEBUG_TRACE for DiskIO; set DiskIOProcess...
2017-09-18 Paul Davisnothing to do anymore at the Track level when input...
2017-09-18 Paul Davisfully remove diskstream code
2017-09-18 Paul Davisrandom changes required to get an audio track created...
2017-09-18 Paul Davisremove Diskstream from Track and derivatives; get ardou...
2017-09-18 Paul Davisadd DEBUG::DiskIO
2017-09-18 Paul Davisremove Session::track_by_diskstream_id()
2017-09-18 Paul Davismega-commit to save state of first "it compilesand...
2017-09-18 Paul Davismerge almost all audio & midi diskstream code, redistri...
2017-09-18 Paul Davisremove duplicated (in heirarchy) loop location from...
2017-09-18 Paul Davismove need-butler from DiskReader to DiskIOProcessor
2017-09-18 Paul Davismove ChannelInfo structure from DiskReader into DiskIOP...
2017-09-18 Paul Davismerge MidiDiskstream into DiskReader (playback parts)
2017-09-18 Paul Davismerge AudioDiskstream playback code into DiskReader
2017-09-18 Paul Daviscrawling towards the APIs for separate disk i/o
2017-09-18 Paul Davistotally crude mockup of new disk_io.h header
2017-09-18 Robin GareusAdd support for Latch Automation
2017-09-18 Robin GareusNO-OP: whitespace
2017-09-16 Robin GareusNamespace PBD::RingBuffer
2017-09-09 Robin GareusPrepare for singleton patch-selector per midi-track...
2017-09-09 Robin GareusLV2/midnam tweaks - fix race conditions
2017-09-09 Robin GareusAllow to send MIDI data directly to a plugin
2017-09-08 Robin GareusAdd LV2 extension to notify host about midi-bank/pgm...
2017-08-28 Julien "_FrnchFrgg... Make Bundle::connected_to() optionally check for exclus...
2017-08-28 Julien "_FrnchFrgg... Make Bundle::connected_to() able to check only a single...
2017-08-24 Julien "_FrnchFrgg... Remove all manual accounting of connected user bundles
2017-08-23 Julien "_FrnchFrgg... Make IO::connect_ports_to_bundle able to partially...
2017-08-23 Julien "_FrnchFrgg... Make Bundle::connect able to connect only some DataTypes
next