remove Track::hidden(); replace with Stripable::is_private_route()
[ardour.git] / libs / ardour / ardour /
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
2017-08-23 Julien "_FrnchFrgg... Improve getting a Bundle total channel count
2017-08-23 Julien "_FrnchFrgg... Add a method to get the first DataType
2017-08-23 Julien "_FrnchFrgg... Use DataType iteration instead of assuming integers
2017-08-23 Robin GareusUpdate "separate_by_channel" API & add Lua bindings
2017-08-22 Robin GareusRemove cruft
2017-08-20 Johannes MuellerLet user add a route template description on saving...
2017-08-20 Johannes MuellerLet the user add a template description on saving sessi...
2017-08-20 Robin GareusDon't use references for constant c-types
2017-08-18 Robin GareusAdd Lua binding to un/assign VCAs
2017-08-18 Robin GareusRemove old destructive API (non layered is a dynamic...
2017-08-18 Robin GareusRedesign Session+Route Template Meta Script API
2017-08-17 Robin GareusNO-OP: whitespace
2017-08-17 Robin GareusExpose Lua bindings to create/delete VCAs
2017-08-17 Ben LoftisTrack Templates: initial lua backend support.
2017-08-17 Robin GareusCheck major session file format version.
2017-08-15 Robin GareusThe Auditioner is not in the Session's RouteList
2017-08-15 Robin GareusSeparate "add master bus" (and add Lua bindings)
2017-08-15 Robin GareusClean up BusProfile:
2017-08-14 Ben LoftisChange the template pulldown menu into a tree list...
2017-08-14 Ben LoftisSession Metadata: add a Description field.
2017-08-12 Paul Davisuse a lock to set/get AutomationList automation state
2017-08-11 Robin GareusPrepare for templates w/description
2017-08-11 Robin GareusAdd a new script type for meta-templates: SessionSetup
2017-08-07 Robin Gareusfix a -Wattributes
2017-08-07 Robin GareusAdd Lua Bindings to clone/copy regions
2017-08-06 Robin GareusEmit SelectionChange when VCA is removed
2017-08-05 Robin GareusUpdate backend API: read-only MIDI input buffers
2017-08-04 Robin GareusGraph profiling: allow to override max DSP thread count...
2017-08-01 Robin GareusFix LTC encoder removal
2017-07-31 Johannes MuellerSignal wish to show inline display in gui by lv2:option...
2017-07-31 Johannes MuellerIndicate whether to show plugin's inline display in GUI
2017-07-30 Robin GareusTurn AutomationCtrl into a SessionHandleRef
2017-07-26 Robin GareusFix initial sync to LTC with small buffersizes
2017-07-24 Robin GareusUpdate WritePass logic + AutomationList Undo
2017-07-23 Robin GareusRemove unused "mark" parameter from stop_touch() API
2017-07-22 Robin GareusNO-OP: whitespace
2017-07-22 Robin GareusAutomationWatch: single DropReferences connection per AC
2017-07-22 Robin GareusNO-OP: consistent [internal] API name for Automatables
2017-07-22 Robin GareusNO-OP: Consistent API name
2017-07-21 nick_mRework tempo marker editing menu functions
2017-07-21 nick_mCalculate clamped tempo stretch ratios using the correc...
2017-07-21 nick_mRemove redundant beat arg from TempoMap::add_meter
2017-07-16 Robin GareusData less than or equal to zero should be considered...
2017-07-16 Robin GareusRemove unused API and a never used execution-branch
2017-07-16 Robin GareusConsistent Automation evaluation:
2017-07-16 Robin GareusAdd API to run automation only (emit Changed signal).
2017-07-16 Robin GareusRename private method
2017-07-08 Robin GareusAdd API to expand/flatten AC groups
2017-07-04 Robin GareusFix session-event queue (multiple writer, single reader)
next