ardour.git
7 years agoNormalize API rename part 2
Robin Gareus [Mon, 18 Jul 2016 15:31:50 +0000 (17:31 +0200)]
Normalize API rename part 2

7 years agoNo-Op: rename Normalizer to Intermediate
Robin Gareus [Mon, 18 Jul 2016 15:36:29 +0000 (17:36 +0200)]
No-Op: rename Normalizer to Intermediate

post-processing is no longer just Normalization. RealtimeExport
does Encoding - faster than realtime - using the same infrastructure.

7 years agoadd exception handling in LocaleGuard, to try to cover more OS X wierd/corner cases
Paul Davis [Mon, 18 Jul 2016 14:56:19 +0000 (10:56 -0400)]
add exception handling in LocaleGuard, to try to cover more OS X wierd/corner cases

7 years agoUpdate pingback to use ArdourCurl
Robin Gareus [Mon, 18 Jul 2016 14:46:17 +0000 (16:46 +0200)]
Update pingback to use ArdourCurl

7 years agoremove old a3_curl API and switch some curl calls
Robin Gareus [Mon, 18 Jul 2016 14:10:35 +0000 (16:10 +0200)]
remove old a3_curl API and switch some curl calls

Keep freesound-moocher as is until freesound-apiv2 branch is merged
or rebased.

7 years agoArdourCurl: prepare to unify various curl calls
Robin Gareus [Mon, 18 Jul 2016 14:45:45 +0000 (16:45 +0200)]
ArdourCurl: prepare to unify various curl calls

mainly motivated by a central location to setup SSL.

7 years agoOptimize a-HiAndLowPass
Julien "_FrnchFrgg_" RIVAUD [Mon, 18 Jul 2016 11:37:36 +0000 (13:37 +0200)]
Optimize a-HiAndLowPass

- Better formula for the lpf smoothness parameter. It is computed only
  on init and rate change anyway...
- Only run as many Biquads as needed to save computing power, esp. when
  using low steepness and parameters are not changing.

7 years agoamend previous commit (forgotten checkin)
Robin Gareus [Mon, 18 Jul 2016 11:11:18 +0000 (13:11 +0200)]
amend previous commit (forgotten checkin)

7 years agoupdate to lua-5.3.3
Robin Gareus [Mon, 18 Jul 2016 10:28:36 +0000 (12:28 +0200)]
update to lua-5.3.3

7 years agoSimplify the logic in HiAndLowPass filter
Julien _FrnchFrgg_ RIVAUD [Mon, 18 Jul 2016 09:09:01 +0000 (11:09 +0200)]
Simplify the logic in HiAndLowPass filter

And beef up comments for readers using the filter as an example.

7 years agoclean up Hp/Lp code
Robin Gareus [Mon, 18 Jul 2016 08:53:40 +0000 (10:53 +0200)]
clean up Hp/Lp code

7 years agopingback:: use curl_free() for pointers returned by curl_easy_escape()
Colin Fletcher [Wed, 17 Feb 2016 17:21:33 +0000 (17:21 +0000)]
pingback:: use curl_free() for pointers returned by curl_easy_escape()

As per the curl documentation, use curl_free() for pointers returned by
curl_easy_escape() rather than plain free().

7 years agoRemove 'i18n.h' from some VC projects where it's no longer needed
John Emmas [Mon, 18 Jul 2016 08:41:46 +0000 (09:41 +0100)]
Remove 'i18n.h' from some VC projects where it's no longer needed

7 years agoAdd a newly introduced source file to our MSVC project (libpbd)
John Emmas [Mon, 18 Jul 2016 08:39:36 +0000 (09:39 +0100)]
Add a newly introduced source file to our MSVC project (libpbd)

7 years agobundle dynamically loaded NSS libs
Robin Gareus [Sun, 17 Jul 2016 21:36:25 +0000 (23:36 +0200)]
bundle dynamically loaded NSS libs

