ardour.git
10 years agomove engine dialog from a widget to an actual dialog; emit Session::AudioEngineSetupR...
Paul Davis [Mon, 9 Sep 2013 17:17:53 +0000 (13:17 -0400)]
move engine dialog from a widget to an actual dialog; emit Session::AudioEngineSetupRequired when loading a session if it is necessary

10 years agohide tick-marks on narrow mixer-meters
Robin Gareus [Mon, 9 Sep 2013 17:33:30 +0000 (19:33 +0200)]
hide tick-marks on narrow mixer-meters

10 years agowiden narrow mixer-meters,hide metric display instead
Robin Gareus [Mon, 9 Sep 2013 16:31:50 +0000 (18:31 +0200)]
widen narrow mixer-meters,hide metric display instead

10 years agometerbridge: don't display metrics of invisible tracks
Robin Gareus [Mon, 9 Sep 2013 15:32:04 +0000 (17:32 +0200)]
meterbridge: don't display metrics of invisible tracks

10 years agovtl: update to ffmpeg v1.2.1 [lib]x264 option.
Robin Gareus [Sun, 8 Sep 2013 16:26:02 +0000 (18:26 +0200)]
vtl: update to ffmpeg v1.2.1 [lib]x264 option.

10 years agomove inadvertently moved jack_slave.cc back to its rightful spot
Paul Davis [Sat, 7 Sep 2013 17:39:36 +0000 (13:39 -0400)]
move inadvertently moved jack_slave.cc back to its rightful spot

10 years agoother changes for separated jack backend
Paul Davis [Sat, 7 Sep 2013 15:13:07 +0000 (11:13 -0400)]
other changes for separated jack backend

10 years agomove JACK audio backend to its own folder and adjust build system to reflect that...
Paul Davis [Sat, 7 Sep 2013 15:03:57 +0000 (11:03 -0400)]
move JACK audio backend to its own folder and adjust build system to reflect that (installed version may now work)

10 years agoadd input/output channel counts and reorganize table somewhat
Paul Davis [Sat, 7 Sep 2013 01:00:01 +0000 (21:00 -0400)]
add input/output channel counts and reorganize table somewhat

10 years agoadd support in JACK backend for specifying number of input and output channels to use
Paul Davis [Fri, 6 Sep 2013 21:21:23 +0000 (17:21 -0400)]
add support in JACK backend for specifying number of input and output channels to use

10 years agosave/restore I/O latency values in audio/midi setup
Paul Davis [Fri, 6 Sep 2013 20:43:02 +0000 (16:43 -0400)]
save/restore I/O latency values in audio/midi setup

10 years agofix merge conflicts with audioengine
Paul Davis [Fri, 6 Sep 2013 17:39:26 +0000 (13:39 -0400)]
fix merge conflicts with audioengine

10 years agofix JACK backend setup so that we know about graph, port changes etc.
Paul Davis [Fri, 6 Sep 2013 17:06:44 +0000 (13:06 -0400)]
fix JACK backend setup so that we know about graph, port changes etc.

10 years agoMerge branch 'master' into windows
Paul Davis [Fri, 6 Sep 2013 14:56:36 +0000 (10:56 -0400)]
Merge branch 'master' into windows

10 years agofix for unconditional use of #include <malloc.h> which doesn't work on OS X
Paul Davis [Fri, 6 Sep 2013 14:55:35 +0000 (10:55 -0400)]
fix for unconditional use of #include <malloc.h> which doesn't work on OS X

alloca() is defined in stdlib on most *nix systems

10 years agotighten up error handling a little bit during various setup functions for Mackie...
Paul Davis [Fri, 6 Sep 2013 14:39:14 +0000 (10:39 -0400)]
tighten up error handling a little bit during various setup functions for Mackie Control

10 years agoexit early from AsyncMIDIPort::drain() if it will never be used in a process callback...
Paul Davis [Fri, 6 Sep 2013 14:38:49 +0000 (10:38 -0400)]
exit early from AsyncMIDIPort::drain() if it will never be used in a process callback again

10 years agoUse correct define when building ControlProtocol to export symbols
Tim Mayberry [Fri, 6 Sep 2013 00:46:20 +0000 (10:46 +1000)]
Use correct define when building ControlProtocol to export symbols

10 years agoOnly define certain debug flags when dist_target is auto
Tim Mayberry [Wed, 4 Sep 2013 09:56:14 +0000 (19:56 +1000)]
Only define certain debug flags when dist_target is auto

