ardour.git
8 years agoprototype online self-automating LV2 plugin interface
Robin Gareus [Sun, 13 Mar 2016 22:20:45 +0000 (23:20 +0100)]
prototype online self-automating LV2 plugin interface

goes along with https://github.com/x42/automate.lv2

8 years agoprepare custom LV2 extensions
Robin Gareus [Sun, 13 Mar 2016 23:17:08 +0000 (00:17 +0100)]
prepare custom LV2 extensions

8 years agoSome AudioGrapher classes need to be exportable now, to support newly introduced...
John Emmas [Sat, 12 Mar 2016 13:59:44 +0000 (13:59 +0000)]
Some AudioGrapher classes need to be exportable now, to support newly introduced 'AnalysisGraph' class

(not entirely sure why - but it might be because 'ProcessContext<Sample>' is now used in multiple sources within libardour).

8 years agoMake sure that class 'ARDOUR::AnalysisGraph' is exportable (since it gets used outsid...
John Emmas [Sat, 12 Mar 2016 13:44:10 +0000 (13:44 +0000)]
Make sure that class 'ARDOUR::AnalysisGraph' is exportable (since it gets used outside of libardour)

8 years agoAccommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
John Emmas [Sat, 12 Mar 2016 13:41:44 +0000 (13:41 +0000)]
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)

8 years agoAccommodate newly introduced source(s) in our MSVC project (libardour)
John Emmas [Sat, 12 Mar 2016 13:41:00 +0000 (13:41 +0000)]
Accommodate newly introduced source(s) in our MSVC project (libardour)

8 years agocleaner version of ac3da53
Robin Gareus [Sat, 12 Mar 2016 09:11:06 +0000 (10:11 +0100)]
cleaner version of ac3da53

8 years agoreset export status when not normalizing - fixes #6816
Robin Gareus [Sat, 12 Mar 2016 02:02:31 +0000 (03:02 +0100)]
reset export status when not normalizing - fixes #6816

8 years agoand without typo :)
Robin Gareus [Fri, 11 Mar 2016 21:46:19 +0000 (22:46 +0100)]
and without typo :)

8 years agoand now without debug printf()
Robin Gareus [Fri, 11 Mar 2016 21:40:58 +0000 (22:40 +0100)]
and now without debug printf()

8 years agoallow to copy processor state (drag processor on another of same type)
Robin Gareus [Fri, 11 Mar 2016 21:00:12 +0000 (22:00 +0100)]
allow to copy processor state (drag processor on another of same type)

8 years agoprepare DnD for copying processor state
Robin Gareus [Fri, 11 Mar 2016 20:59:36 +0000 (21:59 +0100)]
prepare DnD for copying processor state

8 years agoConfigurable export-silence trim threshold (no GUI yet)
Robin Gareus [Fri, 11 Mar 2016 17:11:36 +0000 (18:11 +0100)]
Configurable export-silence trim threshold (no GUI yet)

8 years agoadd region & range loudnless report
Robin Gareus [Fri, 11 Mar 2016 16:26:27 +0000 (17:26 +0100)]
add region & range loudnless report

8 years agoallow to re-use export-report UI
Robin Gareus [Fri, 11 Mar 2016 16:25:52 +0000 (17:25 +0100)]
allow to re-use export-report UI

(we should probably change the name to LoudnessReport)

8 years agoprepare region/range loudness analysis
Robin Gareus [Fri, 11 Mar 2016 16:23:39 +0000 (17:23 +0100)]
prepare region/range loudness analysis

8 years agoMake sure that a newly introduced class will be visible if it's needed outside of...
John Emmas [Fri, 11 Mar 2016 10:51:24 +0000 (10:51 +0000)]
Make sure that a newly introduced class will be visible if it's needed outside of libgtkmm2ext

