.. |
ardour
|
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 |
po
|
Added translations.
|
2005-09-24 19:17:08 +00:00 |
.cvsignore
|
libardour added.
|
2005-09-24 19:13:41 +00:00 |
audio_library.cc
|
removed the following environment variables:
|
2006-03-12 16:19:03 +00:00 |
audio_playlist.cc
|
Fix for #1179. Crossfades are not lost anymore when regions are split.
|
2006-03-20 22:14:12 +00:00 |
audio_track.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 |
audioengine.cc
|
new stacktrace function in libpbd3; variable size GUI request thread queues
|
2006-02-15 15:55:48 +00:00 |
audiofilter.cc
|
fix (mostly) measure lines and click box text and meter markings
|
2006-01-28 13:33:54 +00:00 |
audioregion.cc
|
improvements (!) to waveform display for destructive tracks, plus a generic fix that avoid waveview attemting to read peaks before they are ready
|
2006-03-14 03:43:54 +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 |
ChangeLog
|
libardour added.
|
2005-09-24 19:13:41 +00:00 |
configuration.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 |
connection.cc
|
fix compose mess, and a number of 64 bit printf specs
|
2005-10-06 19:10:57 +00:00 |
coreaudio_source.cc
|
Pointer fix from essej.
|
2006-03-14 21:35:55 +00:00 |
crossfade.cc
|
Crossfade copy-constructor + copy crossfades when creating a copy of a
|
2006-03-14 21:35:00 +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
|
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 |
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
|
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 |
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
|
set color of export dialog checkbox's to fix invisible port selectors. Set smaller button thickness. Changed ardour directories to ardour2 to avoid conflicts with legacy ardour
|
2006-03-28 00:49:02 +00:00 |
i18n.h
|
export range markers patch (revisited), change selection model, copy-drag tempo+meter marker patch
|
2006-03-05 19:39:16 +00:00 |
import.cc
|
significant changes in code to handle import/embedding - much cleaner and less code, plus the import progress bar now works; unify response handling for Gtkmm2ext::Choice
|
2006-03-22 17:03:00 +00:00 |
insert.cc
|
A band aid for plugin editor related crash. Something needs to be
|
2006-02-12 15:40:58 +00:00 |
io.cc
|
fixed crash potential issues where nframes may be 0
|
2006-02-20 21:40:20 +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
|
Fix for #1179. Crossfades are not lost anymore when regions are split.
|
2006-03-20 22:14:12 +00:00 |
plugin_manager.cc
|
Added the property "unique-id" to PluginInserts so that ladspa plugins
|
2006-01-22 00:08:38 +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
|
gcc4 fix for new import/embed code, plus inline reject_if_rate_differs() function
|
2006-03-22 22:18:08 +00:00 |
SConscript
|
ExternalSource refactoring.
|
2006-03-10 17:09:59 +00:00 |
send.cc
|
fixed various nasty send issues
|
2006-02-13 18:57:33 +00:00 |
session_butler.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 |
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_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
|
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_feedback.cc
|
a metric ton of changes
|
2006-01-08 02:56:49 +00:00 |
session_midi.cc
|
new stacktrace function in libpbd3; variable size GUI request thread queues
|
2006-02-15 15:55:48 +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
|
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 |
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
|
committed INCOMPLETE 24bit filesource support
|
2006-02-10 23:53:12 +00:00 |
session_transport.cc
|
latched rec-enable
|
2006-01-19 00:03:55 +00:00 |
session_vst.cc
|
libardour added.
|
2005-09-24 19:13:41 +00:00 |
session.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 |
sndfile_helpers.cc
|
ExternalSource refactoring.
|
2006-03-10 17:09:59 +00:00 |
sndfilesource.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 |
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
|
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 |
vst_plugin.cc
|
Fixed buffer index overrun in connect_and_run()
|
2006-02-11 14:45:27 +00:00 |