.. |
ardour
|
fixes for meter thread using free'd member of AudioEngine, audiostreamview accessing deleted crossfades, and mute button now has sensible text color when active
|
2006-10-12 15:20:00 +00:00 |
po
|
r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
|
2006-08-04 02:18:45 +00:00 |
.cvsignore
|
All included libraries now link dynamically instead of statically.
|
2006-04-25 20:23:50 +00:00 |
audio_diskstream.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
audio_library.cc
|
Fixed compilation of CoreAudioSource
|
2006-08-31 16:34:42 +00:00 |
audio_playlist.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
audio_track.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
audio_unit.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
audioengine.cc
|
fixes for meter thread using free'd member of AudioEngine, audiostreamview accessing deleted crossfades, and mute button now has sensible text color when active
|
2006-10-12 15:20:00 +00:00 |
audiofilesource.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
audiofilter.cc
|
remove all duplicated _id members from children of PBD::Stateful.
|
2006-09-07 15:07:14 +00:00 |
audioregion.cc
|
make MementoCommand inherit from sigc::trackable so that we don't double-call its object-going-away handler; make big clock float ; do not use shared_ptr<T> in session region signalhandlers, just weak_ptr<T>
|
2006-10-11 19:50:15 +00:00 |
audiosource.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
auditioner.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
automation_event.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +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
|
many important changes to configuration system and specific parameters
|
2006-09-29 21:39:39 +00:00 |
connection.cc
|
Merging from trunk
|
2006-06-22 23:40:55 +00:00 |
control_protocol_manager.cc
|
Generic MIDI control now saves+restores its state; PBD::ID now requires a buffer size for its print() method
|
2006-10-05 01:49:32 +00:00 |
coreaudiosource.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
crossfade.cc
|
Generic MIDI control now saves+restores its state; PBD::ID now requires a buffer size for its print() method
|
2006-10-05 01:49:32 +00:00 |
curve.cc
|
r321@gandalf: fugalh | 2006-08-12 15:48:28 -0600
|
2006-08-12 21:52:56 +00:00 |
cycle_timer.cc
|
Merging from trunk
|
2006-06-22 23:40:55 +00:00 |
default_click.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
destructive_filesource.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
diskstream.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
gain.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
gdither.cc
|
pulling trunk
|
2006-06-14 18:37:57 +00:00 |
gettext.h
|
libardour added.
|
2005-09-24 19:13:41 +00:00 |
globals.cc
|
added global revision info access
|
2006-10-03 20:29:17 +00:00 |
i18n.h
|
All included libraries now link dynamically instead of statically.
|
2006-04-25 20:23:50 +00:00 |
import.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
insert.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
io.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
jack_slave.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
ladspa_plugin.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
location.cc
|
Generic MIDI control now saves+restores its state; PBD::ID now requires a buffer size for its print() method
|
2006-10-05 01:49:32 +00:00 |
mix.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
mtc_slave.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
named_selection.cc
|
Merging from trunk
|
2006-06-22 23:40:55 +00:00 |
osc.cc
|
use shared_ptr<> for all region handling
|
2006-08-25 01:07:15 +00:00 |
panner.cc
|
Generic MIDI control now saves+restores its state; PBD::ID now requires a buffer size for its print() method
|
2006-10-05 01:49:32 +00:00 |
pcm_utils.cc
|
committed INCOMPLETE 24bit filesource support
|
2006-02-10 23:53:12 +00:00 |
playlist_factory.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
playlist.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
plugin_manager.cc
|
merge from trunk
|
2006-08-12 01:36:34 +00:00 |
plugin.cc
|
Generic MIDI control now saves+restores its state; PBD::ID now requires a buffer size for its print() method
|
2006-10-05 01:49:32 +00:00 |
port.cc
|
fixes for meter thread using free'd member of AudioEngine, audiostreamview accessing deleted crossfades, and mute button now has sensible text color when active
|
2006-10-12 15:20:00 +00:00 |
recent_sessions.cc
|
Merging from trunk
|
2006-06-22 23:40:55 +00:00 |
redirect.cc
|
Generic MIDI control now saves+restores its state; PBD::ID now requires a buffer size for its print() method
|
2006-10-05 01:49:32 +00:00 |
region_factory.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
region.cc
|
make MementoCommand inherit from sigc::trackable so that we don't double-call its object-going-away handler; make big clock float ; do not use shared_ptr<T> in session region signalhandlers, just weak_ptr<T>
|
2006-10-11 19:50:15 +00:00 |
reverse.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
route_group.cc
|
Merging from trunk
|
2006-06-22 23:40:55 +00:00 |
route.cc
|
Fix normal gain stage to use SSE / veclib optimizations.
|
2006-10-11 21:07:43 +00:00 |
SConscript
|
changes to make the tarball compile
|
2006-10-02 20:29:57 +00:00 |
send.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
session_butler.cc
|
used shared_ptr<Source>, somewhat successfully
|
2006-08-29 00:23:45 +00:00 |
session_click.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
session_command.cc
|
use shared_ptr<> for all region handling
|
2006-08-25 01:07:15 +00:00 |
session_control.cc
|
Merging from trunk
|
2006-06-22 23:40:55 +00:00 |
session_events.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
session_export.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
session_feedback.cc
|
Merging from trunk
|
2006-06-22 23:40:55 +00:00 |
session_midi.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
session_process.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
session_state.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
session_time.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
session_timefx.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
session_transport.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
session_vst.cc
|
libardour added.
|
2005-09-24 19:13:41 +00:00 |
session.cc
|
make MementoCommand inherit from sigc::trackable so that we don't double-call its object-going-away handler; make big clock float ; do not use shared_ptr<T> in session region signalhandlers, just weak_ptr<T>
|
2006-10-11 19:50:15 +00:00 |
sndfile_helpers.cc
|
All included libraries now link dynamically instead of statically.
|
2006-04-25 20:23:50 +00:00 |
sndfilesource.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
source_factory.cc
|
fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*
|
2006-10-09 15:50:44 +00:00 |
source.cc
|
Generic MIDI control now saves+restores its state; PBD::ID now requires a buffer size for its print() method
|
2006-10-05 01:49:32 +00:00 |
sse_functions_64bit.s
|
Fixed text relocation issues
|
2006-05-06 18:28:34 +00:00 |
sse_functions.s
|
Fixed text relocation issues
|
2006-05-06 18:28:34 +00:00 |
state_manager.cc
|
pull from trunk
|
2006-08-08 21:11:23 +00:00 |
tempo.cc
|
fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t
|
2006-09-28 17:23:52 +00:00 |
track.cc
|
Generic MIDI control now saves+restores its state; PBD::ID now requires a buffer size for its print() method
|
2006-10-05 01:49:32 +00:00 |
utils.cc
|
many important changes to configuration system and specific parameters
|
2006-09-29 21:39:39 +00:00 |
vst_plugin.cc
|
VST plugin parameters restore properly
|
2006-10-09 21:48:27 +00:00 |