| .. |
|
ardour
|
allow region list selection of whole file regions to select every instance of a region that has any source relationship with that whole file region (from a logic feature that came up while writing the manual)
|
2013-01-04 22:46:51 +00:00 |
|
macosx
|
|
|
|
po
|
latest .po updates from ./waf i18n
|
2013-01-03 19:34:48 +00:00 |
|
test
|
Fix libardour test build.
|
2012-11-15 19:46:40 +00:00 |
|
.cvsignore
|
|
|
|
amp.cc
|
use const static member instead of a magic number
|
2012-11-14 20:38:25 +00:00 |
|
analyser.cc
|
|
|
|
audio_buffer.cc
|
|
|
|
audio_diskstream.cc
|
fix buffer overflow of wrap_buffer (may fix #5221)
|
2012-12-23 14:25:12 +00:00 |
|
audio_library.cc
|
|
|
|
audio_playlist.cc
|
crossfade hack and slash. removed overlap checks, overlap mode, default length, fade_is_xfade, fade_is_short, and other leftovers from previous crossfade models. Draw crossfade drags in realtime so fade_line is no longer needed. remove code for hiding crossfades during a drag. moved crossfade rect to top layer so crossfade lines dont grab mouse focus. drag-trim-with-fixed-fade-anchor is partially implemented and needs discussion
|
2012-12-13 16:42:05 +00:00 |
|
audio_playlist_importer.cc
|
|
|
|
audio_playlist_source.cc
|
|
|
|
audio_port.cc
|
|
|
|
audio_region_importer.cc
|
|
|
|
audio_track.cc
|
|
|
|
audio_track_importer.cc
|
|
|
|
audio_unit.cc
|
|
|
|
audioanalyser.cc
|
|
|
|
audioengine.cc
|
make sure that JACK MIDI ports know about Jack halting in the "halted info" callback as well a the normal "halted" callback
|
2012-12-11 14:23:55 +00:00 |
|
audiofile_tagger.cc
|
merge Marcel Bonnet's patches for Free-BSD
|
2013-01-04 17:36:52 +00:00 |
|
audiofilesource.cc
|
|
|
|
audioregion.cc
|
crossfade hack and slash. removed overlap checks, overlap mode, default length, fade_is_xfade, fade_is_short, and other leftovers from previous crossfade models. Draw crossfade drags in realtime so fade_line is no longer needed. remove code for hiding crossfades during a drag. moved crossfade rect to top layer so crossfade lines dont grab mouse focus. drag-trim-with-fixed-fade-anchor is partially implemented and needs discussion
|
2012-12-13 16:42:05 +00:00 |
|
audiosource.cc
|
|
|
|
auditioner.cc
|
move auditioner output configuration params from session to global config vars
|
2012-11-09 15:05:02 +00:00 |
|
auto_bundle.cc
|
|
|
|
automatable.cc
|
remove unused Automatable::automation_interval and related code
|
2012-11-19 22:03:50 +00:00 |
|
automation.cc
|
|
|
|
automation_control.cc
|
remove debug output
|
2012-11-14 20:38:48 +00:00 |
|
automation_list.cc
|
fix #5035 - restore pan automation state
|
2012-12-23 21:51:43 +00:00 |
|
automation_watch.cc
|
tweak config param for automation sampling interval, set to 500msec by default, and expose in prefs dialog
|
2012-11-19 21:31:44 +00:00 |
|
beats_frames_converter.cc
|
|
|
|
broadcast_info.cc
|
|
|
|
buffer.cc
|
|
|
|
buffer_manager.cc
|
|
|
|
buffer_set.cc
|
Deliver MIDI events to atom ports that support it, merged with transport events.
|
2012-11-18 04:35:31 +00:00 |
|
bundle.cc
|
|
|
|
butler.cc
|
|
|
|
caimportable.cc
|
|
|
|
callback.cc
|
|
|
|
capturing_processor.cc
|
|
|
|
chan_count.cc
|
|
|
|
chan_mapping.cc
|
|
|
|
ChangeLog
|
|
|
|
configuration.cc
|
|
|
|
control_protocol_manager.cc
|
|
|
|
control_protocol_search_path.cc
|
|
|
|
coreaudiosource.cc
|
|
|
|
cycle_timer.cc
|
|
|
|
data_type.cc
|
|
|
|
debug.cc
|
|
|
|
default_click.cc
|
|
|
|
delivery.cc
|
|
|
|
directory_names.cc
|
|
|
|
diskstream.cc
|
another buffersize fix (see #5221 and rev13715)
|
2012-12-23 19:31:45 +00:00 |
|
element_import_handler.cc
|
|
|
|
element_importer.cc
|
|
|
|
enums.cc
|
|
|
|
event_type_map.cc
|
|
|
|
export_channel.cc
|
various fixes for exporting, including correct handling of errors during export which previously would hang when using jack1 because jack_set_freewheel() was called from inside a process() callback; use shared_ptr<Route> in parts of export code that weren't using them before; fix up generation of export filenames so that Glib::build_filename() is used and non-existent folders are ignored
|
2012-12-06 19:56:33 +00:00 |
|
export_channel_configuration.cc
|
|
|
|
export_failed.cc
|
|
|
|
export_filename.cc
|
replace characters that would make an export filename illegal on any/all filesystems with "_"
|
2012-12-20 13:08:50 +00:00 |
|
export_format_base.cc
|
merge Marcel Bonnet's patches for Free-BSD
|
2013-01-04 17:36:52 +00:00 |
|
export_format_manager.cc
|
|
|
|
export_format_specification.cc
|
|
|
|
export_formats.cc
|
|
|
|
export_formats_search_path.cc
|
|
|
|
export_graph_builder.cc
|
|
|
|
export_handler.cc
|
|
|
|
export_multiplication.cc
|
|
|
|
export_preset.cc
|
|
|
|
export_profile_manager.cc
|
Make export type an enum and pass it to the profile manager instead of the xml node name.
|
2012-12-07 21:58:33 +00:00 |
|
export_status.cc
|
various fixes for exporting, including correct handling of errors during export which previously would hang when using jack1 because jack_set_freewheel() was called from inside a process() callback; use shared_ptr<Route> in parts of export code that weren't using them before; fix up generation of export filenames so that Glib::build_filename() is used and non-existent folders are ignored
|
2012-12-06 19:56:33 +00:00 |
|
export_timespan.cc
|
|
|
|
file_source.cc
|
|
|
|
filename_extensions.cc
|
|
|
|
filesystem_paths.cc
|
|
|
|
filter.cc
|
|
|
|
find_session.cc
|
|
|
|
gettext.h
|
|
|
|
globals.cc
|
merge robin gareus' libltc into ardour source tree for convenience
|
2012-12-14 16:18:47 +00:00 |
|
graph.cc
|
|
|
|
graphnode.cc
|
|
|
|
i18n.h
|
|
|
|
import.cc
|
|
|
|
instrument_info.cc
|
|
|
|
internal_return.cc
|
|
|
|
internal_send.cc
|
|
|
|
interpolation.cc
|
|
|
|
io.cc
|
|
|
|
io_processor.cc
|
|
|
|
jack_slave.cc
|
|
|
|
ladspa_plugin.cc
|
|
|
|
linux_vst_info_file.cc
|
|
|
|
linux_vst_support.cc
|
|
|
|
location.cc
|
various fixes for moving markers, fixes a crash reported by tim blechmann and also likely #5232 and #5241
|
2013-01-02 23:54:06 +00:00 |
|
location_importer.cc
|
|
|
|
ltc_slave.cc
|
fix LTC frame TVstandard offset
|
2012-11-18 09:53:13 +00:00 |
|
lv2_evbuf.c
|
|
|
|
lv2_evbuf.h
|
|
|
|
lv2_plugin.cc
|
Fix crash when loading LV2 plugins with a corrupt LV2_Descriptor::extension_data.
|
2013-01-04 18:46:39 +00:00 |
|
lxvst_plugin.cc
|
|
|
|
meter.cc
|
|
|
|
midi_automation_list_binder.cc
|
|
|
|
midi_buffer.cc
|
|
|
|
midi_clock_slave.cc
|
slave delta: move sign next to the digit
|
2012-11-12 16:49:18 +00:00 |
|
midi_diskstream.cc
|
equivalent change for midi tracks as was done for audio in rev 13615, fixes MIDI track rec-enable behaviour
|
2012-12-19 17:21:52 +00:00 |
|
midi_model.cc
|
|
|
|
midi_patch_manager.cc
|
|
|
|
midi_patch_search_path.cc
|
|
|
|
midi_playlist.cc
|
|
|
|
midi_playlist_source.cc
|
|
|
|
midi_port.cc
|
|
|
|
midi_region.cc
|
|
|
|
midi_ring_buffer.cc
|
|
|
|
midi_source.cc
|
|
|
|
midi_state_tracker.cc
|
|
|
|
midi_stretch.cc
|
|
|
|
midi_track.cc
|
prevent MIDI tracks from ever being in MonitoringSilence state, allows use of piano roll whether rolling or not
|
2012-12-19 01:20:37 +00:00 |
|
midi_ui.cc
|
|
|
|
mix.cc
|
|
|
|
monitor_processor.cc
|
|
|
|
mtc_slave.cc
|
implement TC offset for slave&generator.
|
2012-11-13 20:29:28 +00:00 |
|
mtdm.cc
|
new MTDM implementation from Fons' latest jack_delay implementation
|
2012-11-07 17:13:37 +00:00 |
|
mute_master.cc
|
|
|
|
onset_detector.cc
|
|
|
|
operations.cc
|
|
|
|
pan_controllable.cc
|
|
|
|
pannable.cc
|
|
|
|
panner.cc
|
|
|
|
panner_manager.cc
|
|
|
|
panner_search_path.cc
|
|
|
|
panner_shell.cc
|
|
|
|
pcm_utils.cc
|
|
|
|
pi_controller.cc
|
|
|
|
playlist.cc
|
allow region list selection of whole file regions to select every instance of a region that has any source relationship with that whole file region (from a logic feature that came up while writing the manual)
|
2013-01-04 22:46:51 +00:00 |
|
playlist_factory.cc
|
|
|
|
playlist_source.cc
|
|
|
|
plugin.cc
|
|
|
|
plugin_insert.cc
|
|
|
|
plugin_manager.cc
|
|
|
|
port.cc
|
|
|
|
port_insert.cc
|
new MTDM implementation from Fons' latest jack_delay implementation
|
2012-11-07 17:13:37 +00:00 |
|
port_set.cc
|
|
|
|
process_thread.cc
|
|
|
|
processor.cc
|
|
|
|
progress.cc
|
|
|
|
quantize.cc
|
|
|
|
rb_effect.cc
|
|
|
|
rc_configuration.cc
|
|
|
|
rdff.c
|
|
|
|
rdff.h
|
|
|
|
recent_sessions.cc
|
|
|
|
region.cc
|
allow region list selection of whole file regions to select every instance of a region that has any source relationship with that whole file region (from a logic feature that came up while writing the manual)
|
2013-01-04 22:46:51 +00:00 |
|
region_factory.cc
|
|
|
|
resampled_source.cc
|
|
|
|
return.cc
|
|
|
|
reverse.cc
|
|
|
|
route.cc
|
prevent MIDI tracks from ever being in MonitoringSilence state, allows use of piano roll whether rolling or not
|
2012-12-19 01:20:37 +00:00 |
|
route_graph.cc
|
|
|
|
route_group.cc
|
expose operation to remove subgroup
|
2013-01-03 19:34:07 +00:00 |
|
route_group_member.cc
|
|
|
|
run-profiling.sh
|
|
|
|
run-session-tests.sh
|
|
|
|
run-tests.sh
|
|
|
|
send.cc
|
|
|
|
session.cc
|
merge robin gareus' libltc into ardour source tree for convenience
|
2012-12-14 16:18:47 +00:00 |
|
session_butler.cc
|
|
|
|
session_click.cc
|
|
|
|
session_command.cc
|
|
|
|
session_configuration.cc
|
|
|
|
session_directory.cc
|
|
|
|
session_events.cc
|
|
|
|
session_export.cc
|
various fixes for exporting, including correct handling of errors during export which previously would hang when using jack1 because jack_set_freewheel() was called from inside a process() callback; use shared_ptr<Route> in parts of export code that weren't using them before; fix up generation of export filenames so that Glib::build_filename() is used and non-existent folders are ignored
|
2012-12-06 19:56:33 +00:00 |
|
session_handle.cc
|
|
|
|
session_ltc.cc
|
fix LTC frame TVstandard offset
|
2012-11-18 09:53:13 +00:00 |
|
session_metadata.cc
|
|
|
|
session_midi.cc
|
|
|
|
session_object.cc
|
|
|
|
session_playlists.cc
|
fix for #5078 - not considering unused playlists when computing region use count
|
2012-11-12 15:50:38 +00:00 |
|
session_process.cc
|
Revert "fix for problem when reverse playback hits 00:00:00:00 (may be incomplete)"
|
2012-12-23 11:58:04 +00:00 |
|
session_rtevents.cc
|
fix issues with rec-enabling being done in RT context by splitting it into two parts, an RT-safe and RT-unsafe part. along the way, remove "do not record plugins" option which is just so 1999 and creates problems for various (all?) plugin APIs
|
2012-12-07 15:48:38 +00:00 |
|
session_state.cc
|
merge robin gareus' libltc into ardour source tree for convenience
|
2012-12-14 16:18:47 +00:00 |
|
session_state_utils.cc
|
|
|
|
session_time.cc
|
merge robin gareus' libltc into ardour source tree for convenience
|
2012-12-14 16:18:47 +00:00 |
|
session_transport.cc
|
fix vari-speed stuck at zero and playing backwards.
|
2012-12-30 21:50:05 +00:00 |
|
session_vst.cc
|
|
|
|
slave.cc
|
|
|
|
smf_source.cc
|
|
|
|
sndfile_helpers.cc
|
|
|
|
sndfileimportable.cc
|
|
|
|
sndfilesource.cc
|
fix "import at file position" when copying or channel-splitting files on import.
|
2012-12-23 04:37:36 +00:00 |
|
source.cc
|
|
|
|
source_factory.cc
|
|
|
|
speakers.cc
|
|
|
|
sse_functions.s
|
|
|
|
sse_functions_64bit.s
|
|
|
|
sse_functions_xmm.cc
|
|
|
|
st_pitch.cc
|
|
|
|
st_stretch.cc
|
|
|
|
strip_silence.cc
|
|
|
|
tape_file_matcher.cc
|
|
|
|
template_utils.cc
|
|
|
|
tempo.cc
|
Sent precise transport information to LV2 plugins via events.
|
2012-11-17 18:41:19 +00:00 |
|
tempo_map_importer.cc
|
|
|
|
thread_buffers.cc
|
|
|
|
ticker.cc
|
|
|
|
track.cc
|
prevent MIDI tracks from ever being in MonitoringSilence state, allows use of piano roll whether rolling or not
|
2012-12-19 01:20:37 +00:00 |
|
transient_detector.cc
|
|
|
|
unknown_processor.cc
|
|
|
|
uri_map.cc
|
|
|
|
user_bundle.cc
|
|
|
|
utils.cc
|
replace characters that would make an export filename illegal on any/all filesystems with "_"
|
2012-12-20 13:08:50 +00:00 |
|
vst_plugin.cc
|
|
|
|
windows_vst_plugin.cc
|
|
|
|
worker.cc
|
|
|
|
wscript
|
merge robin gareus' libltc into ardour source tree for convenience
|
2012-12-14 16:18:47 +00:00 |