13
0
livetrax/libs/ardour
Carl Hetherington 1f0ac78bc4 Fix deadlock on closing a send IO dialogue.
git-svn-id: svn://localhost/ardour2/branches/3.0@8240 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-10 22:46:53 +00:00
..
ardour Stop bounce / freeze on tracks that have more outputs than inputs and so cannot record all the outputs in their diskstreams. Fix buffer shortage when bouncing tracks whose processing chains temporarily need more buffers than there are inputs. Fixes #3573. 2010-12-10 22:28:29 +00:00
lv2ext Correctly implement LV2 event URI mapping (event URI context is restricted to uint16_t). 2010-11-30 23:42:58 +00:00
macosx
po updated .po files (*not* translations, just .po files) 2010-11-10 22:47:01 +00:00
test Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
.cvsignore
amp.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
analyser.cc
audio_buffer.cc
audio_diskstream.cc type tweaks and casts following the nframes_t expulsion 2010-12-03 23:15:53 +00:00
audio_library.cc
audio_playlist_importer.cc
audio_playlist.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
audio_port.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
audio_region_importer.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
audio_track_importer.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
audio_track.cc Stop bounce / freeze on tracks that have more outputs than inputs and so cannot record all the outputs in their diskstreams. Fix buffer shortage when bouncing tracks whose processing chains temporarily need more buffers than there are inputs. Fixes #3573. 2010-12-10 22:28:29 +00:00
audio_unit.cc Put plugin-note-off code in the right place. 2010-12-07 15:00:19 +00:00
audioanalyser.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
audioengine.cc type tweaks and casts following the nframes_t expulsion 2010-12-03 23:15:53 +00:00
audiofile_tagger.cc remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog 2010-09-14 15:45:21 +00:00
audiofilesource.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
audioregion.cc make strip silence work (again?) 2010-12-09 16:31:05 +00:00
audiosource.cc make strip silence work (again?) 2010-12-09 16:31:05 +00:00
auditioner.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
auto_bundle.cc
automatable.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
automation_control.cc more or less complete restoration of Controllable::_id from XML, with all that implies for MIDI bindings continuing to work across session reloads, and also that the controlled parameter is now set from Controllable::set_value() during session loading, not directly from its "own" XML value; still some funny stuff going on with Panners. This may have broken 2.X session loading in that panners may not be setup correctly 2010-11-28 18:31:18 +00:00
automation_list.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
automation.cc
beats_frames_converter.cc megaopus patch #2 for today: remove nframes64_t and sframes_t from source 2010-09-17 18:20:37 +00:00
broadcast_info.cc Write BWF info on export. Fixes #3398. 2010-08-19 14:58:54 +00:00
buffer_manager.cc
buffer_set.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
buffer.cc
bundle.cc Put Mackie surface ports into the Ardour tab of the port matrix. 2010-07-30 02:09:39 +00:00
butler.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
caimportable.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
callback.cc functions related to blocking mothership callbacks 2010-08-06 19:00:59 +00:00
chan_count.cc remove duplicate std limit + format macro defs 2010-11-10 23:07:31 +00:00
chan_mapping.cc
ChangeLog
configuration.cc Remove debug output. 2010-11-17 12:25:20 +00:00
control_protocol_manager.cc
control_protocol_search_path.cc
coreaudiosource.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
crossfade.cc forward-port fatal-error-saving fix for xfade loading from 2.X 2010-12-06 02:49:04 +00:00
cycle_timer.cc
debug.cc add DEBUG::ProcessThreads as a debug tag for parallelization (probably to be renamed) 2010-06-03 21:28:02 +00:00
default_click.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
delivery.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
directory_names.cc newly created files for use in recording appear in a .stubs folder, and are moved out of it when recording stops 2010-07-16 14:55:11 +00:00
diskstream.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
element_import_handler.cc
element_importer.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
enums.cc Undo for sys-ex movements in time. 2010-12-09 21:36:31 +00:00
event_type_map.cc 3.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation (no graphical editing intended). this involved adding a new "toggled" property to Evoral::Parameter 2010-08-23 16:31:34 +00:00
export_channel_configuration.cc
export_channel.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
export_failed.cc
export_filename.cc remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog 2010-09-14 15:45:21 +00:00
export_format_base.cc
export_format_manager.cc remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog 2010-09-14 15:45:21 +00:00
export_format_specification.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
export_formats.cc remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog 2010-09-14 15:45:21 +00:00
export_graph_builder.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
export_handler.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
export_multiplication.cc
export_preset.cc
export_profile_manager.cc tweak search path for export profiles 2010-12-03 23:15:33 +00:00
export_status.cc
export_timespan.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
file_source.cc missing dialog cleanups and logic improvements 2010-11-09 23:50:20 +00:00
filename_extensions.cc
filesystem_paths.cc
filter.cc add "origin" property to FileSource so that we can track multiple imports 2010-11-09 18:19:53 +00:00
find_session.cc forward port 2.X changes up to and including rev 6909 2010-08-17 13:10:42 +00:00
gain.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
gettext.h
globals.cc make ardour3 build and link on OS X (tiger, at least) 2010-11-13 05:14:48 +00:00
graph.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
graphnode.cc Fix missing virtual destructors. 2010-09-07 21:26:37 +00:00
i18n.h
import.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
internal_return.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
internal_send.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
interpolation.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
io_processor.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
io.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
jack_slave.cc megaopus patch #2 for today: remove nframes64_t and sframes_t from source 2010-09-17 18:20:37 +00:00
ladspa_plugin.cc Put plugin-note-off code in the right place. 2010-12-07 15:00:19 +00:00
location_importer.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
location.cc Add lots of asserts to try to track down #3553. 2010-11-26 22:45:20 +00:00
lv2_event_buffer.cc make ardour3 build and link on OS X (tiger, at least) 2010-11-13 05:14:48 +00:00
lv2_plugin.cc Put plugin-note-off code in the right place. 2010-12-07 15:00:19 +00:00
meter.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
midi_automation_list_binder.cc Add missing files. 2010-07-14 12:29:01 +00:00
midi_buffer.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
midi_clock_slave.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
midi_diskstream.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
midi_model.cc Handle overlaps better when executing DiffCommands. 2010-12-09 21:37:14 +00:00
midi_patch_manager.cc remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog 2010-09-14 15:45:21 +00:00
midi_playlist.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
midi_port.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
midi_region.cc Allow trim of midi regions to before the start of the source (better, this time). Fixes #3156. 2010-12-09 21:34:46 +00:00
midi_ring_buffer.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
midi_source.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
midi_state_tracker.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
midi_stretch.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
midi_track.cc reimplement Route::shift() from 2.X for "Insert Time" 2010-12-07 15:15:25 +00:00
midi_ui.cc megaopus patch #2 for today: remove nframes64_t and sframes_t from source 2010-09-17 18:20:37 +00:00
mix.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
monitor_processor.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
mtc_slave.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
mtdm.cc
mute_master.cc
named_selection.cc
onset_detector.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
panner.cc minor panner debugging, cont'd 2010-12-08 21:01:20 +00:00
pcm_utils.cc
pi_controller.cc megaopus patch #2 for today: remove nframes64_t and sframes_t from source 2010-09-17 18:20:37 +00:00
playlist_factory.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
playlist.cc Create a new layer if required on record to a track in stacked mode. Fixes #3391. 2010-11-14 15:01:53 +00:00
plugin_insert.cc Send note-offs to VST instrument plugins on transport stop. Fixes #3583. 2010-12-07 14:44:47 +00:00
plugin_manager.cc make ardour3 build and link on OS X (tiger, at least) 2010-11-13 05:14:48 +00:00
plugin.cc Put plugin-note-off code in the right place. 2010-12-07 15:00:19 +00:00
port_insert.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
port_set.cc remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog 2010-09-14 15:45:21 +00:00
port.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
process_thread.cc
processor.cc Fix deadlock on closing a send IO dialogue. 2010-12-10 22:46:53 +00:00
progress.cc Make normalize cancel button work. 2010-10-28 17:09:32 +00:00
quantize.cc Allow trim of midi regions to before the start of the source (better, this time). Fixes #3156. 2010-12-09 21:34:46 +00:00
rb_effect.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
rc_configuration.cc don't crash during startup with no config files when trying to use a non-existent MIDI Manager object 2010-07-26 15:22:24 +00:00
recent_sessions.cc
region_factory.cc try to sensibly handle repeated imports of the same file. the same thing might be required for embeds 2010-11-05 20:36:44 +00:00
region.cc Allow trim of midi regions to before the start of the source (better, this time). Fixes #3156. 2010-12-09 21:34:46 +00:00
resampled_source.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
return.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
reverse.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
route_group_member.cc
route_group.cc megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags for cc and c++ builds, remove them from source (2) add new Property::midi_data used by MidiRegion to signal that its (MIDI) contents have changed (3) massive switch from nframes_t to framepos_t/framecnt_t including removal of ARDOUR::max_frames (replaced by ARDOUR::max_frame{pos,cnt} (lots more to do but this set was driven by changes to the Diskstream API to use framepos_t 2010-09-17 16:24:22 +00:00
route.cc fix for Route::shift/insert-time 2010-12-08 23:22:01 +00:00
run-tests.sh Add test for #3356. 2010-07-25 00:42:02 +00:00
send.cc Fix deadlock on closing a send IO dialogue. 2010-12-10 22:46:53 +00:00
session_butler.cc dynamic playback & capture buffer resizing (though transport is stopped first) 2010-06-09 17:24:07 +00:00
session_click.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
session_command.cc Fix restoration of MementoCommand<Crossfade>. Fixes #3418. 2010-09-14 00:41:53 +00:00
session_configuration.cc
session_directory.cc newly created files for use in recording appear in a .stubs folder, and are moved out of it when recording stops 2010-07-16 14:55:11 +00:00
session_events.cc megaopus patch #2 for today: remove nframes64_t and sframes_t from source 2010-09-17 18:20:37 +00:00
session_export.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
session_handle.cc
session_metadata.cc remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog 2010-09-14 15:45:21 +00:00
session_midi.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
session_object.cc
session_playlists.cc region list displays actual playlist use count for each region, rather than a GUI-based count 2010-09-20 19:18:17 +00:00
session_process.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
session_rtevents.cc step editing now accessed via a context menu on MIDI track rec-enable buttons. along the way, fixed up confusion between set_rec_enable() and set_rec_enabled() methods in Route/Track/Diskstream 2010-07-24 16:40:56 +00:00
session_state_utils.cc
session_state.cc Allow trim of midi regions to before the start of the source (better, this time). Fixes #3156. 2010-12-09 21:34:46 +00:00
session_time.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
session_transport.cc Send note-offs to VST instrument plugins on transport stop. Fixes #3583. 2010-12-07 14:44:47 +00:00
session_utils.cc
session_vst.cc Fix up VST build and add basic support for VSTi 2010-07-11 21:55:11 +00:00
session.cc Stop bounce / freeze on tracks that have more outputs than inputs and so cannot record all the outputs in their diskstreams. Fix buffer shortage when bouncing tracks whose processing chains temporarily need more buffers than there are inputs. Fixes #3573. 2010-12-10 22:28:29 +00:00
slave.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
smf_source.cc Use a weak_ptr rather than a bald pointer for _midi_source in MidiModel. 2010-12-09 21:34:31 +00:00
sndfile_helpers.cc force AIFF and WAV exports to Big and Little endianness respectively 2010-08-30 18:40:23 +00:00
sndfileimportable.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
sndfilesource.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
source_factory.cc Use a weak_ptr rather than a bald pointer for _midi_source in MidiModel. 2010-12-09 21:34:31 +00:00
source.cc Don't mark reloaded MIDI sources as non-writable. Fixes #3483. 2010-09-28 22:31:24 +00:00
speakers.cc Fix more broken indentation (whitespace changes only). 2010-11-26 19:57:03 +00:00
sse_functions_64bit.s
sse_functions_xmm.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
sse_functions.s
st_pitch.cc
st_stretch.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
strip_silence.cc make strip silence work (again?) 2010-12-09 16:31:05 +00:00
tape_file_matcher.cc
template_utils.cc
tempo_map_importer.cc
tempo.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
thread_buffers.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
ticker.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
track.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
transient_detector.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
unknown_processor.cc Add missing files from previous commit. 2010-11-26 23:31:14 +00:00
uri_map.cc Correctly implement LV2 event URI mapping (event URI context is restricted to uint16_t). 2010-11-30 23:42:58 +00:00
user_bundle.cc Basic tweaks to make the bundles and the port matrix accept that MIDI tracks may have audio IO, and vice versa. Allows connection of instrument tracks using the global port matrix. 2010-06-30 02:59:13 +00:00
utils.cc Remove all use of nframes_t. 2010-12-03 22:26:29 +00:00
vbap_speakers.cc Fix more broken indentation (whitespace changes only). 2010-11-26 19:57:03 +00:00
vbap.cc in compute_gains in case _speakers.n_tuples is 0. Prevent NaN gains if total power is 0 in the same method. Mark initially dirty so that the first call to do_distribute sets up desired_outputs. 2010-12-08 01:52:06 +00:00
vst_plugin.cc Fix VST preset deletion. 2010-12-07 20:12:47 +00:00
wscript Handle unknown plugins on loading sessions by hiding them from the user and telling them so. 2010-11-26 23:30:48 +00:00