7 years agofix cURL/SSL
Robin Gareus [Sun, 17 Jul 2016 17:16:22 +0000 (19:16 +0200)]
fix cURL/SSL

pingback comes first. We need defaults (with SSL). Later explicit
(Freesound Moocher) and implicit (curl_easy_init) calls to curl_global_init
are idempotent and won't get the flags back.

7 years agoFix stored type confusion in Meter/TempoSection::get_state().
nick_m [Sun, 17 Jul 2016 16:58:59 +0000 (02:58 +1000)]
Fix stored type confusion in Meter/TempoSection::get_state().

7 years agofix build of test suite
Colin Fletcher [Sun, 17 Jul 2016 16:04:35 +0000 (17:04 +0100)]
fix build of test suite

Fix build of audiographer tests after changes to TmpFile in 77687519.

7 years agoexpose PBD::open_uri bindings to lua
Robin Gareus [Sun, 17 Jul 2016 15:04:02 +0000 (17:04 +0200)]
expose PBD::open_uri bindings to lua

7 years agoquick hack to test SSL in bundles
Robin Gareus [Sun, 17 Jul 2016 15:03:48 +0000 (17:03 +0200)]
quick hack to test SSL in bundles

this needs to be reverted, and we need a proper curl wrapper,
shared by video-timeline AND freesound moocher

7 years agocleanup High/Low Pass
Robin Gareus [Sun, 17 Jul 2016 12:10:13 +0000 (14:10 +0200)]
cleanup High/Low Pass

* shorten Name
* fix typo in Time Constant
* remove some local variables

7 years agoAnother translation pass
Julien "_FrnchFrgg_" RIVAUD [Sat, 16 Jul 2016 16:50:51 +0000 (18:50 +0200)]
Another translation pass

7 years agoremove old a-Hi/Low pass
Robin Gareus [Sat, 16 Jul 2016 23:20:45 +0000 (01:20 +0200)]
remove old a-Hi/Low pass

7 years agoclean up a-HP/LP
Robin Gareus [Sat, 16 Jul 2016 23:20:23 +0000 (01:20 +0200)]
clean up a-HP/LP

7 years agoHi AND low pass filter -- fresh from the oven werks.
Robin Gareus [Sat, 16 Jul 2016 21:05:30 +0000 (23:05 +0200)]
Hi AND low pass filter -- fresh from the oven werks.

7 years agofix double quote in fr.po
Robin Gareus [Sat, 16 Jul 2016 17:09:15 +0000 (19:09 +0200)]
fix double quote in fr.po

7 years agorepeat "Scan" button in plugin sub-menus
Robin Gareus [Sat, 16 Jul 2016 14:37:11 +0000 (16:37 +0200)]
repeat "Scan" button in plugin sub-menus

7 years agohandle no audio-output AUs
Robin Gareus [Sat, 16 Jul 2016 16:44:05 +0000 (18:44 +0200)]
handle no audio-output AUs

7 years agoimprove AU Latency PropertyChange Events
Robin Gareus [Sat, 16 Jul 2016 16:43:10 +0000 (18:43 +0200)]
improve AU Latency PropertyChange Events

7 years agoadd a note to self
Robin Gareus [Sat, 16 Jul 2016 12:48:49 +0000 (14:48 +0200)]
add a note to self

7 years agoAU: install latency listener
Robin Gareus [Sat, 16 Jul 2016 03:05:52 +0000 (05:05 +0200)]
AU: install latency listener

Don't query after every cycle, some plugins inject license checks
when a host queries latency (!)

7 years agoAU: remove cruft, fix parameter initialization
Robin Gareus [Sat, 16 Jul 2016 03:01:26 +0000 (05:01 +0200)]
AU: remove cruft, fix parameter initialization

7 years agoallow inserts to connect it itself - #6924
Robin Gareus [Sat, 16 Jul 2016 02:14:27 +0000 (04:14 +0200)]
allow inserts to connect it itself - #6924

