.. |
ardour
|
don't let auditioning make transport buttons inaccessible; delete/rename snapshots (from carl & puddingpimp)
|
2007-04-06 12:57:41 +00:00 |
macosx
|
Updated doxygen file.
|
2007-03-14 03:03:39 +00:00 |
po
|
|
|
.cvsignore
|
|
|
audio_diskstream.cc
|
kill glib-induced abort caused by asymmetric lock/unlock of diskstream state lock
|
2007-03-19 19:48:21 +00:00 |
audio_library.cc
|
|
|
audio_playlist.cc
|
|
|
audio_track.cc
|
possible fix for crash while adding new tracks
|
2007-03-16 04:09:03 +00:00 |
audio_unit.cc
|
|
|
audioengine.cc
|
remove debug output from last commit
|
2007-03-19 19:50:46 +00:00 |
audiofilesource.cc
|
fix nasty logic error that leads to crashing bugs when trying to operate on regions that have been subject to undo/redo
|
2007-04-06 02:27:24 +00:00 |
audiofilter.cc
|
|
|
audioregion.cc
|
probably fix cleanup issues, but testing required
|
2007-03-21 02:39:12 +00:00 |
audiosource.cc
|
fix errors in multi-range export (and possibly other export styles); compiler warnings patch from Carl
|
2007-03-16 21:44:10 +00:00 |
auditioner.cc
|
a much better fix for track-add crashes, albeit slightly more complex
|
2007-03-16 17:48:13 +00:00 |
automation_event.cc
|
|
|
automation.cc
|
|
|
ChangeLog
|
|
|
configuration.cc
|
no more peak building thread; don't print config var stores, but it possible to do it again without another complete recompile
|
2007-03-14 14:24:14 +00:00 |
connection.cc
|
|
|
control_protocol_manager.cc
|
|
|
coreaudiosource.cc
|
|
|
crossfade.cc
|
|
|
curve.cc
|
|
|
cycle_timer.cc
|
|
|
default_click.cc
|
|
|
diskstream.cc
|
kill glib-induced abort caused by asymmetric lock/unlock of diskstream state lock
|
2007-03-19 19:48:21 +00:00 |
enums.cc
|
|
|
gain.cc
|
|
|
gdither.cc
|
|
|
gettext.h
|
|
|
globals.cc
|
Added a xmmintrin.h based SSE function find_peaks(). Needs polishing as
|
2007-03-13 22:42:34 +00:00 |
i18n.h
|
|
|
import.cc
|
fix errors in multi-range export (and possibly other export styles); compiler warnings patch from Carl
|
2007-03-16 21:44:10 +00:00 |
insert.cc
|
fix botched apply of torben's zero line patch, remove sampo's debug output re: ladspa plugin port setting
|
2007-04-03 15:44:46 +00:00 |
io.cc
|
|
|
jack_slave.cc
|
|
|
ladspa_plugin.cc
|
fix botched apply of torben's zero line patch, remove sampo's debug output re: ladspa plugin port setting
|
2007-04-03 15:44:46 +00:00 |
location.cc
|
|
|
mix.cc
|
fix errors in multi-range export (and possibly other export styles); compiler warnings patch from Carl
|
2007-03-16 21:44:10 +00:00 |
mtc_slave.cc
|
|
|
named_selection.cc
|
|
|
osc.cc
|
make OSC off by default, and add menu item to control it
|
2007-03-15 13:25:01 +00:00 |
panner.cc
|
|
|
pcm_utils.cc
|
|
|
playlist_factory.cc
|
|
|
playlist.cc
|
fix nasty logic error that leads to crashing bugs when trying to operate on regions that have been subject to undo/redo
|
2007-04-06 02:27:24 +00:00 |
plugin_manager.cc
|
|
|
plugin.cc
|
|
|
port.cc
|
|
|
recent_sessions.cc
|
|
|
redirect.cc
|
|
|
region_factory.cc
|
|
|
region.cc
|
|
|
reverse.cc
|
|
|
route_group.cc
|
|
|
route.cc
|
fix botched apply of torben's zero line patch, remove sampo's debug output re: ladspa plugin port setting
|
2007-04-03 15:44:46 +00:00 |
SConscript
|
pre-beta12
|
2007-03-16 23:05:57 +00:00 |
send.cc
|
|
|
session_butler.cc
|
|
|
session_click.cc
|
|
|
session_command.cc
|
|
|
session_events.cc
|
a much better fix for track-add crashes, albeit slightly more complex
|
2007-03-16 17:48:13 +00:00 |
session_export.cc
|
fix errors in multi-range export (and possibly other export styles); compiler warnings patch from Carl
|
2007-03-16 21:44:10 +00:00 |
session_feedback.cc
|
|
|
session_midi.cc
|
Send MMC/MTC options will stick now, and prevent the engine from messing
|
2007-03-25 11:48:22 +00:00 |
session_process.cc
|
kill glib-induced abort caused by asymmetric lock/unlock of diskstream state lock
|
2007-03-19 19:48:21 +00:00 |
session_state.cc
|
don't let auditioning make transport buttons inaccessible; delete/rename snapshots (from carl & puddingpimp)
|
2007-04-06 12:57:41 +00:00 |
session_time.cc
|
fix nasty logic error that leads to crashing bugs when trying to operate on regions that have been subject to undo/redo
|
2007-04-06 02:27:24 +00:00 |
session_timefx.cc
|
|
|
session_transport.cc
|
do not start transport on first locate if auto-play is on; wait till GUI says its OK
|
2007-03-20 01:43:54 +00:00 |
session_vst.cc
|
|
|
session.cc
|
fix errors in multi-range export (and possibly other export styles); compiler warnings patch from Carl
|
2007-03-16 21:44:10 +00:00 |
silentfilesource.cc
|
|
|
sndfile_helpers.cc
|
|
|
sndfilesource.cc
|
edit groups tab gets headers (carl); use sampo's SSE find_peaks code; fix build for find_peaks on x86; don't duplicate sources when embedding; use Glib::ustring for all source-related strings; fixup plugin UI automation buttons
|
2007-03-15 19:42:42 +00:00 |
source_factory.cc
|
|
|
source.cc
|
probably fix cleanup issues, but testing required
|
2007-03-21 02:39:12 +00:00 |
sse_functions_64bit.s
|
|
|
sse_functions_xmm.cc
|
Add Mike's quad-quad + prefetch optimization.
|
2007-03-15 19:54:18 +00:00 |
sse_functions.s
|
|
|
tempo.cc
|
|
|
track.cc
|
|
|
utils.cc
|
|
|
vst_plugin.cc
|
fix botched apply of torben's zero line patch, remove sampo's debug output re: ladspa plugin port setting
|
2007-04-03 15:44:46 +00:00 |