ardour.git
2013-08-09 Paul Davissplit up session code that uses parts of the JACK API...
2013-08-09 Paul Davisfix display of latency
2013-08-09 Paul Davisthe JACK audio backend shared object depends on libasou...
2013-08-09 Paul Davisa few more visual tweaks and simplifications for audio...
2013-08-09 Paul Davissome rearrangements and details for the engine dialog
2013-08-09 Paul Davistemporarily ignore AudioEngine::Halted when GUI asks...
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 Davisremove reference to non-existent header
2013-08-08 Paul Davisadd new files (code based on the old midi++ JACKMidiPort)
2013-08-08 Paul Davischange wording in audio status when disconnected from...
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-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 meter-background highlight when peaking. (> vs >=)
2013-08-04 Robin Gareusfix rounding issue when dragging video with fractional fps
2013-08-04 Robin Gareusvtl: import audio at video-offset, forget offset on...
2013-08-04 Robin GareusTimecode: fix subframe rounding
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 Gareusdedicated namespace for video-utils
2013-08-03 Robin Gareusremove strtok_r() from video_query_info()
2013-08-03 Robin Gareusadd a peak reset button to the editor meter
2013-08-03 Robin Gareusfix gtk "child->parent == NULL" asserts
2013-08-03 Robin Gareusproperly handle port removal in route.
2013-08-03 Robin Gareusfix "other" port-group tab
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 FisherResolve duplicate symbol 'cocoa_open_uri' on OSX builds.
2013-08-02 Robin Gareuskeep port-matrix in sync when deleting ports. and fix...
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 FisherHuman readable printing of MIDI Position messages
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 Michael FisherStop compiler warning about NSURL
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-08-01 Paul Davisadd _ISOC9X_SOURCE define to compiler command line...
2013-08-01 Robin Gareusre-check meterbridge metric-area on route deletion
2013-07-31 Paul Daviseven more stuff compiles
2013-07-31 Paul Davismore stuff compiles
2013-07-31 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-07-31 Robin Gareustiny detail.. GUI-callback may try to check vmonitor...
2013-07-31 Robin Gareusclean up some valgrid "Uninitialised value was created...
2013-07-31 Robin Gareuscorrect error message
2013-07-31 Robin Gareusfix close_allv() sentinel
2013-07-31 Robin Gareusvalgrind ignore glib UTF8 warnings
2013-07-31 Robin Gareusinitialize two more uninitialized vars..
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 Robin Gareusminimize meter-peak re-draw area
2013-07-30 Paul Davisjack_audiobackend.cc finally compiles
2013-07-30 Robin GareusRMS meter: remove unused peak-detection
2013-07-30 Robin Gareusadjust meterbridge label-heigh options
2013-07-30 Robin Gareusadd name-tooltips to the meterbridge meters
2013-07-30 Robin Gareusclean up 44fc92c3 (not a threading issue but sigc+...
2013-07-30 Robin Gareususe dedicated buffers for route (and track)
2013-07-30 Robin Gareusdisconnect AuxSend connection when deleting bus
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 FisherProper OSX/CLANG/CXX11 support in stl_delete.h
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 Michael FisherSend a song position pointer with mmc and fullframe...
2013-07-29 Michael FisherAdd relavent OSX midi options in the startup dialog
2013-07-29 Robin Gareustweak meterbridge-label height
2013-07-29 Robin Gareuschange default BBC-meter color
next