summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
...as precaution for plugins which may potentially use a different version of the library.
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
This allows to hide the "Safe Mode" checkbox.
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
This needs further work: Type-1 SMF are always "One [Ardour] track per [MIDI] track" Only type-0 SMF have the option "One [Ardour] track per [MIDI] channel" and "One [Ardour] track per [MIDI] file" This is ambiguous with multi-channel audio or multiple selection, mixed audio+midi and worse with mixed type0/1 .mid selection. This calls for a dedicated dropdown to select MIDI Import Disposition for type-0 SMF.
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
This reverts commit 6821f54817e03a55f100f422b6c0bba4328c8fb8.
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
2016-10-04Make some functions which are needed for native VST support like snprintf() ↵Michael Beer
visible in FreeBSD.
2016-10-04fix windows bundle after 0aaded53Robin Gareus
2016-10-04NetBSD ships with backtrace(3) in libexecinfoKamil Rytarowski
2016-10-04NetBSD uses statvfs for the functionality of statfs on LinuxKamil Rytarowski
2016-10-04NetBSD ships with pollts(2) similar to Linux specific ppoll()Kamil Rytarowski
2016-10-04NetBSD ships with <sys/endian.h> not <endian.h>Kamil Rytarowski
2016-10-04Detect free space on NetBSDKamil Rytarowski
2016-10-04Fix ldd(1) parsing on NetBSDKamil Rytarowski
* NetBSD $ ldd /bin/cat /bin/cat: -lc.12 => /lib/libc.so.12 * Linux $ ldd /usr/bin/cat linux-vdso.so.1 => (0x0000726abb373000) libc.so.6 => /lib64/libc.so.6 (0x0000726abafa7000) /lib64/ld-linux-x86-64.so.2 (0x0000726abb374000)
2016-10-04allow linking unbundled version of qm-dspNils Philippsen
In the course, rename the bundled, built version libqm-dsp so it matches packaged versions.
2016-10-04Akai MIDIMix map -- Squashed commit of the following:eighthkeepa
commit 6da4554e43180a4147b9dc9e0025c91ffc6fd9af Author: eighthkeepa <eighthkeepa@gmail.com> Date: Fri Aug 19 11:51:27 2016 +0300 Update AKAI_MIDIMix_EQ_Mode.map Fixed incorrect track numbers on lines 41, 42 and 43. commit 5fb56a2f742f1523a8fa2d7ddceab1a0f0f491e5 Author: eighthkeepa <eighthkeepa@gmail.com> Date: Wed Aug 17 22:15:45 2016 +0300 Update AKAI_MIDIMix_EQ_Mode.map Added line that warns user to add "a-EQ" plugin before working with this map. commit 3d664b877ee5ed0e17e5e43deb963d7a0f98d7d1 Author: eighthkeepa <eighthkeepa@gmail.com> Date: Wed Aug 17 15:03:45 2016 +0300 Create AKAI_MIDIMix_EQ_Mode.map My midi map for Akai MIDIMix. This one has volume knobs bindings included, so you can control equalizers of each track.
2016-10-04Create AKAI_MIDIMix_Normal_Mode.mapeighthkeepa
My midi map for AKAI Midimix. This one has no volume knobs bindings.