7 years agoBetter choice for ports on external send creation
Julien "_FrnchFrgg_" RIVAUD [Fri, 15 Jul 2016 21:12:52 +0000 (23:12 +0200)]
Better choice for ports on external send creation

Ardour tried to make an educated guess at the initial number of outputs
for a new send. It used the channel configuration of the master bus, if
it existed, else the channel configuration of the route itself.

That guess is good in most cases, but in the case of a track/bus without
audio channels, creating a send with audio doesn't make sense. In that
case, also use the route outputs as a base for the send configuration.

7 years agoReview, import and augment translations from edwsaintesprit@hotmail.com
Julien "_FrnchFrgg_" RIVAUD [Fri, 15 Jul 2016 23:33:12 +0000 (01:33 +0200)]
Review, import and augment translations from edwsaintesprit@hotmail.com

7 years agoexport RT support as Timespan option
Robin Gareus [Sat, 16 Jul 2016 00:15:56 +0000 (02:15 +0200)]
export RT support as Timespan option

7 years agoadd a realtime-export session property
Robin Gareus [Fri, 15 Jul 2016 23:36:11 +0000 (01:36 +0200)]
add a realtime-export session property

7 years agoallow to query export profile type
Robin Gareus [Fri, 15 Jul 2016 23:35:43 +0000 (01:35 +0200)]
allow to query export profile type

7 years agolibardour support for timespan realtime export
Robin Gareus [Fri, 15 Jul 2016 15:04:34 +0000 (17:04 +0200)]
libardour support for timespan realtime export

7 years agoRefactor TmpFile into an abstract base class
Robin Gareus [Fri, 15 Jul 2016 15:03:07 +0000 (17:03 +0200)]
Refactor TmpFile into an abstract base class

This allows a TmpFile pointer to be either a Sync or Async (Threaded)
writer. As result we must be able to handle both RT and non RT processing.

Still, post-processing (normalization and encoding) should always
happen faster than realtime (freewheeling).

Since jack does not allow a client to change to freewheeling from within
the process-callback, the async-writer disk-thread FileFlushed is used
to initiate post-processing.

7 years agoNO-OP session-property comments
Robin Gareus [Fri, 15 Jul 2016 23:53:54 +0000 (01:53 +0200)]
NO-OP session-property comments

7 years agoadjust plugin-UI height when toggling expanders
Robin Gareus [Fri, 15 Jul 2016 22:12:19 +0000 (00:12 +0200)]
adjust plugin-UI height when toggling expanders

7 years agoOSC: LFE is a control not a position.
Len Ovens [Fri, 15 Jul 2016 18:44:49 +0000 (11:44 -0700)]
OSC: LFE is a control not a position.

7 years agofix file-name reported to analyzer when stem-exporting
Robin Gareus [Fri, 15 Jul 2016 14:54:07 +0000 (16:54 +0200)]
fix file-name reported to analyzer when stem-exporting

7 years agohotfix C++ locale (OSX, windows)
Robin Gareus [Fri, 15 Jul 2016 14:10:42 +0000 (16:10 +0200)]
hotfix C++ locale (OSX, windows)

7 years agoMake Route and Track ::silent_roll() also flush out ports buffers
Julien "_FrnchFrgg_" RIVAUD [Fri, 15 Jul 2016 00:02:21 +0000 (02:02 +0200)]
Make Route and Track ::silent_roll() also flush out ports buffers

So that MIDI in the ports is really made silent.

7 years agoAlso flush buffers of the inner delivery of inserts
Julien "_FrnchFrgg_" RIVAUD [Thu, 14 Jul 2016 23:51:55 +0000 (01:51 +0200)]
Also flush buffers of the inner delivery of inserts

When flushing the buffers of Delivery processors owned by a Route/Track,
inner deliveries of PortInsert processors were missed since PortInsert
is not a Delivery subclass, but rather owns a Delivery as a private
member. Expose a flush_buffers() for PortInsert and call it too.

