13
0
livetrax/libs/ardour
Paul Davis e22a48723e more tranzport lowlevel fixes and rebinding
git-svn-id: svn://localhost/trunk/ardour2@488 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-04-29 15:40:52 +00:00
..
ardour more tranzport lowlevel fixes and rebinding 2006-04-29 15:40:52 +00:00
po Install ardour as a binary, a script and a set of shared 2006-04-26 00:45:27 +00:00
.cvsignore All included libraries now link dynamically instead of statically. 2006-04-25 20:23:50 +00:00
audio_library.cc removed the following environment variables: 2006-03-12 16:19:03 +00:00
audio_playlist.cc Splitting a regon now retains crossfades, even if the split happens 2006-03-31 21:34:22 +00:00
audio_track.cc likely fixes for problems loading templates with destructive tracks. Note that old templates with such tracks will need to be re-generated, since they are lacking information required for the session setup to succeed 2006-04-11 03:15:57 +00:00
audioengine.cc a) moved metering and meter falloff code into libardour 2006-04-10 03:54:00 +00:00
audiofilter.cc a) fix problems with multichannel tape tracks 2006-03-28 19:22:29 +00:00
audioregion.cc "The In-Flight Hack, 2006" 2006-04-27 09:04:24 +00:00
auditioner.cc libardour added. 2005-09-24 19:13:41 +00:00
automation_event.cc libardour added. 2005-09-24 19:13:41 +00:00
automation.cc libardour added. 2005-09-24 19:13:41 +00:00
basic_ui.cc more tranzport lowlevel fixes and rebinding 2006-04-29 15:40:52 +00:00
ChangeLog libardour added. 2005-09-24 19:13:41 +00:00
configuration.cc a) completely refactor abstract UI code 2006-04-24 22:45:19 +00:00
connection.cc fix compose mess, and a number of 64 bit printf specs 2005-10-06 19:10:57 +00:00
control_protocol_manager.cc All included libraries now link dynamically instead of statically. 2006-04-25 20:23:50 +00:00
control_protocol.cc a) completely refactor abstract UI code 2006-04-24 22:45:19 +00:00
coreaudio_source.cc "The In-Flight Hack, 2006" 2006-04-27 09:04:24 +00:00
crossfade.cc Splitting a regon now retains crossfades, even if the split happens 2006-03-31 21:34:22 +00:00
curve.cc libardour added. 2005-09-24 19:13:41 +00:00
cycle_timer.cc libardour added. 2005-09-24 19:13:41 +00:00
default_click.cc libardour added. 2005-09-24 19:13:41 +00:00
destructive_filesource.cc add crossfade and layering options to menu system; add missing crossfade editor curve image; add control for destructive recording xfade; remove dead options from options editor 2006-03-21 15:27:57 +00:00
diskstream.cc likely fixes for problems loading templates with destructive tracks. Note that old templates with such tracks will need to be re-generated, since they are lacking information required for the session setup to succeed 2006-04-11 03:15:57 +00:00
externalsource.cc lots of fidgety work to get track renaming to work correctly now that we have to rename audio files too; some GUI tweaks 2006-03-17 17:39:21 +00:00
filesource.cc "The In-Flight Hack, 2006" 2006-04-27 09:04:24 +00:00
gain.cc libardour added. 2005-09-24 19:13:41 +00:00
gdither.cc libardour added. 2005-09-24 19:13:41 +00:00
gettext.h libardour added. 2005-09-24 19:13:41 +00:00
globals.cc a) completely refactor abstract UI code 2006-04-24 22:45:19 +00:00
i18n.h All included libraries now link dynamically instead of statically. 2006-04-25 20:23:50 +00:00
import.cc a) fix problems with multichannel tape tracks 2006-03-28 19:22:29 +00:00
insert.cc remove unintentional addition of PortInsert::silence() 2006-04-25 20:21:15 +00:00
io.cc a) moved metering and meter falloff code into libardour 2006-04-10 03:54:00 +00:00
jack_slave.cc libardour added. 2005-09-24 19:13:41 +00:00
ladspa_plugin.cc Fixed buffer index overrun in connect_and_run() 2006-02-11 14:45:27 +00:00
location.cc prevent removal of start marker 2006-03-11 16:22:15 +00:00
mix.cc type fixes 2006-02-06 21:40:06 +00:00
mtc_slave.cc MTC timing: compensate for audio latency. 2006-01-12 19:17:06 +00:00
named_selection.cc fix compose mess, and a number of 64 bit printf specs 2005-10-06 19:10:57 +00:00
panner.cc fixed crash potential issues where nframes may be 0 2006-02-20 21:40:20 +00:00
pcm_utils.cc committed INCOMPLETE 24bit filesource support 2006-02-10 23:53:12 +00:00
playlist_factory.cc libardour added. 2005-09-24 19:13:41 +00:00
playlist.cc Splitting a region doesn't affect layering: the two remaining pieces 2006-03-31 22:31:59 +00:00
plugin_manager.cc All included libraries now link dynamically instead of statically. 2006-04-25 20:23:50 +00:00
plugin.cc committed INCOMPLETE 24bit filesource support 2006-02-10 23:53:12 +00:00
port.cc miscellaneous fixes post-jesse's 24 bit file format changes 2006-02-11 02:34:03 +00:00
recent_sessions.cc removed the following environment variables: 2006-03-12 16:19:03 +00:00
redirect.cc a metric boatload of changes; plugin UIs work, adding tracks work, redirect list is useful again, and more 2006-01-17 16:40:57 +00:00
region.cc fix compose mess, and a number of 64 bit printf specs 2005-10-06 19:10:57 +00:00
reverse.cc committed INCOMPLETE 24bit filesource support 2006-02-10 23:53:12 +00:00
route_group.cc total reimplementation of Configuration object internals to make adding new config vars an order of magnitude simpler. the actual path taken is a bit of a kludge, to put it mildly, but adding a new variable is now basically just one line in configuration_vars.h, and no work is required for serialization to/from ardour.rc. 2006-03-27 01:04:59 +00:00
route.cc a) moved metering and meter falloff code into libardour 2006-04-10 03:54:00 +00:00
SConscript Install ardour as a binary, a script and a set of shared 2006-04-26 00:45:27 +00:00
send.cc fixed various nasty send issues 2006-02-13 18:57:33 +00:00
session_butler.cc a) moved metering and meter falloff code into libardour 2006-04-10 03:54:00 +00:00
session_click.cc committed RWlock fixes to libardour. added hw monitoring fixes from nick_m. minor alsa midi fix and update rate settings. 2006-01-06 04:59:17 +00:00
session_control.cc a) start at creating ControlProtocol objects 2006-04-04 03:26:08 +00:00
session_events.cc committed RWlock fixes to libardour. added hw monitoring fixes from nick_m. minor alsa midi fix and update rate settings. 2006-01-06 04:59:17 +00:00
session_export.cc a) fix special button press handling for solo+mute buttons 2006-03-29 18:52:55 +00:00
session_feedback.cc a) dynamically loadable control surface support 2006-04-05 00:21:43 +00:00
session_midi.cc a) dynamically loadable control surface support 2006-04-05 00:21:43 +00:00
session_process.cc committed RWlock fixes to libardour. added hw monitoring fixes from nick_m. minor alsa midi fix and update rate settings. 2006-01-06 04:59:17 +00:00
session_state.cc more tranzport lowlevel fixes and rebinding 2006-04-29 15:40:52 +00:00
session_time.cc fix compose mess, and a number of 64 bit printf specs 2005-10-06 19:10:57 +00:00
session_timefx.cc a) fix problems with multichannel tape tracks 2006-03-28 19:22:29 +00:00
session_transport.cc a) completely refactor abstract UI code 2006-04-24 22:45:19 +00:00
session_vst.cc libardour added. 2005-09-24 19:13:41 +00:00
session.cc a) fix editor hscroller to follow PT behaviour - scrollbar always 2006-04-19 02:11:39 +00:00
sndfile_helpers.cc All included libraries now link dynamically instead of statically. 2006-04-25 20:23:50 +00:00
sndfilesource.cc "The In-Flight Hack, 2006" 2006-04-27 09:04:24 +00:00
source.cc lots of fidgety work to get track renaming to work correctly now that we have to rename audio files too; some GUI tweaks 2006-03-17 17:39:21 +00:00
sse_functions_64bit.s updated author information 2006-02-06 21:03:12 +00:00
sse_functions.s updated author information 2006-02-06 21:03:12 +00:00
state_manager.cc fix for deferred saves by StateManager-derivatives; changes to new/copy/clear playlist ops (not finished), TRUE/FALSE -> true/false in editor_mouse.cc 2006-03-08 02:50:53 +00:00
stateful.cc fix compose mess, and a number of 64 bit printf specs 2005-10-06 19:10:57 +00:00
tempo.cc Various marker undo fixes. 2006-03-21 18:40:17 +00:00
utils.cc a) dynamically loadable control surface support 2006-04-05 00:21:43 +00:00
vst_plugin.cc Fixed buffer index overrun in connect_and_run() 2006-02-11 14:45:27 +00:00