Fixes issue when cross compiling using MinGW

10 years agoUse Glib::usleep for portability
Tim Mayberry [Thu, 29 Aug 2013 23:43:44 +0000 (09:43 +1000)]
Use Glib::usleep for portability

10 years agoRename SearchPath class Searchpath
Tim Mayberry [Thu, 15 Aug 2013 10:04:08 +0000 (20:04 +1000)]
Rename SearchPath class Searchpath

Windows headers define SearchPath which means we have to undefine it
where necessary. This is a pain and can be tricksy, so I feel renaming
the class slightly is the easiest solution.

10 years agoIfdef some non-portable code for MinGW
Tim Mayberry [Wed, 7 Aug 2013 11:16:27 +0000 (21:16 +1000)]
Ifdef some non-portable code for MinGW

jack_native_thread_t is HANDLE for MinGW builds of jack so using pthread API
cannot work.

10 years agoFix for isnan using MinGW compiler
Tim Mayberry [Fri, 2 Aug 2013 08:50:11 +0000 (18:50 +1000)]
Fix for isnan using MinGW compiler

10 years agoAdd test for writing a jack config file
Tim Mayberry [Thu, 25 Jul 2013 05:10:49 +0000 (15:10 +1000)]
Add test for writing a jack config file

10 years agoRemove windows specific quoting now that jack autostart works on windows
Tim Mayberry [Thu, 25 Jul 2013 05:03:32 +0000 (15:03 +1000)]
Remove windows specific quoting now that jack autostart works on windows

This allows jack2 to autostart using the .jackdrc we write

10 years agoRemove ARDOUR::start_jack_server now that jack autostart works on windows
Tim Mayberry [Thu, 25 Jul 2013 05:06:49 +0000 (15:06 +1000)]
Remove ARDOUR::start_jack_server now that jack autostart works on windows

10 years agofix a problem creating and displaying connected status for ports not owned by ardour...
Paul Davis [Fri, 6 Sep 2013 01:39:43 +0000 (21:39 -0400)]
fix a problem creating and displaying connected status for ports not owned by ardour (e.g. system:....)

This was caused by using jack_port_get_connections() which will
not return the correct status for ports owned by another JACK
client. Because of the potential for deadlock by calling
jack_port_get_all_connections(), an extra argument was added
to several PortEngine:: API calls to specify whether the call
is in a process-callback context, which defaults to true.

The only place where false is passed is within the GlobalPortMatrix
when we need to determine whether two non-ardour ports are
connected.

10 years agoalways save/keep audio/MIDI setup states so that they are available for use *after...
Paul Davis [Thu, 5 Sep 2013 18:21:25 +0000 (14:21 -0400)]
always save/keep audio/MIDI setup states so that they are available for use *after* instances where JACK was already running

10 years agomove MidiPortManager from AudioEngine to Session
Paul Davis [Thu, 5 Sep 2013 17:22:34 +0000 (13:22 -0400)]
move MidiPortManager from AudioEngine to Session

This makes the responsibilities and ownership of non-Route related MIDI ports
more clear, and removes a few wierd bits of code. It also ensures that open/close/open
on the same session will retain connections for those MIDI ports

10 years agoshorten tab labels on audio/midi setup notebook
Paul Davis [Thu, 5 Sep 2013 17:21:13 +0000 (13:21 -0400)]
shorten tab labels on audio/midi setup notebook

10 years ago'libs/ardour' - Revert 'std::llabs' to 'llabs' until we find a platform-neutral solut...
John Emmas [Thu, 5 Sep 2013 09:10:45 +0000 (10:10 +0100)]
'libs/ardour' - Revert 'std::llabs' to 'llabs' until we find a platform-neutral solution (MOTE - 'llabs' and '::llabs' are being used successfully in other parts of Ardour)

10 years ago'libs/ardour' - Minor changes to prevent MSVC from complaining about malformed comments
John Emmas [Thu, 5 Sep 2013 09:07:57 +0000 (10:07 +0100)]
'libs/ardour' - Minor changes to prevent MSVC from complaining about malformed comments

10 years ago'surfaces/mackie' - Platform specific changes
John Emmas [Thu, 5 Sep 2013 09:04:18 +0000 (10:04 +0100)]
'surfaces/mackie' - Platform specific changes