This is correct since (external) Send is a Delivery subclass, so that
just makes the send part of inserts behave as external sends do.

7 years agoConsolidate delivery buffer flushing of all route types
Julien "_FrnchFrgg_" RIVAUD [Thu, 14 Jul 2016 23:43:14 +0000 (01:43 +0200)]
Consolidate delivery buffer flushing of all route types

Route::no_roll(), Route::roll(), Track::no_roll(), AudioTrack::roll()
and MidiTrack::roll() all had the exact same loop for flushing buffers
of their Delivery processors. That was a lot of replicated code that had
to be kept synchronised by hand. Put that code into a protected method
Route::flush_processor_buffers_locked() which is called instead.

7 years agoUpdate french translation
Julien "_FrnchFrgg_" RIVAUD [Thu, 14 Jul 2016 21:23:59 +0000 (23:23 +0200)]
Update french translation

7 years agoMake french translation up-to-date with Ardour's current code
Julien "_FrnchFrgg_" RIVAUD [Thu, 14 Jul 2016 21:16:26 +0000 (23:16 +0200)]
Make french translation up-to-date with Ardour's current code

7 years agoprevent duplicate symbols (fix OSX compilation)
Robin Gareus [Thu, 14 Jul 2016 21:11:11 +0000 (23:11 +0200)]
prevent duplicate symbols (fix OSX compilation)

7 years agofix OSX compilation
Robin Gareus [Thu, 14 Jul 2016 21:08:23 +0000 (23:08 +0200)]
fix OSX compilation

7 years agofix file permissions - themes are not executable
Robin Gareus [Thu, 14 Jul 2016 19:40:43 +0000 (21:40 +0200)]
fix file permissions - themes are not executable

7 years agoclean up a-comp, remove old prototype UI
Robin Gareus [Thu, 14 Jul 2016 19:26:31 +0000 (21:26 +0200)]
clean up a-comp, remove old prototype UI

7 years agofix a -Wsign-compare
Robin Gareus [Thu, 14 Jul 2016 19:21:52 +0000 (21:21 +0200)]
fix a -Wsign-compare

7 years agoOSC: Fix Soloing to disable all solos in SIP mode as well
Len Ovens [Thu, 14 Jul 2016 19:06:37 +0000 (12:06 -0700)]
OSC: Fix Soloing to disable all solos in SIP mode as well

7 years agoenough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
Paul Davis [Thu, 14 Jul 2016 18:44:52 +0000 (14:44 -0400)]
enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h

7 years agofix a-eq interpolation
Robin Gareus [Thu, 14 Jul 2016 18:42:07 +0000 (20:42 +0200)]
fix a-eq interpolation

7 years agoOSC: Add surface save and restore
Len Ovens [Thu, 14 Jul 2016 18:41:53 +0000 (11:41 -0700)]
OSC: Add surface save and restore

7 years agorefine a-eq inline display size + grid
Robin Gareus [Thu, 14 Jul 2016 17:44:03 +0000 (19:44 +0200)]
refine a-eq inline display size + grid

7 years agoNO-OP whitespace
Robin Gareus [Thu, 14 Jul 2016 16:48:31 +0000 (18:48 +0200)]
NO-OP  whitespace

7 years agofix plugin-analysis for VST (no in-place processing)
Robin Gareus [Thu, 14 Jul 2016 16:43:19 +0000 (18:43 +0200)]
fix plugin-analysis for VST (no in-place processing)

7 years agoa-EQ: Remove LPF/HPF completely from this plugin
Damien Zammit [Thu, 14 Jul 2016 15:53:32 +0000 (01:53 +1000)]
a-EQ: Remove LPF/HPF completely from this plugin

7 years agofix plugin analysis for variable i/o plugins
Robin Gareus [Thu, 14 Jul 2016 15:46:34 +0000 (17:46 +0200)]
fix plugin analysis for variable i/o plugins

