ardour.git
2017-09-18 Paul Davisdo not change Session::_transport_frame is a locate...
2017-09-18 Paul Davisrestart non-RT locate if a new request has been process...
2017-09-18 Paul Davisadjust debug trace output message
2017-09-18 Paul Daviscomment out debug trace output
2017-09-18 Paul Daviscomment out debug trace output
2017-09-18 Paul Davisdon't bother to re-seek/locate/refill buffers when...
2017-09-18 Paul Davisadd new debug trace output
2017-09-18 Paul Daviscomment out debug trace output
2017-09-18 Paul Davisfix logic bug in deciding if there is outstanding disk...
2017-09-18 Paul Daviscomment out debug trace output
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 (GUI aspects)
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 Davisno more 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 Davisadd basic data members and methods for adding an explic...
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 TouchChanged signal (and re-indent)
2017-09-18 Robin GareusInitial support of Latch for some ctrl-surfaces
2017-09-18 Robin GareusGUI support for Latch
2017-09-18 Robin GareusAdd support for Latch Automation
2017-09-18 Robin GareusRevert "Temporary session-format compatibility (revert...
2017-09-18 Robin GareusFP8: call directly into session.
2017-09-18 Robin GareusPrototype using additional ALSA devices (w/resampling).
2017-09-18 Robin GareusALSA Backend: Separate Device Reservation into its...
2017-09-18 Robin GareusNO-OP: whitespace
2017-09-16 Robin GareusAdd libzita-resampler as lib
2017-09-16 Robin GareusUpdate GUI, PBD::Ringbuffer namespace
2017-09-16 Robin GareusNamespace PBD::RingBuffer
2017-09-14 Robin GareusFix various tooltip markup (ampersand) entity-escape: 5.12
2017-09-14 Robin GareusFix patch-change auto-audition
2017-09-11 John EmmasMSVC uses a slightly smaller value for HUGE
2017-09-11 Robin GareusFix crash when hiding multiple tracks
2017-09-11 Robin GareusFix a-fluidsynth bank/program restore (during session...
2017-09-10 Ben LoftisMixbus needs to show Created-With on the recent session...
2017-09-10 Robin Gareusa-fluidsynth: query current bank/program after loading...
2017-09-09 Robin GareusFP8: add mode to reset gain to unity
2017-09-09 Robin GareusMigrate PC dialog to RouteUI, midnam handing to RTAV.
2017-09-09 Robin GareusPrepare PatchChangeWidget for Midi-Busses (use instrume...
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 GareusGenericPluginUI: tweak MIDI patch select layout
2017-09-09 Robin GareusGenericUI: subscribe to property changes before queryin...
next