Jonathan Moore Liles
|
95b7fab478
|
Fix capture alignment problem.
|
2008-04-29 19:07:14 -05:00 |
Jonathan Moore Liles
|
c99b2f1424
|
Try harder to avoid redrawing capture regions.
|
2008-04-29 18:48:11 -05:00 |
Jonathan Moore Liles
|
981f92bc69
|
Don't forget to initialize xrun count.
|
2008-04-29 16:18:47 -05:00 |
Jonathan Moore Liles
|
707e898d36
|
Add Select None option to the GUI.
|
2008-04-29 16:16:09 -05:00 |
Jonathan Moore Liles
|
5293eae6d9
|
Draw selected control points in selection color.
|
2008-04-29 15:57:52 -05:00 |
Jonathan Moore Liles
|
458bb7cc05
|
Improve selection movement for control points.
|
2008-04-29 15:54:41 -05:00 |
Jonathan Moore Liles
|
c464c73ab9
|
Improve the way sequence widgets are selected.
|
2008-04-29 15:47:03 -05:00 |
Jonathan Moore Liles
|
221e66d91a
|
Don't bother interpolating for disconnected control tracks.
|
2008-04-29 13:30:54 -05:00 |
Jonathan Moore Liles
|
7452987e05
|
Oops. Fix recursive typo in xrun callback.
|
2008-04-29 12:37:40 -05:00 |
Jonathan Moore Liles
|
55e1c3546f
|
Fix a small problem with track header resizing.
|
2008-04-29 12:35:45 -05:00 |
Jonathan Moore Liles
|
a213dd2c66
|
Add xrun display to GUI.
|
2008-04-29 12:18:27 -05:00 |
Jonathan Moore Liles
|
1fae0b89d7
|
Optimize control point interpolation.
|
2008-04-28 21:33:35 -05:00 |
Jonathan Moore Liles
|
f168b90e07
|
Play with curve interpolation.
|
2008-04-28 20:06:45 -05:00 |
Jonathan Moore Liles
|
311daf498c
|
Oops. Can't pass a pointer to an element of std::vector!
|
2008-04-28 14:04:16 -05:00 |
Jonathan Moore Liles
|
11f420a1a4
|
Allow renaming of control sequences.
|
2008-04-28 13:17:46 -05:00 |
Jonathan Moore Liles
|
95f8a8905a
|
Fix errors found by valgrind.
|
2008-04-28 11:48:35 -05:00 |
Jonathan Moore Liles
|
e637da4b77
|
Attempt to create control output ports properly.
|
2008-04-28 11:19:25 -05:00 |
Jonathan Moore Liles
|
a77e7a708c
|
Actually generate CV output for control sequences.
|
2008-04-28 09:20:17 -05:00 |
Jonathan Moore Liles
|
4af2a85cc7
|
Don't eat all keys in region input handler.
|
2008-04-28 03:33:22 -05:00 |
Jonathan Moore Liles
|
0eb8babb3e
|
Fix interaction between shortcut handling and multiple undo.
|
2008-04-28 03:29:59 -05:00 |
Jonathan Moore Liles
|
21e8fab30f
|
Add GPL header.
|
2008-04-28 01:34:33 -05:00 |
Jonathan Moore Liles
|
9f95f2b910
|
Get vertical scrolling right.
|
2008-04-28 00:11:47 -05:00 |
Jonathan Moore Liles
|
f7514d2fcf
|
Redraw timeline background properly when scrolling.
|
2008-04-27 23:42:05 -05:00 |
Jonathan Moore Liles
|
5a4cb046d0
|
Refine transport controls.
|
2008-04-27 16:08:30 -05:00 |
Jonathan Moore Liles
|
6bcadabe8d
|
Clean up logic in control sequence display options.
|
2008-04-27 14:37:52 -05:00 |
Jonathan Moore Liles
|
193c24bd37
|
Add option for magnetic snapping.
|
2008-04-27 13:56:20 -05:00 |
Jonathan Moore Liles
|
96051065db
|
Continue cleaning up scrolling issues.
|
2008-04-27 13:44:20 -05:00 |
Jonathan Moore Liles
|
d3ac3b5d5a
|
Minor opt.
|
2008-04-27 11:01:55 -05:00 |
Jonathan Moore Liles
|
146126f2af
|
Enforce power of two zoom levels.
|
2008-04-27 10:45:49 -05:00 |
Jonathan Moore Liles
|
fb5f111167
|
Clean up zooming/horizontal scrolling.
|
2008-04-27 08:37:50 -05:00 |
Jonathan Moore Liles
|
bbc4376ee2
|
Hack a fix for drag scrolling.
|
2008-04-27 07:34:33 -05:00 |
Jonathan Moore Liles
|
ae9e52ac77
|
Minor cosmetic.
|
2008-04-27 07:04:56 -05:00 |
Jonathan Moore Liles
|
ad756bc1b2
|
Don't fake sample rate.
|
2008-04-27 07:04:37 -05:00 |
Jonathan Moore Liles
|
46e7378cb4
|
Use the background color for sequences.
|
2008-04-27 05:41:53 -05:00 |
Jonathan Moore Liles
|
8e8a690883
|
Draw inactive boxes properly.
|
2008-04-27 05:41:30 -05:00 |
Jonathan Moore Liles
|
28d1b4754b
|
Minor costmetic cleanup.
|
2008-04-27 05:33:26 -05:00 |
Jonathan Moore Liles
|
d7b8ecc591
|
Try to improve appearance with new 'crystal' boxtypes.
|
2008-04-27 05:18:03 -05:00 |
Jonathan Moore Liles
|
63ce948a8e
|
Blend region color against track base.
|
2008-04-27 02:24:13 -05:00 |
Jonathan Moore Liles
|
acc1283e31
|
Fix exectution order in timeline redraw.
This fixes the issue where scrolling with the mouse wheel while
the cursor was over a sequence widget would cause the widget
to a appear to jump.
|
2008-04-27 02:18:03 -05:00 |
Jonathan Moore Liles
|
78175d1d64
|
Dim some currently unimplemented menu items.
|
2008-04-27 02:10:37 -05:00 |
Jonathan Moore Liles
|
3b4dae6049
|
Add about dialog.
|
2008-04-27 02:07:16 -05:00 |
Jonathan Moore Liles
|
326192c214
|
Fix right-aligned sequence widget label drawing for scrolling.
|
2008-04-27 00:59:07 -05:00 |
Jonathan Moore Liles
|
afa0a690bc
|
Work on cleaning up scrolling bounardy conditions (not done).
|
2008-04-27 00:25:46 -05:00 |
Jonathan Moore Liles
|
6d2521312e
|
Fix math error in fade application.
|
2008-04-27 00:25:34 -05:00 |
Jonathan Moore Liles
|
754aa55af4
|
Clean up some focus and display issues.
|
2008-04-26 22:50:58 -05:00 |
Jonathan Moore Liles
|
82ada52b71
|
Fix error in quote parsing of log entries.
|
2008-04-26 21:45:24 -05:00 |
Jonathan Moore Liles
|
8e1bc189e6
|
Make snap type configurable.
|
2008-04-26 11:07:43 -05:00 |
Jonathan Moore Liles
|
07b193c9c5
|
Make mark labels editable.
|
2008-04-26 07:37:25 -05:00 |
Jonathan Moore Liles
|
c4812d0ade
|
Don't forget to journal random color picked at track creation.
|
2008-04-26 07:07:39 -05:00 |
Jonathan Moore Liles
|
55a1e60484
|
Add marks to ruler.
|
2008-04-26 06:58:50 -05:00 |