add new debug trace output
[ardour.git] / libs / ardour /
2017-09-18 Paul Davisadd new debug trace output
2017-09-18 Paul DavisNOOP: remove line split for conditional
2017-09-18 Paul Davischange debug trace output
2017-09-18 Paul Davisdo not advance pointer; avoids illegal over-read during...
2017-09-18 Paul Davislocating no longer interrupts process()
2017-09-18 Paul Davissince Session::fail_roll() just calls ::no_roll() make...
2017-09-18 Paul Davismissing file from previous commit
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 references to disk reader and writer objects in...
2017-09-18 Paul Davisforce auditioner to emit GoingAway at the right time...
2017-09-18 Paul Davisdrop route shared_ptr when Route::GoingAway is emitted
2017-09-18 Paul Davisfix inadvertent run of Interpolation object when transp...
2017-09-18 Paul Davisfix uninitialized variables causing DiskWriters to...
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 DavisNO-OP: comment
2017-09-18 Paul Daviscue monitoring for audio (libardour aspects)
2017-09-18 Paul Davismove channel-count setting for DiskReader so that it...
2017-09-18 Paul Davisfix various naming issues with Disk{Reader,Writer}
2017-09-18 Paul Davisuncomment existing machinery to deal with playlist...
2017-09-18 Paul DavisNO-OP: remove placeholder comment
2017-09-18 Paul DavisNO-OP explanatory comment
2017-09-18 Paul DavisNO-OP explanatory comment
2017-09-18 Paul Davisalignment choice now owned by Track, as a proxy for...
2017-09-18 Paul DavisNO-OP: whitespace inside #if 0
2017-09-18 Paul Davisfix iterator initialization
2017-09-18 Paul Davisset up DiskWriter sources at an appropriate time
2017-09-18 Paul Davisdon't crash when recording due to null midi_write_source
2017-09-18 Paul Davismanual fixes for various XML API changes in master...
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 Davisremove debug output
2017-09-18 Paul Daviscorrectly create Tracks, not Busses
2017-09-18 Paul Davissave processor type for Disk{Reader,Writer}
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 Davisreinstate input monitoring function
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 Davisremove now-non-existent method from Lua
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 Davistwo additional AudioDiskstream methods, partially comme...
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 GareusBump session file format (pre 6.0)
2017-09-18 Robin GareusAdd support for Latch Automation
2017-09-18 Robin GareusRevert "Temporary session-format compatibility (revert...
2017-09-18 Robin GareusNO-OP: whitespace
2017-09-16 Robin GareusNamespace PBD::RingBuffer
2017-09-09 Robin GareusOnly emit InstrumentInfo::Changed() on actual change
2017-09-09 Robin GareusFix signal-emission order (first re/set instrument...
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-09-08 Robin GareusNon-numeric Properties are not automatable
2017-09-08 Robin GareusEmit Changed() signal when MIDI bank/pgm changes
2017-09-07 Robin GareusFix bumping .mid file name (snapshots & playlist copy)
2017-08-31 Robin GareusCall curl_global_init() exactly only once (2/2)
2017-08-30 Robin GareusDon't use API definition as namespace & fix whitespace
2017-08-30 Ben LoftisGracefully handle templates that lack contents in their...
2017-08-29 Robin GareusAbstract definition of rt-scheduler policy
2017-08-29 Robin GareusSet Automationwatch thread priority (needs to be higher...
2017-08-29 Julien "_FrnchFrgg... Compare bundle ports per-type
2017-08-29 Julien "_FrnchFrgg... Make Bundle::disconnect() more robust
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-21 Robin GareusCatch Lua exception when scanning scripts
2017-08-20 Robin GareusFix a tiny memory leak
2017-08-20 Johannes MuellerMake literals in libs/ardour/template_utils.cc translatable
2017-08-20 Johannes MuellerRemove the template description XMLNode before saving...
2017-08-20 Johannes MuellerExtract the route template descriptions
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 Johannes MuellerSave template description at toplevel rather than in...
2017-08-20 Robin GareusDon't use references for constant c-types
2017-08-18 Robin GareusLua may call C++ functions with throw. Catch them
next