Jonathan Moore Liles
00d0d733b5
Makefile: disable function inlining when building for debugging.
15 years ago
Jonathan Moore Liles
48698780d9
Refactor common components of Timeline and Mixer into nonlib/
15 years ago
Jonathan Moore Liles
537f874417
Fl_Sometimes_Input: Draw a box.
15 years ago
Jonathan Moore Liles
68bf93feb4
Implement Fl_Labelpad_Group
Which wraps a widget in a group large enough to contain the child widget's
label.
15 years ago
Jonathan Moore Liles
9c0f0afb46
Implement Fl_Flowpack.
Which wraps its children and resizes itself vertically to contain them.
15 years ago
Jonathan Moore Liles
7e328df3c3
Fl_Arc_Dial: Draw value over face of dial
15 years ago
Jonathan Moore Liles
4f5ce252e0
Soften the glare effect in FL_BURNISHED_OVAL_BOX
15 years ago
Jonathan Moore Liles
e185d8785b
Fl_Arc_Dial: Don't forget to execute callback for mousewheel events
15 years ago
Jonathan Moore Liles
3446058df6
Add 'ar' to required commands in configure script.
15 years ago
Jonathan Moore Liles
93fc68be40
Check for makedepend command in configure script.
15 years ago
Jonathan Moore Liles
5c06e9d2c8
Don't allow transport relocation while recording.
15 years ago
Jonathan Moore Liles
df344dc065
Assert whenever an invalid journal entry is encountered.
15 years ago
Jonathan Moore Liles
942389a503
Clean up journal transaction buffer code to avoid overflow.
15 years ago
Jonathan Moore Liles
71bd1c27d9
Clean up region splitting code.
16 years ago
Jonathan Moore Liles
99937affb9
Clean up region trimming code.
16 years ago
Jonathan Moore Liles
c903e96d00
Don't lose timeline settings on LASH save event...
16 years ago
Jonathan Moore Liles
18eba0d14b
Save unjournaled state on LASH save file event.
16 years ago
Jonathan Moore Liles
cece0d5e0a
Give newly created track the focus.
16 years ago
Jonathan Moore Liles
86fa1ce238
Implement capture-offset latency compensation.
16 years ago
Jonathan Moore Liles
1917e9295c
Don't leak memory in handling of unjournaled state.
16 years ago
Jonathan Moore Liles
cf0576e6ff
Remove unnecessary debugging output.
16 years ago
Jonathan Moore Liles
5446629c3e
Use a single hash table for storing loggables and unjournaled state.
16 years ago
Jonathan Moore Liles
f5c81d53be
Remove unnecessary code from unjournaled state loader.
16 years ago
Jonathan Moore Liles
f365b9d8f7
Add some error checking to unjournaled state save/load.
16 years ago
Jonathan Moore Liles
0032dce478
Use a hash instead of an array for indexing loggables.
16 years ago
Jonathan Moore Liles
15a579774c
Implement storage and loading of unjournaled state for Loggable objects.
16 years ago
Jonathan Moore Liles
8dc6681a53
Add LASH connection indicator to GUI along with --no-lash command line option.
16 years ago
Jonathan Moore Liles
3e86584ad3
Clean up signedness problems in Loggable ID treatment.
16 years ago
Jonathan Moore Liles
fed042950f
Cleanup capture code and eliminate off-by-one-buffer bug when bouncing tracks.
16 years ago
Jonathan Moore Liles
f3226cd1a0
Fix selection bug for Control Points.
A recent selection model change interfered with the ability to edit
the Y-axis of control points.
16 years ago
Jonathan Moore Liles
78afa80db8
Display Y-axis value for control points on mouse over.
16 years ago
Jonathan Moore Liles
356883f160
Disable some Audio_Region context menu items when appropriate.
16 years ago
Jonathan Moore Liles
90639f65dd
Add 'Denormalize' to Audio_Region context menu.
16 years ago
Jonathan Moore Liles
4e1ece8954
Don't make an assertion when drawing empty regions.
16 years ago
Jonathan Moore Liles
87ad823288
Clean up sequence widget label drawing behavior.
16 years ago
Jonathan Moore Liles
8a76b01db9
Fix occasional segfault upon loading snapshots.
Sometimes the situation could arise where a log ID referred to by a
log entry's property list coincided with the temporary log ID
associated with the object being created--usually resulting in an
immediate segfault. Assigning the final log ID BEFORE setting the
properties prevents this from happening.
16 years ago
Jonathan Moore Liles
71b0d4a867
remove-unused-sources: Fix source detection regex and add -m (move) option (now the default)
16 years ago
Jonathan Moore Liles
131453cce9
Draw inactive takes in a darker hue.
16 years ago
Jonathan Moore Liles
a701d53265
remove-unused-sources: Include peak files in deletion and size calculation.
16 years ago
Jonathan Moore Liles
6f53a6fc10
Oops. Remove debugging noise from console output.
16 years ago
Jonathan Moore Liles
5af2e2d73b
Add total MB free'd to output of 'remove-unused-sources' script.
16 years ago
Jonathan Moore Liles
193dc19c91
Use timestamps (of creation) for take names instead of sequential numbers.
16 years ago
Jonathan Moore Liles
b22a286fa8
Fix log entry parser for values containing ":" (colons).
16 years ago
Jonathan Moore Liles
a07d997397
Set value of 'show all takes' toggle correctly when updating menus.
17 years ago
Jonathan Moore Liles
74ffa575d9
Oops. Write journal entries in proper order when generating snapshot.
17 years ago
Jonathan Moore Liles
174ca34382
Remove extraneous inclusions of const.h
17 years ago
Jonathan Moore Liles
feafd916db
Add option to remove all but the current take.
17 years ago
Jonathan Moore Liles
b25c206ceb
Properly handle removal of a track's active sequence.
17 years ago
Jonathan Moore Liles
d84383c704
Formally disconnect from JACK at exit.
17 years ago
Jonathan Moore Liles
37935df806
Take fades into consideration when splitting regions.
Also, fix journalling bug in region splitting.
17 years ago