.. |
ardour
|
strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mostly) and make transport buttons bindable (state not saved yet); use const char* not string in route order keys to avoid pointless mallocs during route sorting
|
2007-02-09 03:36:00 +00:00 |
po
|
add new swedish translation
|
2006-11-11 19:20:22 +00:00 |
.cvsignore
|
|
|
audio_diskstream.cc
|
use SilentFileSource when sources cannot be found
|
2007-02-05 22:57:38 +00:00 |
audio_library.cc
|
First pass of sfdb tag searching. Not functional, but very very close.
|
2007-01-05 04:24:23 +00:00 |
audio_playlist.cc
|
mo' better fixins fer xfades, plus reinstate hiding xfades during drags
|
2007-01-14 01:25:12 +00:00 |
audio_track.cc
|
finish use of EnumWriter for saving flags etc. throughout the session file
|
2007-01-02 17:36:38 +00:00 |
audio_unit.cc
|
remove StateManager code entirely and more debugging output cruft
|
2006-10-26 00:47:22 +00:00 |
audioengine.cc
|
remove ardour_message.{cc,h}; JACK latency menu now shows correct settings at startup and changes are handled correctly; export range markers doesn't start with /path/to/export.wav, just /path/to; hopefully improve ruler scrolling a little; fixed up short_path() implementation ; fix for export unsetting JACK freewheel too soon ; use ISO 8061 timestamps for snapshot default names
|
2007-01-31 18:51:33 +00:00 |
audiofilesource.cc
|
fixes for new button code; don't even make destructible sources non-writable; add a new binding/bindable for hte shuttle controller
|
2007-02-09 17:00:25 +00:00 |
audiofilter.cc
|
|
|
audioregion.cc
|
small change to region creation for make-mono-regions; add untested short_path(); fix double-redraws when canvas zoom/position changes
|
2007-01-29 20:02:43 +00:00 |
audiosource.cc
|
fixed compiler complaints from last commit
|
2006-12-28 17:05:55 +00:00 |
auditioner.cc
|
write session file to alternate name before, then rename; auditioner defaults to first 2 physical outputs; engine started before loading session, always; clean up handling off input connections and so forth during startup (faster! a bitcd ..); notice new locates while doing older ones; stop engine at shutdown first, not later
|
2006-12-15 19:40:10 +00:00 |
automation_event.cc
|
debugging new thaw behaviour for AutomationEvent
|
2006-11-28 18:23:14 +00:00 |
automation.cc
|
|
|
ChangeLog
|
|
|
configuration.cc
|
fix ordering of cut/copied regions when pasting; ctrl-click now does the right thing the first time its used on a region; fix missing click and other dubious behaviour in new sessions caused by not connecting to Configuration::ParameterChanged in the new session constructor
|
2007-01-17 01:42:44 +00:00 |
connection.cc
|
|
|
control_protocol_manager.cc
|
Fixed midi controllable state saving/loading
|
2007-01-18 06:39:22 +00:00 |
coreaudiosource.cc
|
fix import/embed of multichannel audiofiles, as per #1433
|
2007-01-25 17:42:19 +00:00 |
crossfade.cc
|
ALSA sequencer ports are all owned by a single sequencer client, not 1 per port
|
2007-01-15 18:59:31 +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
|
|
|
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
|
Cocoa branch compiles again.
|
2007-01-25 03:36:51 +00:00 |
diskstream.cc
|
write session file to alternate name before, then rename; auditioner defaults to first 2 physical outputs; engine started before loading session, always; clean up handling off input connections and so forth during startup (faster! a bitcd ..); notice new locates while doing older ones; stop engine at shutdown first, not later
|
2006-12-15 19:40:10 +00:00 |
enums.cc
|
finish use of EnumWriter for saving flags etc. throughout the session file
|
2007-01-02 17:36:38 +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
|
|
|
gettext.h
|
|
|
globals.cc
|
strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mostly) and make transport buttons bindable (state not saved yet); use const char* not string in route order keys to avoid pointless mallocs during route sorting
|
2007-02-09 03:36:00 +00:00 |
i18n.h
|
Fix for internationalize. Now use the I18N() macro.
|
2006-10-24 15:38:46 +00:00 |
import.cc
|
minor tweaks to get region names right for imports
|
2006-12-21 19:02:20 +00:00 |
insert.cc
|
use dynamic bitsets for send + port insert naming; fix up ardev, arval etc more generically
|
2007-01-05 16:31:15 +00:00 |
io.cc
|
squash the dreaded noise-on-stop of guirja01
|
2007-01-26 17:22:43 +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
|
save and restore clock modes
|
2007-01-08 17:12:29 +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
|
various fixes to named selection mgmt and display, plus fixes for xfade mgmt and a bit of debugging for them too
|
2007-01-11 21:45:21 +00:00 |
osc.cc
|
Actually pass attr's to pthread_create...
|
2007-01-10 03:45:22 +00:00 |
panner.cc
|
Fixed midi controllable state saving/loading
|
2007-01-18 06:39:22 +00:00 |
pcm_utils.cc
|
|
|
playlist_factory.cc
|
fix crashing bug on cut operation; panner noodling
|
2006-12-21 20:13:37 +00:00 |
playlist.cc
|
more region selection tweaks
|
2007-01-24 17:22:34 +00:00 |
plugin_manager.cc
|
revert VST debug hacks
|
2006-12-14 14:17:17 +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
|
|
|
redirect.cc
|
finish use of EnumWriter for saving flags etc. throughout the session file
|
2007-01-02 17:36:38 +00:00 |
region_factory.cc
|
first pass on track mode switch; fixes to dangling region refs after capture; destroy region menu item removed; small fix to SConstruct for missing C++ case; playlist selection mechanism modified ; new Selection operation added (Add); handle crashing situation with align style change handling caused by recursion
|
2006-11-09 20:38:39 +00:00 |
region.cc
|
finish use of EnumWriter for saving flags etc. throughout the session file
|
2007-01-02 17:36:38 +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
|
finish use of EnumWriter for saving flags etc. throughout the session file
|
2007-01-02 17:36:38 +00:00 |
route.cc
|
strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mostly) and make transport buttons bindable (state not saved yet); use const char* not string in route order keys to avoid pointless mallocs during route sorting
|
2007-02-09 03:36:00 +00:00 |
SConscript
|
use SilentFileSource when sources cannot be found
|
2007-02-05 22:57:38 +00:00 |
send.cc
|
use dynamic bitsets for send + port insert naming; fix up ardev, arval etc more generically
|
2007-01-05 16:31:15 +00:00 |
session_butler.cc
|
write session file to alternate name before, then rename; auditioner defaults to first 2 physical outputs; engine started before loading session, always; clean up handling off input connections and so forth during startup (faster! a bitcd ..); notice new locates while doing older ones; stop engine at shutdown first, not later
|
2006-12-15 19:40:10 +00:00 |
session_click.cc
|
fix SVN merge SNAFU causing double deletion
|
2006-10-26 18:38:42 +00:00 |
session_command.cc
|
merge by hand changes from mtaht to fix up export behaviour, and gcc warnings when optimized
|
2007-01-17 02:35:16 +00:00 |
session_control.cc
|
|
|
session_events.cc
|
write session file to alternate name before, then rename; auditioner defaults to first 2 physical outputs; engine started before loading session, always; clean up handling off input connections and so forth during startup (faster! a bitcd ..); notice new locates while doing older ones; stop engine at shutdown first, not later
|
2006-12-15 19:40:10 +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
|
|
|
session_midi.cc
|
Fix probably broken MMC locate
|
2007-01-03 18:35:32 +00:00 |
session_process.cc
|
write session file to alternate name before, then rename; auditioner defaults to first 2 physical outputs; engine started before loading session, always; clean up handling off input connections and so forth during startup (faster! a bitcd ..); notice new locates while doing older ones; stop engine at shutdown first, not later
|
2006-12-15 19:40:10 +00:00 |
session_state.cc
|
use SilentFileSource when sources cannot be found
|
2007-02-05 22:57:38 +00:00 |
session_time.cc
|
General SMPTE fixes mostly relating to non-integer frame rates. Please Test. Fix for sometimes entering an invalid SMPTE format by CHANGING THE SESSION FILE. ****Warning. the SMPTE frame rate will be reset to 30 NDF if you load an old sessionardour2_broken/***. Calculate the HMS verbose canvas cursor properly. Fix incorrect SMPTE display in clocks/VCC. Standardise size of SMPTE display in editor clocks. Make the zoom controls smaller (anyone with some smaller icons?).
|
2007-01-02 13:57:06 +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
|
new keyboard bindings for moving playhead to region starts+ends ; use spin button for tempo, as per #1449
|
2007-02-02 20:55:16 +00:00 |
session_vst.cc
|
|
|
session.cc
|
fix import/embed of multichannel audiofiles, as per #1433
|
2007-01-25 17:42:19 +00:00 |
silentfilesource.cc
|
use SilentFileSource when sources cannot be found
|
2007-02-05 22:57:38 +00:00 |
sndfile_helpers.cc
|
Fix for internationalize. Now use the I18N() macro.
|
2006-10-24 15:38:46 +00:00 |
sndfilesource.cc
|
small change to region creation for make-mono-regions; add untested short_path(); fix double-redraws when canvas zoom/position changes
|
2007-01-29 20:02:43 +00:00 |
source_factory.cc
|
some fixes/improvements for track selection; add upload target to manual makefile; do not build peakfile for SilentFileSource
|
2007-02-06 15:50:05 +00:00 |
source.cc
|
use shared_ptr for all Playlist handling; cleanup works again
|
2006-12-14 14:15:43 +00:00 |
sse_functions_64bit.s
|
Correct patch
|
2006-10-26 12:36:59 +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 |
tempo.cc
|
General SMPTE fixes mostly relating to non-integer frame rates. Please Test. Fix for sometimes entering an invalid SMPTE format by CHANGING THE SESSION FILE. ****Warning. the SMPTE frame rate will be reset to 30 NDF if you load an old sessionardour2_broken/***. Calculate the HMS verbose canvas cursor properly. Fix incorrect SMPTE display in clocks/VCC. Standardise size of SMPTE display in editor clocks. Make the zoom controls smaller (anyone with some smaller icons?).
|
2007-01-02 13:57:06 +00:00 |
track.cc
|
first pass on track mode switch; fixes to dangling region refs after capture; destroy region menu item removed; small fix to SConstruct for missing C++ case; playlist selection mechanism modified ; new Selection operation added (Add); handle crashing situation with align style change handling caused by recursion
|
2006-11-09 20:38:39 +00:00 |
utils.cc
|
* added max peak hold state to IO so that the true held peaks can be displayed
|
2007-01-03 20:49:03 +00:00 |
vst_plugin.cc
|
remove reference to PluginState in VST code, for real this time
|
2006-10-26 11:45:57 +00:00 |