| .. |
|
ardour
|
support for old-school automation loading
|
2006-10-31 18:08:16 +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 endemic (compiler?) issues with virtual inheritance of sigc::trackable. NOTE: automation list undo/redo no longer operational, fix to follow
|
2006-10-25 20:11:42 +00:00 |
|
audio_track.cc
|
fix crashing bug caused by recursive set_state() nonsense; sync snap_type, snap_mode, zoom_focus GUI elements; minor tweaks
|
2006-11-01 17:41:28 +00:00 |
|
audio_unit.cc
|
remove StateManager code entirely and more debugging output cruft
|
2006-10-26 00:47:22 +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
|
Embedded files / embedding files now work.
|
2006-10-27 22:48:19 +00:00 |
|
audiofilter.cc
|
remove all duplicated _id members from children of PBD::Stateful.
|
2006-09-07 15:07:14 +00:00 |
|
audioregion.cc
|
fix crashing bug caused by recursive set_state() nonsense; sync snap_type, snap_mode, zoom_focus GUI elements; minor tweaks
|
2006-11-01 17:41:28 +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
|
major changes to Region, AudioRegion, Playlist, AudioPlaylist and Crossfade state management, to try to fix undo/redo. Not finished, butthe speedups etc. are in place
|
2006-10-19 22:02:30 +00:00 |
|
automation.cc
|
libardour added.
|
2005-09-24 19:13:41 +00:00 |
|
automation_event.cc
|
debugging some crashes with oofus + flowrobot
|
2006-11-01 00:09:03 +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
|
session export starts from session start marker; add tooltips for rude solo + audition; start work on control protocol feedback control (unfinished but compiles and runs
|
2006-10-13 15:07:50 +00:00 |
|
coreaudiosource.cc
|
Embedded files / embedding files now work.
|
2006-10-27 22:48:19 +00:00 |
|
crossfade.cc
|
fixes for endemic (compiler?) issues with virtual inheritance of sigc::trackable. NOTE: automation list undo/redo no longer operational, fix to follow
|
2006-10-25 20:11:42 +00:00 |
|
curve.cc
|
massive changes in automation state handling, not entirely complete; some bug fixes for automation line drawing
|
2006-10-31 02:40:08 +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
|
major changes to Region, AudioRegion, Playlist, AudioPlaylist and Crossfade state management, to try to fix undo/redo. Not finished, butthe speedups etc. are in place
|
2006-10-19 22:02:30 +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
|
Fix for internationalize. Now use the I18N() macro.
|
2006-10-24 15:38:46 +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
|
massive changes in automation state handling, not entirely complete; some bug fixes for automation line drawing
|
2006-10-31 02:40:08 +00:00 |
|
io.cc
|
support for old-school automation loading
|
2006-10-31 18:08:16 +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
|
remove StateManager code entirely and more debugging output cruft
|
2006-10-26 00:47:22 +00:00 |
|
location.cc
|
remove StateManager code entirely and more debugging output cruft
|
2006-10-26 00:47:22 +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
|
support for old-school automation loading
|
2006-10-31 18:08:16 +00:00 |
|
pcm_utils.cc
|
committed INCOMPLETE 24bit filesource support
|
2006-02-10 23:53:12 +00:00 |
|
playlist.cc
|
fix bug in find_next_region() when starting frame matches region start
|
2006-11-01 19:02:03 +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 |
|
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 |
|
plugin_manager.cc
|
Replaced stuff that wasnt supposed to be commited
|
2006-11-02 02:26:42 +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
|
support for old-school automation loading
|
2006-10-31 18:08:16 +00:00 |
|
region.cc
|
various fixes related to lifetime management and xfades in particular. lots and lots and lots of debugging output, but sampo can test startup now. shutdown will still crash, but for a new reason.
|
2006-10-21 05:12:11 +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 |
|
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.cc
|
support for old-school automation loading
|
2006-10-31 18:08:16 +00:00 |
|
route_group.cc
|
Merging from trunk
|
2006-06-22 23:40:55 +00:00 |
|
SConscript
|
change libsndfile to libsndfile-ardour to eliminate possible confusion with a system lib
|
2006-10-31 21:32:04 +00:00 |
|
send.cc
|
restore compilability amidst automation state mgmt changes
|
2006-10-27 00:31:38 +00:00 |
|
session.cc
|
fix return type in last commit for AutomationLine::control_point_box_size(); catch attempts to use new session dialog to open existing sessions
|
2006-10-31 21:48:51 +00:00 |
|
session_butler.cc
|
used shared_ptr<Source>, somewhat successfully
|
2006-08-29 00:23:45 +00:00 |
|
session_click.cc
|
fix SVN merge SNAFU causing double deletion
|
2006-10-26 18:38:42 +00:00 |
|
session_command.cc
|
massive changes in automation state handling, not entirely complete; some bug fixes for automation line drawing
|
2006-10-31 02:40:08 +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
|
session export starts from session start marker; add tooltips for rude solo + audition; start work on control protocol feedback control (unfinished but compiles and runs
|
2006-10-13 15:07:50 +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
|
massive changes in automation state handling, not entirely complete; some bug fixes for automation line drawing
|
2006-10-31 02:40:08 +00:00 |
|
session_time.cc
|
reduce calls to fit_to_pixels(); flip back to old fix for rec regions botch; executable stack fix; avoid delete this in MementoCommand lifetime management
|
2006-10-17 20:40:39 +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 |
|
sndfile_helpers.cc
|
Fix for internationalize. Now use the I18N() macro.
|
2006-10-24 15:38:46 +00:00 |
|
sndfilesource.cc
|
support for old-school automation loading
|
2006-10-31 18:08:16 +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 |
|
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 |
|
sse_functions.s
|
reduce calls to fit_to_pixels(); flip back to old fix for rec regions botch; executable stack fix; avoid delete this in MementoCommand lifetime management
|
2006-10-17 20:40:39 +00:00 |
|
sse_functions_64bit.s
|
Correct patch
|
2006-10-26 12:36:59 +00:00 |
|
tempo.cc
|
remove StateManager code entirely and more debugging output cruft
|
2006-10-26 00:47:22 +00:00 |
|
track.cc
|
massive changes in automation state handling, not entirely complete; some bug fixes for automation line drawing
|
2006-10-31 02:40:08 +00:00 |
|
utils.cc
|
massive changes in automation state handling, not entirely complete; some bug fixes for automation line drawing
|
2006-10-31 02:40:08 +00:00 |
|
vst_plugin.cc
|
remove reference to PluginState in VST code, for real this time
|
2006-10-26 11:45:57 +00:00 |