8 years agoAccommodate newly introduced source(s) in our MSVC project (gtkmm2ext)
John Emmas [Fri, 11 Mar 2016 10:49:42 +0000 (10:49 +0000)]
Accommodate newly introduced source(s) in our MSVC project (gtkmm2ext)

8 years agofix __cpuid() on x86
Florian Weimer [Mon, 7 Mar 2016 15:45:32 +0000 (16:45 +0100)]
fix __cpuid() on x86

The previous version used memory operands that gcc (probably dependent
on optimization flags and/or version) could address relative to the
stack pointer, but pushing %ebx onto the stack changed it. Here, the
address of the regs array is put into %esi and the individual members
are written into directly.

8 years ago2 new MIDI maps from sam tuke (https://github.com/samtuke/ardour-midi-maps)
Paul Davis [Tue, 8 Mar 2016 13:52:13 +0000 (08:52 -0500)]
2 new MIDI maps from sam tuke (https://github.com/samtuke/ardour-midi-maps)

8 years agoAdds a tooltip to the icon
Mathias Buhr [Tue, 8 Mar 2016 08:14:50 +0000 (09:14 +0100)]
Adds a tooltip to the icon

8 years agoImplements filtering in bindings editor
Mathias Buhr [Mon, 7 Mar 2016 22:56:03 +0000 (23:56 +0100)]
Implements filtering in bindings editor

8 years agoTweaked comments in mapping file because they relate to loop and record
Guy Sherman [Sat, 16 Jan 2016 09:39:12 +0000 (09:39 +0000)]
Tweaked comments in mapping file because they relate to loop and record

8 years agoCreated updated mapping for M-Audio Axiom Air 25
Guy Sherman [Sun, 10 Jan 2016 15:42:06 +0000 (15:42 +0000)]
Created updated mapping for M-Audio Axiom Air 25

8 years agoconvert Russian man page from KOI8-R to UTF-8 encoding
Nils Philippsen [Tue, 12 Jan 2016 15:50:12 +0000 (16:50 +0100)]
convert Russian man page from KOI8-R to UTF-8 encoding

8 years agoconvert French man page from ISO-8859-1 to UTF-8 encoding
Nils Philippsen [Tue, 12 Jan 2016 15:50:12 +0000 (16:50 +0100)]
convert French man page from ISO-8859-1 to UTF-8 encoding

8 years agoadd an untested, but likely usable clang-format configuration file (from matthias...
Paul Davis [Tue, 8 Mar 2016 13:38:45 +0000 (08:38 -0500)]
add an untested, but likely usable clang-format configuration file (from matthias buhr)

8 years agoremove uncharacteristic comments
Paul Davis [Tue, 8 Mar 2016 13:37:13 +0000 (08:37 -0500)]
remove uncharacteristic comments

8 years agofix up indentation in libs/gtkmm2ext/bindings code, probably messed up by emacs on...
Paul Davis [Tue, 8 Mar 2016 13:36:05 +0000 (08:36 -0500)]
fix up indentation in libs/gtkmm2ext/bindings code, probably messed up by emacs on OS X

8 years agofix port-export analysis for > 2 channels.
Robin Gareus [Mon, 7 Mar 2016 22:36:05 +0000 (23:36 +0100)]
fix port-export analysis for > 2 channels.

8 years agofix OSX/PPC bundled plugins
Robin Gareus [Mon, 7 Mar 2016 18:41:30 +0000 (19:41 +0100)]
fix OSX/PPC bundled plugins

8 years agofix stuck touch mode
Robin Gareus [Mon, 7 Mar 2016 16:11:11 +0000 (17:11 +0100)]
fix stuck touch mode

previously the GUI locked out control surfaces (touch was never released).

8 years agoremove unused GUI signals (confusing dup. name)
Robin Gareus [Mon, 7 Mar 2016 16:06:54 +0000 (17:06 +0100)]
remove unused GUI signals (confusing dup. name)

8 years agoexpand options in quantize dialog to include other beat fractions
Paul Davis [Mon, 7 Mar 2016 15:16:01 +0000 (10:16 -0500)]
expand options in quantize dialog to include other beat fractions

8 years agoexpand option editor treeviews by default so that all nodes are visible
Paul Davis [Mon, 7 Mar 2016 14:32:29 +0000 (09:32 -0500)]
expand option editor treeviews by default so that all nodes are visible

8 years agorename all "Solo / Mute" options as "Solo & Mute" since '/' is now a path separator...
Paul Davis [Mon, 7 Mar 2016 01:43:59 +0000 (20:43 -0500)]
rename all "Solo / Mute" options as "Solo & Mute" since '/' is now a path separator for options

8 years agorearrange sync options into a sub-node of Transport options
Paul Davis [Mon, 7 Mar 2016 01:43:30 +0000 (20:43 -0500)]
rearrange sync options into a sub-node of Transport options

This gets minimum size down to around 722 pixels

8 years agoavoid extra iterator increment, so that Option/Paths work
Paul Davis [Mon, 7 Mar 2016 01:42:39 +0000 (20:42 -0500)]
avoid extra iterator increment, so that Option/Paths work

8 years agoavoid blank header bar in option editor treeview
Paul Davis [Mon, 7 Mar 2016 01:25:51 +0000 (20:25 -0500)]
avoid blank header bar in option editor treeview

8 years agochange OptionEditor to use a left-hand-side treeview to navigate the notebook
Paul Davis [Sun, 6 Mar 2016 23:27:23 +0000 (18:27 -0500)]
change OptionEditor to use a left-hand-side treeview to navigate the notebook

8 years agoprepare including fil4 w/Mixbus
Robin Gareus [Sun, 6 Mar 2016 16:30:18 +0000 (17:30 +0100)]
prepare including fil4 w/Mixbus

8 years agodon't downcase Home, End and other non-single-key keycode names
Paul Davis [Sat, 5 Mar 2016 16:54:02 +0000 (11:54 -0500)]
don't downcase Home, End and other non-single-key keycode names

8 years agoedited keybindings should be stored in lower-case form
Paul Davis [Sat, 5 Mar 2016 16:53:42 +0000 (11:53 -0500)]
edited keybindings should be stored in lower-case form

8 years agoremove some uncharacteristic comments in code
Paul Davis [Sat, 5 Mar 2016 16:53:20 +0000 (11:53 -0500)]
remove some uncharacteristic comments in code

8 years agoSmall refactoring of keyboard bindings (first part)
Mathias Buhr [Sun, 28 Feb 2016 20:54:08 +0000 (21:54 +0100)]
Small refactoring of keyboard bindings (first part)

- Adds collision detection for keybindings
- Fixes a bug that prevented newly created bindings to be deleted properly (reproduction: add a binding, remove it, restart ardour, binding is still there but can now be deleted).

8 years agoFixes a minor typo
Mathias Buhr [Sun, 28 Feb 2016 00:11:48 +0000 (01:11 +0100)]
Fixes a minor typo

8 years agoAdds sorting the toe keyeditor
Mathias Buhr [Sat, 27 Feb 2016 23:53:39 +0000 (00:53 +0100)]
Adds sorting the toe keyeditor

8 years agoAdd MIDI map for the M-Audio Oxygen 61 v3 (preset 1).
Sebastiaan Lokhorst [Mon, 25 Jan 2016 12:31:56 +0000 (13:31 +0100)]
Add MIDI map for the M-Audio Oxygen 61 v3 (preset 1).

8 years agoFix for issue #0006803
yonideshi [Fri, 4 Mar 2016 21:24:06 +0000 (22:24 +0100)]
Fix for issue #0006803

8 years agoFix issue #0006806
feandin [Fri, 4 Mar 2016 19:07:15 +0000 (20:07 +0100)]
Fix issue #0006806

8 years agofix playlist channel-count when removing a connected port.
Robin Gareus [Sat, 5 Mar 2016 00:37:59 +0000 (01:37 +0100)]
fix playlist channel-count when removing a connected port.

when removing a connected port, IO::remove_port() emits
(IOChange::ConnectionsChanged | IOChange::ConfigurationChanged)

8 years agoallow to override FPU detection
Robin Gareus [Fri, 4 Mar 2016 17:05:47 +0000 (18:05 +0100)]
allow to override FPU detection

8 years agotweak optimization flags for clang
Robin Gareus [Fri, 4 Mar 2016 16:04:04 +0000 (17:04 +0100)]
tweak optimization flags for clang

8 years agoadd missing file (2de4e1d)
Robin Gareus [Fri, 4 Mar 2016 16:02:04 +0000 (17:02 +0100)]
add missing file (2de4e1d)

8 years agofix processed region export (track output)
Robin Gareus [Fri, 4 Mar 2016 16:01:28 +0000 (17:01 +0100)]
fix processed region export (track output)

8 years agoforce all KeyboardKeys in Bindings to be lower case
Paul Davis [Wed, 2 Mar 2016 21:17:54 +0000 (16:17 -0500)]
force all KeyboardKeys in Bindings to be lower case

8 years agoamend prev commit (OS X El Capitan builds)
Robin Gareus [Wed, 2 Mar 2016 10:03:31 +0000 (11:03 +0100)]
amend prev commit (OS X El Capitan builds)

8 years agofix OSX El Capitan builds
Robin Gareus [Wed, 2 Mar 2016 09:59:22 +0000 (10:59 +0100)]
fix OSX El Capitan builds

8 years agonitpick for static analyzers and friends
Robin Gareus [Wed, 2 Mar 2016 03:17:01 +0000 (04:17 +0100)]
nitpick for static analyzers and friends

8 years agoremove debug output
Robin Gareus [Tue, 1 Mar 2016 17:36:45 +0000 (18:36 +0100)]
remove debug output

8 years agoFix build on El Capitan
Paul Davis [Tue, 1 Mar 2016 17:04:58 +0000 (12:04 -0500)]
Fix build on El Capitan

In which Apple once again changed the name of the MIDI kit from CoreMidi to CoreMIDI, something
they did for the Lion release of OS X

8 years agofix waveform flickering during recording
Robin Gareus [Tue, 1 Mar 2016 17:06:29 +0000 (18:06 +0100)]
fix waveform flickering during recording

8 years agoNO OP, whitespace
Robin Gareus [Tue, 1 Mar 2016 13:43:44 +0000 (14:43 +0100)]
NO OP, whitespace

8 years agoprotect current_request with request_queue_lock
Robin Gareus [Tue, 1 Mar 2016 13:43:28 +0000 (14:43 +0100)]
protect current_request with request_queue_lock

8 years agouse glib mutex API
Robin Gareus [Tue, 1 Mar 2016 11:53:54 +0000 (12:53 +0100)]
use glib mutex API

8 years agoinitialize uninitialized variable
Robin Gareus [Mon, 29 Feb 2016 14:17:12 +0000 (15:17 +0100)]
initialize uninitialized variable

8 years agoconfigurable export preroll
Robin Gareus [Mon, 29 Feb 2016 14:13:06 +0000 (15:13 +0100)]
configurable export preroll

8 years agopre-process (silence) before export to flush reverb tails etc.
Robin Gareus [Mon, 29 Feb 2016 12:50:56 +0000 (13:50 +0100)]
pre-process (silence) before export to flush reverb tails etc.

8 years agoExpose PublicEditor Bindings to Lua
Robin Gareus [Mon, 29 Feb 2016 11:01:37 +0000 (12:01 +0100)]
Expose PublicEditor Bindings to Lua

8 years agofix typo ba7835
Robin Gareus [Mon, 29 Feb 2016 10:28:04 +0000 (11:28 +0100)]
fix typo ba7835

8 years agopatch waf - fixes clang/linux compilation
Robin Gareus [Sun, 28 Feb 2016 20:48:49 +0000 (21:48 +0100)]
patch waf - fixes clang/linux compilation

pkg-config --cflags for c++ libs includes -std=C++11
waf-1.6 has no concept to separate cflags/cxxflags in uselib for c files
clang error: invalid argument '-std=c++11' not allowed with 'C/ObjC'

8 years agoprepare for update to waf 1.8
Robin Gareus [Sun, 28 Feb 2016 20:16:44 +0000 (21:16 +0100)]
prepare for update to waf 1.8

uselib is no longer implicit (inherited by .use). This is still incomplete,
some uselibs for non-linux variants may be missing.

bld.is_defined("HAVE_XXX") also no longer works and will have to be
changed (I think to bld.env["HAVE_XXX"]) in countless places.

8 years agoforce waveform images to be least 1px wide
Robin Gareus [Sun, 28 Feb 2016 17:07:46 +0000 (18:07 +0100)]
force waveform images to be least 1px wide

8 years agoremove unused heading
Robin Gareus [Sun, 28 Feb 2016 16:06:53 +0000 (17:06 +0100)]
remove unused heading

8 years agoallow to configure custom path to video monitor
Robin Gareus [Sun, 28 Feb 2016 16:06:28 +0000 (17:06 +0100)]
allow to configure custom path to video monitor

8 years agosilence clang analyzer: Memory Error, Memory leak
Robin Gareus [Sun, 28 Feb 2016 12:12:40 +0000 (13:12 +0100)]
silence clang analyzer: Memory Error, Memory leak

8 years agocleanup: remove duplicate null checks.
Robin Gareus [Sun, 28 Feb 2016 11:17:57 +0000 (12:17 +0100)]
cleanup: remove duplicate null checks.

ARDOUR_UI::save_ardour_state () checks on entry if the windows exist.
and also uses these pointers below without check..

8 years agospecialize isfinite for MSVC compat
Robin Gareus [Sun, 28 Feb 2016 11:07:00 +0000 (12:07 +0100)]
specialize isfinite for MSVC compat

8 years agoRevert "fix OSX compile issue due to 68e81a6"
Robin Gareus [Sun, 28 Feb 2016 10:58:56 +0000 (11:58 +0100)]
Revert "fix OSX compile issue due to 68e81a6"

This reverts commit 3300f3896e2571711a8c2feebb23fe00e2dde6f6.

8 years agoRewrite commit 68e81a6, prefer forward declaration and includes in cc.
Robin Gareus [Sun, 28 Feb 2016 10:58:47 +0000 (11:58 +0100)]
Rewrite commit 68e81a6, prefer forward declaration and includes in cc.

only MSVC requires the complete class for the templated c'tor in
window manager.h

8 years agofix OSX compile issue due to 68e81a6
Robin Gareus [Sat, 27 Feb 2016 22:47:16 +0000 (23:47 +0100)]
fix OSX compile issue due to 68e81a6

68e81a6 should be improved/reverted. Due to the long include chain ending
in ardour_ui.h  every Lua related change now forces a complete GUI
recompile (instead of just 2,3 files)

8 years agotry to narrow down #6478
Robin Gareus [Sat, 27 Feb 2016 22:16:05 +0000 (23:16 +0100)]
try to narrow down #6478

8 years agoImplements review comments
Mathias Buhr [Fri, 26 Feb 2016 21:59:00 +0000 (22:59 +0100)]
Implements review comments

8 years agoAdds an assert to fail explicitely
Mathias Buhr [Fri, 26 Feb 2016 21:35:58 +0000 (22:35 +0100)]
Adds an assert to fail explicitely

8 years agoFixes a memory corruption upon closing the 2nd session
Mathias Buhr [Fri, 26 Feb 2016 21:24:55 +0000 (22:24 +0100)]
Fixes a memory corruption upon closing the 2nd session

8 years agoISO C++03 14.2/4 compatibility for clang.
Robin Gareus [Sat, 27 Feb 2016 20:02:30 +0000 (21:02 +0100)]
ISO C++03 14.2/4 compatibility for clang.

http://stackoverflow.com/questions/3786360/confusing-template-error
(hopefully other compilers which didn't mind the missing "template"
are still fine with this)

8 years agoMove our #inclusions for "lua_script_manager.h"
John Emmas [Sat, 27 Feb 2016 15:49:31 +0000 (15:49 +0000)]
Move our #inclusions for "lua_script_manager.h"

For whatever reason, almost none of gtk2_ardour will compile (with MSVC) unless 'lua_script_manager.h' gets #included by 'gtk2_ardour/window_manager.h'. No idea why... :-(

8 years agoAccommodate 'lua' search paths in various projects where they're needed
John Emmas [Sat, 27 Feb 2016 15:17:06 +0000 (15:17 +0000)]
Accommodate 'lua' search paths in various projects where they're needed

(i.e. so that MSVC can find header files from lua).

8 years agoAccommodate newly introduced source(s) in our MSVC project (gtk2_ardour)
John Emmas [Sat, 27 Feb 2016 15:12:42 +0000 (15:12 +0000)]
Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)

8 years agoAccommodate newly introduced source(s) in our MSVC project (lua)
John Emmas [Sat, 27 Feb 2016 15:11:15 +0000 (15:11 +0000)]
Accommodate newly introduced source(s) in our MSVC project (lua)

8 years agoAccommodate newly introduced source(s) in our MSVC project (libardour)
John Emmas [Sat, 27 Feb 2016 15:10:39 +0000 (15:10 +0000)]
Accommodate newly introduced source(s) in our MSVC project (libardour)

8 years agoAccommodate newly introduced source(s) in our MSVC project (gtkmm2ext)
John Emmas [Sat, 27 Feb 2016 15:09:10 +0000 (15:09 +0000)]
Accommodate newly introduced source(s) in our MSVC project (gtkmm2ext)

8 years agoAccommodate newly introduced source(s) in our MSVC project (libpbd)
John Emmas [Sat, 27 Feb 2016 15:07:59 +0000 (15:07 +0000)]
Accommodate newly introduced source(s) in our MSVC project (libpbd)

8 years agoadd header guards for good measure
Robin Gareus [Sat, 27 Feb 2016 15:11:25 +0000 (16:11 +0100)]
add header guards for good measure

8 years agoLua example script: fix some typos and add some comments
Robin Gareus [Sat, 27 Feb 2016 13:56:36 +0000 (14:56 +0100)]
Lua example script: fix some typos and add some comments

8 years agoresolve ambiguous ‘operator==’ (‘int’ vs ‘const luabridge::LuaRef’)
Robin Gareus [Sat, 27 Feb 2016 12:48:01 +0000 (13:48 +0100)]
resolve ambiguous ‘operator==’ (‘int’ vs ‘const luabridge::LuaRef’)

8 years agoproper "false" check for MSVC compat
Robin Gareus [Sat, 27 Feb 2016 12:14:00 +0000 (13:14 +0100)]
proper "false" check for MSVC compat

Lua "function call" returns false on error.

8 years agoavoid "show_all" -- closes #6797
Robin Gareus [Sat, 27 Feb 2016 11:52:32 +0000 (12:52 +0100)]
avoid "show_all"  -- closes #6797

8 years agodon't allow to change export settings once export has started #6780
Robin Gareus [Sat, 27 Feb 2016 11:51:33 +0000 (12:51 +0100)]
don't allow to change export settings once export has started #6780

8 years agofix KP_0 binding
Paul Davis [Fri, 26 Feb 2016 23:54:11 +0000 (18:54 -0500)]
fix KP_0 binding