13
0
livetrax/libs/ardour
Paul Davis 1c49138e00 move MidiPortManager from AudioEngine to Session
This makes the responsibilities and ownership of non-Route related MIDI ports
more clear, and removes a few wierd bits of code. It also ensures that open/close/open
on the same session will retain connections for those MIDI ports
2013-09-05 13:22:34 -04:00
..
ardour move MidiPortManager from AudioEngine to Session 2013-09-05 13:22:34 -04:00
po updated .po files from waf i18n, plus an updated gtk2_ardour/de.po from Edgar Aichinger 2013-09-03 08:00:58 -04:00
test
amp.cc
analyser.cc
async_midi_port.cc
audio_buffer.cc
audio_diskstream.cc Merge branch 'master' into audioengine 2013-09-03 17:41:49 -04:00
audio_library.cc
audio_playlist_importer.cc
audio_playlist_source.cc
audio_playlist.cc
audio_port.cc
audio_region_importer.cc
audio_track_importer.cc
audio_track.cc Merge branch 'master' into audioengine 2013-09-03 17:41:49 -04:00
audio_unit.cc
audioanalyser.cc
audioengine.cc move MidiPortManager from AudioEngine to Session 2013-09-05 13:22:34 -04:00
audiofile_tagger.cc
audiofilesource.cc
audioregion.cc
audiosource.cc
auditioner.cc
auto_bundle.cc
automatable.cc
automation_control.cc
automation_list.cc
automation_watch.cc
automation.cc
backend_search_path.cc
beats_frames_converter.cc
broadcast_info.cc
buffer_manager.cc
buffer_set.cc
buffer.cc
bundle.cc
butler.cc pot/po file updates caused by waf i18n 2013-08-24 11:46:45 -04:00
caimportable.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
element_import_handler.cc
element_importer.cc
enums.cc export: add support for CAF 2013-08-24 14:23:25 +02:00
event_type_map.cc
export_channel_configuration.cc
export_channel.cc
export_failed.cc
export_filename.cc
export_format_base.cc
export_format_manager.cc export: add support for CAF 2013-08-24 14:23:25 +02:00
export_format_specification.cc
export_formats_search_path.cc
export_formats.cc
export_graph_builder.cc
export_handler.cc
export_multiplication.cc
export_preset.cc
export_profile_manager.cc
export_status.cc
export_timespan.cc
file_source.cc
filename_extensions.cc
filesystem_paths.cc
filter.cc
find_session.cc
gettext.h
globals.cc fix merge issues with master 2013-08-14 13:10:59 -04:00
graph.cc
graphnode.cc
i18n.h
iec1ppmdsp.cc fix typo in IEC-meter 'weird-float' protection. 2013-08-29 18:46:03 +02:00
iec2ppmdsp.cc fix typo in IEC-meter 'weird-float' protection. 2013-08-29 18:46:03 +02:00
import.cc
instrument_info.cc
internal_return.cc
internal_send.cc
interpolation.cc fix vari-speed phase (when used for calculation only) 2013-08-27 20:55:15 +02:00
io_processor.cc
io.cc
jack_api.cc
jack_audiobackend.cc don't write a bogus jack cmdline ... leave the existing ~/.jackdrc file alone if an error creating the cmdline occurs 2013-08-09 18:35:07 -04:00
jack_connection.cc
jack_portengine.cc
jack_slave.cc
jack_utils.cc remove JACK midi system stuff from jack_utils, because we're not going to use it (for a while, at least) 2013-08-14 12:40:10 -04:00
kmeterdsp.cc protect meters against weird float values 2013-08-29 17:36:52 +02:00
ladspa_plugin.cc
linux_vst_info_file.cc
linux_vst_support.cc
location_importer.cc
location.cc
ltc_slave.cc
lv2_bundled_search_path.cc
lv2_evbuf.c
lv2_evbuf.h
lv2_plugin.cc Merge branch 'master' into audioengine 2013-09-03 17:41:49 -04:00
lxvst_plugin.cc
meter.cc
midi_automation_list_binder.cc
midi_buffer.cc
midi_clock_slave.cc fixes to get MTC (and probably MIDI clock) slaving working again 2013-08-13 12:53:28 -04:00
midi_diskstream.cc some const_cast<> additions for OS X where gcc believes that volatile int* means const int* 2013-08-14 12:40:49 -04:00
midi_model.cc
midi_patch_manager.cc
midi_patch_search_path.cc
midi_playlist_source.cc
midi_playlist.cc
midi_port.cc fixes to get MTC (and probably MIDI clock) slaving working again 2013-08-13 12:53:28 -04:00
midi_region.cc
midi_ring_buffer.cc
midi_source.cc
midi_state_tracker.cc
midi_stretch.cc
midi_track.cc add std:: to clarify use of llabs on OS X 2013-09-02 17:45:04 -04:00
midi_ui.cc move MidiPortManager from AudioEngine to Session 2013-09-05 13:22:34 -04:00
midiport_manager.cc move MidiPortManager from AudioEngine to Session 2013-09-05 13:22:34 -04:00
mix.cc
monitor_processor.cc
mtc_slave.cc fixes to get MTC (and probably MIDI clock) slaving working again 2013-08-13 12:53:28 -04:00
mtdm.cc
mute_master.cc
onset_detector.cc
operations.cc
pan_controllable.cc
pannable.cc
panner_manager.cc
panner_search_path.cc
panner_shell.cc
panner.cc
pcm_utils.cc
pi_controller.cc
playlist_factory.cc
playlist_source.cc
playlist.cc
plugin_insert.cc
plugin_manager.cc
plugin.cc
port_insert.cc
port_manager.cc
port_set.cc
port.cc save and restore all ardour-owned MIDI ports 2013-08-13 21:59:05 -04:00
process_thread.cc
processor.cc
progress.cc
quantize.cc
rb_effect.cc
rc_configuration.cc move MidiPortManager from AudioEngine to Session 2013-09-05 13:22:34 -04:00
rdff.c
rdff.h
recent_sessions.cc
region_factory.cc
region.cc check master sources when determining whether a region uses a source. should fix #5618 2013-08-15 11:43:37 -04:00
resampled_source.cc
return.cc
reverse.cc
route_graph.cc
route_group_member.cc
route_group.cc
route.cc more purging of JACK as an explicit name from libardour 2013-08-09 13:56:23 -04:00
run-profiling.sh
run-session-tests.sh
run-tests.sh
send.cc
session_butler.cc
session_click.cc
session_command.cc
session_configuration.cc
session_directory.cc
session_events.cc
session_export.cc move MidiPortManager from AudioEngine to Session 2013-09-05 13:22:34 -04:00
session_handle.cc
session_jack.cc
session_ltc.cc Merge branch 'master' into audioengine 2013-08-09 16:29:23 -04:00
session_metadata.cc
session_midi.cc move MidiPortManager from AudioEngine to Session 2013-09-05 13:22:34 -04:00
session_object.cc
session_playlists.cc
session_process.cc fixes to get MTC (and probably MIDI clock) slaving working again 2013-08-13 12:53:28 -04:00
session_rtevents.cc
session_state_utils.cc
session_state.cc move MidiPortManager from AudioEngine to Session 2013-09-05 13:22:34 -04:00
session_time.cc
session_transport.cc move MidiPortManager from AudioEngine to Session 2013-09-05 13:22:34 -04:00
session_vst.cc
session.cc move MidiPortManager from AudioEngine to Session 2013-09-05 13:22:34 -04:00
slave.cc
smf_source.cc
sndfile_helpers.cc
sndfileimportable.cc
sndfilesource.cc
source_factory.cc
source.cc
speakers.cc
sse_functions_64bit.s
sse_functions_xmm.cc
sse_functions.s
st_pitch.cc
st_stretch.cc
strip_silence.cc
tape_file_matcher.cc
template_utils.cc
tempo_map_importer.cc
tempo.cc
test-env.sh
thread_buffers.cc
ticker.cc move MidiPortManager from AudioEngine to Session 2013-09-05 13:22:34 -04:00
track.cc more purging of JACK as an explicit name from libardour 2013-08-09 13:56:23 -04:00
transient_detector.cc
unknown_processor.cc
uri_map.cc
user_bundle.cc
utils.cc
vst_plugin.cc
vumeterdsp.cc protect meters against weird float values 2013-08-29 17:36:52 +02:00
windows_vst_plugin.cc
worker.cc
wscript