summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2017-09-18locating no longer interrupts process()Paul Davis
2017-09-18remove InputConfigurationChange from session events, since it is a no-op in t...Paul Davis
2017-09-18fix up error in manual rebase correctionPaul Davis
2017-09-18update disk writer input latency at transport stopPaul Davis
2017-09-18set + store signal chain latency for all processors; DiskWriter sets its capt...Paul Davis
2017-09-18the return of MIDI recording, plus refactor to move post-capture playlist man...Paul Davis
2017-09-18more DEBUG::Destruction messagesPaul Davis
2017-09-18drop route shared_ptr when Route::GoingAway is emittedPaul Davis
2017-09-18rename a method to be more clear; remove an unused method from DiskReaderPaul Davis
2017-09-18cue monitoring for MIDIPaul Davis
2017-09-18get sdio branch working with MIDI tracksPaul Davis
2017-09-18cue monitoring for audio (libardour aspects)Paul Davis
2017-09-18fix various naming issues with Disk{Reader,Writer}Paul Davis
2017-09-18alignment choice now owned by Track, as a proxy for DiskWriterPaul Davis
2017-09-18remove all remaining vestiges of per-track varispeed from libardourPaul Davis
2017-09-18get diskreader working, and remove per-track varispeed API and mechanismPaul Davis
2017-09-18addd more DEBUG_TRACE for DiskIO; set DiskIOProcess::_need_butler more approp...Paul Davis
2017-09-18nothing to do anymore at the Track level when input config changesPaul Davis
2017-09-18fully remove diskstream codePaul Davis
2017-09-18random changes required to get an audio track created and transport functionalPaul Davis
2017-09-18remove Diskstream from Track and derivatives; get ardour to actually startupPaul Davis
2017-09-18add DEBUG::DiskIOPaul Davis
2017-09-18remove Session::track_by_diskstream_id()Paul Davis
2017-09-18mega-commit to save state of first "it compilesand links" state for separated...Paul Davis
2017-09-18merge almost all audio & midi diskstream code, redistribute between DiskIOPro...Paul Davis
2017-09-18remove duplicated (in heirarchy) loop location from DiskReaderPaul Davis
2017-09-18move need-butler from DiskReader to DiskIOProcessorPaul Davis
2017-09-18move ChannelInfo structure from DiskReader into DiskIOProcessorPaul Davis
2017-09-18merge MidiDiskstream into DiskReader (playback parts)Paul Davis
2017-09-18merge AudioDiskstream playback code into DiskReaderPaul Davis
2017-09-18crawling towards the APIs for separate disk i/oPaul Davis
2017-09-18totally crude mockup of new disk_io.h headerPaul Davis
2017-09-18Add support for Latch AutomationRobin Gareus
2017-09-18NO-OP: whitespaceRobin Gareus
2017-09-16Namespace PBD::RingBufferRobin Gareus
2017-09-09Prepare for singleton patch-selector per midi-track UI (mixer, editor,..)Robin Gareus
2017-09-09LV2/midnam tweaks - fix race conditionsRobin Gareus
2017-09-09Allow to send MIDI data directly to a pluginRobin Gareus
2017-09-08Add LV2 extension to notify host about midi-bank/pgm state.Robin Gareus
2017-08-28Make Bundle::connected_to() optionally check for exclusivityJulien "_FrnchFrgg_" RIVAUD
2017-08-28Make Bundle::connected_to() able to check only a single DataTypeJulien "_FrnchFrgg_" RIVAUD
2017-08-24Remove all manual accounting of connected user bundlesJulien "_FrnchFrgg_" RIVAUD
2017-08-23Make IO::connect_ports_to_bundle able to partially connectJulien "_FrnchFrgg_" RIVAUD
2017-08-23Make Bundle::connect able to connect only some DataTypesJulien "_FrnchFrgg_" RIVAUD
2017-08-23Improve getting a Bundle total channel countJulien "_FrnchFrgg_" RIVAUD
2017-08-23Add a method to get the first DataTypeJulien "_FrnchFrgg_" RIVAUD
2017-08-23Use DataType iteration instead of assuming integersJulien "_FrnchFrgg_" RIVAUD
2017-08-23Update "separate_by_channel" API & add Lua bindingsRobin Gareus
2017-08-22Remove cruftRobin Gareus
2017-08-20Let user add a route template description on saving route templatesJohannes Mueller