update russian translation (from alexandre prokoudine)
[ardour.git] / libs / ardour /
2013-08-13 Tim MayberryCall PBD::init in ARDOUR::init and PBD::cleanup in...
2013-08-13 Tim MayberryPrevent libardour from being initialized more than...
2013-08-13 Tim MayberryChange ARDOUR::init return type to bool type for succes...
2013-08-12 Paul Davisassorted extra debug output for MTC
2013-08-11 Robin Gareusfix thinko in 5dee49e19
2013-08-11 Robin Gareusfix 5dee49e19 (32/64 bit unsigned int compatibility)
2013-08-11 Robin Gareusmake LV2 communication buffers independent from jack...
2013-08-10 Paul Davisfix output latency option in jack command line
2013-08-09 Paul Davisdon't write a bogus jack cmdline ... leave the existing...
2013-08-09 Paul Davisactually write JACK command line out to ~/.jackdrc...
2013-08-09 Paul Davisdon't waste time with sending MTC or MMC after stop...
2013-08-09 Paul Davisallow ardour to exit after JACK disconnects us
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-09 Paul Davisremove use of jack_get_time() from ARDOUR::get_microsec...
2013-08-09 Paul Davismore purging of JACK as an explicit name from libardour
2013-08-09 Paul Davisremove more naming that refers to JACK
2013-08-09 Paul Davisremove another naming that refers to JACK
2013-08-09 Paul Davisremove another naming that refers to JACK
2013-08-09 Paul Davismore sensible ALSA device names now in use
2013-08-09 Paul Davisuse original names for ARDOUR MIDI "persistent" ports...
2013-08-09 Paul Davistry new code from rui/qjackctl for names of ALSA PCM...
2013-08-09 Paul Davissplit up session code that uses parts of the JACK API...
2013-08-09 Paul Davisthe JACK audio backend shared object depends on libasou...
2013-08-09 Paul Davisfix freewheeling
2013-08-08 Paul Davisfix crashes, clean up session code warmup and other...
2013-08-08 Paul Davisadd methods to queue full MTC and SPP messages, now...
2013-08-08 Paul Davisrationalize (a bit) engine start/stop/restart so that...
2013-08-08 Paul Davisadd new files (code based on the old midi++ JACKMidiPort)
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management...
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management
2013-08-07 Robin Gareusfix compiler warning
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-05 Paul Davisdocument PortEngine API
2013-08-05 Paul Davisadd notion of unavailable devices to ARDOUR::AudioBackend
2013-08-05 Paul Daviscan now start JACK based on config dialog
2013-08-04 Paul Davisstart work on the changes to EngineControl (dialog...
2013-08-04 Robin Gareusfix no-roll LTC encoder, honor locates when transport...
2013-08-03 Robin Gareusmake master-meter in toolbar optional
2013-08-03 Paul Daviscleanup more dangling members of AudioEngine
2013-08-03 Paul Davisfix undeclared use of cerr
2013-08-03 Paul Davisfix problem with session exit caused by dangling unused...
2013-08-03 Paul Davisadd file
2013-08-03 Paul Davisadd tim's jack_utils code to rationalize setup of JACK...
2013-08-03 Robin Gareusadvance track's play-position even if processing is...
2013-08-03 Paul Davisaudioengine branch can now load and run at least one...
2013-08-03 Robin Gareusproperly handle port removal in route.
2013-08-02 Robin GareusMerge branch 'midiclock' of https://github.com/axetota...
2013-08-02 Michael FisherSend and Read MIDI Positions the right way
2013-08-02 Robin Gareuson session-load: skip output-change-handler until IOs...
2013-08-02 Robin Gareusdisallow invalid port-removal
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 Davisstart code reorganization needed to deal with backend...
2013-08-01 Paul Davisfull compilation and linking (coding not finished,...
2013-08-01 Paul Davisremove an identical odd namespacing typo
2013-08-01 Paul Davisremove odd namespacing typo
2013-07-31 Paul Davismore stuff compiles
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 Paul Davisremove compile errors (still will not link and JACKPort...
2013-07-31 Robin Gareusfix stupid copy/paste error in 00f26394a9
2013-07-30 Paul Davisjack_audiobackend.cc finally compiles
2013-07-30 Robin GareusRMS meter: remove unused peak-detection
2013-07-30 Robin Gareususe dedicated buffers for route (and track)
2013-07-30 Paul Davissmall steps toward getting this all working - add new...
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-26 Paul Davisstart work on JACK specific audiobackend and port engine
2013-07-25 Paul Davismost of libardour now actually compiles
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-24 Paul Davisnew file
2013-07-24 Paul Davispart-way through getting the audioengine changes to...
2013-07-24 Paul Davismore miscellaneous changes for audioengine, all of...
next