'libs/ardour' - Compiler specific includes and includes
[ardour.git] / libs / ardour /
2013-08-04 John Emmas'libs/ardour' - Compiler specific includes and includes
2013-08-04 John Emmas'libs/ardour' - Main body of changes required for build...
2013-08-04 John Emmas'libs/ardour' - Use 'std::vector' instead of dynamicall...
2013-08-04 John Emmas'libs/ardour' - Use 'const_iterator' where appropriate...
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-02 Paul Davisfix typos in display of error message about an LV2...
2013-08-02 Michael FisherMidi clock housekeeping
2013-08-02 Michael FisherMake Session::send_song_position_pointer a no-op
2013-08-02 Michael FisherRevamp clock processing so it uses an internal frame...
2013-08-02 Michael FisherWIP - Experimenting with an alternative clock generatin...
2013-08-02 Michael Fisher- Send position data from internal position class
2013-08-02 Michael FisherTest code removal...
2013-08-02 Michael FisherMIDI Clock - Shuffling locate code (not actually used...
2013-08-02 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisremove an identical odd namespacing typo
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisremove odd namespacing typo
2013-08-01 Paul Davisfix merge conflict from master
2013-07-31 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-07-31 Robin Gareusfix typo in c212c16eb
2013-07-31 Robin Gareusinitialize some uninitialized values
2013-07-31 Robin Gareuscatch assert()
2013-07-31 Robin GareusLV2 - use scratch buffers to scratch :)
2013-07-31 Robin Gareusanother amend to 00f26394a9
2013-07-31 Robin Gareusfix stupid copy/paste error in 00f26394a9
2013-07-30 Robin GareusRMS meter: remove unused peak-detection
2013-07-30 Robin Gareususe dedicated buffers for route (and track)
2013-07-30 Robin GareusRevert "fix issue with generator plugins and no-roll...
2013-07-30 Robin Gareusfix issue with generator plugins and no-roll disk monit...
2013-07-29 Paul DavisMerge branch 'clang-rebased' of https://github.com...
2013-07-29 Michael FisherReturn an empty string instead of a bool
2013-07-29 Michael FisherCast param for std::time to a pointer of time_t
2013-07-29 Michael FisherHousekeeping, code style
2013-07-29 Michael FisherMoving Mclk locating code to ticker.cc. Housekeeping
2013-07-29 Michael FisherAdd method to send a song position pointer message
2013-07-29 Robin Gareususe K-20 meter as default master bus
2013-07-29 Robin Gareusadd option to resize meterbridge track-labels
2013-07-28 Robin Gareuschange default meter-fall-off to 13.3 dB/sec
2013-07-28 Robin Gareusfix compiler warnings.
2013-07-28 Edgar Aichingerupdate german translation for libardour
2013-07-28 Edgar Aichingerupdate german translation
2013-07-28 Robin Gareusadd dedicated line-up level for IEC1/DIN meter (15dbFS)
2013-07-28 Robin Gareusmake LED meter style optional
2013-07-25 Robin GareusDon't allow to deactivate meter.
2013-07-25 Robin Gareusreset meters only when *really* necessary
2013-07-25 Robin Gareusfix compiler warning
2013-07-23 Robin Gareusadd "0VU = +8dBu" VU meter config
2013-07-23 Robin Gareuschange default VU mode to "0VU = +4dBu (standard)"
2013-07-23 Robin Gareusimplement meter-lineup and VU standard preferences
2013-07-23 Robin Gareususe fixed fall-off time for k-meter
2013-07-22 Robin Gareusrestore session backwards compatibility to 3.3
2013-07-22 Robin Gareusimplement new meter types
2013-07-22 Robin GareusRevert "Revert new meter types (postponed until after...
2013-07-18 Robin Gareusreset meter when meter-point changes
2013-07-17 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-17 Tim MayberryUse PBD::ffs for portability
2013-07-17 Tim MayberryUse jack_client_stop_thread on windows
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-16 Robin Gareusmeter-state 17 and 49 + code-comment
2013-07-16 Robin Gareusrework metering states 2, 6, 18 and 22
2013-07-16 Robin Gareusrevert functionality of f842e8af2 (meter display in...
2013-07-16 Robin Gareusyet another meter+monitoring detail:
2013-07-16 Robin GareusMerge branch 'clang' of https://github.com/axetota...
2013-07-16 Robin Gareusfix metering states 34, 38, 49, 50, 53 and 54
2013-07-16 Robin Gareuszero meters for inactive tracks
2013-07-16 Robin GareusRMS meter - reset after calculating new data
2013-07-16 Robin Gareusfix "monitor mode 11"
2013-07-16 Robin Gareusfix input metering:
2013-07-16 Paul Davisfinally get to the bottom of where NO_PLUGIN_STATE...
2013-07-16 Paul Davismore plugin state debugging
2013-07-16 Paul Davistweaks to NO_PLUGIN_STATE logic
2013-07-15 Paul DavisMerge branch 'apple' of https://github.com/mfisher31...
2013-07-15 Paul Davisuse g_unlink() rather than unlink() universally, requir...
2013-07-15 Paul Davis(reapply with fixes) Build system changes to support...
2013-07-15 Paul DavisRevert "Build system changes to support mingw build...
2013-07-15 Paul DavisBuild system changes to support mingw build target
2013-07-15 Paul DavisAdd JACK utility functions in libardour and test
2013-07-15 Paul DavisUse g_stat in AudioSource::initialize_peakfile for...
2013-07-15 Paul DavisUse g_rename in AudioSource::rename_peakfile for portab...
2013-07-15 Paul DavisUse g_utime for portability in AudioSource::touch_peakfile
2013-07-15 Paul DavisUse g_stat in AudioSource::touch_peakfile for portability
2013-07-15 Paul DavisAdd basic test for PluginManager and LADSPA plugins
2013-07-15 Paul Davis Use ARDOUR::ladspa_search_path and PBD::find_matching_...
2013-07-15 Robin GareusRevert new meter types (postponed until after 3.3 release)
2013-07-15 Robin Gareusadd new meter-type enums (amend 80aa2574)
2013-07-15 Robin Gareusadd VU and IEC meter DSP (from jmeters)
2013-07-15 Paul DavisAdd ARDOUR::ladspa_search_path function to get LADSPA...
2013-07-15 Paul DavisFix finding panner modules on windows by looking for...
2013-07-15 Paul DavisAdd ladspa directory name to directory names
2013-07-15 Paul Davis Don't include jack/weakjack.h header when compiling...
2013-07-15 Paul DavisFix portability of Session::source_search_path
2013-07-15 Paul DavisDon't use errno after g_file_test on windows
2013-07-15 Paul DavisUse ::write instead of pwrite in AudioSource::compute_...
2013-07-15 Paul DavisUse ::read instead of pread in AudioSource::read_peaks...
2013-07-15 Michael R. FisherHousekeeping
2013-07-15 Michael R. Fisherset the flag true
2013-07-15 Michael R. FisherLazily load bundled LV2 plugins in LV2PluginInfo::disco...
2013-07-15 Michael R. FisherFormatting only.
next