13
0
livetrax/libs/ardour
2013-07-25 02:05:10 +02:00
..
ardour add "0VU = +8dBu" VU meter config 2013-07-23 23:53:22 +02:00
po Update Russian translation of Ardour 3.2 2013-06-14 02:21:02 +02:00
test Fix portability of test and use temporary test 2013-07-11 11:12:39 -04:00
amp.cc use const static member instead of a magic number 2012-11-14 20:38:25 +00:00
analyser.cc convert from Glib:: to Glib::Threads for all thread-related API 2012-07-25 17:48:55 +00:00
audio_buffer.cc Squashed commit of the following: 2013-03-27 21:50:18 -04:00
audio_diskstream.cc Revert "Remove non-portable and unnused header includes" 2013-07-11 11:23:41 -04:00
audio_library.cc add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and fix const cast warnings generated by new flags 2012-08-10 15:57:09 +00:00
audio_playlist_importer.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
audio_playlist_source.cc more work on the suprisingly ongoing filename/path/origin issue 2013-03-31 09:35:06 -04:00
audio_playlist.cc fix nasty crash when using double-nested compound (consolidated) regions caused by not (re)allocating enough mixdown buffers; fix up various warnings from valgrind about mismatching operator delete[] by using shared_array<T> rather than shared_ptr<T>, as should have been the case all along 2013-03-21 10:14:01 -04:00
audio_port.cc smooth 0.5 second fade out during quit, plus MIDI panic to turn everything off (someone will want an opton for that, no doubt) 2012-06-21 20:31:14 +00:00
audio_region_importer.cc Replace use of PBD::sys::path in AudioRegionImporter 2012-06-23 05:06:57 +00:00
audio_track_importer.cc Fix a few unchecked XML child / property lookups 2012-04-11 10:51:21 +00:00
audio_track.cc zero meters for inactive tracks 2013-07-16 19:36:57 +02:00
audio_unit.cc finally get to the bottom of where NO_PLUGIN_STATE needs to be in order to be useful 2013-07-15 22:23:16 -04:00
audioanalyser.cc add copyright comments 2013-01-16 18:14:11 +00:00
audioengine.cc remove b0rked attempt at meter-thread regularity. 2013-07-10 15:27:14 +02:00
audiofile_tagger.cc merge Marcel Bonnet's patches for Free-BSD 2013-01-04 17:36:52 +00:00
audiofilesource.cc more work on the suprisingly ongoing filename/path/origin issue 2013-03-31 09:35:06 -04:00
audioregion.cc skip fade&envelope info in region XML 2013-03-03 08:26:50 +00:00
audiosource.cc Revert "Remove non-portable and unnused header includes" 2013-07-11 11:23:41 -04:00
auditioner.cc rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Route::Auditioner. this has been the meaning of these terms for years now and it would be better to make it explicit 2013-04-06 16:04:02 -04:00
auto_bundle.cc add copyright comments 2013-01-16 18:14:11 +00:00
automatable.cc Show matching controller name in automation lane header. 2013-01-20 08:56:00 +00:00
automation_control.cc remove debug output 2012-11-14 20:38:48 +00:00
automation_list.cc tentative redesign of MIDI looping, will probably fix #5050 but needs more extensive testing; remove several unused parameter names 2013-01-08 21:36:42 +00:00
automation_watch.cc fix (?) behaviour when punching into automation write mode while the transport is moving, hopefully without breaking anything else 2013-04-02 16:10:51 -04:00
automation.cc
beats_frames_converter.cc Fix a few framecnt / framepos type confusions. 2012-04-14 22:04:51 +00:00
broadcast_info.cc Set the revision mechanism independent from the VCS name 2013-03-18 20:13:05 +01:00
buffer_manager.cc convert from Glib:: to Glib::Threads for all thread-related API 2012-07-25 17:48:55 +00:00
buffer_set.cc honor LV2 rsz:minimumSize for Atom Event buffers 2013-06-03 00:48:17 +02:00
buffer.cc
bundle.cc amend to 212d2ac5d (port add/remove signals) 2013-07-10 15:27:12 +02:00
butler.cc Revert all close-on-exec changes from earlier today 2013-06-07 21:07:41 +02:00
caimportable.cc add copyright comments 2013-01-16 18:14:11 +00:00
capturing_processor.cc
chan_count.cc
chan_mapping.cc
ChangeLog
configuration.cc
control_protocol_manager.cc a bit more debug tracing for control protocols 2013-01-16 02:25:13 +00:00
control_protocol_search_path.cc Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_utils.h and ardour/session_dir.h 2012-06-23 05:06:54 +00:00
coreaudiosource.cc
cycle_timer.cc
data_type.cc
debug.cc reinstate wiimote support, thanks to work by jannis pohlmann 2013-01-07 18:28:09 +00:00
default_click.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
delivery.cc fix another semantically-significant-expression-in-assert case (though not a very important one, because the test is intended to fail) 2013-01-27 04:00:39 +00:00
directory_names.cc enable videotimeline by default 2013-04-11 19:49:48 +02:00
diskstream.cc Revert "Remove non-portable and unnused header includes" 2013-07-11 11:23:41 -04:00
element_import_handler.cc
element_importer.cc
enums.cc add "0VU = +8dBu" VU meter config 2013-07-23 23:53:22 +02:00
event_type_map.cc convert rec-enable control for a Track from PBD::COntrollable to ARDOUR::AutomatioNControl, and use in MCP 2012-04-13 00:35:42 +00:00
export_channel_configuration.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
export_channel.cc various fixes for exporting, including correct handling of errors during export which previously would hang when using jack1 because jack_set_freewheel() was called from inside a process() callback; use shared_ptr<Route> in parts of export code that weren't using them before; fix up generation of export filenames so that Glib::build_filename() is used and non-existent folders are ignored 2012-12-06 19:56:33 +00:00
export_failed.cc remove executable mode-bit from files 2013-06-16 21:54:08 +02:00
export_filename.cc Handle mutiple export files with the same extension but different format. 2013-03-17 12:32:48 +02:00
export_format_base.cc merge Marcel Bonnet's patches for Free-BSD 2013-01-04 17:36:52 +00:00
export_format_manager.cc add 8kHz as an available export format sample rate 2012-10-08 19:45:25 +00:00
export_format_specification.cc Handle mutiple export files with the same extension but different format. 2013-03-17 12:32:48 +02:00
export_formats_search_path.cc fix up export formats search path to correctly locate bundled (or installed) export formats 2013-04-06 08:45:49 -04:00
export_formats.cc add 8kHz as an available export format sample rate 2012-10-08 19:45:25 +00:00
export_graph_builder.cc Handle mutiple export files with the same extension but different format. 2013-03-17 12:32:48 +02:00
export_handler.cc Handle mutiple export files with the same extension but different format. 2013-03-17 12:32:48 +02:00
export_multiplication.cc add copyright comments 2013-01-16 18:14:11 +00:00
export_preset.cc
export_profile_manager.cc Return null if deserializing an export timespan doesn't succeed with at least one range. 2013-05-26 21:25:22 +03:00
export_status.cc various fixes for exporting, including correct handling of errors during export which previously would hang when using jack1 because jack_set_freewheel() was called from inside a process() callback; use shared_ptr<Route> in parts of export code that weren't using them before; fix up generation of export filenames so that Glib::build_filename() is used and non-existent folders are ignored 2012-12-06 19:56:33 +00:00
export_timespan.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
file_source.cc remove debug output 2013-03-31 09:41:51 -04:00
filename_extensions.cc add copyright comments 2013-01-16 18:14:11 +00:00
filesystem_paths.cc Housekeeping 2013-07-14 21:40:20 -05:00
filter.cc fix up some confusion with filesources' _origin and _file_is_new members. if _origin is set, it means that the file is "external" to the session (aka "embedded") and for some purposes this is more significant than _file_is_new. rename SourceFactory::createReadable() to ::createExternal() to more clearly indicate its purpose; remove never-supplied "origin" argument from SourceFactor::createWritable(). Fixes problems caused by 864ce8f0 2013-03-30 14:02:26 -04:00
find_session.cc add copyright comments 2013-01-16 18:14:11 +00:00
gettext.h
globals.cc make trnslation option actually toggle back and forth 2013-01-23 20:45:32 +00:00
graph.cc remove unnecessary include of xmmintrin.h 2013-07-10 11:00:19 -04:00
graphnode.cc
i18n.h
iec1ppmdsp.cc Revert "Revert new meter types (postponed until after 3.3 release)" 2013-07-22 18:42:01 +02:00
iec2ppmdsp.cc Revert "Revert new meter types (postponed until after 3.3 release)" 2013-07-22 18:42:01 +02:00
import.cc fix up some confusion with filesources' _origin and _file_is_new members. if _origin is set, it means that the file is "external" to the session (aka "embedded") and for some purposes this is more significant than _file_is_new. rename SourceFactory::createReadable() to ::createExternal() to more clearly indicate its purpose; remove never-supplied "origin" argument from SourceFactor::createWritable(). Fixes problems caused by 864ce8f0 2013-03-30 14:02:26 -04:00
instrument_info.cc Show matching controller name in automation lane header. 2013-01-20 08:56:00 +00:00
internal_return.cc convert from Glib:: to Glib::Threads for all thread-related API 2012-07-25 17:48:55 +00:00
internal_send.cc Make send automation work (#4734). 2012-06-11 10:42:30 +00:00
interpolation.cc add copyright comments 2013-01-16 18:14:11 +00:00
io_processor.cc make it possible to (and actually do) name insert and send ports as "return" and "send" rather than "in" and "out" (#5012) 2012-07-17 13:59:46 +00:00
io.cc fix metering states 34, 38, 49, 50, 53 and 54 2013-07-16 19:37:36 +02:00
jack_slave.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
kmeterdsp.cc Revert "Revert new meter types (postponed until after 3.3 release)" 2013-07-22 18:42:01 +02:00
ladspa_plugin.cc finally get to the bottom of where NO_PLUGIN_STATE needs to be in order to be useful 2013-07-15 22:23:16 -04:00
linux_vst_info_file.cc fix memory leaks and compiler warnings in LXVST code 2013-06-06 02:24:49 +02:00
linux_vst_support.cc fix memory leaks and compiler warnings in LXVST code 2013-06-06 02:24:49 +02:00
location_importer.cc
location.cc fix up Location::first_location_(after|before) to do the right thing when marks + ranges are interleaved (functions renamed) 2013-01-17 13:19:16 +00:00
ltc_slave.cc clock info-box: fix alignment and spacing 2013-03-03 11:36:47 +00:00
lv2_bundled_search_path.cc add lib/LV2 path akin to lib/surfaces, to allow bundling of LV2 plugins in an ardour release. My first attempt to push... 2013-07-10 07:31:25 -05:00
lv2_evbuf.c honor LV2 rsz:minimumSize for Atom Event buffers 2013-06-03 00:48:17 +02:00
lv2_evbuf.h honor LV2 rsz:minimumSize for Atom Event buffers 2013-06-03 00:48:17 +02:00
lv2_plugin.cc finally get to the bottom of where NO_PLUGIN_STATE needs to be in order to be useful 2013-07-15 22:23:16 -04:00
lxvst_plugin.cc remove executable mode-bit from files 2013-06-16 21:54:08 +02:00
meter.cc fix compiler warning 2013-07-25 02:05:10 +02:00
midi_automation_list_binder.cc
midi_buffer.cc Fix some compilation warnings 2013-03-23 14:50:58 +01:00
midi_clock_slave.cc Revert "Remove non-portable and unnused header includes" 2013-07-11 11:23:41 -04:00
midi_diskstream.cc Revert "Remove non-portable and unnused header includes" 2013-07-11 11:23:41 -04:00
midi_model.cc major fixes for MIDI patch change and note undo/redo. Patch change handling was completely broken because of the use of absolute floating point comparisons for time comparison, and serialization/deserialization of patch change property changes was borked because of int/char conversions by stringstream. Note undo/redo would fail for note removal if a note had been moved and/or had its note number changed as the next operation after it was added, because time-based lookup would fail. Similar small changes made for sysex messages, which just needed the musical_time comparisons and nothing else 2013-03-29 11:52:25 -04:00
midi_patch_manager.cc Gracefully handle errors parsing midnam documents instead of crashing. 2013-01-19 21:31:21 +00:00
midi_patch_search_path.cc use the same location for MIDNAM files as the packaging/install uses 2013-01-24 13:37:19 +00:00
midi_playlist_source.cc More whitespace-only changes. 2013-01-21 01:44:36 +00:00
midi_playlist.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
midi_port.cc Squashed commit of the following: 2013-03-27 21:50:18 -04:00
midi_region.cc convert from Glib:: to Glib::Threads for all thread-related API 2012-07-25 17:48:55 +00:00
midi_ring_buffer.cc Squashed commit of the following: 2013-03-27 21:50:18 -04:00
midi_source.cc Revert "Remove non-portable and unnused header includes" 2013-07-11 11:23:41 -04:00
midi_state_tracker.cc tentative redesign of MIDI looping, will probably fix #5050 but needs more extensive testing; remove several unused parameter names 2013-01-08 21:36:42 +00:00
midi_stretch.cc Replace a bunch of potential crashes with graceful handling of the situation. 2013-01-19 07:00:43 +00:00
midi_track.cc zero meters for inactive tracks 2013-07-16 19:36:57 +02:00
midi_ui.cc remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, done by changing Gtkmm2ext::UI to use composition (HAS-A) rather than inheritance (IS-A) for Receiver; use correct synchronization when starting up a BseUI event loop thread so that tests that start/stop quickly do not encounter a race condition 2012-05-14 17:07:53 +00:00
mix.cc
monitor_processor.cc
mtc_slave.cc Revert "Remove non-portable and unnused header includes" 2013-07-11 11:23:41 -04:00
mtdm.cc new MTDM implementation from Fons' latest jack_delay implementation 2012-11-07 17:13:37 +00:00
mute_master.cc move string_is_affirmative() into libpbd 2012-04-12 11:45:40 +00:00
onset_detector.cc add copyright comments 2013-01-16 18:14:11 +00:00
operations.cc
pan_controllable.cc
pannable.cc
panner_manager.cc Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_utils.h and ardour/session_dir.h 2012-06-23 05:06:54 +00:00
panner_search_path.cc Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_utils.h and ardour/session_dir.h 2012-06-23 05:06:54 +00:00
panner_shell.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
panner.cc Fix uninitialised variable causing garbage output from panners in some cases. 2012-05-31 20:58:29 +00:00
pcm_utils.cc
pi_controller.cc
playlist_factory.cc
playlist_source.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
playlist.cc allow region list selection of whole file regions to select every instance of a region that has any source relationship with that whole file region (from a logic feature that came up while writing the manual) 2013-01-04 22:46:51 +00:00
plugin_insert.cc finally get to the bottom of where NO_PLUGIN_STATE needs to be in order to be useful 2013-07-15 22:23:16 -04:00
plugin_manager.cc little extra debugging to show discovered LXVST .so's 2013-03-28 09:56:22 -04:00
plugin.cc tweaks to NO_PLUGIN_STATE logic 2013-07-15 20:43:44 -04:00
port_insert.cc new MTDM implementation from Fons' latest jack_delay implementation 2012-11-07 17:13:37 +00:00
port_set.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
port.cc a putatively better approach to cleaning up ports at session closing 2012-06-21 15:00:10 +00:00
process_thread.cc convert from Glib:: to Glib::Threads for all thread-related API 2012-07-25 17:48:55 +00:00
processor.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
progress.cc
quantize.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
rb_effect.cc replace final(?) incidences of program name (ardour, Ardour) with PROGRAM_NAME (thanks to edgar for tracking them all down) 2013-02-05 18:18:35 +00:00
rc_configuration.cc A few more typo fixes in libardour. 2013-01-09 15:05:04 +00:00
rdff.c Revert all close-on-exec changes from earlier today 2013-06-07 21:07:41 +02:00
rdff.h
recent_sessions.cc Replace use of PBD::sys::path with Glib equivalent 2012-06-23 05:07:31 +00:00
region_factory.cc convert from Glib:: to Glib::Threads for all thread-related API 2012-07-25 17:48:55 +00:00
region.cc enable videotimeline by default 2013-04-11 19:49:48 +02:00
resampled_source.cc
return.cc Squashed commit of the following: 2013-03-27 21:50:18 -04:00
reverse.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
route_graph.cc drastic rethink of the relationship between remote control ID and route order keys. unless the user explicitly switches to UserOrdered, Route::_remote_control_id is an unallocated pointer, and Route::remote_control_id() simply returns a value based on the relevant order_key() value. Also, change the key used in the Route::order_keys std::map<> from a string to an enum, since there is no evidence that we are benefitting from the theoretical benefit of using a string. Generally tidy up allocation of order keys so that the master and monitor busses always get a "special" MixerSort key value, based on the MMC ID for master (already defined within Ardour), and all other tracks/busses start at zero. Syncing keys between editor and mixer will leave the MixerSort key for the master and monitor bus alone, reflecting the fact that we display these in their own distinct parts of the GUI and they are not orderable like other tracks or busses within the mixer window 2012-06-25 12:46:13 +00:00
route_group_member.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
route_group.cc expose operation to remove subgroup 2013-01-03 19:34:07 +00:00
route.cc reset meter when meter-point changes 2013-07-18 09:01:47 +02:00
run-profiling.sh Add --single-tests option to also build each libardour test as a separate program 2013-07-11 10:57:21 -04:00
run-session-tests.sh Simple arrangement to run basic load tests on a corpus 2012-06-18 18:28:40 +00:00
run-tests.sh Add --single-tests option to also build each libardour test as a separate program 2013-07-11 10:57:21 -04:00
send.cc Squashed commit of the following: 2013-03-27 21:50:18 -04:00
session_butler.cc Revert "Remove non-portable and unnused header includes" 2013-07-11 11:23:41 -04:00
session_click.cc convert from Glib:: to Glib::Threads for all thread-related API 2012-07-25 17:48:55 +00:00
session_command.cc fix bad fix to error string 2013-01-09 15:09:13 +00:00
session_configuration.cc move path_expand() and search_path_expand() into libpbd, and use them to expand search paths given to pathscanner objects (always) 2013-03-20 07:43:19 -04:00
session_directory.cc enable videotimeline by default 2013-04-11 19:49:48 +02:00
session_events.cc Declick before the end of seamless loops, not after the end, so that loops are rendered accurately (#4213, #4593). 2012-06-20 18:46:05 +00:00
session_export.cc Fix problem with multiple timespan export. Most probably originated in r13305. 2013-02-04 19:56:20 +00:00
session_handle.cc
session_ltc.cc simplify prev commit 2013-05-17 13:52:16 +02:00
session_metadata.cc a variety of mostly unused parameter errors from OS X Lion's compiler 2012-05-02 20:29:46 +00:00
session_midi.cc Revert "Remove non-portable and unnused header includes" 2013-07-11 11:23:41 -04:00
session_object.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
session_playlists.cc fix for #5078 - not considering unused playlists when computing region use count 2012-11-12 15:50:38 +00:00
session_process.cc remove another instance of xmmintrin.h 2013-07-10 11:04:35 -04:00
session_rtevents.cc rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Route::Auditioner. this has been the meaning of these terms for years now and it would be better to make it explicit 2013-04-06 16:04:02 -04:00
session_state_utils.cc Remove unused or unnecessary header includes 2012-06-23 05:09:51 +00:00
session_state.cc Revert "Remove non-portable and unnused header includes" 2013-07-11 11:23:41 -04:00
session_time.cc Remove debug print about transport sync. 2013-02-01 17:44:15 +00:00
session_transport.cc rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Route::Auditioner. this has been the meaning of these terms for years now and it would be better to make it explicit 2013-04-06 16:04:02 -04:00
session_vst.cc Add sort-of missed returns to keep coverity happy (#4817). 2012-04-11 23:24:05 +00:00
session.cc Revert "show track-ID in mixer" and "...towards unique track numbers." 2013-07-10 15:27:17 +02:00
slave.cc
smf_source.cc match *.[mM][iI][dD][iI]$ as well as *.[mM][iI][dD] files when looking for MIDI files 2013-03-14 22:31:32 -04:00
sndfile_helpers.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
sndfileimportable.cc
sndfilesource.cc Revert "Remove non-portable and unnused header includes" 2013-07-11 11:23:41 -04:00
source_factory.cc fix up some confusion with filesources' _origin and _file_is_new members. if _origin is set, it means that the file is "external" to the session (aka "embedded") and for some purposes this is more significant than _file_is_new. rename SourceFactory::createReadable() to ::createExternal() to more clearly indicate its purpose; remove never-supplied "origin" argument from SourceFactor::createWritable(). Fixes problems caused by 864ce8f0 2013-03-30 14:02:26 -04:00
source.cc Revert "Remove non-portable and unnused header includes" 2013-07-11 11:23:41 -04:00
speakers.cc
sse_functions_64bit.s
sse_functions_xmm.cc
sse_functions.s
st_pitch.cc
st_stretch.cc Don't set TimeFXRequest done to true too early; it must only be set after Editor::do_timefx has added its StatefulDiffCommands. Should fix #4897 and duplicates. 2012-06-07 20:57:21 +00:00
strip_silence.cc Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
tape_file_matcher.cc
template_utils.cc add copyright comments 2013-01-16 18:14:11 +00:00
tempo_map_importer.cc minor translation fixes/typos from edogawa 2013-01-09 14:33:10 +00:00
tempo.cc Sent precise transport information to LV2 plugins via events. 2012-11-17 18:41:19 +00:00
test-env.sh add new files from test changes by timbyr 2013-07-11 11:10:56 -04:00
thread_buffers.cc Make send automation work (#4734). 2012-06-11 10:42:30 +00:00
ticker.cc add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and use it if requested inside MCP code. required renaming the pre-existing MIDI::Port as MIDI:JackMIDIPort - MIDI::Port becomes the base type for both JackMIDIPort and IPMIDIPort 2012-04-24 02:28:51 +00:00
track.cc meter-state 17 and 49 + code-comment 2013-07-16 23:30:21 +02:00
transient_detector.cc add copyright comments 2013-01-16 18:14:11 +00:00
unknown_processor.cc remove executable mode-bit from files 2013-06-16 21:54:08 +02:00
uri_map.cc Re-implement URIMap to tolerate broken plugins that use the wrong context to 2012-05-27 23:05:45 +00:00
user_bundle.cc add copyright comments 2013-01-16 18:14:11 +00:00
utils.cc meter line-up and fall-off standard values & names 2013-07-10 15:27:11 +02:00
vst_plugin.cc finally get to the bottom of where NO_PLUGIN_STATE needs to be in order to be useful 2013-07-15 22:23:16 -04:00
vumeterdsp.cc Revert "Revert new meter types (postponed until after 3.3 release)" 2013-07-22 18:42:01 +02:00
windows_vst_plugin.cc
worker.cc added missing header include 2012-08-29 00:30:50 +00:00
wscript Revert "Revert new meter types (postponed until after 3.3 release)" 2013-07-22 18:42:01 +02:00