summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2012-10-13provide forgotten case for restoring Windows VST pluginsPaul Davis
2012-10-12tweaks to be ready for more information timecode display in Timecode clock modePaul Davis
2012-10-12LTC slave - basic working version (hardcoded 25fps)Robin Gareus
2012-10-12MTC slave - return apparent_timecode_formatRobin Gareus
2012-10-12MTC Slave: handle locates (quick re-sync)Robin Gareus
2012-10-12basics for a TimecodeSlave parent class for MTC and LTCPaul Davis
2012-10-12skeleton framework for LTC-slaveRobin Gareus
2012-10-12make sure routes instrument info initializes correctlyHans Baier
2012-10-12tidyHans Baier
2012-10-12MTC: map between timecodesRobin Gareus
2012-10-12move TimecodeFormat to libtimecodeRobin Gareus
2012-10-11implement missing midi event filtering during recordingHans Baier
2012-10-11revert last commit, wrong place...Hans Baier
2012-10-11fix bug: capture buffer not filtered by track channel selectorHans Baier
2012-10-11implement deleting of sysex eventsHans Baier
2012-10-11move the external sync source selection tobe a global config parameter, not p...Paul Davis
2012-10-10move timecode-is-clock-synced option to global configuration parameters, not ...Paul Davis
2012-10-10add global config parameter timecode-sync-frame-rate to control behaviour whe...Paul Davis
2012-10-10MTC slave, don't touch position if no MTC was receivedRobin Gareus
2012-10-10MTC-slave: print error if framerate mismatchRobin Gareus
2012-10-10debug msg - varispeed recordingRobin Gareus
2012-10-10ignore slave/engine time-delta when recording.Robin Gareus
2012-10-10fix and improve MTC-slaveRobin Gareus
2012-10-10enable and extend EVORAL_MIDI_XML. Useful for Debugging. Any objections?Hans Baier
2012-10-10whitespaceHans Baier
2012-10-09fix insidious bugs in midnam_patch.cc which account for garbled dataHans Baier
2012-10-08add 8kHz as an available export format sample ratePaul Davis
2012-10-04drop connections to incoming MIDI signals before deleting MTC Slave objectPaul Davis
2012-10-01do not add in ticks in the "at" position when computing BBT duration somewher...Paul Davis
2012-09-27different version of previous commit that leaves previous semantics intact un...Paul Davis
2012-09-27when deciding monitoring state, only consider the session to be in global rec...Paul Davis
2012-09-19mark session dirty when route active status changesPaul Davis
2012-09-16Support latest options extension.David Robillard
2012-09-12fix a couple of errors in zh.po filesPaul Davis
2012-09-12add chinese translation from Rui-huai ZhangPaul Davis
2012-09-08Consistent style.David Robillard
2012-09-08I think Region::can_move() should take into account _lockedCarl Hetherington
2012-09-01Reset pending_locate_roll in all cases, not just when theCarl Hetherington
2012-08-30Fix compilation without svn lv2.David Robillard
2012-08-29Implement latest buf-size extension via new options extension.David Robillard
2012-08-29added missing header includeRobin Gareus
2012-08-28LV2: amend previous commit, respect replicated plugin instancesRobin Gareus
2012-08-28LV2: allocate dedicated buffers for [non-midi] event-ports.Robin Gareus
2012-08-28LV2 worker: prevent corruption of ringbufferRobin Gareus
2012-08-27fix LV2 workerRobin Gareus
2012-08-27dedicated LV2 non-MIDI atom-event-port handlingRobin Gareus
2012-08-21Create and realize LV2 UI container before instantiating (required for proper...David Robillard
2012-08-18Fix some const-violating casts.David Robillard
2012-08-18Add debug trace for LV2 like the other APIs.David Robillard
2012-08-17LV2 log extension support.David Robillard