Jonathan Moore Liles
|
d248786085
|
Clean up menu code. Assure valid callbacks.
|
2008-05-30 18:48:44 -05:00 |
Jonathan Moore Liles
|
c98016d5e4
|
Move Track context menu over to the same system that Sequence and Audio_Region use.
|
2008-05-29 22:28:56 -05:00 |
Jonathan Moore Liles
|
2c502795ab
|
Remove dead code.
|
2008-05-27 19:37:42 -05:00 |
Jonathan Moore Liles
|
455dc11dc8
|
Fix order of track destruction.
|
2008-05-27 19:37:41 -05:00 |
Jonathan Moore Liles
|
424b1b9b8f
|
Clean up keyboard focus navigation.
|
2008-05-26 22:32:35 -05:00 |
Jonathan Moore Liles
|
035474e17c
|
Clean up a number of focus/event handling problems.
|
2008-05-26 19:29:05 -05:00 |
Jonathan Moore Liles
|
318144baed
|
Clean up comments.
|
2008-05-26 10:16:19 -05:00 |
Jonathan Moore Liles
|
4c45197003
|
Fix order of destruction for sequences.
|
2008-05-26 01:20:49 -05:00 |
Jonathan Moore Liles
|
53876092f4
|
Permit removing tracks while the transport is rolling, since it doesn't hurt anymore.
|
2008-05-25 23:19:13 -05:00 |
Jonathan Moore Liles
|
b20156053e
|
Add appropriate locking. Make control sequences removable.
|
2008-05-25 23:08:25 -05:00 |
Jonathan Moore Liles
|
0e1ac2563d
|
Overhaul timeline event handling.
|
2008-05-25 21:51:36 -05:00 |
Jonathan Moore Liles
|
1616465e39
|
Overhaul capture finalization.
|
2008-05-22 21:23:41 -05:00 |
Jonathan Moore Liles
|
bd82f954a8
|
Move (mostly) all Engine functionality into Engine/ directory.
|
2008-05-22 02:05:49 -05:00 |
Jonathan Moore Liles
|
48d7f61f8a
|
Respond appropriately to changes in JACK buffer size.
|
2008-05-19 23:30:08 -05:00 |
Jonathan Moore Liles
|
47dbf6c537
|
Clear up a load of compiler warnings.
|
2008-05-18 22:01:09 -05:00 |
Jonathan Moore Liles
|
8422915e87
|
Fix uninitialized member.
|
2008-05-12 22:00:35 -05:00 |
Jonathan Moore Liles
|
f0704d7f90
|
Oops. Finalize peak capture in the right place!
|
2008-05-11 20:09:39 -05:00 |
Jonathan Moore Liles
|
7f25ebe855
|
Get rid of a million and a half signed/unsigned expression warnings.
|
2008-05-07 18:19:48 -05:00 |
Jonathan Moore Liles
|
a57db305f2
|
Symbol name cleanup.
|
2008-05-07 11:18:57 -05:00 |
Jonathan Moore Liles
|
9aa52f3e18
|
Fix memory leaks reported by valgrind.
|
2008-05-06 21:42:36 -05:00 |
Jonathan Moore Liles
|
adf0ca22f3
|
Hack to make annotation pack visable.
|
2008-05-06 21:01:03 -05:00 |
Jonathan Moore Liles
|
1318ba3c3a
|
Also deregister control ports during track destruction.
|
2008-05-06 20:03:08 -05:00 |
Jonathan Moore Liles
|
a373535c75
|
Clean up some messages.
|
2008-05-05 23:39:31 -05:00 |
Jonathan Moore Liles
|
4cb087c81a
|
Properly free ports at Track destruction.
|
2008-05-05 22:24:43 -05:00 |
Jonathan Moore Liles
|
f9d93f4307
|
Small hack to fix one-pixel size difference when there are no annotation tracks.
|
2008-05-05 21:56:26 -05:00 |
Jonathan Moore Liles
|
c3a20870f7
|
Big fix for loggability which was broken by the previous attempt at making Time and Tempo sequences unlogged.
|
2008-05-05 00:29:39 -05:00 |
Jonathan Moore Liles
|
33d78a726a
|
Rename Region class to Audio_Region
|
2008-05-04 19:04:20 -05:00 |
Jonathan Moore Liles
|
42a1983116
|
Allow each track to contain multiple Annotation_Sequences.
|
2008-05-04 18:52:24 -05:00 |
Jonathan Moore Liles
|
f16bbb1ab6
|
Rename Ruler_* to Annotation_*
|
2008-05-04 17:32:08 -05:00 |
Jonathan Moore Liles
|
af523475c4
|
Work on making system reset possible.
|
2008-05-03 17:50:32 -05:00 |
Jonathan Moore Liles
|
bdd9dc56e4
|
Try to get captures to begin and end on the proper frame.
|
2008-05-01 18:35:46 -05:00 |
Jonathan Moore Liles
|
4756fe3361
|
Oops. Create new captures with the right samplerate!
|
2008-04-29 23:29:09 -05:00 |
Jonathan Moore Liles
|
f596d205db
|
Read from disk in larger chunks.
|
2008-04-29 23:15:58 -05:00 |
Jonathan Moore Liles
|
7793863d46
|
Output silence when stopped.
|
2008-04-29 21:46:07 -05:00 |
Jonathan Moore Liles
|
c464c73ab9
|
Improve the way sequence widgets are selected.
|
2008-04-29 15:47:03 -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
|
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
|
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
|
0eb8babb3e
|
Fix interaction between shortcut handling and multiple undo.
|
2008-04-28 03:29:59 -05:00 |
Jonathan Moore Liles
|
f7514d2fcf
|
Redraw timeline background properly when scrolling.
|
2008-04-27 23:42:05 -05:00 |
Jonathan Moore Liles
|
754aa55af4
|
Clean up some focus and display issues.
|
2008-04-26 22:50:58 -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
|
1a89c40d7b
|
Permit user to pick track color. Journal track color.
|
2008-04-26 03:42:44 -05:00 |
Jonathan Moore Liles
|
d426aac08d
|
Avoid opening libsndfile sources in RDWR mode (doesn't work with FLAC)
|
2008-04-26 01:33:44 -05:00 |
Jonathan Moore Liles
|
a32f8ca17a
|
Allow the user to choose capture format.
|
2008-04-26 00:33:04 -05:00 |
Jonathan Moore Liles
|
783ba38120
|
Begin to make tracks removable.
|
2008-04-25 16:35:51 -05:00 |
Jonathan Moore Liles
|
6b97c912eb
|
Fig logging for captures.
|
2008-04-25 02:35:55 -05:00 |
Jonathan Moore Liles
|
63ebacb872
|
Massive consting.
|
2008-04-25 01:34:08 -05:00 |