|
c4c4034085
|
fix all manner of things relating to io connections, setting capture alignment, and so on. still needs more tests of actual precise placement of newly recorded material
git-svn-id: svn://localhost/ardour2/branches/3.0@9155 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-15 19:32:21 +00:00 |
|
|
eee943304c
|
Fix weird whitespace.
git-svn-id: svn://localhost/ardour2/branches/3.0@9154 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-15 01:22:03 +00:00 |
|
|
04bb452e27
|
Fix undefined operations (according to gcc 4.5.2).
git-svn-id: svn://localhost/ardour2/branches/3.0@9153 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-15 01:19:43 +00:00 |
|
|
be3002c239
|
Fix more broken whitespace.
git-svn-id: svn://localhost/ardour2/branches/3.0@9152 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-15 01:16:24 +00:00 |
|
|
148c1f805b
|
Fix broken indentation.
git-svn-id: svn://localhost/ardour2/branches/3.0@9151 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-14 21:53:10 +00:00 |
|
|
1e4c1388c3
|
more fun and games with latency compensation, and so forth ... not done yet
git-svn-id: svn://localhost/ardour2/branches/3.0@9149 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-14 20:33:47 +00:00 |
|
Carl Hetherington
|
5dd3e39f9e
|
Fix assert failure when cycle_end is called by AudioEngine::set_session before the buffer is set up.
git-svn-id: svn://localhost/ardour2/branches/3.0@9143 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-14 18:41:35 +00:00 |
|
Carl Hetherington
|
e719c72f72
|
Make build look for gnomecanvas headers in our copy rather than the system one.
git-svn-id: svn://localhost/ardour2/branches/3.0@9138 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-13 18:03:42 +00:00 |
|
|
f41d1569d8
|
change builtin export format/preset search path to correct value; remove line of debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@9136 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-13 16:23:13 +00:00 |
|
Sakari Bergen
|
751cc84dd2
|
Properly create new presets, i.e. without duplicate id's on save-after-rename
git-svn-id: svn://localhost/ardour2/branches/3.0@9132 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-12 21:28:58 +00:00 |
|
|
72928df58f
|
make XMLNode::add_property() correctly re-entrant and reduce the size of the tmp buffer used to print a long integer
git-svn-id: svn://localhost/ardour2/branches/3.0@9131 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-12 20:29:40 +00:00 |
|
|
c7dd29e167
|
properly use and publish private/public port latency values for JACK latency API
git-svn-id: svn://localhost/ardour2/branches/3.0@9130 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-12 20:25:09 +00:00 |
|
|
88d5649511
|
removed long-ifdef'ed-out code
git-svn-id: svn://localhost/ardour2/branches/3.0@9129 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-12 20:24:32 +00:00 |
|
|
58ce6c2bb7
|
a better fix fpr that wierd XMLProperty botch
git-svn-id: svn://localhost/ardour2/branches/3.0@9128 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-12 20:23:56 +00:00 |
|
|
ac38847d86
|
use legalize_for_path() on filenames for export presets and formats
git-svn-id: svn://localhost/ardour2/branches/3.0@9127 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-12 20:17:38 +00:00 |
|
|
7060fe697e
|
use legalize_for_path() on filenames for export presets and formats
git-svn-id: svn://localhost/ardour2/branches/3.0@9126 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-12 20:16:16 +00:00 |
|
|
1c3b45fed3
|
Fix duplicate singular/plural plugin category menus.
Yes, this is a massive kludge; see comment in commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@9123 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-11 04:41:48 +00:00 |
|
|
2eb8f28312
|
make "Flush Wastebasket" operate on the correct directory rather than a non-existent one
git-svn-id: svn://localhost/ardour2/branches/3.0@9122 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-11 03:40:42 +00:00 |
|
|
d155f32039
|
sorta-kinda working latency compensation, latency reporting and capture alignment ... working except that we report the wrong information to JACK and i've noticed a couple of odd circumstances where turning on a latent plugin caused punch recording to fail
git-svn-id: svn://localhost/ardour2/branches/3.0@9121 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-11 02:55:52 +00:00 |
|
|
8849cb4287
|
add new concept for managing alignment style (AlignChoice); switch to using worst_playback_latency() just about everywhere we were using worst_output_latency() - the former includes plugin latency. answer appears to break earlier fixes to alignment, but is semantically right, so plan to investigate in another 8 hours or so
git-svn-id: svn://localhost/ardour2/branches/3.0@9112 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-09 05:19:44 +00:00 |
|
|
34b9883537
|
lots of stuff related to capture alignment. things appear to be working now, but require the right alignment setting, which doesn't persist correctly at present
git-svn-id: svn://localhost/ardour2/branches/3.0@9107 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-08 20:12:40 +00:00 |
|
Carl Hetherington
|
d2bcfc0747
|
Allow out-of-time-order writes to nascent event list, sorting before merge. Fixes #3537.
git-svn-id: svn://localhost/ardour2/branches/3.0@9103 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-08 12:34:25 +00:00 |
|
|
f07ea81751
|
manage Route::_have_internal_generator more accurately and never flush processors if there is on; correctly manage declicking so that only *TRACKS* without internal generators will declick at transport state transitions (fixes horrible click at transport stop in some configurations
git-svn-id: svn://localhost/ardour2/branches/3.0@9100 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-07 22:13:53 +00:00 |
|
|
5a0a06f94f
|
missed removals that should have been in the port offset patch
git-svn-id: svn://localhost/ardour2/branches/3.0@9099 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-07 19:13:07 +00:00 |
|
|
665f3bea5a
|
fix all manner of wrongness with port buffer offsets
git-svn-id: svn://localhost/ardour2/branches/3.0@9098 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-07 19:06:42 +00:00 |
|
|
61cbf95f99
|
slightly more informative message when a VAMP plugin is not found (though it might be found later, anyway)
git-svn-id: svn://localhost/ardour2/branches/3.0@9097 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-07 19:03:24 +00:00 |
|
Carl Hetherington
|
0d40ff55c8
|
Trim some includes.
git-svn-id: svn://localhost/ardour2/branches/3.0@9095 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-07 17:17:03 +00:00 |
|
Carl Hetherington
|
105fec6858
|
Fix mute state on loading 2.X sessions (#3829).
git-svn-id: svn://localhost/ardour2/branches/3.0@9093 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-07 14:06:03 +00:00 |
|
Carl Hetherington
|
a6ab93be24
|
Remove debug code.
git-svn-id: svn://localhost/ardour2/branches/3.0@9092 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-07 13:09:53 +00:00 |
|
Carl Hetherington
|
965a974083
|
Make the route group submenu of the RouteTimeAxisView menu apply to the selection.
git-svn-id: svn://localhost/ardour2/branches/3.0@9087 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-07 13:04:03 +00:00 |
|
|
aeff4ebb79
|
make sure that fade in and fade out curves reach their target (1.0 and 0.0) rather than 1 step away from their target
git-svn-id: svn://localhost/ardour2/branches/3.0@9086 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-07 13:01:59 +00:00 |
|
|
fc32ea7642
|
Uncrustify (no functional changes).
git-svn-id: svn://localhost/ardour2/branches/3.0@9084 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-06 20:23:15 +00:00 |
|
|
f000061dc7
|
Update for new SLV2 UI API.
git-svn-id: svn://localhost/ardour2/branches/3.0@9083 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-06 03:55:45 +00:00 |
|
|
8e968996f5
|
revert recent-ish change so that regardless of the number of DSP threads, we always use the graph code (fixes a crash or lockup when removing a track and using only 1 DSP thread)
git-svn-id: svn://localhost/ardour2/branches/3.0@9082 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-05 23:23:36 +00:00 |
|
|
5999bd56da
|
fix monitoring so that MIDI tracks don't work the same way as audio (basically, they are always in "ardour does monitoring" mode
git-svn-id: svn://localhost/ardour2/branches/3.0@9081 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-05 23:16:32 +00:00 |
|
|
faeeb29202
|
some LV2 debug tracing, part three
git-svn-id: svn://localhost/ardour2/branches/3.0@9080 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-05 23:15:45 +00:00 |
|
|
67351e7d6b
|
some LV2 debug tracing, part two
git-svn-id: svn://localhost/ardour2/branches/3.0@9079 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-05 23:15:19 +00:00 |
|
|
c9e78d432f
|
some LV2 debug tracing
git-svn-id: svn://localhost/ardour2/branches/3.0@9078 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-05 23:14:39 +00:00 |
|
Carl Hetherington
|
b20a139129
|
Missing files.
git-svn-id: svn://localhost/ardour2/branches/3.0@9075 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-04 17:35:39 +00:00 |
|
Carl Hetherington
|
98248aeb68
|
Test tweaks.
git-svn-id: svn://localhost/ardour2/branches/3.0@9074 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-04 17:35:10 +00:00 |
|
Carl Hetherington
|
cbf530b6b5
|
Make speaker dialogue manage the session's Speakers. Make azimuth control work. Various tweaks.
git-svn-id: svn://localhost/ardour2/branches/3.0@9073 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-04 17:35:02 +00:00 |
|
|
3d1fc33abb
|
extend Gtkmm2ext::Bindings system to handle mouse buttons as well as keyboard events
git-svn-id: svn://localhost/ardour2/branches/3.0@9062 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-04 03:10:17 +00:00 |
|
Carl Hetherington
|
cc67b6bb1f
|
Remove unused bits.
git-svn-id: svn://localhost/ardour2/branches/3.0@9060 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-04 00:35:01 +00:00 |
|
|
3225b24854
|
move open-on-write call for MIDI into mark_streaming_midi_write_started() so that it works for the fork operation (or any other op that writes a new file)
git-svn-id: svn://localhost/ardour2/branches/3.0@9052 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-03 03:54:28 +00:00 |
|
|
d8fd8c1f0a
|
add QM onset detector VAMP plugin
git-svn-id: svn://localhost/ardour2/branches/3.0@9049 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-02 23:39:49 +00:00 |
|
|
10b224790b
|
increase butler event pool size dramatically
git-svn-id: svn://localhost/ardour2/branches/3.0@9047 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-02 22:41:46 +00:00 |
|
|
2ad819c956
|
deeper debug stracktrace
git-svn-id: svn://localhost/ardour2/branches/3.0@9046 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-02 22:15:59 +00:00 |
|
|
c8e5e9d425
|
actual debug stracktrace added
git-svn-id: svn://localhost/ardour2/branches/3.0@9045 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-02 22:02:03 +00:00 |
|
|
4071286bfa
|
debug stracktrace added
git-svn-id: svn://localhost/ardour2/branches/3.0@9044 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-02 21:28:25 +00:00 |
|
|
5e431d1d58
|
remove entire "stub" file concept; open new audio and MIDI files on demand (at first write); could be a few gotchas with some corner case scenarios, but apparently works OK
git-svn-id: svn://localhost/ardour2/branches/3.0@9038 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-02 17:05:16 +00:00 |
|
Carl Hetherington
|
6b4622a3f0
|
Number CC automation tracks from 0 rather than 1 (#3814)
git-svn-id: svn://localhost/ardour2/branches/3.0@9032 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-02 14:14:46 +00:00 |
|
|
5fb296cd6b
|
lincoln's patch to use QM onset detection in RFerret, and other tweaks
git-svn-id: svn://localhost/ardour2/branches/3.0@9031 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-02 12:43:44 +00:00 |
|
|
730cdb38bc
|
upgrade VAMP SDK to latest (or newer) version
git-svn-id: svn://localhost/ardour2/branches/3.0@9030 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-02 12:38:17 +00:00 |
|
|
3deba1921b
|
add queen mary DSP library
git-svn-id: svn://localhost/ardour2/branches/3.0@9029 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-02 12:37:39 +00:00 |
|
Carl Hetherington
|
fa41cfef58
|
Less subtle attempt to prevent crashes on removing sources during session deletion.
git-svn-id: svn://localhost/ardour2/branches/3.0@9028 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-02 11:30:37 +00:00 |
|
|
7ca751726b
|
(a) require JACK 0.120.1 to compile (but NOT to run) (b) fix up illegal retrieval of jack port buffer sizes before jack_activate()
git-svn-id: svn://localhost/ardour2/branches/3.0@9024 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-02 01:39:52 +00:00 |
|
Carl Hetherington
|
d5e44d00a6
|
Missing files.
git-svn-id: svn://localhost/ardour2/branches/3.0@9020 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 23:28:02 +00:00 |
|
Carl Hetherington
|
7cf24873f8
|
Use PBD debugging code for keyboard debugging.
git-svn-id: svn://localhost/ardour2/branches/3.0@9019 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 23:26:27 +00:00 |
|
|
b37b23af97
|
improve, cleanup, rationalize Session::cleanup_sources() and supporting infrastructure
git-svn-id: svn://localhost/ardour2/branches/3.0@9015 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 21:54:54 +00:00 |
|
|
3553ba71fa
|
comment fix
git-svn-id: svn://localhost/ardour2/branches/3.0@9014 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 21:54:12 +00:00 |
|
|
b69b903433
|
fix width handling in vbap panner
git-svn-id: svn://localhost/ardour2/branches/3.0@9013 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 21:53:54 +00:00 |
|
Carl Hetherington
|
252be42c04
|
Set session dirty when pans change (#3807).
git-svn-id: svn://localhost/ardour2/branches/3.0@9010 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 21:40:01 +00:00 |
|
Carl Hetherington
|
0ace3f6e20
|
assert to show up #3812 more clearly.
git-svn-id: svn://localhost/ardour2/branches/3.0@9009 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 20:44:12 +00:00 |
|
Carl Hetherington
|
b125ed2ef2
|
Fix previous.
git-svn-id: svn://localhost/ardour2/branches/3.0@9007 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 18:09:40 +00:00 |
|
Carl Hetherington
|
cda09a0878
|
Make sure CapturingProcessors write a type to their state node so that they can be reloaded without a crash.
git-svn-id: svn://localhost/ardour2/branches/3.0@9006 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 18:08:57 +00:00 |
|
Carl Hetherington
|
35ea412280
|
Fix crash on session close.
git-svn-id: svn://localhost/ardour2/branches/3.0@9005 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 17:39:57 +00:00 |
|
Carl Hetherington
|
28d3dd69de
|
Update session range on trimming regions.
git-svn-id: svn://localhost/ardour2/branches/3.0@9004 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 16:23:31 +00:00 |
|
Carl Hetherington
|
3110429deb
|
Cleanup stub files after setup_raid_path has prepared the paths for it to use.
git-svn-id: svn://localhost/ardour2/branches/3.0@9002 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 15:05:55 +00:00 |
|
Carl Hetherington
|
0ee1cbb077
|
Make an aborted MIDI capture due to no data being received behave the same as an explicitly aborted capture.
git-svn-id: svn://localhost/ardour2/branches/3.0@8999 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 02:04:57 +00:00 |
|
Carl Hetherington
|
4b5a59142b
|
Make the session watch sources' DropReferences and drop accordingly. Remove a now-redundant call to remove_source in AudioDiskstream. Make the MidiDiskstream drop references on write sources that it wants rid of, so that the sources are actually destroyed.
git-svn-id: svn://localhost/ardour2/branches/3.0@8998 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 02:04:50 +00:00 |
|
Carl Hetherington
|
b741c14f3e
|
Don't create the MidiDiskstream twice (in both _set_state and set_state_part_two)
git-svn-id: svn://localhost/ardour2/branches/3.0@8997 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 02:04:42 +00:00 |
|
Carl Hetherington
|
e47dd1a96a
|
Make sure that the MidiSource constructor doesn't set the wrong _flags.
git-svn-id: svn://localhost/ardour2/branches/3.0@8996 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 02:04:34 +00:00 |
|
Carl Hetherington
|
9efd8e2e40
|
Add assert to make sure that we succeed in making a writable SMFSource.
git-svn-id: svn://localhost/ardour2/branches/3.0@8995 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 02:04:23 +00:00 |
|
Carl Hetherington
|
afb4a5e438
|
Add virtual destructor.
git-svn-id: svn://localhost/ardour2/branches/3.0@8994 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 02:04:15 +00:00 |
|
Carl Hetherington
|
78310ad792
|
Hopefully fix disappearing MIDI recorded regions on the first record of a new session.
git-svn-id: svn://localhost/ardour2/branches/3.0@8993 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-01 02:03:52 +00:00 |
|
Carl Hetherington
|
f9b1e437a5
|
Restore fade option to strip silence.
git-svn-id: svn://localhost/ardour2/branches/3.0@8992 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-28 18:57:43 +00:00 |
|
Carl Hetherington
|
2d3c640fee
|
Fix up strip silence.
git-svn-id: svn://localhost/ardour2/branches/3.0@8991 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-28 18:57:25 +00:00 |
|
|
3af81e63bf
|
remove hard-coded use of '/' in pathscanner code as dir separator (use glib instead)
git-svn-id: svn://localhost/ardour2/branches/3.0@8990 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-28 16:35:43 +00:00 |
|
Carl Hetherington
|
267cfbe731
|
No-op; coding style.
git-svn-id: svn://localhost/ardour2/branches/3.0@8988 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-28 15:01:01 +00:00 |
|
Carl Hetherington
|
ee92df2a25
|
Copy plugin when extending the count, rather than using the same one. Should fix #3672.
git-svn-id: svn://localhost/ardour2/branches/3.0@8982 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-28 02:33:07 +00:00 |
|
Carl Hetherington
|
3495fe2038
|
Fix thinko with numbering of multiple added tracks.
git-svn-id: svn://localhost/ardour2/branches/3.0@8979 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-27 16:43:39 +00:00 |
|
Carl Hetherington
|
65420fd03f
|
Fix addition of multiple tracks.
git-svn-id: svn://localhost/ardour2/branches/3.0@8977 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-27 11:23:30 +00:00 |
|
Carl Hetherington
|
7590b859fd
|
Allow naming of new tracks/busses in the add route dialogue (#3376).
git-svn-id: svn://localhost/ardour2/branches/3.0@8976 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-27 01:59:04 +00:00 |
|
Carl Hetherington
|
d74d488cd4
|
Add comment about some inaccuracies in framepos_plus_bbt.
git-svn-id: svn://localhost/ardour2/branches/3.0@8972 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-26 22:52:24 +00:00 |
|
Carl Hetherington
|
9d540e6215
|
Fix ordering of set position / length when trimming the start of MIDI regions. Fixes most of the rest of #3789.
git-svn-id: svn://localhost/ardour2/branches/3.0@8967 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-26 20:37:54 +00:00 |
|
Carl Hetherington
|
d8657a4ab8
|
Add panners and libtimecode to library path.
git-svn-id: svn://localhost/ardour2/branches/3.0@8966 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-26 20:36:38 +00:00 |
|
Carl Hetherington
|
e69e2a87a3
|
Remove out-of-date and somewhat redundant comment.
git-svn-id: svn://localhost/ardour2/branches/3.0@8965 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-26 20:35:41 +00:00 |
|
Carl Hetherington
|
7f1e89c64b
|
Load the tempo map before regions so that MIDI region positions / lengths don't get corrupted (part of #3789).
git-svn-id: svn://localhost/ardour2/branches/3.0@8964 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-26 11:36:27 +00:00 |
|
Carl Hetherington
|
eb8de01f42
|
Fix previous patch a bit better.
git-svn-id: svn://localhost/ardour2/branches/3.0@8959 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-25 17:40:19 +00:00 |
|
Carl Hetherington
|
e5c6071235
|
Move playback_distance up to AudioDiskstream from Diskstream since it is only used there.
git-svn-id: svn://localhost/ardour2/branches/3.0@8958 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-25 17:00:45 +00:00 |
|
Carl Hetherington
|
6b8c8697f0
|
Fix midi playback stopping after moving a note (#3718).
git-svn-id: svn://localhost/ardour2/branches/3.0@8957 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-25 17:00:09 +00:00 |
|
|
6dcb20af78
|
take reverse width into account when labelling signals in panner2d ; better way to draw the width arc
git-svn-id: svn://localhost/ardour2/branches/3.0@8956 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-25 03:20:47 +00:00 |
|
|
5ad82b1e6d
|
switch cartesian/spherical function names and make them use length. still a tweak needed here
git-svn-id: svn://localhost/ardour2/branches/3.0@8952 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-24 18:55:33 +00:00 |
|
|
e1905c1c29
|
allow zero-input (i.e. tone generator) processors to be added
git-svn-id: svn://localhost/ardour2/branches/3.0@8950 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-24 16:22:42 +00:00 |
|
|
0193803126
|
prettification of vbap/2d panner GUI. lots of details still to fix. also signal placement is now more correct although width is still not handled correctly
git-svn-id: svn://localhost/ardour2/branches/3.0@8948 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-24 04:28:48 +00:00 |
|
|
7bfe5d6f4b
|
new implementation of cartesian -> elevation, avoiding baroque code inherited from VBAP distribution
git-svn-id: svn://localhost/ardour2/branches/3.0@8947 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-24 04:27:48 +00:00 |
|
|
0e9bc1d7b6
|
Tidy (no functional changes).
git-svn-id: svn://localhost/ardour2/branches/3.0@8946 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-24 02:24:18 +00:00 |
|
|
2daa616e02
|
add scroll event handling to the vbap panner GUI; clamp vbap pos+width values (but not via clamp_*())
git-svn-id: svn://localhost/ardour2/branches/3.0@8932 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-22 21:55:25 +00:00 |
|
Carl Hetherington
|
7b8a76de25
|
Oops. Fix previous.
git-svn-id: svn://localhost/ardour2/branches/3.0@8931 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-22 21:17:39 +00:00 |
|
Carl Hetherington
|
7ad096c86f
|
Use commented out (correct) Mute/SoloControllable set_value() code; requires adding enable_shared_from_this to Route.
git-svn-id: svn://localhost/ardour2/branches/3.0@8930 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-02-22 21:15:42 +00:00 |
|