Commit Graph

1299 Commits (713f3ef4765875d98f9e672175539e1e08f5832a)

Author SHA1 Message Date
Jonathan Moore Liles 193dc19c91 Use timestamps (of creation) for take names instead of sequential numbers. 2008-12-04 08:13:28 -06:00
Jonathan Moore Liles b22a286fa8 Fix log entry parser for values containing ":" (colons). 2008-12-04 08:13:27 -06:00
Jonathan Moore Liles d156972be6 Fix event editor display with less than N events. 2008-11-28 18:57:19 -06:00
Jonathan Moore Liles 32e801f268 Don't segfault when loading a song specified on the command line. 2008-11-26 15:33:12 -06:00
Jonathan Moore Liles ab3f1037ef Makefile: Apply patch for Gentoo sandbox compliance. 2008-09-05 17:36:43 -05:00
Jonathan Moore Liles 211e45bc1b Lower the minimum size hint for the main window. 2008-08-11 21:18:43 -05:00
Jonathan Moore Liles a07d997397 Set value of 'show all takes' toggle correctly when updating menus. 2008-08-04 00:12:35 -05:00
Jonathan Moore Liles 74ffa575d9 Oops. Write journal entries in proper order when generating snapshot. 2008-08-04 00:06:45 -05:00
Jonathan Moore Liles 174ca34382 Remove extraneous inclusions of const.h 2008-08-04 00:03:29 -05:00
Jonathan Moore Liles feafd916db Add option to remove all but the current take. 2008-08-01 00:19:21 -05:00
Jonathan Moore Liles b25c206ceb Properly handle removal of a track's active sequence. 2008-08-01 00:13:51 -05:00
Jonathan Moore Liles d84383c704 Formally disconnect from JACK at exit. 2008-07-30 23:14:49 -05:00
Jonathan Moore Liles 37935df806 Take fades into consideration when splitting regions.
Also, fix journalling bug in region splitting.
2008-07-30 23:03:16 -05:00
Jonathan Moore Liles 840d08aed9 Show disk usage in TLE. 2008-07-30 01:48:22 -05:00
Jonathan Moore Liles 1f4c3b4f9a Don't quit on escape key. 2008-07-29 21:35:19 -05:00
Jonathan Moore Liles d2a8373cff Add module information to debugging output. 2008-07-29 21:30:45 -05:00
Jonathan Moore Liles 4cf94d8f1d Use exact JACK client name in LASH initialization. 2008-07-29 19:20:34 -05:00
Juuso Alasuutari e1d13ce083 Fix ordering of LASH/JACK initialization.
Signed-off-by: Jonathan Moore Liles <j.liles@unix.net>
2008-07-29 18:50:25 -05:00
Jonathan Moore Liles 35deffd747 Oops. Fix order of reference in track destructor. 2008-07-27 19:10:35 -05:00
Jonathan Moore Liles 8ae5783c3e Add solo and record blinkers to TLE.
Also, fix bug in soloing when a solo'd track was removed.
2008-07-26 01:49:57 -05:00
Jonathan Moore Liles cdbf01183c Improve the appearance of rec/mute/solo buttons. 2008-07-25 23:39:26 -05:00
Jonathan Moore Liles 32f47edaa1 Make normalization work properly with looped regions. 2008-07-23 23:33:32 -05:00
Jonathan Moore Liles d490e88707 Handle very long port names. 2008-07-21 23:36:29 -05:00
Jonathan Moore Liles 00aeaff29b Add action to set range from region position and length. 2008-07-21 22:20:38 -05:00
Jonathan Moore Liles 869cf25b3b Provide a keybinding/menu entry for track renaming. 2008-07-20 22:56:45 -05:00
Jonathan Moore Liles 8545b82b49 Don't lose track of timeline focus when window loses focus. 2008-07-20 22:32:59 -05:00
Jonathan Moore Liles b1b879dcad Fix offset error in selection rectangle. 2008-07-20 16:38:11 -05:00
Jonathan Moore Liles 5091277edb Make mute and solo buttons more colorful. 2008-07-20 16:17:17 -05:00
Jonathan Moore Liles b6e0826684 Remove dependence on FLTK >= 1.1.8. 2008-07-20 15:33:12 -05:00
Jonathan Moore Liles c837a11812 Add documentation. 2008-07-19 12:06:47 -05:00
Jonathan Moore Liles 0100e482c5 Don't carry project settings over from old project when creating a new one. 2008-07-19 11:41:24 -05:00
Jonathan Moore Liles 5b752d5dc5 Add creation and modification times to project info dialog. 2008-07-18 23:31:47 -05:00
Jonathan Moore Liles 7e294df84e Fix race condition in capture finalization.
This race resulted in the failure to consistently redraw new captures
in the proper color.
2008-07-17 20:58:49 -05:00
Jonathan Moore Liles 7d8423bbaf Minor updates to documentation. 2008-07-15 23:38:48 -05:00
Jonathan Moore Liles 221242a27d Implement traditional mouse selection model. 2008-07-15 00:41:05 -05:00
Jonathan Moore Liles ffaa7bff61 Reference count Audio_Files. 2008-07-14 23:49:50 -05:00
Jonathan Moore Liles b4e41435e1 Fix uninitialized memory. 2008-07-14 23:07:47 -05:00
Jonathan Moore Liles 3330619e9a Avoid SIGFPE at wide zoom setting with looped regions. 2008-07-13 00:59:59 -05:00
Jonathan Moore Liles dbc73860ca Fix heisenbug in journaling. 2008-07-11 23:30:07 -05:00
Jonathan Moore Liles 4a7533b6d6 Clean up makefile. 2008-07-09 22:44:20 -05:00
Jonathan Moore Liles 1d79326c1b Fix tpyos in documentation. 2008-07-06 22:10:33 -05:00
Jonathan Moore Liles d23ac18122 Update ignore file. 2008-07-06 12:27:42 -05:00
Jonathan Moore Liles ea36473caa Improve loop drawing. 2008-07-06 00:10:58 -05:00
Jonathan Moore Liles 98613d4d61 Avoid re-reading peaks unnecessarily when drawing loops. 2008-07-05 23:42:31 -05:00
Jonathan Moore Liles dfaf04645c Consider loop points when drawing waveforms. 2008-07-05 23:42:27 -05:00
Jonathan Moore Liles 7dc9a475e9 Bypass magnetic snap for loop points. 2008-07-05 23:42:16 -05:00
Jonathan Moore Liles b0098355cc Add script for importing external sources. 2008-06-28 16:08:25 -05:00
Jonathan Moore Liles 9948b9e307 Add table of contents to manual. 2008-06-27 17:37:49 -05:00
Jonathan Moore Liles 55ebea2c94 Make template field visible again on New Project Dialog. 2008-06-26 22:58:15 -05:00
Jonathan Moore Liles 21a42171a4 Bump version. 2008-06-25 21:54:20 -05:00