summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-09Audio->MIDI script: properly handle MIDI-region start-offsetRobin Gareus
2016-10-09Add some more midi-region BBT lua-bindingsRobin Gareus
2016-10-09Ensure midi region start trim always sets _start_beats.nick_m
2016-10-09TempoSection methods deal in beats rather than pulses per minute.nick_m
2016-10-09Ensure we have a region _beat for legacy sessions, set _pulse unconditionally...nick_m
2016-10-09Fix logic fail when setting midi region position, rework midi region start tr...nick_m
2016-10-09Use double comparison in MidiRegionView::note_in_region_range().nick_m
2016-10-08libqm-dsp is now a static libraryRobin Gareus
2016-10-07prepare for proper VST synth categorizationRobin Gareus
2016-10-07Clean up is_instrument vs needs-midi-in APIRobin Gareus
2016-10-07fix namespace inconsistencyRobin Gareus
2016-10-07Clean up cppcheck warnings about handling of allocated memory in SysEx classNathan Stewart
2016-10-07proper C++ const API (possible fix for MSVC builds)Robin Gareus
2016-10-07Allow 'qm-dsp' to build again with MSVCJohn Emmas
2016-10-07add BBT offsets to Audio->MIDI scriptRobin Gareus
2016-10-07Arrrgh Ardour starts counting at 1 :(Robin Gareus
2016-10-07fix script now that block + step size are set correctlyRobin Gareus
2016-10-07honor Vamp Plugin preferred step+block sizes.Robin Gareus
2016-10-07Build qm-dsp & kissfft as static lib w/hidden symbolsRobin Gareus
2016-10-07fix typo in 0cf75054Robin Gareus
2016-10-07avoid more C++11 - fixes OSX/PPC & MSVC buildsRobin Gareus
2016-10-07remove cruftRobin Gareus
2016-10-07Document version of bundled qm-dsp libraryRobin Gareus
2016-10-07prototype polyphonic audio to midi scriptRobin Gareus
2016-10-07Lua binding for std::map<>::at()Robin Gareus
2016-10-07Add tempo-map Lua bindingsRobin Gareus
2016-10-07avoid C++11 - fixes OSX/PPC buildsRobin Gareus
2016-10-07Add Lua bindings for basic MIDI model editingRobin Gareus
2016-10-06Lua Script Example for Audio to Midi Transcription (work in progress)Robin Gareus
2016-10-06update LuaWindow output on-the-go (allow progress print)Robin Gareus
2016-10-06Add Lua snippet to list and describe Vamp PluginsRobin Gareus
2016-10-06cont'd work on Vamp/Lua bindingsRobin Gareus
2016-10-06Hold ctrl + click "open" session -> safe modeRobin Gareus
2016-10-06sort instrument list alphabeticallyRobin Gareus
2016-10-06remove more unused qm-dsp code (fixes windows compile no LAPACK)Robin Gareus
2016-10-06Thin out qm-dsp code: no threadingRobin Gareus
2016-10-06update/include Queen Mary Vamp plugin setRobin Gareus
2016-10-06update OnsetDetector for updated QM-DSPRobin Gareus
2016-10-06update qm-dsp libraryRobin Gareus
2016-10-05GUI support for type-0/1 SMF import (display channel/track count)Robin Gareus
2016-10-05Add option to separate type-0 SMF channels to tracksRobin Gareus
2016-10-05split type-0 SMF files by channel on importRobin Gareus
2016-10-05SMF add support for type-0 files (count channels, not tracks)Robin Gareus
2016-10-05Revert "add debug info to a-fluidsynth"Robin Gareus
2016-10-05elaborate Lua-Vamp exampleRobin Gareus
2016-10-05add debug info to a-fluidsynthRobin Gareus
2016-10-05add API to list Vamp PluginsRobin Gareus
2016-10-05refine Lua doc/doxygen-parser and handle special-casesRobin Gareus
2016-10-05update doxygen docRobin Gareus
2016-10-05fix interface - proessor_selection is not a Lua C-FunctionRobin Gareus