| .. |
|
ardour
|
changes in logic used by source cleanup to avoid endless recursion in sessions with deeply nested/recursive compound regions.
|
2016-06-28 15:05:56 -04:00 |
|
macosx/libardour.xcodeproj
|
|
|
|
msvc
|
|
|
|
MSVClibardour
|
Accommodate recently introduced/removed source(s) in our MSVC project (libardour)
|
2016-06-01 14:30:28 +01:00 |
|
po
|
some more translation fixes
|
2016-06-28 12:53:18 +02:00 |
|
test
|
Fix counting thinko in tests.
|
2016-06-25 01:37:48 +10:00 |
|
amp.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
analyser.cc
|
allow to configure transient detection sensitivity
|
2016-05-25 17:52:50 +02:00 |
|
analysis_graph.cc
|
prepare region/range loudness analysis
|
2016-03-11 17:26:42 +01:00 |
|
async_midi_port.cc
|
change API of MIDI::Port::drain() to include a maximum blocking time
|
2016-02-01 13:26:30 -05:00 |
|
audio_backend.cc
|
|
|
|
audio_buffer.cc
|
|
|
|
audio_diskstream.cc
|
consistent API name for region-list
|
2016-06-08 15:39:04 +02:00 |
|
audio_library.cc
|
|
|
|
audio_playlist.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
audio_playlist_importer.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
audio_playlist_source.cc
|
consistent API name for region-list
|
2016-06-08 15:39:04 +02:00 |
|
audio_port.cc
|
|
|
|
audio_region_importer.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
audio_track.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
audio_track_importer.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
audio_unit.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
audioanalyser.cc
|
|
|
|
audioengine.cc
|
fix timecode update after locate.
|
2016-05-25 19:20:09 +02:00 |
|
audiofile_tagger.cc
|
|
|
|
audiofilesource.cc
|
|
|
|
audioregion.cc
|
fix LocaleGuard contstructor (3dc77280)
|
2016-05-07 12:19:41 +02:00 |
|
audiosource.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
auditioner.cc
|
first vaguely working version using PresentationInfo
|
2016-05-31 15:30:42 -04:00 |
|
automatable.cc
|
ignore automation for non-automatables.
|
2016-06-28 18:43:31 +02:00 |
|
automation.cc
|
|
|
|
automation_control.cc
|
tweak b7e645ec6, use session start/end position
|
2016-06-28 00:17:46 +02:00 |
|
automation_list.cc
|
fix LocaleGuard contstructor (3dc77280)
|
2016-05-07 12:19:41 +02:00 |
|
automation_watch.cc
|
Automation watch sets position for new write pass when transport stopped.
|
2015-11-01 23:21:08 +11:00 |
|
beats_frames_converter.cc
|
|
|
|
broadcast_info.cc
|
|
|
|
buffer.cc
|
|
|
|
buffer_manager.cc
|
|
|
|
buffer_set.cc
|
|
|
|
bundle.cc
|
|
|
|
butler.cc
|
|
|
|
caimportable.cc
|
|
|
|
capturing_processor.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
chan_count.cc
|
|
|
|
chan_mapping.cc
|
consistent count/n_total API
|
2016-04-08 18:16:19 +02:00 |
|
ChangeLog
|
|
|
|
control_group.cc
|
make relative gain control in route groups work (again)
|
2016-06-10 16:59:34 -04:00 |
|
control_protocol_manager.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
controllable_descriptor.cc
|
expand and correct accepted syntax for ControllableDescriptor strings
|
2016-05-31 15:30:43 -04:00 |
|
coreaudiosource.cc
|
Fix crash in new CoreaudioSource code (on invalid file)
|
2015-10-21 03:12:45 +02:00 |
|
cycle_timer.cc
|
|
|
|
data_type.cc
|
|
|
|
debug.cc
|
refine self-automating plugin interface
|
2016-06-05 14:44:54 +02:00 |
|
default_click.cc
|
|
|
|
delayline.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
delivery.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
directory_names.cc
|
infrastructure for finding theme files
|
2016-05-31 15:30:45 -04:00 |
|
diskstream.cc
|
Performance - speed up switching of playlists with non-destructive diskstreams.
|
2016-05-27 23:38:14 +10:00 |
|
dsp_filter.cc
|
"biquadratic" needs no camelcase - fixes API doc.
|
2016-05-21 16:23:35 +02:00 |
|
ebur128_analysis.cc
|
add required header
|
2015-11-04 07:58:10 -05:00 |
|
element_import_handler.cc
|
|
|
|
element_importer.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
engine_slave.cc
|
|
|
|
engine_state_controller.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
enums.cc
|
there is no remote model choice anymore - ordering is determined by the GUI
|
2016-06-06 12:04:45 -04:00 |
|
event_type_map.cc
|
|
|
|
export_channel.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
export_channel_configuration.cc
|
|
|
|
export_failed.cc
|
|
|
|
export_filename.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
export_format_base.cc
|
|
|
|
export_format_manager.cc
|
Add loudness normalization to Export Format & Graph
|
2016-05-02 15:44:13 +02:00 |
|
export_format_specification.cc
|
add locale guards for export format
|
2016-05-18 17:35:52 +02:00 |
|
export_formats.cc
|
Normalize user-visible messages to use 8-bit, 16-bit, 24-bit, 32-bit and 64-bit
|
2015-12-06 01:00:20 +01:00 |
|
export_graph_builder.cc
|
treat different normalization settings as different formats
|
2016-05-25 14:24:13 +02:00 |
|
export_handler.cc
|
more meta-data placeholders for post-export command
|
2016-06-12 10:59:47 +02:00 |
|
export_preset.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
export_profile_manager.cc
|
missing local export config is not an error
|
2016-05-25 13:56:11 +02:00 |
|
export_status.cc
|
Post-export Analysis
|
2016-02-10 03:01:05 +01:00 |
|
export_timespan.cc
|
|
|
|
file_source.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
filename_extensions.cc
|
|
|
|
filesystem_paths.cc
|
|
|
|
filter.cc
|
|
|
|
find_session.cc
|
|
|
|
fixed_delay.cc
|
refactor and document delayline
|
2016-04-09 15:45:30 +02:00 |
|
gain_control.cc
|
save and restore vca assignments
|
2016-05-31 15:30:41 -04:00 |
|
gettext.h
|
|
|
|
globals.cc
|
extensive changes to PresentationInfo API
|
2016-06-05 16:33:01 -04:00 |
|
graph.cc
|
plug some memory leaks in libardour
|
2016-04-24 14:43:18 +02:00 |
|
graphnode.cc
|
|
|
|
i18n.h
|
properly translatable plural forms
|
2015-10-25 17:46:39 +01:00 |
|
iec1ppmdsp.cc
|
|
|
|
iec2ppmdsp.cc
|
|
|
|
import.cc
|
fix upsampling import of X-channel files where buffersize % X != 0
|
2016-06-17 22:17:58 +02:00 |
|
instrument_info.cc
|
add new API to InstrumentInfo to get program names in a very slightly different format
|
2016-05-31 15:30:44 -04:00 |
|
internal_return.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
internal_send.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
interpolation.cc
|
|
|
|
io.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
io_processor.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
kmeterdsp.cc
|
|
|
|
ladspa_plugin.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
legatize.cc
|
Legatize::name () reflects its type. Fixes confusing undo record name.
|
2015-10-20 00:53:30 +11:00 |
|
linux_vst_support.cc
|
|
|
|
load-save-session-collection.sh
|
Fix broken load-session utility and change it to load and save a session
|
2015-12-01 15:44:10 +10:00 |
|
load-save-session.sh
|
Fix broken load-session utility and change it to load and save a session
|
2015-12-01 15:44:10 +10:00 |
|
location.cc
|
Tempo ramps - update midi regions and locations when dragging tempo.
|
2016-05-27 23:38:10 +10:00 |
|
location_importer.cc
|
|
|
|
ltc_file_reader.cc
|
|
|
|
ltc_slave.cc
|
|
|
|
lua_api.cc
|
don't special case lua processors, use plugin-manager
|
2016-04-29 02:57:42 +02:00 |
|
luabindings.cc
|
consistent API name for region-list
|
2016-06-08 15:39:04 +02:00 |
|
luaproc.cc
|
some debug message for lua processors
|
2016-07-01 16:02:11 +02:00 |
|
luascripting.cc
|
don't special case lua processors, use plugin-manager
|
2016-04-29 02:57:42 +02:00 |
|
lv2_evbuf.c
|
|
|
|
lv2_evbuf.h
|
|
|
|
lv2_plugin.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
lxvst_plugin.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
meter.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
midi_automation_list_binder.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
midi_buffer.cc
|
fix seamless midi-looping - fixes #5438
|
2015-11-29 01:27:18 +01:00 |
|
midi_channel_filter.cc
|
|
|
|
midi_clock_slave.cc
|
Tempo ramps - rename tempo_at() -> tempo_at_frame().. 3 decimals for the audioclock tempo display.
|
2016-05-27 23:38:17 +10:00 |
|
midi_diskstream.cc
|
fix LocaleGuard contstructor (3dc77280)
|
2016-05-07 12:19:41 +02:00 |
|
midi_model.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
midi_patch_manager.cc
|
properly translatable plural forms
|
2015-10-25 17:46:39 +01:00 |
|
midi_playlist.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
midi_playlist_source.cc
|
|
|
|
midi_port.cc
|
fix typo in panic message, honor event-time.
|
2015-11-28 22:34:54 +01:00 |
|
midi_region.cc
|
Unused variable - no-op.
|
2016-06-11 05:54:18 +10:00 |
|
midi_ring_buffer.cc
|
|
|
|
midi_scene_change.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
midi_scene_changer.cc
|
change API for accessing session MIDI ports so that (1) boost::shared_ptr<> is used all the time (2) we avoid using multiple functions to return different subclass versions of some ports
|
2015-12-07 12:38:17 -05:00 |
|
midi_source.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
midi_state_tracker.cc
|
|
|
|
midi_stretch.cc
|
|
|
|
midi_track.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
midi_ui.cc
|
styleguide #10
|
2016-04-26 04:02:58 +02:00 |
|
mididm.cc
|
|
|
|
midiport_manager.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
mix.cc
|
|
|
|
monitor_control.cc
|
add new files to source tree
|
2016-05-31 15:30:40 -04:00 |
|
monitor_processor.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
mtc_slave.cc
|
|
|
|
mtdm.cc
|
Help clang static analyzer.
|
2016-02-11 23:12:20 +01:00 |
|
mute_control.cc
|
fix mute automation for busses & consolidate code.
|
2016-06-08 15:39:04 +02:00 |
|
mute_master.cc
|
move ever close to working master/slave logic, this time with audio testing
|
2016-05-31 15:30:41 -04:00 |
|
muteable.cc
|
add new files to source tree
|
2016-05-31 15:30:40 -04:00 |
|
note_fixer.cc
|
|
|
|
onset_detector.cc
|
fix aubio-onset detection parameters
|
2016-05-01 18:47:14 +02:00 |
|
operations.cc
|
|
|
|
pan_controllable.cc
|
Add PanControllable::get_user_string() (provide indirect access to Panner::value_as_string(); make ::get_user_string() use a const arg everywhere
|
2016-05-31 15:30:42 -04:00 |
|
pannable.cc
|
more const value_as_string fixes
|
2016-05-31 15:30:42 -04:00 |
|
panner.cc
|
implementation side of Controllable::get_user_string() with const arg
|
2016-05-31 15:30:42 -04:00 |
|
panner_manager.cc
|
|
|
|
panner_shell.cc
|
make boost shared_ptr debugging a little easier to turn on/off
|
2016-05-07 13:36:04 -04:00 |
|
parameter_descriptor.cc
|
universal change in the design of the way Route/Track controls are designed and used. The controls now own their own state, rather than proxy for state in their owners.
|
2016-05-31 15:30:40 -04:00 |
|
pcm_utils.cc
|
|
|
|
phase_control.cc
|
add new files to source tree
|
2016-05-31 15:30:40 -04:00 |
|
playlist.cc
|
remove debug output and add a few suggestive comments
|
2016-06-28 16:05:35 -04:00 |
|
playlist_factory.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
playlist_source.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
plugin.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
plugin_insert.cc
|
fix typo
|
2016-06-25 18:54:11 +02:00 |
|
plugin_manager.cc
|
don't special case lua processors, use plugin-manager
|
2016-04-29 02:57:42 +02:00 |
|
port.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
port_insert.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
port_manager.cc
|
fix timecode update after locate.
|
2016-05-25 19:20:09 +02:00 |
|
port_set.cc
|
|
|
|
presentation_info.cc
|
Various changes to PresentationInfo and a small consolidation of sorters.
|
2016-06-10 13:57:18 -04:00 |
|
process_thread.cc
|
add "no-inplace" buffers.
|
2016-03-26 00:40:51 +01:00 |
|
processor.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
progress.cc
|
|
|
|
quantize.cc
|
|
|
|
rb_effect.cc
|
|
|
|
rc_configuration.cc
|
fix LocaleGuard contstructor (3dc77280)
|
2016-05-07 12:19:41 +02:00 |
|
rdff.c
|
|
|
|
rdff.h
|
|
|
|
recent_sessions.cc
|
|
|
|
record_enable_control.cc
|
add new files to source tree
|
2016-05-31 15:30:40 -04:00 |
|
record_safe_control.cc
|
new RecordSafeControl control
|
2016-05-31 15:30:45 -04:00 |
|
region.cc
|
remove debug output and add a few suggestive comments
|
2016-06-28 16:05:35 -04:00 |
|
region_factory.cc
|
changes in logic used by source cleanup to avoid endless recursion in sessions with deeply nested/recursive compound regions.
|
2016-06-28 15:05:56 -04:00 |
|
resampled_source.cc
|
Make sure MSVC knows which version of 'floor()' we want
|
2016-06-18 11:36:13 +01:00 |
|
return.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
reverse.cc
|
|
|
|
route.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
route_graph.cc
|
simplify PresentationInfo concept of order so that it is always global
|
2016-06-03 15:15:39 -04:00 |
|
route_group.cc
|
Enable build for FreeBSD (part 1/2)
|
2016-06-26 16:43:07 +02:00 |
|
route_group_member.cc
|
use ForGroup to flag and detect route-group based control changes
|
2016-03-14 10:42:01 -04:00 |
|
run-profiling.sh
|
|
|
|
run-tests.sh
|
|
|
|
scene_change.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
search_paths.cc
|
adjust theme search path
|
2016-05-31 15:30:46 -04:00 |
|
send.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
session.cc
|
Enable build for FreeBSD (part 1/2)
|
2016-06-26 16:43:07 +02:00 |
|
session_butler.cc
|
|
|
|
session_click.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
session_command.cc
|
downgrade failed history/undo stack to info message
|
2016-05-17 18:18:34 +02:00 |
|
session_configuration.cc
|
fix LocaleGuard contstructor (3dc77280)
|
2016-05-07 12:19:41 +02:00 |
|
session_directory.cc
|
allot to open OSX Finder with arbitrary paths
|
2016-02-17 16:29:25 +01:00 |
|
session_events.cc
|
|
|
|
session_export.cc
|
configurable export preroll
|
2016-02-29 15:13:06 +01:00 |
|
session_handle.cc
|
make boost shared_ptr debugging a little easier to turn on/off
|
2016-05-07 13:36:04 -04:00 |
|
session_ltc.cc
|
|
|
|
session_metadata.cc
|
|
|
|
session_midi.cc
|
Various changes to PresentationInfo and a small consolidation of sorters.
|
2016-06-10 13:57:18 -04:00 |
|
session_object.cc
|
|
|
|
session_playlists.cc
|
remove debug output and add a few suggestive comments
|
2016-06-28 16:05:35 -04:00 |
|
session_process.cc
|
Implement Lua session-scripts
|
2016-02-23 15:41:21 +01:00 |
|
session_rtevents.cc
|
clear all solo state should affect VCAs too
|
2016-05-31 15:30:41 -04:00 |
|
session_state.cc
|
changes in logic used by source cleanup to avoid endless recursion in sessions with deeply nested/recursive compound regions.
|
2016-06-28 15:05:56 -04:00 |
|
session_state_utils.cc
|
|
|
|
session_time.cc
|
Tempo ramps - rename bbt_time() -> bbt_at_frame(), frame_time() -> frame_at_bbt()
|
2016-05-27 23:38:17 +10:00 |
|
session_transport.cc
|
universal change in the design of the way Route/Track controls are designed and used. The controls now own their own state, rather than proxy for state in their owners.
|
2016-05-31 15:30:40 -04:00 |
|
session_vst.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
sha1.c
|
|
|
|
sidechain.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
slavable.cc
|
reduce number of Controls attempted for auto-slave-on-assign; use just a single definition
|
2016-05-31 15:30:44 -04:00 |
|
slavable_automation_control.cc
|
fix crash during session deletion while removing VCA masters
|
2016-06-01 15:15:13 -04:00 |
|
slave.cc
|
|
|
|
smf_source.cc
|
|
|
|
sndfile_helpers.cc
|
Normalize user-visible messages to use 8-bit, 16-bit, 24-bit, 32-bit and 64-bit
|
2015-12-06 01:00:20 +01:00 |
|
sndfileimportable.cc
|
|
|
|
sndfilesource.cc
|
touch peakfile after closing a SndFileSource
|
2015-12-08 09:07:51 -05:00 |
|
solo_control.cc
|
no-op: explanatory comments
|
2016-05-31 15:30:44 -04:00 |
|
solo_isolate_control.cc
|
fix chaining of masters for boolean controls
|
2016-05-31 15:30:41 -04:00 |
|
solo_safe_control.cc
|
fix typo in definition of solo-safe automation control (fixes solo)
|
2016-05-31 15:30:44 -04:00 |
|
soundcloud_upload.cc
|
|
|
|
source.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
source_factory.cc
|
make boost shared_ptr debugging a little easier to turn on/off
|
2016-05-07 13:36:04 -04:00 |
|
speakers.cc
|
fix LocaleGuard contstructor (3dc77280)
|
2016-05-07 12:19:41 +02:00 |
|
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
|
|
|
|
stripable.cc
|
extensive changes to PresentationInfo API
|
2016-06-05 16:33:01 -04:00 |
|
system_exec.cc
|
|
|
|
tape_file_matcher.cc
|
|
|
|
template_utils.cc
|
|
|
|
tempo.cc
|
Fix exact tempo pulse for snap to bars case.
|
2016-06-12 03:26:02 +10:00 |
|
tempo_map_importer.cc
|
|
|
|
thread_buffers.cc
|
properly calculate requrired thread buffers
|
2016-04-14 14:13:26 +02:00 |
|
ticker.cc
|
Tempo ramps - rename meter_at() -> meter_at_frame() & make the ticker slightly more efficient.
|
2016-05-27 23:38:17 +10:00 |
|
track.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
transform.cc
|
|
|
|
transient_detector.cc
|
allow to configure transient detection sensitivity
|
2016-05-25 17:52:50 +02:00 |
|
transpose.cc
|
Add Transpose class that can be used by apply_midi_note_edit_op.
|
2015-10-17 22:12:55 -04:00 |
|
unknown_processor.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
uri_map.cc
|
prototype online self-automating LV2 plugin interface
|
2016-03-14 00:17:14 +01:00 |
|
user_bundle.cc
|
|
|
|
utils.cc
|
universal change in the design of the way Route/Track controls are designed and used. The controls now own their own state, rather than proxy for state in their owners.
|
2016-05-31 15:30:40 -04:00 |
|
vca.cc
|
extensive changes to PresentationInfo API
|
2016-06-05 16:33:01 -04:00 |
|
vca_manager.cc
|
mark session dirty on creation/deletion of a VCA
|
2016-06-02 14:46:35 -04:00 |
|
vst_info_file.cc
|
|
|
|
vst_plugin.cc
|
major internal plugin & processor API change:
|
2016-06-25 02:23:56 +02:00 |
|
vumeterdsp.cc
|
|
|
|
windows_vst_plugin.cc
|
OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)
|
2016-05-04 23:09:45 -04:00 |
|
worker.cc
|
consolidate semaphore implementation (part one)
|
2015-12-02 16:03:28 +01:00 |
|
wscript
|
use new record safe control in libardour
|
2016-05-31 15:30:45 -04:00 |