7 years agocanvas HSV color serialization needs LocaleGuard
Paul Davis [Thu, 14 Jul 2016 15:46:02 +0000 (11:46 -0400)]
canvas HSV color serialization needs LocaleGuard

7 years agoUIConfig needs C numeric locale while setting GTK color theme
Paul Davis [Thu, 14 Jul 2016 15:37:37 +0000 (11:37 -0400)]
UIConfig needs C numeric locale while setting GTK color theme

7 years agocorrectly initialize C++ locale as well as C locale
Paul Davis [Thu, 14 Jul 2016 15:36:40 +0000 (11:36 -0400)]
correctly initialize C++ locale as well as C locale

7 years agoredesign PBD::LocaleGuard to work correctly (i.e. not break translations)
Paul Davis [Thu, 14 Jul 2016 15:35:55 +0000 (11:35 -0400)]
redesign PBD::LocaleGuard to work correctly (i.e. not break translations)

7 years agoconsistent height of a-eq a-hp/lp
Robin Gareus [Thu, 14 Jul 2016 14:48:28 +0000 (16:48 +0200)]
consistent height of a-eq a-hp/lp

7 years agoproperly sort port-names
Robin Gareus [Thu, 14 Jul 2016 14:47:27 +0000 (16:47 +0200)]
properly sort port-names

7 years agoadd a natural sort algorithm
Robin Gareus [Thu, 14 Jul 2016 14:52:19 +0000 (16:52 +0200)]
add a natural sort algorithm

7 years agoOSC: Fix off by one error
Len Ovens [Thu, 14 Jul 2016 13:52:09 +0000 (06:52 -0700)]
OSC: Fix off by one error

7 years agoanother i18n/.po update
Paul Davis [Thu, 14 Jul 2016 10:21:03 +0000 (06:21 -0400)]
another i18n/.po update

7 years agofix plural form snafu in translation macro
Paul Davis [Wed, 13 Jul 2016 22:27:14 +0000 (18:27 -0400)]
fix plural form snafu in translation macro

7 years agoanother i18n/.po update
Paul Davis [Thu, 14 Jul 2016 10:19:10 +0000 (06:19 -0400)]
another i18n/.po update

7 years agoregenerate and manually fix all PO files so that ./waf i18n doesn't generate unnecess...
Paul Davis [Wed, 13 Jul 2016 22:27:53 +0000 (18:27 -0400)]
regenerate and manually fix all PO files so that ./waf i18n doesn't generate unnecessary errors

7 years agoRemove a (no longer needed) source file from our MSVC project (evoral)
John Emmas [Thu, 14 Jul 2016 08:42:55 +0000 (09:42 +0100)]
Remove a (no longer needed) source file from our MSVC project (evoral)

7 years agoa-EQ, a-Reverb: Tweaks to parameter smoothing
Damien Zammit [Thu, 14 Jul 2016 06:38:40 +0000 (16:38 +1000)]
a-EQ, a-Reverb: Tweaks to parameter smoothing

7 years agorefactoring to prepare for real-time export
Robin Gareus [Thu, 14 Jul 2016 02:34:18 +0000 (04:34 +0200)]
refactoring to prepare for real-time export

* add a threaded TmpFile Writer
* update API calls to that process_export_fw() can be used as
  process_function

The idea is to re-use export infrastructure from normalization:
export to a tmp-file and then encode target formats after that.

7 years agomake ./waf install do the right thing with color files
Paul Davis [Thu, 14 Jul 2016 01:49:28 +0000 (21:49 -0400)]
make ./waf install do the right thing with color files

7 years agobetter color choice for control master controls box in editor
Paul Davis [Wed, 13 Jul 2016 22:04:00 +0000 (18:04 -0400)]
better color choice for control master controls box in editor

