summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-09-26next (final?) part of handling missing MIDI files.3.5.403Paul Davis
2014-09-26next (final?) part of handling missing MIDI files.Paul Davis
2014-09-15fix API errors after cherry-picking empty MIDI file fixes from cairocanvasPaul Davis
2014-09-15if a (file) source really cannot be found, differentiate between audio & MIDI.Paul Davis
2014-09-15fix up condition where a MIDI filesource is marked empty, not found, and its ...Paul Davis
2014-09-15FileSource should not generate its own error message when a file is missingPaul Davis
2014-09-15tentative fix for losing (empty) MIDI files. Incomplete because testing shows...Paul Davis
2014-07-13Support midnam files with a channel (not patch) NoteNameList.David Robillard
2014-06-10fix crash recovery: add new constructors to SndFileSource, AudioFileSource, a...Paul Davis
2014-06-02substantive changes to the logic and safety for naming of (audio/MIDI) source...Paul Davis
2014-05-29back port 6576105 from cairocanvas as fix for data loss/file deletionPaul Davis
2014-05-14don't use llrint on already-integral variablesDevin J. Pohly
2014-05-14fix accumulated rounding error in BBT gridDevin J. Pohly
2014-04-29Fixed problem where importing invalid midi files caused crash.3.5.380Damien Zammit
2014-04-28add new SMFSource constructor to be used for existing-external files. Fixes #...Paul Davis
2014-04-14fix minor problem with recent cherry-picking from cairocanvasPaul Davis
2014-04-14merge 5764970709f15e85ec30c9cea89c318eb8114c58 from cairocanvas as final(?) c...Paul Davis
2014-04-14check whether a source with the same path exists in session list not just on ...Paul Davis
2014-04-14further code simplification and rationalization related to MIDI source/file r...Paul Davis
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI r...Paul Davis
2014-04-14redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2014-04-14after cloning a MIDI region, mark the source file as non-removable. Fixes rep...Paul Davis
2014-04-14after cloning a MIDI region, mark the source file as non-removable. Fixes rep...Paul Davis
2014-04-14backport 1d85ab27a7e and ba128eea from cairocanvas branch to remove GIO (pos...Paul Davis
2014-04-07Fix buffer size mismatch in evoral testsSakari Bergen
2014-03-23midi-controller, support log parameters - fixes #5890Robin Gareus
2014-02-27(backport from cairocanvas branch) do not crash when considering a directory ...Paul Davis
2014-02-19use new ControlList::add() argumentPaul Davis
2014-02-19do not needlessly keep starting touch/automation watch passes just because a ...Paul Davis
2014-02-19add option to skip guard points when adding new control points to a ControlLi...Paul Davis
2014-02-19clear up some stupid thinking in Amp regarding the way the underlying Automat...Paul Davis
2014-02-19add a hack to deal with device discovery race, in which the devices were not ...Paul Davis
2014-02-08add kxstudio linux vst dirs to LXVST default search pathPaul Davis
2014-02-08fix missing colon in extension of LXVST search pathPaul Davis
2014-02-07when cleaning up sources, do not remove "stub" sources from the source list, ...Paul Davis
2014-02-07add FileSource::is_stub() declarationPaul Davis
2014-02-07Fix egregious logic bug in FileSource::removable() and introduce FileSource::...Paul Davis
2014-02-07fix utter confusion about session _path in new sessions.Paul Davis
2014-02-07don't add a [shared] panner for the sends to monitoing sectionRobin Gareus
2014-02-05add debug-message to track down missing SourcesRobin Gareus
2014-02-03VBAP nomenclature s/Direction/Azimuth/Robin Gareus
2014-02-03update audio-buffer assert, take offset into accountRobin Gareus
2014-02-03remove cruft - unused _size in audio-buffersRobin Gareus
2014-02-03fix stem-export buffer-size checkRobin Gareus
2014-02-03fix processor_lockRobin Gareus
2014-02-01forward port lv2_evbuf update (from jalv)Robin Gareus
2014-01-30even though man alloca says to include <alloca.h>, it apparently isn't necess...Paul Davis
2014-01-29move check for n_speakers so that we avoid needless workPaul Davis
2014-01-29fix vbap-speaker calculations to work with alloca()Robin Gareus
2014-01-27fix up the abomination caused by moving from variable length (multidimensiona...Paul Davis