summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-22better, probably working fix for windows-vst-on-linux build3.5.143Paul Davis
2013-12-22attempt to fix build with --windows-vst due to a bad merge of the external li...Paul Davis
2013-12-22add K12/RMS meter typeRobin Gareus
2013-12-21fix up OSC support to conform to new CP API and pay attention to feedback set...Paul Davis
2013-12-21conform to new CP APIPaul Davis
2013-12-21conform to new CP APIPaul Davis
2013-12-21new CP API and fix several egregious bugs with port handling when switching d...Paul Davis
2013-12-21remove debug outputPaul Davis
2013-12-21conform to new CP API designPaul Davis
2013-12-21conform to new CP API designPaul Davis
2013-12-21clean up aspects of ControlProtocol APIPaul Davis
2013-12-21clean up aspects of ControlProtocol APIPaul Davis
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