summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2013-08-09split up session code that uses parts of the JACK API (timebase + session eve...Paul Davis
2013-08-08add methods to queue full MTC and SPP messages, now that they are synchronousPaul Davis
2013-08-08rationalize (a bit) engine start/stop/restart so that it is possible to start...Paul Davis
2013-08-08add new files (code based on the old midi++ JACKMidiPort)Paul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-07major redesign of MIDI port heirarchy and managementPaul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-05document PortEngine APIPaul Davis
2013-08-05add notion of unavailable devices to ARDOUR::AudioBackendPaul Davis
2013-08-04start work on the changes to EngineControl (dialog) to integrate with new bac...Paul Davis
2013-08-04fix no-roll LTC encoder, honor locates when transport is stoppedRobin Gareus
2013-08-04make master-meter in toolbar optionalRobin Gareus
2013-08-03cleanup more dangling members of AudioEnginePaul Davis
2013-08-03fix problem with session exit caused by dangling unused members in AudioEnginePaul Davis
2013-08-03add tim's jack_utils code to rationalize setup of JACK configPaul Davis
2013-08-03advance track's play-position even if processing is lockedRobin Gareus
2013-08-03audioengine branch can now load and run at least one test session.Paul Davis
2013-08-03on session-load: skip output-change-handler until IOs are restoredRobin Gareus
2013-08-03disallow invalid port-removalRobin Gareus
2013-08-02Revamp clock processing so it uses an internal frame reference.Michael Fisher
2013-08-02- Send position data from internal position classMichael Fisher
2013-08-02MIDI Clock - Shuffling locate code (not actually used yet)Michael Fisher
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2013-08-01start code reorganization needed to deal with backend choices. compiles, link...Paul Davis
2013-08-01full compilation and linking (coding not finished, will not run)Paul Davis
2013-07-31more stuff compilesPaul Davis
2013-08-01use zeroed scratch buffers for "silent" plugin runsRobin Gareus
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close to...Paul Davis
2013-07-30jack_audiobackend.cc finally compilesPaul Davis
2013-07-30use dedicated buffers for route (and track)Robin Gareus
2013-07-29small steps toward getting this all working - add new JackConnection object t...Paul Davis
2013-07-29Moving Mclk locating code to ticker.cc. HousekeepingMichael Fisher
2013-07-29Add method to send a song position pointer messageMichael Fisher
2013-07-29add option to resize meterbridge track-labelsRobin Gareus
2013-07-28change default meter-fall-off to 13.3 dB/secRobin Gareus
2013-07-28add dedicated line-up level for IEC1/DIN meter (15dbFS)Robin Gareus
2013-07-28make LED meter style optionalRobin Gareus
2013-07-25most of libardour now actually compilesPaul Davis
2013-07-25Don't allow to deactivate meter.Robin Gareus
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2013-07-24more miscellaneous changes for audioengine, all of this is still far from act...Paul Davis
2013-07-23pre-initial version of AudioBackend API (still under heavy development)Paul Davis
2013-07-23changes to audioengine.hPaul Davis
2013-07-23inch-like progress on defining the API for AudioBackend and separating AudioE...Paul Davis
2013-07-23add "0VU = +8dBu" VU meter configRobin Gareus
2013-07-23change default VU mode to "0VU = +4dBu (standard)"Robin Gareus
2013-07-23implement meter-lineup and VU standard preferencesRobin Gareus
2013-07-22restore session backwards compatibility to 3.3Robin Gareus
2013-07-22implement new meter typesRobin Gareus
2013-07-22Revert "Revert new meter types (postponed until after 3.3 release)"Robin Gareus