..
ardour
Allow PluginControl to modulate plugin parameters
2017-02-26 15:36:24 +01:00
macosx /libardour.xcodeproj
msvc
MSVClibardour
update MSVC project in the wake of cf1651e6
2016-11-15 23:11:50 +01:00
po
latest Czech translation for libs/ardour, from Pavel Fric (December 2016)
2017-02-13 14:34:36 +01:00
test
add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for various failures.
2016-12-19 04:02:01 +11:00
amp.cc
use SSE/AVX for scaling gain automation buffer via masters' value
2017-01-21 15:22:38 +00:00
analyser.cc
analysis_graph.cc
async_midi_port.cc
Fix event type and parameter type confusion
2016-12-03 15:28:19 -05:00
audio_backend.cc
spelling corrections from Jaromír Mikeš <mira.mikes@seznam.cz>
2016-10-17 17:57:39 -04:00
audio_buffer.cc
audio_diskstream.cc
Add alternative preroll record mode:
2017-01-19 13:05:54 +01:00
audio_library.cc
audio_playlist.cc
audio_playlist_importer.cc
audio_playlist_source.cc
audio_port.cc
audio_region_importer.cc
audio_track.cc
Hide/remove per-track record-mode in favor of global setting.
2016-12-17 02:43:42 +01:00
audio_track_importer.cc
audio_unit.cc
Add a note.
2017-01-20 00:50:29 +01:00
audioanalyser.cc
audioengine.cc
Fix warnings
2016-12-03 15:27:38 -05:00
audiofile_tagger.cc
audiofilesource.cc
Allow gain factor for audio sources.
2016-12-27 18:20:02 +01:00
audioregion.cc
rework snap
2017-02-04 22:57:36 +11:00
audiosource.cc
Fix a potential deadlock/crash (here tape-track peak-file)
2016-12-12 03:13:16 +01:00
auditioner.cc
Fall back to general MIDI synth for auditioning.
2017-01-30 16:41:56 +01:00
automatable.cc
save state of an automation list, even if empty, because it might exist in the history state
2017-01-09 15:01:55 +00:00
automation.cc
automation_control.cc
redesign VCA control over gain (and theoretically other scalar controls)
2017-02-21 15:07:07 +01:00
automation_list.cc
automation_watch.cc
at transport stop, clear all existing automation watches (touch)
2017-01-23 13:25:24 +01:00
beats_frames_converter.cc
broadcast_info.cc
buffer.cc
buffer_manager.cc
buffer_set.cc
fix type warning
2017-02-05 10:58:10 +01:00
bundle.cc
butler.cc
caimportable.cc
capturing_processor.cc
chan_count.cc
chan_mapping.cc
ChangeLog
control_group.cc
an automation control that has to do things before its value is set in an RT context should potentially tell its ControlGroup
2017-02-08 18:55:05 +01:00
control_protocol_manager.cc
make ControlProtocolManager actually handle control protocols that fail to activate
2016-11-03 20:24:09 +00:00
controllable_descriptor.cc
coreaudiosource.cc
cycle_timer.cc
data_type.cc
debug.cc
Inital support for Steinberg's CC121 control surface
2016-10-13 12:10:39 -04:00
default_click.cc
delayline.cc
Remove Evoral::MIDIEvent
2016-12-03 15:18:21 -05:00
delivery.cc
Fix forwarding of output-buffers.
2016-11-25 13:26:38 +01:00
directory_names.cc
diskstream.cc
Hide/remove per-track record-mode in favor of global setting.
2016-12-17 02:43:42 +01:00
dsp_filter.cc
correct comment
2016-09-27 14:59:32 -05:00
ebur128_analysis.cc
element_import_handler.cc
element_importer.cc
engine_slave.cc
engine_state_controller.cc
enums.cc
Prepare session-wide implicit monitoring overrides
2017-01-16 19:54:42 +01:00
event_type_map.cc
add XML names/handling for additional Parameter types.
2017-01-09 15:01:55 +00:00
export_channel.cc
export_channel_configuration.cc
export_failed.cc
export_filename.cc
Export option to use snapshot name instead of session name
2017-02-02 12:40:26 +01:00
export_format_base.cc
export_format_manager.cc
export_format_specification.cc
export_formats.cc
export_graph_builder.cc
fix copy/paste typo in prev. commit
2016-12-07 01:06:22 +01:00
export_handler.cc
Desperate hack to align master-bus on export.
2016-10-25 22:33:37 +02:00
export_preset.cc
export_profile_manager.cc
export_status.cc
export_timespan.cc
file_source.cc
Allow gain factor for audio sources.
2016-12-27 18:20:02 +01:00
filename_extensions.cc
filesystem_paths.cc
allow to get custom/product/version independent cach dir
2016-09-28 13:13:56 +02:00
filter.cc
find_session.cc
Add backend support to extract session-archives
2016-12-27 22:24:24 +01:00
fixed_delay.cc
fluid_synth.cc
properly handle FS pitch-bend - closes #7140
2016-11-28 12:53:20 +01:00
gain_control.cc
redesign VCA control over gain (and theoretically other scalar controls)
2017-02-21 15:07:07 +01:00
gettext.h
globals.cc
Fixing LV2_SUPPORT #ifdefs
2017-01-05 09:24:40 +00:00
graph.cc
graphnode.cc
iec1ppmdsp.cc
iec2ppmdsp.cc
import.cc
use SMF track or instrument names in imported MIDI track names, if requested
2016-12-14 11:46:26 +00:00
instrument_info.cc
variation of a PR from ngeiwei that adds MIDI channel info to controller names
2017-01-05 09:56:45 +00:00
internal_return.cc
internal_send.cc
allow feedback (loops) from internal sends
2016-10-14 15:06:49 +02:00
interpolation.cc
io.cc
Plug some libardour memory leaks
2017-01-20 11:32:55 +01:00
io_processor.cc
kmeterdsp.cc
ladspa_plugin.cc
Implementations for Plugin-Preset-Load to set automation
2017-02-21 15:24:20 +01:00
legatize.cc
linux_vst_support.cc
try VST2.4's VSTPluginMain first
2016-11-17 13:03:36 +01:00
load-save-session-collection.sh
load-save-session.sh
location.cc
stop looping when deleting loop-range (fixes potential crash)
2017-01-28 12:05:50 +01:00
location_importer.cc
ltc_file_reader.cc
ltc_slave.cc
Clarify "frames" (video, timecode) vs "samples" (audio)
2016-12-08 12:45:44 +01:00
lua_api.cc
Allow to access/load LuaDSP plugins with default plugin lua-bindings API
2017-02-21 16:15:13 +01:00
luabindings.cc
Add some missing luabridge::ClassInfo<>::getClassKey() - fix windows builds
2017-02-25 18:38:27 +01:00
luaproc.cc
Save Lua script origin (for later updates) -- DSP plugin
2017-02-24 16:10:14 +01:00
luascripting.cc
Allow to use any Lua function factory, produce bytecode
2017-02-17 18:58:11 +01:00
lv2_evbuf.c
lv2_evbuf.h
lv2_plugin.cc
Implementations for Plugin-Preset-Load to set automation
2017-02-21 15:24:20 +01:00
lxvst_plugin.cc
Set rate and blocksize for multi-instance VSTs
2017-01-13 11:29:30 +01:00
mac_vst_plugin.cc
Set rate and blocksize for multi-instance VSTs
2017-01-13 11:29:30 +01:00
mac_vst_support.cc
fix 32bit+PPC OSX builds
2016-11-16 17:25:02 +01:00
meter.cc
Remove Evoral::MIDIEvent
2016-12-03 15:18:21 -05:00
midi_automation_list_binder.cc
midi_buffer.cc
Fix event type and parameter type confusion
2016-12-03 15:28:19 -05:00
midi_channel_filter.cc
Remove Evoral::MIDIEvent
2016-12-03 15:18:21 -05:00
midi_clock_slave.cc
rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.
2016-11-11 03:37:08 +11:00
midi_diskstream.cc
Add alternative preroll record mode:
2017-01-19 13:05:54 +01:00
midi_model.cc
NO-OP: add a few spaces before function args
2017-01-23 21:58:02 +01:00
midi_patch_manager.cc
Fix midnam replacement:
2016-10-30 21:24:26 +01:00
midi_playlist.cc
Don't copy-construct MusicFrame, pass const reference.
2017-02-15 14:20:26 +01:00
midi_playlist_source.cc
midi_port.cc
Remove Evoral::MIDIEvent
2016-12-03 15:18:21 -05:00
midi_region.cc
fix missing position property in MidiRegion::clone()
2017-02-13 02:03:05 +11:00
midi_ring_buffer.cc
Clean up MIDI debugging output
2016-10-17 20:22:26 -04:00
midi_scene_change.cc
midi_scene_changer.cc
allow all types of range location (loop, start, end etc.) to be glued to bars and beats.
2016-12-29 01:39:31 +11:00
midi_source.cc
Fix Sequence/Event const-correctness issues
2016-12-03 15:18:20 -05:00
midi_state_tracker.cc
Fix event type and parameter type confusion
2016-12-03 15:28:19 -05:00
midi_stretch.cc
midi_track.cc
Hide/remove per-track record-mode in favor of global setting.
2016-12-17 02:43:42 +01:00
midi_ui.cc
mididm.cc
midiport_manager.cc
mix.cc
mode.cc
move mode/scale/key definitions out of push2 code and into libardour; Aeolian is the same as Minor
2016-09-28 10:47:17 -05:00
monitor_control.cc
Revert "change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed."
2016-10-14 11:42:41 -04:00
monitor_processor.cc
mtc_slave.cc
Fix MTC slave implicit return on transport-stop
2017-01-10 10:39:22 +01:00
mtdm.cc
mute_control.cc
Revert "change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed."
2016-10-14 11:42:41 -04:00
mute_master.cc
muteable.cc
note_fixer.cc
onset_detector.cc
operations.cc
pan_controllable.cc
Revert "change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed."
2016-10-14 11:42:41 -04:00
pannable.cc
fix panner reset when switching to aux-sends -- fixes #6893
2016-10-13 19:57:50 +02:00
panner.cc
panner_manager.cc
panner_shell.cc
parameter_descriptor.cc
cater for Note translations. e.g. "Ré ♯" UTF-8
2016-10-11 14:09:54 +02:00
pcm_utils.cc
phase_control.cc
much simpler implementation of fix originally in c104c9d472: don't call Session::set_dirty() or emit Changed() unless AutomationControl actually changes value
2016-10-14 11:42:41 -04:00
playlist.cc
Don't copy-construct MusicFrame, pass const reference.
2017-02-15 14:20:26 +01:00
playlist_factory.cc
playlist_source.cc
plugin.cc
Fix oddities when replacing VST-presets.
2017-01-20 00:50:14 +01:00
plugin_insert.cc
Allow PluginControl to modulate plugin parameters
2017-02-26 15:36:24 +01:00
plugin_manager.cc
Safe Mode: disable VST scan
2017-01-23 19:53:18 +01:00
port.cc
port_insert.cc
port_manager.cc
when fetching MIDI ports for bundles and auto-connection, ignore control-only (and "virtual") MIDI ports
2016-10-21 16:32:46 -04:00
port_set.cc
presentation_info.cc
remove debug output from PresentationInfo changes
2017-02-09 16:49:11 +01:00
process_thread.cc
processor.cc
progress.cc
quantize.cc
rb_effect.cc
rc_configuration.cc
rdff.c
rdff.h
recent_sessions.cc
record_enable_control.cc
Revert "change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed."
2016-10-14 11:42:41 -04:00
record_safe_control.cc
Revert "change return type of AutomationControl::actually_set_value() from void to bool, to indicate if value was changed."
2016-10-14 11:42:41 -04:00
region.cc
unconditionally set region quarter note in set_position().
2017-02-15 22:55:51 +11:00
region_factory.cc
rework snap
2017-02-04 22:57:36 +11:00
resampled_source.cc
return.cc
reverse.cc
route.cc
remove debug output
2017-02-07 17:09:28 +01:00
route_graph.cc
route_group.cc
save/restore VCA master state inside slaves, so that a reloaded session ends up back in the same state
2017-02-06 16:49:08 +01:00
route_group_member.cc
run-profiling.sh
run-tests.sh
scene_change.cc
search_paths.cc
send.cc
session.cc
Emit a signal when Lua session script change (prepare UI update to un/set)
2017-02-19 01:29:08 +01:00
session_butler.cc
session_click.cc
Split metronome methods into re-usable parts (for count-in)
2017-01-17 20:20:34 +01:00
session_command.cc
session_configuration.cc
session_directory.cc
session_events.cc
session_export.cc
Desperate hack to align master-bus on export.
2016-10-25 22:33:37 +02:00
session_handle.cc
session_ltc.cc
Clarify "frames" (video, timecode) vs "samples" (audio)
2016-12-08 12:45:44 +01:00
session_metadata.cc
session_midi.cc
Clarify "frames" (video, timecode) vs "samples" (audio)
2016-12-08 12:45:44 +01:00
session_object.cc
session_playlists.cc
Proposed fix managing shared playlists (see #7150 )
2017-01-05 09:20:50 +00:00
session_process.cc
Rework preroll-rec API:
2017-01-19 13:05:54 +01:00
session_rtevents.cc
an automation control that has to do things before its value is set in an RT context should potentially tell its ControlGroup
2017-02-08 18:55:05 +01:00
session_state.cc
Prepare re-locating missing external files.
2017-02-22 10:51:08 +01:00
session_state_utils.cc
session_time.cc
Clarify "frames" (video, timecode) vs "samples" (audio)
2016-12-08 12:45:44 +01:00
session_transport.cc
Prepare record with count-in action
2017-02-13 23:01:11 +01:00
session_vst.cc
remove cruft
2017-01-20 17:36:18 +01:00
sha1.c
sidechain.cc
slavable.cc
save/restore VCA master state inside slaves, so that a reloaded session ends up back in the same state
2017-02-06 16:49:08 +01:00
slavable_automation_control.cc
no-op: move method order in file
2017-02-24 22:54:25 +01:00
slave.cc
smf_source.cc
Fix event type and parameter type confusion
2016-12-03 15:28:19 -05:00
sndfile_helpers.cc
sndfileimportable.cc
sndfilesource.cc
Normalize audio when archiving to fixed-point format.
2016-12-27 18:33:41 +01:00
solo_control.cc
fix implementation of SoloControl::clear_all_solo_state()
2016-11-25 11:48:18 +00:00
solo_isolate_control.cc
much simpler implementation of fix originally in c104c9d472: don't call Session::set_dirty() or emit Changed() unless AutomationControl actually changes value
2016-10-14 11:42:41 -04:00
solo_safe_control.cc
much simpler implementation of fix originally in c104c9d472: don't call Session::set_dirty() or emit Changed() unless AutomationControl actually changes value
2016-10-14 11:42:41 -04:00
soundcloud_upload.cc
Initialize uninitialized member variables in ctor - warning suppression
2016-10-17 15:58:39 -04:00
source.cc
source_factory.cc
speakers.cc
srcfilesource.cc
sse_avx_functions_64bit_win.s
sse_functions.s
sse_functions_64bit.s
sse_functions_64bit_win.s
sse_functions_avx.cc
sse_functions_avx_linux.cc
sse_functions_xmm.cc
st_pitch.cc
st_stretch.cc
strip_silence.cc
rework snap
2017-02-04 22:57:36 +11:00
stripable.cc
use RAII for class-wide PresentationInfo::Change signal, along with properties to describe what changed
2017-01-27 22:17:53 +01:00
system_exec.cc
tape_file_matcher.cc
template_utils.cc
Speed up recent session display (for many large sessions)
2016-12-08 10:36:12 +01:00
tempo.cc
amend 32248b755b (legacy tempo map).
2017-02-16 09:06:07 +11:00
tempo_map_importer.cc
thread_buffers.cc
ticker.cc
rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.
2016-11-11 03:37:08 +11:00
track.cc
don't repeat-hard-code names for 3 automation types.
2017-01-21 15:41:16 +00:00
transform.cc
transient_detector.cc
transpose.cc
unknown_processor.cc
uri_map.cc
Fix LV2 state:StateChanged URI
2016-11-07 07:10:08 -05:00
user_bundle.cc
utils.cc
Shorten sync-button label/size
2016-12-18 23:17:29 +01:00
vca.cc
add VCA::full_name() which returns "VCA %n" : VCA %n" by default and "VCA %n : user-provided-name" if the name has been set
2017-01-28 16:06:28 +01:00
vca_manager.cc
vst_info_file.cc
Mac VST-2.x support
2016-11-13 16:35:06 +01:00
vst_plugin.cc
Implementations for Plugin-Preset-Load to set automation
2017-02-21 15:24:20 +01:00
vst_state.cc
consolidate VSTState functions
2016-11-15 17:10:13 +01:00
vumeterdsp.cc
windows_vst_plugin.cc
Set rate and blocksize for multi-instance VSTs
2017-01-13 11:29:30 +01:00
worker.cc
Plug some libardour memory leaks
2017-01-20 11:32:55 +01:00
wscript
Factor out and extend MIDIXML implementation
2016-12-03 15:18:20 -05:00