ardour/libs/ardour
2009-08-24 22:01:26 +00:00
..
ardour Some improvements to performance with crossfades: don't recompute a whole track's crossfade curves 2009-08-23 19:42:01 +00:00
lv2ext Preliminary MIDI plugin support. 2009-05-04 15:50:51 +00:00
macosx Fix ardour2 -> ardour3 issues. 2009-02-18 18:32:13 +00:00
po The great audio processing overhaul. 2009-05-07 06:30:50 +00:00
tests interpolation.cc/h: Remove all failed and obsolete attempts, leave linear and cubic 2009-07-24 05:27:49 +00:00
.cvsignore rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
amp.cc install ardour.menus and bindings file (elthariel) ; initial, basic MIDI gain (fader) working 2009-07-23 03:01:31 +00:00
analyser.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
audio_buffer.cc remove offset from process callback tree. some breakage may have occured. yes, really. 2009-04-23 17:48:37 +00:00
audio_diskstream.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
audio_library.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
audio_playlist.cc Freeze the audio playlist after completing the set_state on the parent playlist (rather than before) so that the playlist state gets flushed before we start creating crossfades. Otherwise in some cases expected RegionViews won't exist for crossfades when they are created. 2009-08-24 22:01:26 +00:00
audio_playlist_importer.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
audio_port.cc Preliminary MIDI plugin support. 2009-05-04 15:50:51 +00:00
audio_region_importer.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
audio_track.cc avoid crashes caused by the process buffer set being larger than expected when passed into Route::process_output_buffers() 2009-07-29 19:02:02 +00:00
audio_track_importer.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
audio_unit.cc merge pre- and post-fader processor boxes; start removing Placement (not finished) ; add -DWAF_BUILD and use per-directory foobar-config.h to correctly pick up configure-time settings like HAVE_OGG ; check for libgiomm (part of upgrade to newer gtk stack); 32 bit marker reload fix from 2.X; audiounit IO config cache fix from 2.X; multi-add route template fix from 2.X; plugin GUI delete fix from 2.X; solo button labels are A or P for listen mode 2009-07-13 00:26:28 +00:00
audioanalyser.cc part 2 of 3 of the 2.8 -> 3.0 merge 2009-04-16 16:02:25 +00:00
audioengine.cc fix (no)use of offset in AudioEngine::get_sync_offset() 2009-08-09 12:06:03 +00:00
audiofile_tagger.cc Use actually normal taglib headers (apparently it completely changes them on install. More idiotically layed out library tree, ever.). 2009-02-26 03:24:05 +00:00
audiofilesource.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
audioregion.cc Fix uninitialised variable. 2009-08-24 18:22:41 +00:00
audiosource.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
auditioner.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
auto_bundle.cc merge from 2.0-ongoing @ 3581 2008-09-10 15:03:30 +00:00
automatable.cc the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or 2.X SESSIONS !!!! BREAKAGE IS EXPECTED !!!! IF YOU HAVE AND NEED A WORKING 3.0 DO **NOT** UPDATE. !!!! otherwise, update and enjoy the steadily emerging joys of this major reworking of ardour internals 2009-06-09 20:21:19 +00:00
automation.cc rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
automation_control.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
automation_list.cc Fix compiler warnings 2009-03-07 09:42:39 +00:00
beats_frames_converter.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
broadcast_info.cc First stage of options rework. 2009-05-14 00:13:27 +00:00
buffer.cc remove offset from process callback tree. some breakage may have occured. yes, really. 2009-04-23 17:48:37 +00:00
buffer_set.cc merge pre- and post-fader processor boxes; start removing Placement (not finished) ; add -DWAF_BUILD and use per-directory foobar-config.h to correctly pick up configure-time settings like HAVE_OGG ; check for libgiomm (part of upgrade to newer gtk stack); 32 bit marker reload fix from 2.X; audiounit IO config cache fix from 2.X; multi-add route template fix from 2.X; plugin GUI delete fix from 2.X; solo button labels are A or P for listen mode 2009-07-13 00:26:28 +00:00
bundle.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
caimportable.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
chan_count.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
chan_mapping.cc Add mising file. 2009-05-07 14:17:19 +00:00
ChangeLog rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
configuration.cc First stage of options rework. 2009-05-14 00:13:27 +00:00
control_outputs.cc more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF BREAKAGE STILL EXPECTED ; change all(?) methods that pass a start/end frame in to use sframes_t not nframes_t 2009-05-13 21:34:09 +00:00
control_protocol_manager.cc Quote includes for control_protocol. 2009-02-25 18:39:39 +00:00
control_protocol_search_path.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
coreaudiosource.cc waf build works on OS X ; new bindings file and processing system in place for mnemonic-us 2009-08-08 22:36:32 +00:00
crossfade.cc Some improvements to performance with crossfades: don't recompute a whole track's crossfade curves 2009-08-23 19:42:01 +00:00
cycle_timer.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
default_click.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
delivery.cc make i18n build work ; add mackie dir back to build ; token work on amp for MIDI; don't try to subgroup route groups with MIDI (for now) 2009-07-22 13:51:16 +00:00
directory_names.cc track templates, backported from 2.X 2009-03-02 16:52:40 +00:00
diskstream.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
element_import_handler.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
element_importer.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
enums.cc separate solo & listen. some minor fixes and additional related fixes still to come 2009-07-01 13:36:50 +00:00
event_type_map.cc Patch from agorka to add some includes required for building with the GCC shipped with Ubuntu Karmic. 2009-05-18 00:21:17 +00:00
export_channel.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
export_channel_configuration.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
export_file_io.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
export_filename.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
export_format_base.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
export_format_manager.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
export_format_specification.cc Fix a bunch of warnings. 2009-02-26 00:58:35 +00:00
export_formats.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
export_handler.cc cd marker export patch from Andreas Ruge modified for 3.0 2009-06-11 19:50:24 +00:00
export_multiplication.cc * Improved export error handling, streamlined ExportFailed 2008-09-28 11:11:38 +00:00
export_preset.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
export_processor.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
export_profile_manager.cc Remove some extraneous includes. reorder some others (fixes compilation on fedora 10). 2009-05-13 16:04:41 +00:00
export_status.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
export_timespan.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
export_utilities.cc Fix a bunch of warnings. 2009-02-26 00:58:35 +00:00
file_source.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
filename_extensions.cc Patch from agorka to add some includes required for building with the GCC shipped with Ubuntu Karmic. 2009-05-18 00:21:17 +00:00
filesystem_paths.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
filter.cc Some small cleanups. 2009-06-13 18:44:05 +00:00
find_session.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
gain.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
gdither.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
gettext.h rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
globals.cc merge pre- and post-fader processor boxes; start removing Placement (not finished) ; add -DWAF_BUILD and use per-directory foobar-config.h to correctly pick up configure-time settings like HAVE_OGG ; check for libgiomm (part of upgrade to newer gtk stack); 32 bit marker reload fix from 2.X; audiounit IO config cache fix from 2.X; multi-add route template fix from 2.X; plugin GUI delete fix from 2.X; solo button labels are A or P for listen mode 2009-07-13 00:26:28 +00:00
i18n.h *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
import.cc Fix import dialog so that file number progress gets updated correctly. Stop a new progress dialog being popped up for each file. 2009-08-02 00:32:26 +00:00
internal_return.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
internal_send.cc avoid crashes caused by the process buffer set being larger than expected when passed into Route::process_output_buffers() 2009-07-29 19:02:02 +00:00
interpolation.cc interpolation.cc/h: Remove all failed and obsolete attempts, leave linear and cubic 2009-07-24 05:27:49 +00:00
io.cc first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProcessor being reported in a misleading way; in/out translation fix from 2.X, sort of 2009-08-10 19:29:29 +00:00
io_processor.cc first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProcessor being reported in a misleading way; in/out translation fix from 2.X, sort of 2009-08-10 19:29:29 +00:00
jack_slave.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
ladspa_plugin.cc Fix LADSPA plugin channel mapping. 2009-05-06 06:38:53 +00:00
location.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
location_importer.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
lv2_event_buffer.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
lv2_plugin.cc Fix crash on startup if an LV2 plugin has a bad .ttl file. 2009-08-19 18:31:47 +00:00
meter.cc Introduce an accurate version of coefficient_to_dB and use it in non speed-critical 2009-08-22 10:21:39 +00:00
midi_buffer.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
midi_clock_slave.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
midi_diskstream.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
midi_model.cc Fix MIDI recording. 2009-05-04 19:58:48 +00:00
midi_patch_manager.cc Remove annoying pop-up message. 2009-06-09 20:56:34 +00:00
midi_playlist.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
midi_port.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
midi_region.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
midi_ring_buffer.cc Fix crash when playing back MIDI within a loop. 2009-05-05 02:04:56 +00:00
midi_source.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
midi_state_tracker.cc more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF BREAKAGE STILL EXPECTED ; change all(?) methods that pass a start/end frame in to use sframes_t not nframes_t 2009-05-13 21:34:09 +00:00
midi_stretch.cc Fix crash on MIDI stretch. 2009-04-30 21:57:28 +00:00
midi_track.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
mix.cc Compilation fixes from using namespace removal. 2009-05-13 15:45:38 +00:00
mtc_slave.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
mute_master.cc nick m's fix for markers etc ; several tweaks for mute/solo ; rename run_in_place() as run() 2009-06-10 18:10:07 +00:00
named_selection.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
onset_detector.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
panner.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
pcm_utils.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
playlist.cc Remove unused method in RouteTimeAxisView. Fix bug with switching to layered region mode. 2009-08-24 01:01:18 +00:00
playlist_factory.cc First stage of options rework. 2009-05-14 00:13:27 +00:00
plugin.cc merge pre- and post-fader processor boxes; start removing Placement (not finished) ; add -DWAF_BUILD and use per-directory foobar-config.h to correctly pick up configure-time settings like HAVE_OGG ; check for libgiomm (part of upgrade to newer gtk stack); 32 bit marker reload fix from 2.X; audiounit IO config cache fix from 2.X; multi-add route template fix from 2.X; plugin GUI delete fix from 2.X; solo button labels are A or P for listen mode 2009-07-13 00:26:28 +00:00
plugin_insert.cc Fix update of brackets around processor name on activate / deactivate. 2009-08-02 00:34:49 +00:00
plugin_manager.cc waf build works on OS X ; new bindings file and processing system in place for mnemonic-us 2009-08-08 22:36:32 +00:00
port.cc merge pre- and post-fader processor boxes; start removing Placement (not finished) ; add -DWAF_BUILD and use per-directory foobar-config.h to correctly pick up configure-time settings like HAVE_OGG ; check for libgiomm (part of upgrade to newer gtk stack); 32 bit marker reload fix from 2.X; audiounit IO config cache fix from 2.X; multi-add route template fix from 2.X; plugin GUI delete fix from 2.X; solo button labels are A or P for listen mode 2009-07-13 00:26:28 +00:00
port_insert.cc fix clicking when processors become active/inactive; reduce crazy 2.5sec delay for quit dialog 2009-07-21 14:39:21 +00:00
port_set.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
processor.cc first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProcessor being reported in a misleading way; in/out translation fix from 2.X, sort of 2009-08-10 19:29:29 +00:00
quantize.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
rb_effect.cc Step towards having both rubberband and soundtouch compiled in at once. 2009-02-27 00:59:30 +00:00
rc_configuration.cc Add session preferences dialog. 2009-05-16 01:22:43 +00:00
recent_sessions.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
region.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
region_factory.cc first pass (ok, third really) at internal send+return - audio routing inside ardour without JACK. lots still to do, but at least the obvious works 2009-06-16 14:58:33 +00:00
resampled_source.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
return.cc fix clicking when processors become active/inactive; reduce crazy 2.5sec delay for quit dialog 2009-07-21 14:39:21 +00:00
reverse.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
route.cc first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProcessor being reported in a misleading way; in/out translation fix from 2.X, sort of 2009-08-10 19:29:29 +00:00
route_group.cc make i18n build work ; add mackie dir back to build ; token work on amp for MIDI; don't try to subgroup route groups with MIDI (for now) 2009-07-22 13:51:16 +00:00
SConscript Probably fix SCons build. 2009-06-17 00:29:40 +00:00
send.cc make i18n build work ; add mackie dir back to build ; token work on amp for MIDI; don't try to subgroup route groups with MIDI (for now) 2009-07-22 13:51:16 +00:00
session.cc remove all MIDI-specific editing modes by making standard work either at object level or within (e.g. notes, etc) ; make tool buttons proxies for GtkActions ; internal sends have their own BufferSet now, instead of using Session ones; don't make internal sends to the monitor bus active when added to the Route 2009-07-28 20:51:28 +00:00
session_butler.cc allow automation-follows-relevant-regions again 2009-06-26 17:56:35 +00:00
session_click.cc Missing format = 0 from last commit. 2009-08-24 17:22:16 +00:00
session_command.cc fix mute & solo behaviour mostly ; remove some verbose debugging output 2009-06-10 13:59:06 +00:00
session_configuration.cc Add session preferences dialog. 2009-05-16 01:22:43 +00:00
session_directory.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
session_events.cc First stage of options rework. 2009-05-14 00:13:27 +00:00
session_export.cc Remove some extraneous includes. reorder some others (fixes compilation on fedora 10). 2009-05-13 16:04:41 +00:00
session_feedback.cc Quote includes for control_protocol. 2009-02-25 18:39:39 +00:00
session_metadata.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
session_midi.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
session_process.cc spline interpolation: fix crash bugs on negative speed and NULL inputs 2009-07-22 09:27:13 +00:00
session_state.cc move assignments out of assert() in editor_drag (thanks lincoln); change mouse mode buttons when in internal/MIDI mode; arrow key control of note velocity, value and position - hey look ma, MIDI editing! 2009-08-17 15:58:47 +00:00
session_state_utils.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
session_time.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
session_transport.cc Stop playhead jumping around on locate. 2009-07-20 23:42:37 +00:00
session_utils.cc Patch from agorka to add some includes required for building with the GCC shipped with Ubuntu Karmic. 2009-05-18 00:21:17 +00:00
session_vst.cc part 2 of 3 of the 2.8 -> 3.0 merge 2009-04-16 16:02:25 +00:00
smf_source.cc The great audio processing overhaul. 2009-05-07 06:30:50 +00:00
sndfile_helpers.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
sndfileimportable.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
sndfilesource.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
source.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
source_factory.cc merge pre- and post-fader processor boxes; start removing Placement (not finished) ; add -DWAF_BUILD and use per-directory foobar-config.h to correctly pick up configure-time settings like HAVE_OGG ; check for libgiomm (part of upgrade to newer gtk stack); 32 bit marker reload fix from 2.X; audiounit IO config cache fix from 2.X; multi-add route template fix from 2.X; plugin GUI delete fix from 2.X; solo button labels are A or P for listen mode 2009-07-13 00:26:28 +00:00
sse_functions.s rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
sse_functions_64bit.s rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
sse_functions_xmm.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
st_pitch.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
st_stretch.cc Step towards having both rubberband and soundtouch compiled in at once. 2009-02-27 00:59:30 +00:00
strip_silence.cc Add files missing from previous commit. 2009-04-29 17:05:42 +00:00
tape_file_matcher.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
template_utils.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
tempo.cc Allow Insert Time option to move tempos and time sig changes, as per #1951. 2009-06-08 23:24:14 +00:00
tempo_map_importer.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
ticker.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
track.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
transient_detector.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
uri_map.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
user_bundle.cc *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
utils.cc merge pre- and post-fader processor boxes; start removing Placement (not finished) ; add -DWAF_BUILD and use per-directory foobar-config.h to correctly pick up configure-time settings like HAVE_OGG ; check for libgiomm (part of upgrade to newer gtk stack); 32 bit marker reload fix from 2.X; audiounit IO config cache fix from 2.X; multi-add route template fix from 2.X; plugin GUI delete fix from 2.X; solo button labels are A or P for listen mode 2009-07-13 00:26:28 +00:00
vst_plugin.cc Preliminary MIDI plugin support. 2009-05-04 15:50:51 +00:00
wscript waf build works on OS X ; new bindings file and processing system in place for mnemonic-us 2009-08-08 22:36:32 +00:00