10 years ago'surfaces/mackie' - Other minor changes needed for building with MSVC
John Emmas [Thu, 5 Sep 2013 09:03:07 +0000 (10:03 +0100)]
'surfaces/mackie' - Other minor changes needed for building with MSVC

10 years ago'surfaces/mackie' - Comment out some structure field names which MSVC didn't like
John Emmas [Thu, 5 Sep 2013 09:02:11 +0000 (10:02 +0100)]
'surfaces/mackie' - Comment out some structure field names which MSVC didn't like

10 years ago'surfaces/generic_midi' - Specify 'MIDI::byte' instead of 'byte' so the compiler...
John Emmas [Thu, 5 Sep 2013 08:50:58 +0000 (09:50 +0100)]
'surfaces/generic_midi' - Specify 'MIDI::byte' instead of 'byte' so the compiler knows which one we mean

10 years ago'surfaces/generic_midi' - Comment out some structure field names which MSVC didn...
John Emmas [Thu, 5 Sep 2013 08:49:10 +0000 (09:49 +0100)]
'surfaces/generic_midi' - Comment out some structure field names which MSVC didn't like

10 years ago'surfaces/generic_midi' - Minor modification to prevent MSVC from complaining about...
John Emmas [Thu, 5 Sep 2013 08:47:37 +0000 (09:47 +0100)]
'surfaces/generic_midi' - Minor modification to prevent MSVC from complaining about a malformed comment

10 years ago'libs/audiographer' - Try 'lrintf' instead of 'rintf' which isn't available in MSVC
John Emmas [Thu, 5 Sep 2013 08:21:30 +0000 (09:21 +0100)]
'libs/audiographer' - Try 'lrintf' instead of 'rintf' which isn't available in MSVC

10 years ago'libs/audiographer' - Use 'alloca()' for a stack based array whose size is unknown...
John Emmas [Thu, 5 Sep 2013 08:18:30 +0000 (09:18 +0100)]
'libs/audiographer' - Use 'alloca()' for a stack based array whose size is unknown (required to be buildable with MSVC)

10 years agosave and restore the selected engine state at startup
Paul Davis [Thu, 5 Sep 2013 02:58:56 +0000 (22:58 -0400)]
save and restore the selected engine state at startup

10 years agofix up restoration of saved state from disk, still incomplete
Paul Davis [Thu, 5 Sep 2013 02:22:18 +0000 (22:22 -0400)]
fix up restoration of saved state from disk, still incomplete

10 years agosave and restore audio/MIDI setup states to disk (in ardour.rc)
Paul Davis [Wed, 4 Sep 2013 23:34:43 +0000 (19:34 -0400)]
save and restore audio/MIDI setup states to disk (in ardour.rc)

Not finished because the buffer size value will not always stick during restore

10 years agosave and restore settings for different backend/driver/device combinations
Paul Davis [Wed, 4 Sep 2013 19:45:54 +0000 (15:45 -0400)]
save and restore settings for different backend/driver/device combinations

So far, this is only internal - never saved to disk

10 years agochange names of actions groups that include "jack"
Paul Davis [Wed, 4 Sep 2013 16:49:52 +0000 (12:49 -0400)]
change names of actions groups that include "jack"

10 years agorename interface_ stuff in the engine dialog to device_, since that feels a bit clear...
Paul Davis [Wed, 4 Sep 2013 16:37:44 +0000 (12:37 -0400)]
rename interface_ stuff in the engine dialog to device_, since that feels a bit clearer terminology

