summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-21new ControlProtocolManager API, and proper handling of view/model changes in ...Paul Davis
2013-12-21longer text descriptionPaul Davis
2013-12-19midi_clock_slave: fix bandwidth to 2/60 for best resultsHans Baier
2013-12-19interpolation_test: add some necessary assertions Hans Baier
2013-12-18midi_clock_slave: fix wrong calculation of loop errorHans Baier
2013-12-18midi_clock_slave.cc: Better debug messagesHans Baier
2013-12-18midi clock slave: make bandwidth variable according to period sizeHans Baier
2013-12-15mnemonic PDF: margin, URL, and (C)year updatesRobin Gareus
2013-12-14fix a crash caused by not checking if MackieControlProtocol::_surfaces_state ...Paul Davis
2013-12-14rsynth.lv2: fix note off+on follow up:Robin Gareus
2013-12-13change Generic MIDI control so that it handles a SendFeedback request synchro...Paul Davis
2013-12-13make MIDI UI in libardour handle CallSlot requests like it used to (and like ...Paul Davis
2013-12-13Mackie Control support now saves & restores port connections for devices not ...Paul Davis
2013-12-13remove some unused code from mackie supportPaul Davis
2013-12-13fix reasonable synth octaveRobin Gareus
2013-12-13xmas-eggRobin Gareus
2013-12-13fix logic for display of transport bar metersPaul Davis
2013-12-12adjust LV2 ringbuffer size according to LV2:resize-portRobin Gareus
2013-12-10fix const-ness of names arrayNils Philippsen
2013-12-10compare plugin/creator/category names UTF8-awareNils Philippsen
2013-12-10add cmp_nocase_utf8()Nils Philippsen
2013-12-10don't use deprecated g_strcasecmp()Nils Philippsen
2013-12-10compare region names case-sensitivelyNils Philippsen
2013-12-10use correct argument order with memset()Nils Philippsen
2013-12-10use std::fill_n to fill gain buffer with samplesNils Philippsen
2013-12-10Merge branch 'master--ignore-JackTransportNetStarting' of https://github.com/...Paul Davis
2013-12-09ignore "unofficial" states in jack_sync_callback()Nils Philippsen
2013-12-09don't overwrite necessary compiler flagsNils Philippsen
2013-12-09improve architecture detectionNils Philippsen
2013-12-07print a warning for every VST >=2.4 pluginRobin Gareus
2013-12-07detect VST >= 2.4 plugins.Robin Gareus
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-12-02minor tweaks to MIDI clock support, including delivery of position events/mes...Paul Davis
2013-12-02don't run MIDI clock "tick" if session is silent (e.g. due to a locate)Paul Davis
2013-12-01fix continuous send of MIDI start/position/stop messages introduced by mistakePaul Davis
2013-11-29fix up a bunch of confusion regarding the size/capacity/allocation of audio &...Paul Davis
2013-11-29drop capacity argument from Buffer constructor, since the abstract class cann...Paul Davis
2013-11-29fix indentationPaul Davis
2013-11-29add explicit linkage to libtimecodePaul Davis
2013-11-27make JACK backend return the right set of values when asked for buffer sizes ...Paul Davis
2013-11-27do not push new state to backend from audio/MIDI setup until OK or Apply are ...Paul Davis
2013-11-27add 0.5 second sleep after closing JACK connection so that next startup/conne...Paul Davis
2013-11-27add error check to call to PortManager::reestablish_portsPaul Davis
2013-11-27move AudioBackend::_start() into protected, and expand a bit on documenting :...Paul Davis
2013-11-27add yet more missing parts of previous commit re: libmidi++ and JACK (files n...Paul Davis
2013-11-27add missing parts of previous commit re: libmidi++ and JACK (files not saved ...Paul Davis
2013-11-27remove unintended linkage between libmidipp and jackPaul Davis
2013-11-23Hande export initialization exceptions gracefullySakari Bergen
2013-11-23Fix invalid assertions in AudioGrapher SampleFormatConverterSakari Bergen
2013-11-23fix for toolbar master-meter w/o master bus and/or detached toolbarRobin Gareus