ardour.git
11 years agomerge with master
Paul Davis [Wed, 8 May 2013 18:48:28 +0000 (14:48 -0400)]
merge with master

11 years agovarious miscellany related to versions, gtk2 build and packaging
Paul Davis [Wed, 8 May 2013 17:16:50 +0000 (13:16 -0400)]
various miscellany related to versions, gtk2 build and packaging

11 years agocleanup menus/actions mess exposed on OS X; remove video items from OS X menus (for...
Paul Davis [Wed, 8 May 2013 15:43:33 +0000 (11:43 -0400)]
cleanup menus/actions mess exposed on OS X; remove video items from OS X menus (for now)

11 years agotweaks for OS X menu building
Paul Davis [Wed, 8 May 2013 14:47:45 +0000 (10:47 -0400)]
tweaks for OS X menu building

11 years agouse hw.physicalcpu to get a more accurate CPU count on OS X (hw.ncpu includes hyperth...
Paul Davis [Wed, 8 May 2013 14:47:23 +0000 (10:47 -0400)]
use hw.physicalcpu to get a more accurate CPU count on OS X (hw.ncpu includes hyperthreading cpus)

11 years agodon't set transient-for on OS X, where it is not necessary
Paul Davis [Wed, 8 May 2013 02:30:01 +0000 (22:30 -0400)]
don't set transient-for on OS X, where it is not necessary

11 years agochange namespace/naming of WindowManager classes; register all ArdourDialog and Ardou...
Paul Davis [Wed, 8 May 2013 02:09:16 +0000 (22:09 -0400)]
change namespace/naming of WindowManager classes; register all ArdourDialog and ArdourWindow classes as ProxyTemporary windows so that transient-for can be set for all such windows

11 years agowork work on window mgmt: offer the change to mark all floating windows as Dialogs...
Paul Davis [Tue, 7 May 2013 22:09:12 +0000 (18:09 -0400)]
work work on window mgmt: offer the change to mark all floating windows as Dialogs (in th theme manager), and mark ArdourWindow and ArdourDialog as transient-for on creation, based on current WindowManager (ardour-object) settings

11 years agovarious changes to window visibility mgmt, including use of the mixbus2 code for...
Paul Davis [Tue, 7 May 2013 17:01:18 +0000 (13:01 -0400)]
various changes to window visibility mgmt, including use of the mixbus2 code for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause

11 years agoa few minor changes required to get a DMG to build (on Tiger, at least)
Paul Davis [Tue, 7 May 2013 16:21:42 +0000 (12:21 -0400)]
a few minor changes required to get a DMG to build (on Tiger, at least)

11 years agodrop WIN_POS_MOUSE on a managed window if we have stored coordinates and after the...
Paul Davis [Mon, 6 May 2013 16:13:43 +0000 (12:13 -0400)]
drop WIN_POS_MOUSE on a managed window if we have stored coordinates and after the first present() call

11 years agofix bad edit that caused simple proxy windows to fail/crash
Paul Davis [Mon, 6 May 2013 15:44:59 +0000 (11:44 -0400)]
fix bad edit that caused simple proxy windows to fail/crash

11 years agomake ArdourDialog and ArdourWindow call ::relay_key_press() which fixes the "not...
Paul Davis [Mon, 6 May 2013 14:55:40 +0000 (10:55 -0400)]
make ArdourDialog and ArdourWindow call ::relay_key_press() which fixes the "not-toggleable-on-first-show" and other issues

11 years agofix crash on export if no master bus is present in the session
Robin Gareus [Sun, 5 May 2013 22:15:48 +0000 (00:15 +0200)]
fix crash on export if no master bus is present in the session

11 years agomore window management rationalization
Paul Davis [Sun, 5 May 2013 20:10:54 +0000 (16:10 -0400)]
more window management rationalization

11 years agofix missing content of theme manager
Paul Davis [Sun, 5 May 2013 19:13:03 +0000 (15:13 -0400)]
fix missing content of theme manager

11 years agofix bigclockwindow's lack of hiding, set ArdourWindow to just-hide-on-delete and...
Paul Davis [Sun, 5 May 2013 19:07:52 +0000 (15:07 -0400)]
fix bigclockwindow's lack of hiding, set ArdourWindow to just-hide-on-delete and add a bit of visibility tracking debugging

11 years agomerge with master
Paul Davis [Sun, 5 May 2013 02:41:10 +0000 (22:41 -0400)]
merge with master

11 years agothe big rework of window management. probably not complete at thsi point, but this...
Paul Davis [Sun, 5 May 2013 02:02:05 +0000 (22:02 -0400)]
the big rework of window management. probably not complete at thsi point, but this is mostly functional

11 years agoVisibilityTracker needs to inherit from sigc::tracker so that it can be used without...
Paul Davis [Sun, 5 May 2013 02:01:32 +0000 (22:01 -0400)]
VisibilityTracker needs to inherit from sigc::tracker so that it can be used without combination with other sigc::trackable parents; fix partially_visible() logic

11 years agoVisibilityTracker needs to inherit from sigc::tracker so that it can be used without...
Paul Davis [Sun, 5 May 2013 02:01:13 +0000 (22:01 -0400)]
VisibilityTracker needs to inherit from sigc::tracker so that it can be used without combination with other sigc::trackable parents; fix partially_visible() logic

11 years agomove CloseAllDialogs signal and associated method from ArdourDialog to ARDOUR_UI...
Paul Davis [Fri, 3 May 2013 01:13:36 +0000 (21:13 -0400)]
move CloseAllDialogs signal and associated method from ArdourDialog to ARDOUR_UI, and make ArdourWindow obey it too

11 years agoremove unused virtual event handlers from PluginUIWindow
Paul Davis [Fri, 3 May 2013 01:12:59 +0000 (21:12 -0400)]
remove unused virtual event handlers from PluginUIWindow

11 years agoforward port VST parameter name fix from mixbus: some/many VST plugins expect the...
Paul Davis [Fri, 3 May 2013 00:29:03 +0000 (20:29 -0400)]
forward port VST parameter name fix from mixbus: some/many VST plugins expect the buffer passed to them to be zero-filled, not just null-at-start. without this they can return garbage strings for parameter names

11 years agoremove channel selector from canvas note events, as was done in master
Paul Davis [Fri, 3 May 2013 00:28:04 +0000 (20:28 -0400)]
remove channel selector from canvas note events, as was done in master

11 years agomerge resolution with master
Paul Davis [Fri, 3 May 2013 00:21:54 +0000 (20:21 -0400)]
merge resolution with master

11 years agomove setup_outline_context() to a more sensible shared location
Paul Davis [Thu, 2 May 2013 22:21:35 +0000 (18:21 -0400)]
move setup_outline_context() to a more sensible shared location

11 years agorest of change to right click on MIDI note: remove channel selector cruft from canvas...
Paul Davis [Thu, 2 May 2013 19:35:21 +0000 (15:35 -0400)]
rest of change to right click on MIDI note: remove channel selector cruft from canvas note event

11 years agoremove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving from...
Paul Davis [Thu, 2 May 2013 22:13:35 +0000 (18:13 -0400)]
remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving from ArdourDialog or ArdourWindow; move the set_position() call into those classes' constructors, so that they are called before the windows are realized, and thus it actually works

11 years agofix operation of right-click on selected MIDI note to bring up the note editor. this...
Paul Davis [Thu, 2 May 2013 19:16:56 +0000 (15:16 -0400)]
fix operation of right-click on selected MIDI note to bring up the note editor. this is still not really right long term, but it is better than displaying the channel selector

11 years agoremove CMT code - has not been used for years, and will become irrelevant with VTL...
Paul Davis [Thu, 2 May 2013 16:21:41 +0000 (12:21 -0400)]
remove CMT code - has not been used for years, and will become irrelevant with VTL and cairocanvas

11 years agomake PluginUIWindow inherit from ArdourWindow not GtkWindow
Paul Davis [Thu, 2 May 2013 14:11:57 +0000 (10:11 -0400)]
make PluginUIWindow inherit from ArdourWindow not GtkWindow

11 years agoreduce verbosity of DEBUG::Sequence traces
Paul Davis [Thu, 2 May 2013 14:11:31 +0000 (10:11 -0400)]
reduce verbosity of DEBUG::Sequence traces

11 years agodon't do debug trace output for every Render (process) call on an AU plugin
Paul Davis [Thu, 2 May 2013 14:11:06 +0000 (10:11 -0400)]
don't do debug trace output for every Render (process) call on an AU plugin

11 years agoforce ArdourWindows to be TYPE_UTILITY so that they float "with" TYPE_DIALOG windows...
Paul Davis [Thu, 2 May 2013 14:10:05 +0000 (10:10 -0400)]
force ArdourWindows to be TYPE_UTILITY so that they float "with" TYPE_DIALOG windows (at least on OS X - still to be tested on X Window

11 years agohack up AU GUI support to handle AUSampler resizing better. Note that this is still...
Paul Davis [Wed, 1 May 2013 22:41:28 +0000 (18:41 -0400)]
hack up AU GUI support to handle AUSampler resizing better. Note that this is still one buggy plugin

11 years agoMerge branch 'license-fix' of https://github.com/adiknoth/ardour
Paul Davis [Wed, 1 May 2013 17:01:37 +0000 (13:01 -0400)]
Merge branch 'license-fix' of https://github.com/adiknoth/ardour

11 years agoforward port recent mixbus change so that side-scroll is now shift-wheel and height...
Paul Davis [Tue, 30 Apr 2013 20:38:48 +0000 (16:38 -0400)]
forward port recent mixbus change so that side-scroll is now shift-wheel and height adjustment is alt-wheel, rather than vice versa, to match OS X convention

11 years agoimprove relationship between ArdourDialog and Splash on OS X, where window restacking...
Paul Davis [Tue, 30 Apr 2013 17:50:15 +0000 (13:50 -0400)]
improve relationship between ArdourDialog and Splash on OS X, where window restacking doesn't really work the way we need it to. more complex than anticipated because it seems that destroying a Gtk::Dialog does not emit its hide() or unmap() or unmap_event() signals

11 years agoremove unnecessary sigc++ header
Paul Davis [Tue, 30 Apr 2013 17:48:55 +0000 (13:48 -0400)]
remove unnecessary sigc++ header

11 years agofix version detection in OSX build script
Robin Gareus [Tue, 30 Apr 2013 15:45:22 +0000 (17:45 +0200)]
fix version detection in OSX build script

11 years agocleanup AU GUI support, which was broken because prefheight and prefwidth were left...
Paul Davis [Tue, 30 Apr 2013 15:15:23 +0000 (11:15 -0400)]
cleanup AU GUI support, which was broken because prefheight and prefwidth were left unset after a cleanup attempt some months ago. add a few more tweaks based on current 2.x code and some tricks found elsewhere that dont' change behaviour but are just better

11 years agofixups for building on OS X where apple define silly macros
Paul Davis [Tue, 30 Apr 2013 15:14:06 +0000 (11:14 -0400)]
fixups for building on OS X where apple define silly macros

11 years agodon't print stacktraces to the supplied ostream AND cerr - a remnant from debugging...
Paul Davis [Tue, 30 Apr 2013 15:12:27 +0000 (11:12 -0400)]
don't print stacktraces to the supplied ostream AND cerr - a remnant from debugging wierd problems with stacktrace() on paul's system

11 years agozero/reset closed file-descriptors
Robin Gareus [Tue, 30 Apr 2013 01:28:11 +0000 (03:28 +0200)]
zero/reset closed file-descriptors

should fix issues with LinuxDSP plugins (X11 thread) & xjadeo

11 years agoRevert "fix LXVST support for plugins that make audioMaster callbacks from
Paul Davis [Mon, 29 Apr 2013 00:31:25 +0000 (20:31 -0400)]
Revert "fix LXVST support for plugins that make audioMaster callbacks from
within effOpen (e.g. glitch)"

This patch broke just about all other LVXST plugins. Glitch is doing something
wrong, or there is more magic about VST that we have yet to understand.

This reverts commit 56bc98f78bd3b1e5ba5c6ce902b2805d40a6cc53.

11 years agodo not lower waveforms to the bottom of their group - they are supposed to be above...
Paul Davis [Sat, 27 Apr 2013 13:23:08 +0000 (09:23 -0400)]
do not lower waveforms to the bottom of their group - they are supposed to be above the time axis view item frame, not below it

11 years agoMerge branch 'master' into cairocanvas
Paul Davis [Fri, 26 Apr 2013 18:20:11 +0000 (14:20 -0400)]
Merge branch 'master' into cairocanvas

11 years agodo not trigger visual changes when Fill::set_* methods don't change anything
Paul Davis [Fri, 26 Apr 2013 18:19:16 +0000 (14:19 -0400)]
do not trigger visual changes when Fill::set_* methods don't change anything

11 years agoredesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTracker
Paul Davis [Fri, 26 Apr 2013 18:12:52 +0000 (14:12 -0400)]
redesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTracker

11 years agofix incorrect 3rd arg to AudioRegion::read_peaks() - was passing end, not cnt. Fixes...
Paul Davis [Fri, 26 Apr 2013 15:10:19 +0000 (11:10 -0400)]
fix incorrect 3rd arg to AudioRegion::read_peaks() - was passing end, not cnt. Fixes waveforms at high zoom

11 years agouse virtual bool canvas_group_event () in TimeAxisViewItems to get suitably delegatab...
Paul Davis [Thu, 25 Apr 2013 20:06:12 +0000 (16:06 -0400)]
use virtual bool canvas_group_event () in TimeAxisViewItems to get suitably delegatable/inherited event handling

11 years agomake MIDI rubber band selects use the correct canvas item so that event processing...
Paul Davis [Thu, 25 Apr 2013 20:05:21 +0000 (16:05 -0400)]
make MIDI rubber band selects use the correct canvas item so that event processing works

11 years agoreduce playhead line width to 1.5
Paul Davis [Thu, 25 Apr 2013 20:04:33 +0000 (16:04 -0400)]
reduce playhead line width to 1.5

11 years agotweak enter/leave code, remove debug output
Paul Davis [Thu, 25 Apr 2013 13:49:02 +0000 (09:49 -0400)]
tweak enter/leave code, remove debug output

11 years agodon't invalidate image cache for every regionr esize, only region start changes
Paul Davis [Thu, 25 Apr 2013 13:48:38 +0000 (09:48 -0400)]
don't invalidate image cache for every regionr esize, only region start changes

11 years agomore tweaks for enter/leave events for canvas items
Paul Davis [Thu, 25 Apr 2013 02:57:23 +0000 (22:57 -0400)]
more tweaks for enter/leave events for canvas items

11 years agotweaks to improve enter/leave event handling - fixes at least some crashes caused...
Paul Davis [Wed, 24 Apr 2013 22:31:00 +0000 (18:31 -0400)]
tweaks to improve enter/leave event handling - fixes at least some crashes caused by this stuff

11 years agomany pervasive changes primarily related to waveform drawing, particular content...
Paul Davis [Wed, 24 Apr 2013 19:42:14 +0000 (15:42 -0400)]
many pervasive changes primarily related to waveform drawing, particular content-dragging, colors, and more

11 years agoDrop obsolete file gtk2_ardour/imageframe.cc
Adrian Knoth [Mon, 22 Apr 2013 18:50:21 +0000 (20:50 +0200)]
Drop obsolete file gtk2_ardour/imageframe.cc

11 years agoDrop obsolete file canvas-imageframe.h
Adrian Knoth [Mon, 22 Apr 2013 18:48:25 +0000 (20:48 +0200)]
Drop obsolete file canvas-imageframe.h

11 years agoMerge important bits from canvas-image.h into imageframe.h
Adrian Knoth [Mon, 22 Apr 2013 18:48:40 +0000 (20:48 +0200)]
Merge important bits from canvas-image.h into imageframe.h

11 years agoAdd proper GPL license to gtk2_ardour/canvas-imageframe.h
Adrian Knoth [Mon, 22 Apr 2013 18:47:52 +0000 (20:47 +0200)]
Add proper GPL license to gtk2_ardour/canvas-imageframe.h

Since the file has been part of libgnomecanvas, it is GPL, too.

11 years agoDrop obsolete gtk2_ardour/canvas-imageframe.c
Adrian Knoth [Mon, 22 Apr 2013 18:43:02 +0000 (20:43 +0200)]
Drop obsolete gtk2_ardour/canvas-imageframe.c

The code is not referenced in the build system anymore.

11 years agoDrop obsolete dmalloc.cc from libs/pbd.
Adrian Knoth [Mon, 22 Apr 2013 18:15:46 +0000 (20:15 +0200)]
Drop obsolete dmalloc.cc from libs/pbd.

The file relies on -DDEBUG_MALLOC and references

i   #include "/usr/local/src/dmalloc-4.1.2/return.h"

It is safe to assume that it's dead code.

11 years agoDisable obsolete compilation of libs/pds/dmalloc.cc
Adrian Knoth [Mon, 22 Apr 2013 18:16:09 +0000 (20:16 +0200)]
Disable obsolete compilation of libs/pds/dmalloc.cc

The file relies on -DDEBUG_MALLOC and references

  #include "/usr/local/src/dmalloc-4.1.2/return.h"

It is safe to assume that it's dead code.

11 years agoDelete *.bak files
Adrian Knoth [Tue, 19 Mar 2013 22:49:50 +0000 (23:49 +0100)]
Delete *.bak files

11 years agoDrop obsolete powermate code from libs/surface
Adrian Knoth [Mon, 22 Apr 2013 17:33:19 +0000 (19:33 +0200)]
Drop obsolete powermate code from libs/surface

11 years agoFix license in fastlog.
Adrian Knoth [Mon, 22 Apr 2013 17:19:33 +0000 (19:19 +0200)]
Fix license in fastlog.

Date: Mon, 22 Apr 2013 19:09:04 +0200
From: Laurent de Soras <laurent.de.soras@free.fr>
To: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Subject: Re: License of FastLog

Hi Adrian,

> Several open-source projects like Ardour use the code below which has
> no explicit license.
>
> If you agree (read: reply), we'd like to add the MIT license to this
> file, that is, change the copyright statement to the following text:

Nowadays I license my code under the WTFPL, which should
be compatible with the traditional open source licenses.
So please use this one instead:
<http://www.wtfpl.net/about/>

--
Laurent de Soras                  |               Ohm Force
DSP developer & Software designer |  Digital Audio Software
http://ldesoras.free.fr           | http://www.ohmforce.com

11 years agoadd back change lost during branch merging
Paul Davis [Sun, 21 Apr 2013 22:57:55 +0000 (18:57 -0400)]
add back change lost during branch merging

11 years agoremove probably premature-or-no-longer-necessary optimization of measure line drawing
Paul Davis [Sun, 21 Apr 2013 19:06:09 +0000 (15:06 -0400)]
remove probably premature-or-no-longer-necessary optimization of measure line drawing

11 years agoadd Group::clear(), do not clear _canvas member of Item when unparented (only the...
Paul Davis [Sun, 21 Apr 2013 19:03:50 +0000 (15:03 -0400)]
add Group::clear(), do not clear _canvas member of Item when unparented (only the parent is changed)

11 years agoRevert "add Group::clear(), do not clear _canvas member of Item when unparented ...
Paul Davis [Sun, 21 Apr 2013 17:10:42 +0000 (13:10 -0400)]
Revert "add Group::clear(), do not clear _canvas member of Item when unparented (only the parent is changed)"

This reverts commit a4df65a56f83823aba27432685977f420458a213.

11 years agoadd Group::clear(), do not clear _canvas member of Item when unparented (only the...
Paul Davis [Sun, 21 Apr 2013 17:10:27 +0000 (13:10 -0400)]
add Group::clear(), do not clear _canvas member of Item when unparented (only the parent is changed)

11 years agoRevert "cairo image crash debugging" and "initialize image data"
Robin Gareus [Sat, 20 Apr 2013 21:36:13 +0000 (23:36 +0200)]
Revert "cairo image crash debugging" and "initialize image data"

This reverts commit dfdb91b429e4f40e1883669bec58b9674ab8d2c2
and commit 188d766757d6029577e3409ee13efe9aa6f60173.

despite earlier assumptions the code is correct and there is
likely a memory corruption elsewhere.

11 years agocairo image crash debugging
Robin Gareus [Sat, 20 Apr 2013 20:51:37 +0000 (22:51 +0200)]
cairo image crash debugging

11 years agoremove Editor::redraw_measures to improve efficiency of tempo measure line redraws
Paul Davis [Sat, 20 Apr 2013 20:11:30 +0000 (16:11 -0400)]
remove Editor::redraw_measures to improve efficiency of tempo measure line redraws

11 years agothicken up playhead line (again?)
Paul Davis [Sat, 20 Apr 2013 20:11:01 +0000 (16:11 -0400)]
thicken up playhead line (again?)

11 years agotweak event/leave event delivery so that it applies to items being deleted as well...
Paul Davis [Sat, 20 Apr 2013 20:09:43 +0000 (16:09 -0400)]
tweak event/leave event delivery so that it applies to items being deleted as well as motion events (hmm, needed for item addition too ...)

11 years agochange widths of fade lines
Paul Davis [Sat, 20 Apr 2013 20:07:43 +0000 (16:07 -0400)]
change widths of fade lines

11 years agoinitialize image data.
Robin Gareus [Sat, 20 Apr 2013 20:06:12 +0000 (22:06 +0200)]
initialize image data.

11 years agorefine video-tools installer:
Robin Gareus [Sat, 20 Apr 2013 12:52:18 +0000 (14:52 +0200)]
refine video-tools installer:

* arch/platform detection
* curl progress-bar

11 years agoadd script to install video-tools
Robin Gareus [Sat, 20 Apr 2013 12:31:11 +0000 (14:31 +0200)]
add script to install video-tools

11 years agono create cached waveview images that span from render-start to cache-start, but...
Paul Davis [Fri, 19 Apr 2013 14:53:52 +0000 (10:53 -0400)]
no create cached waveview images that span from render-start to cache-start, but always clamp the end to render-end, to avoid creating over-sized images

11 years agorevert to "old" waveform fill color for unselected waveforms
Paul Davis [Fri, 19 Apr 2013 14:12:40 +0000 (10:12 -0400)]
revert to "old" waveform fill color for unselected waveforms

11 years agofix up "other" fade line colors in xfades, and switch to using canvas var "CrossfadeL...
Paul Davis [Fri, 19 Apr 2013 01:30:12 +0000 (21:30 -0400)]
fix up "other" fade line colors in xfades, and switch to using canvas var "CrossfadeLine" for crossfade "lines" rather than "GainLine"

11 years agopart two of ... add Canvas::Arc and derive Canvas::Circle from it
Paul Davis [Fri, 19 Apr 2013 01:29:13 +0000 (21:29 -0400)]
part two of ... add Canvas::Arc and derive Canvas::Circle from it

11 years agoadd Canvas::Arc and derive Canvas::Circle from it
Paul Davis [Fri, 19 Apr 2013 01:28:11 +0000 (21:28 -0400)]
add Canvas::Arc and derive Canvas::Circle from it

11 years agoadd Canvas::Circle
Paul Davis [Thu, 18 Apr 2013 19:47:30 +0000 (15:47 -0400)]
add Canvas::Circle

11 years agoexpand bbox for Canvas::Line to get rid of artifacts caused when moving them around...
Paul Davis [Thu, 18 Apr 2013 19:47:10 +0000 (15:47 -0400)]
expand bbox for Canvas::Line to get rid of artifacts caused when moving them around, as is done for Rectangle and others

11 years agofix various event coordinate system problems with button events on the rulers
Paul Davis [Thu, 18 Apr 2013 19:14:48 +0000 (15:14 -0400)]
fix various event coordinate system problems with button events on the rulers

11 years agoreset xfade colors after theme change
Paul Davis [Thu, 18 Apr 2013 18:21:53 +0000 (14:21 -0400)]
reset xfade colors after theme change

11 years agoget xfade drawing back to pre-cc days
Paul Davis [Thu, 18 Apr 2013 15:18:18 +0000 (11:18 -0400)]
get xfade drawing back to pre-cc days

11 years agosemi-fix xfade display, and reduce number of calls to Curve::get_vector() by a factor...
Paul Davis [Thu, 18 Apr 2013 13:55:53 +0000 (09:55 -0400)]
semi-fix xfade display, and reduce number of calls to Curve::get_vector() by a factor of two

11 years agodisplay waveform polarity correctly
Robin Gareus [Thu, 18 Apr 2013 08:25:09 +0000 (10:25 +0200)]
display waveform polarity correctly

* cairo's Y axis points downward -> invert phase display
* fix logarithmic view for value.max < 0

11 years agotweak up waveform fill colors
Paul Davis [Wed, 17 Apr 2013 19:32:39 +0000 (15:32 -0400)]
tweak up waveform fill colors

11 years agofix playhead dragging from rulers
Paul Davis [Wed, 17 Apr 2013 19:29:03 +0000 (15:29 -0400)]
fix playhead dragging from rulers

11 years agoMerge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas
Paul Davis [Wed, 17 Apr 2013 19:23:01 +0000 (15:23 -0400)]
Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas

11 years agovarious work waveview amplitude mgmt; fix playhead cursor drag from timebar click
Paul Davis [Wed, 17 Apr 2013 19:22:09 +0000 (15:22 -0400)]
various work waveview amplitude mgmt; fix playhead cursor drag from timebar click

11 years agoArdourCanvas::Image allow to set custom data instead of class pre-allocated memory.
Robin Gareus [Wed, 17 Apr 2013 18:26:09 +0000 (20:26 +0200)]
ArdourCanvas::Image allow to set custom data instead of class pre-allocated memory.