10 years ago'libs/surfaces' - Add an additional visibility specifier (ARDOURCP_API as well as...
John Emmas [Wed, 4 Sep 2013 14:54:35 +0000 (15:54 +0100)]
'libs/surfaces' - Add an additional visibility specifier (ARDOURCP_API as well as ARDOURSURFACE_API)

10 years ago'libs/gtkmm2ext' - Minor modification to prevent MSVC from complaining about a malfor...
John Emmas [Wed, 4 Sep 2013 14:46:14 +0000 (15:46 +0100)]
'libs/gtkmm2ext' - Minor modification to prevent MSVC from complaining about a malformed comment

10 years ago'libs/gtkmm2ext' - Add the file 'gtkapplication_win32.c' to complement gtkapplication...
John Emmas [Wed, 4 Sep 2013 14:43:35 +0000 (15:43 +0100)]
'libs/gtkmm2ext' - Add the file 'gtkapplication_win32.c' to complement gtkapplication_x11 and gtkapplication_quartz

10 years agosquash another compiler warning
Robin Gareus [Tue, 3 Sep 2013 23:37:15 +0000 (01:37 +0200)]
squash another compiler warning

10 years agovtl: fix small issue with video source file on export
Robin Gareus [Tue, 3 Sep 2013 23:36:46 +0000 (01:36 +0200)]
vtl: fix small issue with video source file on export

10 years agoMerge branch 'master' into audioengine
Paul Davis [Tue, 3 Sep 2013 21:41:49 +0000 (17:41 -0400)]
Merge branch 'master' into audioengine

10 years agoMerge branch 'windows' of git.ardour.org:ardour/ardour into windows
John Emmas [Tue, 3 Sep 2013 14:58:58 +0000 (15:58 +0100)]
Merge branch 'windows' of git.ardour.org:ardour/ardour into windows

10 years ago'libs/panners' - Remove the temporary export specifiers that were only used for testing
John Emmas [Tue, 3 Sep 2013 14:53:24 +0000 (15:53 +0100)]
'libs/panners' - Remove the temporary export specifiers that were only used for testing

10 years ago'libs/panners' - Disable a compiler-specific warning
John Emmas [Tue, 3 Sep 2013 13:50:56 +0000 (14:50 +0100)]
'libs/panners' - Disable a compiler-specific warning

10 years ago'libs/panners' - Fix a typo in 'vbap/vbap.cc'
John Emmas [Tue, 3 Sep 2013 13:49:49 +0000 (14:49 +0100)]
'libs/panners' - Fix a typo in 'vbap/vbap.cc'

10 years ago'libs/panners' - Use 'std::vector' to implement arrays whose size is unknown (require...
John Emmas [Tue, 3 Sep 2013 13:47:46 +0000 (14:47 +0100)]
'libs/panners' - Use 'std::vector' to implement arrays whose size is unknown (required to be buildable with MSVC)

10 years ago'libs/panners' - Use 'alloca()' for a stack based array whose size is unknown (requir...
John Emmas [Tue, 3 Sep 2013 13:46:01 +0000 (14:46 +0100)]
'libs/panners' - Use 'alloca()' for a stack based array whose size is unknown (required to be buildable with MSVC)

10 years agobump to 3.4 3.4
Paul Davis [Tue, 3 Sep 2013 13:08:18 +0000 (09:08 -0400)]
bump to 3.4

10 years agoMerge branch 'master' into windows
Paul Davis [Tue, 3 Sep 2013 12:50:38 +0000 (08:50 -0400)]
Merge branch 'master' into windows

10 years agofix error introduced during recent changes to Mackie control support, involving ambig...
Paul Davis [Tue, 3 Sep 2013 12:48:11 +0000 (08:48 -0400)]
fix error introduced during recent changes to Mackie control support, involving ambiguous enum usage

10 years agofix a few minor compilation warnings
Paul Davis [Tue, 3 Sep 2013 12:46:57 +0000 (08:46 -0400)]
fix a few minor compilation warnings

10 years agoMerge branch 'master' into windows
Paul Davis [Tue, 3 Sep 2013 12:34:27 +0000 (08:34 -0400)]
Merge branch 'master' into windows

10 years agouse visibility macros to control visibility in control surface DLL/DSO's
Paul Davis [Tue, 3 Sep 2013 12:33:51 +0000 (08:33 -0400)]
use visibility macros to control visibility in control surface DLL/DSO's

10 years agoadd comment
Paul Davis [Tue, 3 Sep 2013 12:33:26 +0000 (08:33 -0400)]
add comment

10 years agoupdated .po files from waf i18n, plus an updated gtk2_ardour/de.po from Edgar Aichinger
Paul Davis [Tue, 3 Sep 2013 12:00:58 +0000 (08:00 -0400)]
updated .po files from waf i18n, plus an updated gtk2_ardour/de.po from Edgar Aichinger

10 years agoRevert "bump to 3.4"
Paul Davis [Tue, 3 Sep 2013 11:59:59 +0000 (07:59 -0400)]
Revert "bump to 3.4"

This reverts commit ad7ab8f09afe1eac025a6da87a45c83ada15544d.

10 years agorevert to --backtrace enabled by default, since the original goal of this change...
Paul Davis [Tue, 3 Sep 2013 02:10:51 +0000 (22:10 -0400)]
revert to --backtrace enabled by default, since the original goal of this change was addressed in other ways

10 years agobump to 3.4
Paul Davis [Tue, 3 Sep 2013 01:57:30 +0000 (21:57 -0400)]
bump to 3.4

10 years agoadd std:: to clarify use of llabs on OS X
Paul Davis [Mon, 2 Sep 2013 21:43:55 +0000 (17:43 -0400)]
add std:: to clarify use of llabs on OS X

10 years agoreplace recently added attempt to use visibility macros with one based on gcc guidelines
Paul Davis [Mon, 2 Sep 2013 20:41:56 +0000 (16:41 -0400)]
replace recently added attempt to use visibility macros with one based on gcc guidelines

I can see no reason to define the "C API Call Type", but perhaps it really is needed for some reason.

I have tested this on Linux only.

10 years agoadd visibility.h to provide generic DSO/DLL visibility macros for use with ardour...
Paul Davis [Mon, 2 Sep 2013 20:32:36 +0000 (16:32 -0400)]
add visibility.h to provide generic DSO/DLL visibility macros for use with ardour "helper" and associated libs

10 years ago'libs/panners' - Streamline my previous API changes and include Tim's additions to...
John Emmas [Mon, 2 Sep 2013 15:54:17 +0000 (16:54 +0100)]
'libs/panners' - Streamline my previous API changes and include Tim's additions to support the GCC compiler

10 years agoLV2 extUI handling - amend to previous commit.
Robin Gareus [Mon, 2 Sep 2013 14:57:46 +0000 (16:57 +0200)]
LV2 extUI handling - amend to previous commit.

10 years agoLV2 external UI handling - revert to <= 3.3. behaviour
Robin Gareus [Mon, 2 Sep 2013 14:21:12 +0000 (16:21 +0200)]
LV2 external UI handling - revert to <= 3.3. behaviour

Don't ever clean up external UI plugins that use the LV2plug.in URI.
only free the memory of the last instance when the plugin is removed
or ardour closes.

10 years agoimprove scroll and drag behaviour of volume-controller knob
Robin Gareus [Sun, 1 Sep 2013 01:19:13 +0000 (03:19 +0200)]
improve scroll and drag behaviour of volume-controller knob

10 years agofix keyboard interaction with volume knobs (monitor section)
Robin Gareus [Sat, 31 Aug 2013 18:37:02 +0000 (20:37 +0200)]
fix keyboard interaction with volume knobs (monitor section)

10 years ago'libs/panners' - Add a conventional 'C' API call type to test building with MSVC
John Emmas [Sat, 31 Aug 2013 15:19:36 +0000 (16:19 +0100)]
'libs/panners' - Add a conventional 'C' API call type to test building with MSVC

10 years ago'libs/panners' - A small test (before going too far) to see if these changes have...
John Emmas [Fri, 30 Aug 2013 18:51:45 +0000 (19:51 +0100)]
'libs/panners' - A small test (before going too far) to see if these changes have any detrimental affect on the non-MSVC builds.

10 years agofix typo in IEC-meter 'weird-float' protection.
Robin Gareus [Thu, 29 Aug 2013 16:46:03 +0000 (18:46 +0200)]
fix typo in IEC-meter 'weird-float' protection.

10 years agoprotect meters against weird float values
Robin Gareus [Thu, 29 Aug 2013 15:36:52 +0000 (17:36 +0200)]
protect meters against weird float values

10 years agoupdate external plugin UI handling
Robin Gareus [Thu, 29 Aug 2013 11:05:11 +0000 (13:05 +0200)]
update external plugin UI handling

amend to 4cdb018 and 1d972d0

override ui_closed() behavior for lv2ui:external
Keep UI around and do not re-instantiate, but simply show it again.
(this is against the original specs but was agreed upon by various
authors and the previous behavior or Ardour.)

kx:external-ui are cleaned up after ui_closed().

10 years agofix vari-speed phase (when used for calculation only)
Robin Gareus [Tue, 27 Aug 2013 18:55:15 +0000 (20:55 +0200)]
fix vari-speed phase (when used for calculation only)

and clarify an old comment.

10 years agoModify 'ardourext/misc.h' so that it only uses C++ constructs when the compilation...
John Emmas [Tue, 27 Aug 2013 16:10:46 +0000 (17:10 +0100)]
Modify 'ardourext/misc.h' so that it only uses C++ constructs when the compilation is cplusplus

10 years ago'libs/clearlooks-newer' - Clearlooks needs to be buildable as conventional 'C' but...
John Emmas [Tue, 27 Aug 2013 16:07:53 +0000 (17:07 +0100)]
'libs/clearlooks-newer' - Clearlooks needs to be buildable as conventional 'C' but many 'C' compilers require that variables be declared at the top of each function. Move declarations as necessary to accommodate this.

10 years agoMinor tweaks to MSVC build (hopefully of little consequence)
John Emmas [Mon, 26 Aug 2013 16:50:17 +0000 (17:50 +0100)]
Minor tweaks to MSVC build (hopefully of little consequence)

10 years ago'libs/gtkmm2ext' - Compiler specific includes
John Emmas [Mon, 26 Aug 2013 16:47:28 +0000 (17:47 +0100)]
'libs/gtkmm2ext' - Compiler specific includes

10 years ago'libs/gtkmm2ext' - Main body of changes required for building with MSVC (mostly ...
John Emmas [Mon, 26 Aug 2013 16:45:18 +0000 (17:45 +0100)]
'libs/gtkmm2ext' - Main body of changes required for building with MSVC (mostly #includes and casting)

10 years ago'libs/gtkmm2ext' - Use 'std::vector' instead of dynamically sized arrays (required...
John Emmas [Mon, 26 Aug 2013 16:28:03 +0000 (17:28 +0100)]
'libs/gtkmm2ext' - Use 'std::vector' instead of dynamically sized arrays (required to be buildable with MSVC)

10 years ago'libs/gtkmm2ext' - Remove "using namespace Gdk;" to avoid confusion (in 'fastmeter...
John Emmas [Mon, 26 Aug 2013 14:43:20 +0000 (15:43 +0100)]
'libs/gtkmm2ext' - Remove "using namespace Gdk;" to avoid confusion (in 'fastmeter.cc') over whether we want namespace ::Cairo or namespace Gdk::Cairo

10 years agoadd LV2 support for kx:external-ui#
Robin Gareus [Sun, 25 Aug 2013 14:20:27 +0000 (16:20 +0200)]
add LV2 support for kx:external-ui#

the ABI of http://kxstudio.sf.net/ns/lv2ext/external-ui# is identical to
http://lv2plug.in/ns/extensions/ui#external
It just adds a distinction between #Host and #Widget for cosmetic reasons.
Sadly some newer plugins are released with only support for kxstudio URI :(

10 years agofree memory of external plugins on GUI close (major mem leak).
Robin Gareus [Sun, 25 Aug 2013 13:54:43 +0000 (15:54 +0200)]
free memory of external plugins on GUI close (major mem leak).

There is at least one known plugin that has a problem with this
(custom thread race condition) but it also crashes in other hosts:
http://www.drumgizmo.org/wiki/doku.php?id=bugs&do=showcaselink&showid=8&project=drumgizmo

tested to be working with various nedko, falktx and x42 plugins

10 years agofix compilation on linux
Paul Davis [Sat, 24 Aug 2013 16:27:40 +0000 (12:27 -0400)]
fix compilation on linux

10 years agofix merge conflicts from master
Paul Davis [Sat, 24 Aug 2013 16:18:06 +0000 (12:18 -0400)]
fix merge conflicts from master

10 years agopot/po file updates caused by waf i18n
Paul Davis [Sat, 24 Aug 2013 15:46:36 +0000 (11:46 -0400)]
pot/po file updates caused by waf i18n

10 years agofix confusion about whether flip_mode in the Mackie support code is a bool or an...
Paul Davis [Sat, 24 Aug 2013 15:45:31 +0000 (11:45 -0400)]
fix confusion about whether flip_mode in the Mackie support code is a bool or an enum

10 years agoexport: add support for CAF
Tim Blechmann [Sat, 24 Aug 2013 12:23:25 +0000 (14:23 +0200)]
export: add support for CAF

10 years agodon't run meter in import-dialog if the dialog is not visible
Robin Gareus [Fri, 23 Aug 2013 19:26:02 +0000 (21:26 +0200)]
don't run meter in import-dialog if the dialog is not visible

10 years agoundo the hiding of SR-dependent LV2 ports
Paul Davis [Thu, 22 Aug 2013 21:46:19 +0000 (17:46 -0400)]
undo the hiding of SR-dependent LV2 ports

10 years agoupdate czech translations from pavel fric, part 2
Paul Davis [Thu, 15 Aug 2013 18:55:57 +0000 (14:55 -0400)]
update czech translations from pavel fric, part 2