5ab699f898
manually apply grygorii's waveform amplitude implementation
2015-04-29 07:54:21 -04:00
GZharun
96371c8327
[Summary] Fixed issue when width request from Cavas text returned old width value
...
[Reviewed by] Paul Davis
Conflicts:
libs/canvas/canvas/text.h
2015-04-29 07:27:34 -04:00
84cb8913b0
change placement of ruler divider so that the lower line is at the specified height, rather than the upper
2015-04-29 07:26:29 -04:00
697d8a2732
do the right thing when TrackingText::offset is changed
2015-04-29 07:26:18 -04:00
d9cb8a807e
Fix method hiding in Canvas::Text
2015-04-29 07:25:58 -04:00
2673ef4af4
change ruler rendering to change tick heights and move text down
2015-04-29 07:23:36 -04:00
065c6d813e
add missing API
2015-04-29 07:22:48 -04:00
4cf402bdcf
add API to Ruler to optionally draw a divider (2 single pixel horizontal lines) at some position within the vertical extent of the ruler
2015-04-29 07:22:36 -04:00
38728f0835
correct implementation for Rectangle::vertical_fraction()
2015-04-29 07:22:21 -04:00
59ce8663f9
add Rectangle::vertical_fraction() as a convenience method
...
Conflicts:
libs/canvas/rectangle.cc
2015-04-29 07:22:05 -04:00
cd63d97f65
add xrun counter API to session
2015-04-29 03:09:17 +02:00
c4696fe2d5
emit an xrun if the process_lock is taken
2015-04-29 01:33:23 +02:00
f410705c3a
delegate signal emission to dedicated thread.
...
This works around abysmal performance (~.15ms) of
boost::function and boost::bind (in PBD::Signal).
The overall load is probably higher but the realtime
thread remains unaffected.
2015-04-29 00:35:35 +02:00
e9bb1dc2bf
tape-track diskstream fixes
...
Due to the change to use a 64bit timeline (int64 as opposed
to previously [unsigned] pframes_t) many cases special to tape-tracks
no longer work.
e.g. region->length() can returns -1, rather than INT64_MAX.
which breaks ‘overlap’ in Evoral::Coverage. which in turn
breaks tape track’s use of ::find_next_region().
This commits begins the slow process to move away from relying
on integer overflow to wrap negative numbers for tape tracks and
restores basic functionality.
Still various edge cases pertaining tape tracks remain. particularly
when changing the session start-time and moving destructive regions.
2015-04-28 16:08:19 +02:00
e3a2bc6a36
Track mode needs to be set before loading Track state
...
parent Track::set_state() sets the diskstream
and ::set_diskstream() depends on the track mode.
fixes Tape tracks on session load
2015-04-28 16:08:19 +02:00
5291400878
case insensitive VST plugin file extension - fixes #6285
...
2nd attempt.
2015-04-27 18:23:51 +02:00
d75b27f6dc
allow to compile PBD::Signals w/o connection debugging
2015-04-27 17:19:58 +02:00
9687c756a6
const iterators
2015-04-27 17:19:57 +02:00
36ee1681fe
special case [optimize] RT processor reorder.
...
realtime processor re-ordering does not require
a route resort nor latency compensation update.
(which were done as callback in same thread)
2015-04-27 17:19:57 +02:00
b7a711e385
click-less processor re-ordering.
2015-04-27 17:19:57 +02:00
1fdb3560e8
enable trim on master bus
2015-04-27 10:03:49 -05:00
3f2306c4fb
Revert "case insensitive ".dll" for VST plugins - fixes #6285 "
...
This reverts commit c2f84af73d
.
strcasestr() is not compatible with mingw nor MSVC.
different approach is needed.
2015-04-27 00:40:07 +02:00
c2f84af73d
case insensitive ".dll" for VST plugins - fixes #6285
...
TODO: check portability of strcasestr()
2015-04-26 21:26:12 +02:00
27dac7c31f
Expose “/route/trim” midi binding.
2015-04-26 19:07:45 +02:00
397b473e45
allow to update meter position w/o engine
2015-04-26 06:24:57 +02:00
6ac8588cd8
clickless meter-point changes
2015-04-26 06:00:08 +02:00
c0437aed47
wrap midi negative gain for midi-velocity
...
ignore polarity invert,
scale_velocity() otherwise claps the factor to zero.
2015-04-26 02:51:40 +02:00
f9b364c515
don’t assume compilers cast the way we want.
2015-04-26 02:48:21 +02:00
fe7cb07c7f
relax gain LPF to 25Hz.
2015-04-26 02:48:15 +02:00
1b54b85da0
update amp for negative (polarity-invert) gain
...
fixes monitor-section “inv”
2015-04-26 02:48:00 +02:00
a43901ead9
Fix crash when switching backends.
...
cycle_end() can write to invalid buffers.
2015-04-26 01:36:09 +02:00
850964fde3
midi velocity [fader] automation
2015-04-25 22:02:02 +02:00
3f281dc2c1
Amp: allow to disable midi velocity
2015-04-25 21:25:56 +02:00
517467f297
prepare trim automation
2015-04-25 21:24:58 +02:00
1e5be9ebfd
add OSC trim control
2015-04-25 21:23:37 +02:00
5f7cee5bfe
prepare trim remote control
2015-04-25 21:23:03 +02:00
75087f5c62
prepare 0dBFS peak meter
2015-04-25 06:46:29 +02:00
fd76f87ae1
Revert API to explicitly show tooltips:
...
gdk pointer grab offers a better solution.
2015-04-25 05:37:37 +02:00
d40ad1f6ff
fixup stuck persistent tooltips.
2015-04-25 03:00:57 +02:00
50a0748c2b
trim typo and details
2015-04-25 01:17:25 +02:00
7565ebd4ed
API to set tooltip y-margin
2015-04-25 01:16:39 +02:00
a33cc51176
tweak persistent tooltip:
...
* don’t show empty tooltips
* “smaller” widgets may receive a leave event before the timeout
can show the tooltip (knobs in particula)
2015-04-25 01:02:53 +02:00
28f3f2d78c
input trim busses.
2015-04-24 23:42:31 +02:00
3cdd8fa221
add Input Trim (just after disk i/o) to Audio Tracks
2015-04-24 22:37:03 +02:00
b07373fba2
Amp control: power-scale (fader) and dB-scale (knob)
2015-04-24 22:37:03 +02:00
6e66b0e9db
define Trim Parameter Type.
2015-04-24 22:37:03 +02:00
4e36760bac
send LTC during process_with_events()
...
fixes #6277
This indicates a deeper problem though. Even removing a punch-range never
clears out the events. and ession::process_with_events() does not use
process_without_events() until re-start.
2015-04-24 04:44:28 +02:00
6cb742c289
windows 32bit asm/fpu support.
...
This still leaves cache_aligned_malloc() in
libs/pbd/malign.cc pending _aligned_free (windows crashes when using
free() on memory allocated with _aligned_malloc()).
So far however there seems to be no issue with default malloc
for audio+midi buffers on win32…
2015-04-24 02:43:52 +02:00
63b3d06fd7
add missing regexp support to pbd/wscript
2015-04-24 00:41:23 +02:00
91b9d6c063
separate build host & target (fix win32 asm)
2015-04-24 00:33:34 +02:00