7 years agofix CUE/TOC file creation with non ISO-8859-1 chars in source text (substitute unders...
Paul Davis [Wed, 13 Jul 2016 20:39:21 +0000 (16:39 -0400)]
fix CUE/TOC file creation with non ISO-8859-1 chars in source text (substitute underscores)

7 years agofix save/restore of preferences torn-off-window state
Paul Davis [Wed, 13 Jul 2016 20:38:08 +0000 (16:38 -0400)]
fix save/restore of preferences torn-off-window state

7 years agoa-EQ: Tweak bandwidth range on parametric eq and use log controls
Damien Zammit [Wed, 13 Jul 2016 19:42:35 +0000 (05:42 +1000)]
a-EQ: Tweak bandwidth range on parametric eq and use log controls

7 years agouse Session::cancel_all_solo()
Paul Davis [Wed, 13 Jul 2016 18:33:46 +0000 (14:33 -0400)]
use Session::cancel_all_solo()

7 years agouse Session::cancel_all_solo()
Paul Davis [Wed, 13 Jul 2016 18:33:43 +0000 (14:33 -0400)]
use Session::cancel_all_solo()

7 years agoa better, deeper fix for "cancel all solo", as Session::cancel_all_solo()
Paul Davis [Wed, 13 Jul 2016 18:33:23 +0000 (14:33 -0400)]
a better, deeper fix for "cancel all solo", as Session::cancel_all_solo()

7 years agofix odd double conditional
Paul Davis [Wed, 13 Jul 2016 17:43:31 +0000 (13:43 -0400)]
fix odd double conditional

7 years agomackie: fix behaviour of clear solo button
Paul Davis [Wed, 13 Jul 2016 17:43:20 +0000 (13:43 -0400)]
mackie: fix behaviour of clear solo button

7 years agoset a theme color for VCA axes in the editor
Paul Davis [Wed, 13 Jul 2016 17:09:02 +0000 (13:09 -0400)]
set a theme color for VCA axes in the editor

7 years agoa-EQ: Fixed transfer functions, now boost/cut cancel out correctly
Damien Zammit [Wed, 13 Jul 2016 17:05:54 +0000 (03:05 +1000)]
a-EQ: Fixed transfer functions, now boost/cut cancel out correctly

7 years agoOSC: Add global soloing indicator/cancel
Len Ovens [Wed, 13 Jul 2016 16:56:35 +0000 (09:56 -0700)]
OSC: Add global soloing indicator/cancel

7 years agoa-EQ: Tidy transfer function calculation
Damien Zammit [Wed, 13 Jul 2016 16:03:08 +0000 (02:03 +1000)]
a-EQ: Tidy transfer function calculation

7 years agoa-Reverb: Interpolate parameters, stable version
Damien Zammit [Wed, 13 Jul 2016 13:58:07 +0000 (23:58 +1000)]
a-Reverb: Interpolate parameters, stable version

7 years agoa-Reverb: Revert some of previous changes, sound of reverb much improved
Damien Zammit [Wed, 13 Jul 2016 09:30:03 +0000 (19:30 +1000)]
a-Reverb: Revert some of previous changes, sound of reverb much improved

7 years agoa-Reverb: Using new algorithm based on FreeVerb
Damien Zammit [Wed, 13 Jul 2016 08:07:02 +0000 (18:07 +1000)]
a-Reverb: Using new algorithm based on FreeVerb

7 years agofix stem-export of no-input busses/tracks
Robin Gareus [Wed, 13 Jul 2016 02:59:26 +0000 (04:59 +0200)]
fix stem-export of no-input busses/tracks

7 years agouse aligned malloc for luaDSP
Robin Gareus [Wed, 13 Jul 2016 02:31:15 +0000 (04:31 +0200)]
use aligned malloc for luaDSP

7 years agoinitialize more uninitialized variables..
Robin Gareus [Wed, 13 Jul 2016 02:29:01 +0000 (04:29 +0200)]
initialize more uninitialized variables..

7 years agoinitialize some uninitialized variables
Robin Gareus [Wed, 13 Jul 2016 00:35:20 +0000 (02:35 +0200)]
initialize some uninitialized variables