70 Commits (424b1b9b8f32d2912900fb9e31012d00ad25c39d)

Author SHA1 Message Date
  Jonathan Moore Liles 424b1b9b8f Clean up keyboard focus navigation. 17 years ago
  Jonathan Moore Liles 035474e17c Clean up a number of focus/event handling problems. 17 years ago
  Jonathan Moore Liles 318144baed Clean up comments. 17 years ago
  Jonathan Moore Liles 4c45197003 Fix order of destruction for sequences. 17 years ago
  Jonathan Moore Liles 53876092f4 Permit removing tracks while the transport is rolling, since it doesn't hurt anymore. 17 years ago
  Jonathan Moore Liles b20156053e Add appropriate locking. Make control sequences removable. 17 years ago
  Jonathan Moore Liles 0e1ac2563d Overhaul timeline event handling. 17 years ago
  Jonathan Moore Liles 1616465e39 Overhaul capture finalization. 17 years ago
  Jonathan Moore Liles bd82f954a8 Move (mostly) all Engine functionality into Engine/ directory. 17 years ago
  Jonathan Moore Liles 48d7f61f8a Respond appropriately to changes in JACK buffer size. 17 years ago
  Jonathan Moore Liles 47dbf6c537 Clear up a load of compiler warnings. 17 years ago
  Jonathan Moore Liles 8422915e87 Fix uninitialized member. 17 years ago
  Jonathan Moore Liles f0704d7f90 Oops. Finalize peak capture in the right place! 17 years ago
  Jonathan Moore Liles 7f25ebe855 Get rid of a million and a half signed/unsigned expression warnings. 17 years ago
  Jonathan Moore Liles a57db305f2 Symbol name cleanup. 17 years ago
  Jonathan Moore Liles 9aa52f3e18 Fix memory leaks reported by valgrind. 17 years ago
  Jonathan Moore Liles adf0ca22f3 Hack to make annotation pack visable. 17 years ago
  Jonathan Moore Liles 1318ba3c3a Also deregister control ports during track destruction. 17 years ago
  Jonathan Moore Liles a373535c75 Clean up some messages. 17 years ago
  Jonathan Moore Liles 4cb087c81a Properly free ports at Track destruction. 17 years ago
  Jonathan Moore Liles f9d93f4307 Small hack to fix one-pixel size difference when there are no annotation tracks. 17 years ago
  Jonathan Moore Liles c3a20870f7 Big fix for loggability which was broken by the previous attempt at making Time and Tempo sequences unlogged. 17 years ago
  Jonathan Moore Liles 33d78a726a Rename Region class to Audio_Region 17 years ago
  Jonathan Moore Liles 42a1983116 Allow each track to contain multiple Annotation_Sequences. 17 years ago
  Jonathan Moore Liles f16bbb1ab6 Rename Ruler_* to Annotation_* 17 years ago
  Jonathan Moore Liles af523475c4 Work on making system reset possible. 17 years ago
  Jonathan Moore Liles bdd9dc56e4 Try to get captures to begin and end on the proper frame. 17 years ago
  Jonathan Moore Liles 4756fe3361 Oops. Create new captures with the right samplerate! 17 years ago
  Jonathan Moore Liles f596d205db Read from disk in larger chunks. 17 years ago
  Jonathan Moore Liles 7793863d46 Output silence when stopped. 17 years ago
  Jonathan Moore Liles c464c73ab9 Improve the way sequence widgets are selected. 17 years ago
  Jonathan Moore Liles 55e1c3546f Fix a small problem with track header resizing. 17 years ago
  Jonathan Moore Liles 311daf498c Oops. Can't pass a pointer to an element of std::vector! 17 years ago
  Jonathan Moore Liles 11f420a1a4 Allow renaming of control sequences. 17 years ago
  Jonathan Moore Liles e637da4b77 Attempt to create control output ports properly. 17 years ago
  Jonathan Moore Liles a77e7a708c Actually generate CV output for control sequences. 17 years ago
  Jonathan Moore Liles 0eb8babb3e Fix interaction between shortcut handling and multiple undo. 17 years ago
  Jonathan Moore Liles f7514d2fcf Redraw timeline background properly when scrolling. 17 years ago
  Jonathan Moore Liles 754aa55af4 Clean up some focus and display issues. 17 years ago
  Jonathan Moore Liles c4812d0ade Don't forget to journal random color picked at track creation. 17 years ago
  Jonathan Moore Liles 1a89c40d7b Permit user to pick track color. Journal track color. 17 years ago
  Jonathan Moore Liles d426aac08d Avoid opening libsndfile sources in RDWR mode (doesn't work with FLAC) 17 years ago
  Jonathan Moore Liles a32f8ca17a Allow the user to choose capture format. 17 years ago
  Jonathan Moore Liles 783ba38120 Begin to make tracks removable. 17 years ago
  Jonathan Moore Liles 6b97c912eb Fig logging for captures. 17 years ago
  Jonathan Moore Liles 63ebacb872 Massive consting. 17 years ago
  Jonathan Moore Liles d87b35c4e0 Make mute and solo buttons work. 17 years ago
  Jonathan Moore Liles dfe953c6df Don't attempt to redraw a parent that doesn't exist yet. 17 years ago
  Jonathan Moore Liles ba07b64e3d Try to straighten out the sequence label issue. 17 years ago
  Jonathan Moore Liles db5febb64e Don't do anything if nothing was picked from track context menu. 17 years ago