.. |
ardour
|
Patch from petem to initialise inbound MMC device ID to 0x7f. Fixes #2853.
|
2010-07-25 23:55:45 +00:00 |
lv2ext
|
|
|
macosx
|
|
|
po
|
|
|
test
|
Move data file into subdir.
|
2010-07-25 01:04:00 +00:00 |
.cvsignore
|
|
|
amp.cc
|
do not apply global transport declick to MIDI
|
2010-07-25 19:26:14 +00:00 |
analyser.cc
|
|
|
audio_buffer.cc
|
Fix various code quality issues found by cppcheck (e.g. uninitialized members, larger than necessary variable scope, memory leaks, etc).
|
2010-02-23 20:25:53 +00:00 |
audio_diskstream.cc
|
second (and hopefully) final part of changes to respond to header format changes sensibly: lookup existing files correctly, and don't end up with gapped "take" numbers for successive files since we now remove ::removable() sources when switching to new ones (for audio)
|
2010-07-22 14:52:05 +00:00 |
audio_library.cc
|
Fix various code quality issues found by cppcheck (e.g. uninitialized members, larger than necessary variable scope, memory leaks, etc).
|
2010-02-23 20:25:53 +00:00 |
audio_playlist_importer.cc
|
Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111)
|
2010-05-08 01:20:33 +00:00 |
audio_playlist.cc
|
When a region movement is undone, prevent the resulting movement from triggering the automation-follows-regions code. Fixes #3348.
|
2010-07-22 01:22:33 +00:00 |
audio_port.cc
|
basically, fix all kinds of odds and ends with MIDI playback, including missed notes and applying gain
|
2010-06-09 13:00:54 +00:00 |
audio_region_importer.cc
|
Move region naming stuff from Session into RegionFactory, cleaning up some vestiges of when Session had a list of regions.
|
2010-03-30 23:40:28 +00:00 |
audio_track_importer.cc
|
Move Diskstream ownership to Track, so that Session no longer holds lists of Diskstreams. Breaks 3.0 file format again.
|
2010-04-21 20:42:22 +00:00 |
audio_track.cc
|
dynamic playback & capture buffer resizing (though transport is stopped first)
|
2010-06-09 17:24:07 +00:00 |
audio_unit.cc
|
finalize PROGRAM_NAME change for ardour3
|
2010-03-15 02:31:27 +00:00 |
audioanalyser.cc
|
|
|
audioengine.cc
|
Do special things when freewheeling only when this instance of ardour is exporting.
|
2010-07-14 21:06:12 +00:00 |
audiofile_tagger.cc
|
|
|
audiofilesource.cc
|
switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multiset<...,EarlierNoteComparator> for _write_notes, does FIFO note resolution for overlapping notes in SMF file; implement Sequence::overlaps() ... current use is uncertain; ARDOUR::coverage() uses 64bit framepos_t
|
2010-05-31 19:47:15 +00:00 |
audioregion.cc
|
Fix state save of region fades. Fixes #3316.
|
2010-07-16 19:37:58 +00:00 |
audiosource.cc
|
allow zero-length SMF files on disk again; fix some gcc 4.X optimization-on compile warnings
|
2010-06-29 20:40:52 +00:00 |
auditioner.cc
|
Create the session range location as and when the session first gets some content. Allows both the beginning and end of the range to expand to contain the actual session contents.
|
2010-05-09 20:48:21 +00:00 |
auto_bundle.cc
|
|
|
automatable.cc
|
Show MIDI controller numbers in automation track titles, as per part of #3175.
|
2010-07-17 00:56:41 +00:00 |
automation_control.cc
|
|
|
automation_list.cc
|
Make AutomationLists clear their events when their state is set to an AutomationList with no Events node. Fixes #3345.
|
2010-07-20 23:25:02 +00:00 |
automation.cc
|
|
|
beats_frames_converter.cc
|
|
|
broadcast_info.cc
|
"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardour
|
2010-03-13 19:22:34 +00:00 |
buffer_manager.cc
|
Gah! Typo in previous commit.
|
2010-04-22 12:22:57 +00:00 |
buffer_set.cc
|
Fix up VST build and add basic support for VSTi
|
2010-07-11 21:55:11 +00:00 |
buffer.cc
|
|
|
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 |
butler.cc
|
Forward port no-process-after-export fix from 2.X revs 7357 and 7361.
|
2010-07-05 01:13:03 +00:00 |
caimportable.cc
|
|
|
chan_count.cc
|
|
|
chan_mapping.cc
|
|
|
ChangeLog
|
|
|
configuration.cc
|
|
|
control_outputs.cc
|
|
|
control_protocol_manager.cc
|
|
|
control_protocol_search_path.cc
|
|
|
coreaudiosource.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 |
crossfade.cc
|
Generate undo record for crossfade edits, and provide signalling to update the view when such things are undone. Partially fixes #3257.
|
2010-06-28 02:40:09 +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
|
|
|
delivery.cc
|
Make main out delivery expand its output ports if the processor chain requires it.
|
2010-06-30 00:10:56 +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
|
When a region movement is undone, prevent the resulting movement from triggering the automation-follows-regions code. Fixes #3348.
|
2010-07-22 01:22:33 +00:00 |
element_import_handler.cc
|
|
|
element_importer.cc
|
|
|
enums.cc
|
Add an EnumProperty for enumerated properties and hence make Region::position_lock_style a stateful property.
|
2010-06-28 00:34:09 +00:00 |
event_type_map.cc
|
Fix typo in event type parser; fixes #3323.
|
2010-07-17 00:56:06 +00:00 |
export_channel_configuration.cc
|
Fix split channel export (which was broken during export refactoring)
|
2010-03-30 15:25:28 +00:00 |
export_channel.cc
|
alignment/capture/positioning changes ported from 2.X
|
2010-04-12 22:35:06 +00:00 |
export_failed.cc
|
Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111)
|
2010-05-08 01:20:33 +00:00 |
export_filename.cc
|
|
|
export_format_base.cc
|
|
|
export_format_manager.cc
|
|
|
export_format_specification.cc
|
|
|
export_formats.cc
|
Re-connect some signals in export format stuff
|
2010-04-03 08:40:21 +00:00 |
export_graph_builder.cc
|
Make audiographer SndfileWriter use PBD::Signal and use it properly. Also make export graph stuff use boost::ptr_list (because of ScopedConnection non-copyability)
|
2010-04-02 20:49:02 +00:00 |
export_handler.cc
|
Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111)
|
2010-05-08 01:20:33 +00:00 |
export_multiplication.cc
|
|
|
export_preset.cc
|
|
|
export_profile_manager.cc
|
Make session and master outs the default timespan and channel config for export
|
2010-04-02 22:57:02 +00:00 |
export_status.cc
|
|
|
export_timespan.cc
|
|
|
file_source.cc
|
first part of using appropriate .ext extensions for the current chosen native file header format
|
2010-07-22 02:27:06 +00:00 |
filename_extensions.cc
|
|
|
filesystem_paths.cc
|
|
|
filter.cc
|
Preserve gain envelopes across filtering operations and stretch them across time stretches. Fixes #902.
|
2010-04-26 00:23:40 +00:00 |
find_session.cc
|
finalize PROGRAM_NAME change for ardour3
|
2010-03-15 02:31:27 +00:00 |
gain.cc
|
|
|
gettext.h
|
commits 6001-6525 inclusive from 2.X applied to 3.0
|
2010-04-21 02:24:38 +00:00 |
globals.cc
|
add note IDs and use them for looking up notes during a history rebuild. NOTE: INVALIDATES OLDER HISTORY FILES
|
2010-07-20 16:27:34 +00:00 |
graph.cc
|
Fix hang on session going away when there is nothing to process. Fixes #3284.
|
2010-06-28 20:49:15 +00:00 |
graphnode.cc
|
style-guide-ification
|
2010-06-04 12:03:14 +00:00 |
i18n.h
|
|
|
import.cc
|
first part of using appropriate .ext extensions for the current chosen native file header format
|
2010-07-22 02:27:06 +00:00 |
internal_return.cc
|
remove XML-based constructors for several types of Processors; less debugging
|
2010-03-24 14:01:31 +00:00 |
internal_send.cc
|
remove XML-based constructors for several types of Processors; less debugging
|
2010-03-24 14:01:31 +00:00 |
interpolation.cc
|
|
|
io_processor.cc
|
More tinkering with State<>. Use some StateDiffCommands instead of
|
2010-02-11 17:08:34 +00:00 |
io.cc
|
Allow port matrix to show both audio and midi ports at the same time, and use that facility for route IO selectors.
|
2010-07-01 01:14:14 +00:00 |
jack_slave.cc
|
|
|
ladspa_plugin.cc
|
commits 6001-6525 inclusive from 2.X applied to 3.0
|
2010-04-21 02:24:38 +00:00 |
location_importer.cc
|
Fix various code quality issues found by cppcheck (e.g. uninitialized members, larger than necessary variable scope, memory leaks, etc).
|
2010-02-23 20:25:53 +00:00 |
location.cc
|
Fix setting of loop region start/end at the same time. Fixes #3314.
|
2010-07-15 00:24:50 +00:00 |
lv2_event_buffer.cc
|
|
|
lv2_plugin.cc
|
Fix feature specification on instantiation.
|
2010-06-30 00:09:56 +00:00 |
meter.cc
|
Improve behaviour of MIDI metering.
|
2010-06-30 15:08:18 +00:00 |
midi_automation_list_binder.cc
|
Add missing files.
|
2010-07-14 12:29:01 +00:00 |
midi_buffer.cc
|
basically, fix all kinds of odds and ends with MIDI playback, including missed notes and applying gain
|
2010-06-09 13:00:54 +00:00 |
midi_clock_slave.cc
|
Trim midi++ port code to either do in or out, but not both in the same object.
|
2010-07-08 01:00:46 +00:00 |
midi_diskstream.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 |
midi_model.cc
|
add note IDs and use them for looking up notes during a history rebuild. NOTE: INVALIDATES OLDER HISTORY FILES
|
2010-07-20 16:27:34 +00:00 |
midi_patch_manager.cc
|
|
|
midi_playlist.cc
|
midway snapshot of work done on managing Region & Source lifetimes correctly. may fix missing MIDI file bug ; save empty playlists because they may be referred to by the history file ; undo commands auto-delete when objects they refer to die (currently not commands built from XML deserialization); Sources now know how many regions are using them for something, meaning that we know if we can delete the files holding any data for the source
|
2010-06-23 20:14:07 +00:00 |
midi_port.cc
|
allow zero-length SMF files on disk again; fix some gcc 4.X optimization-on compile warnings
|
2010-06-29 20:40:52 +00:00 |
midi_region.cc
|
Remove unused full parameter to Region::state
|
2010-07-16 19:37:46 +00:00 |
midi_ring_buffer.cc
|
basically, fix all kinds of odds and ends with MIDI playback, including missed notes and applying gain
|
2010-06-09 13:00:54 +00:00 |
midi_source.cc
|
add note IDs and use them for looking up notes during a history rebuild. NOTE: INVALIDATES OLDER HISTORY FILES
|
2010-07-20 16:27:34 +00:00 |
midi_state_tracker.cc
|
add note IDs and use them for looking up notes during a history rebuild. NOTE: INVALIDATES OLDER HISTORY FILES
|
2010-07-20 16:27:34 +00:00 |
midi_stretch.cc
|
add note IDs and use them for looking up notes during a history rebuild. NOTE: INVALIDATES OLDER HISTORY FILES
|
2010-07-20 16:27:34 +00:00 |
midi_track.cc
|
only push note-on information into the step edit ringbuffer
|
2010-07-25 13:26:53 +00:00 |
midi_ui.cc
|
Remove non-JACK midi++ ports.
|
2010-07-06 00:16:36 +00:00 |
mix.cc
|
|
|
monitor_processor.cc
|
Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111)
|
2010-05-08 01:20:33 +00:00 |
mtc_slave.cc
|
Trim midi++ port code to either do in or out, but not both in the same object.
|
2010-07-08 01:00:46 +00:00 |
mtdm.cc
|
|
|
mute_master.cc
|
A few cleanups and rearrangements in the RC options. Add options for default mute-affects-* settings, and make routes obey them.
|
2010-05-20 01:30:35 +00:00 |
named_selection.cc
|
|
|
onset_detector.cc
|
Fix various code quality issues found by cppcheck (e.g. uninitialized members, larger than necessary variable scope, memory leaks, etc).
|
2010-02-23 20:25:53 +00:00 |
panner.cc
|
Remove stub class.
|
2010-07-13 01:26:30 +00:00 |
pcm_utils.cc
|
|
|
pi_controller.cc
|
torben's latest fix for the MTC PiC (adjust catch factor)
|
2010-02-12 18:40:42 +00:00 |
playlist_factory.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 |
playlist.cc
|
Don't move automation to follow region when a region has only been trimmed rather than moved.
|
2010-07-22 01:22:56 +00:00 |
plugin_insert.cc
|
forward-port from 2.X commits 5827-6000 including
|
2010-04-15 20:42:05 +00:00 |
plugin_manager.cc
|
Fix up VST build and add basic support for VSTi
|
2010-07-11 21:55:11 +00:00 |
plugin.cc
|
Fix various code quality issues found by cppcheck (e.g. uninitialized members, larger than necessary variable scope, memory leaks, etc).
|
2010-02-23 20:25:53 +00:00 |
port_insert.cc
|
don't override user naming of send/return/port inserts
|
2010-04-01 01:59:47 +00:00 |
port_set.cc
|
changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)
|
2010-03-16 15:33:04 +00:00 |
port.cc
|
Coding style.
|
2010-06-21 23:45:15 +00:00 |
process_thread.cc
|
remove babbling torrent of debug output
|
2010-04-13 21:05:59 +00:00 |
processor.cc
|
Remove stub class.
|
2010-07-13 01:26:30 +00:00 |
quantize.cc
|
|
|
rb_effect.cc
|
Preserve gain envelopes across filtering operations and stretch them across time stretches. Fixes #902.
|
2010-04-26 00:23:40 +00:00 |
rc_configuration.cc
|
Move MIDI control port ownership into the MIDI Manager, since control port state should be Ardour-wide, not per-session. Fix up port connection state management.
|
2010-07-08 22:55:20 +00:00 |
recent_sessions.cc
|
|
|
region_factory.cc
|
add note IDs and use them for looking up notes during a history rebuild. NOTE: INVALIDATES OLDER HISTORY FILES
|
2010-07-20 16:27:34 +00:00 |
region.cc
|
Remove unused full parameter to Region::state
|
2010-07-16 19:37:46 +00:00 |
resampled_source.cc
|
Prevent clipping during the import of files from sources that have
|
2010-04-09 14:11:47 +00:00 |
return.cc
|
Remove muting behaviour from the Amp processor. Fix some small
|
2010-05-17 23:28:13 +00:00 |
reverse.cc
|
the Properties & 64bit region commit
|
2010-02-18 13:59:49 +00:00 |
route_group_member.cc
|
|
|
route_group.cc
|
Emit signal when a group's active state is changed. Fix restoration of state from XML.
|
2010-04-05 17:17:48 +00:00 |
route.cc
|
do not apply global transport declick to MIDI
|
2010-07-25 19:26:14 +00:00 |
run-tests.sh
|
Add test for #3356.
|
2010-07-25 00:42:02 +00:00 |
send.cc
|
Remove muting behaviour from the Amp processor. Fix some small
|
2010-05-17 23:28:13 +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
|
|
|
session_command.cc
|
Fix binding of automation list undo records to MIDI sources. Should fix the remainder of #3203.
|
2010-07-14 12:27:37 +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
|
remove a bunch of uses of long (mostly replaced by int32_t)
|
2010-07-22 16:08:11 +00:00 |
session_export.cc
|
Tweak transmission of MMC on locate. Should fix #3121.
|
2010-06-28 17:25:40 +00:00 |
session_handle.cc
|
|
|
session_metadata.cc
|
|
|
session_midi.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_object.cc
|
Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111)
|
2010-05-08 01:20:33 +00:00 |
session_playlists.cc
|
midway snapshot of work done on managing Region & Source lifetimes correctly. may fix missing MIDI file bug ; save empty playlists because they may be referred to by the history file ; undo commands auto-delete when objects they refer to die (currently not commands built from XML deserialization); Sources now know how many regions are using them for something, meaning that we know if we can delete the files holding any data for the source
|
2010-06-23 20:14:07 +00:00 |
session_process.cc
|
remove a bunch of uses of long (mostly replaced by int32_t)
|
2010-07-22 16:08:11 +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
|
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_time.cc
|
remove a bunch of uses of long (mostly replaced by int32_t)
|
2010-07-22 16:08:11 +00:00 |
session_transport.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_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
|
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 |
slave.cc
|
|
|
smf_source.cc
|
Remove debug output from last commit.
|
2010-07-25 00:48:28 +00:00 |
sndfile_helpers.cc
|
forward-port from 2.X commits 5827-6000 including
|
2010-04-15 20:42:05 +00:00 |
sndfileimportable.cc
|
Evidence from Chris suggests that imported OGG files can clip, so check for that.
|
2010-05-11 00:43:28 +00:00 |
sndfilesource.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 |
source_factory.cc
|
lots of details relating to MIDI file management; try to ignore ALSA sequencer MIDI ports named "Midi-Through"
|
2010-06-26 13:45:59 +00:00 |
source.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 |
sse_functions_64bit.s
|
|
|
sse_functions_xmm.cc
|
remove a bunch of uses of long (mostly replaced by int32_t)
|
2010-07-22 16:08:11 +00:00 |
sse_functions.s
|
|
|
st_pitch.cc
|
|
|
st_stretch.cc
|
|
|
strip_silence.cc
|
Small cleanup: add constructor to InterThreadInfo.
|
2010-05-02 19:08:30 +00:00 |
tape_file_matcher.cc
|
|
|
template_utils.cc
|
|
|
tempo_map_importer.cc
|
|
|
tempo.cc
|
catch thrown exception when rounding backwards from a position too close to zero
|
2010-07-23 23:30:11 +00:00 |
thread_buffers.cc
|
substantive change: use the JACK wait API and provide "thread buffers" separately from session in preparation for parallelization. lots of debug output at present. If using JACK1, requires a very current version of JACK1 SVN (0.119.0)
|
2010-04-13 20:48:33 +00:00 |
ticker.cc
|
Move MIDI control port ownership into the MIDI Manager, since control port state should be Ardour-wide, not per-session. Fix up port connection state management.
|
2010-07-08 22:55:20 +00:00 |
track.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 |
transient_detector.cc
|
|
|
uri_map.cc
|
|
|
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 a bunch of uses of long (mostly replaced by int32_t)
|
2010-07-22 16:08:11 +00:00 |
vst_plugin.cc
|
remove a bunch of uses of long (mostly replaced by int32_t)
|
2010-07-22 16:08:11 +00:00 |
wscript
|
Add test for #3356.
|
2010-07-25 00:42:02 +00:00 |