Jonathan Moore Liles
b0b5a1f510
Make it optional (Options/Behavior/...) wether or not stopping the transport disables global record.
15 years ago
Jonathan Moore Liles
60e54068b3
User can temporarily disable snapping by holding down 's'.
16 years ago
Jonathan Moore Liles
80f24ba2d1
Allow the removal of annotation sequences via a context menu.
16 years ago
Jonathan Moore Liles
2cc88013df
Control Sequences should output control voltage values between 0.0 and 1.0, not -1.0 and 1.0.
16 years ago
Peter Nelson
1d826848a4
Don't silence input ports.
Fix for input buffers being erroneously silenced when the transport
is not rolling.
16 years ago
Jonathan Moore Liles
66daa1e23f
Don't allow process callback to be invoked between Engine and JACK::Client destruction.
Patch submitted by Peter Nelson. Comments added.
16 years ago
Jonathan Moore Liles
33e4516589
Timeline: Attempt to constrain main window to size of screen, but don't automatically fill the screen.
Also, set a sane minimum window size.
16 years ago
Jonathan Moore Liles
bc14e06320
Attempt to fix sign error in declicking logic for 64-bit systems.
16 years ago
Jonathan Moore Liles
94310eecfa
Add some profiling output for project loading.
16 years ago
Jonathan Moore Liles
0e97d2d9d9
Timeline: Don't die if the user cancels a Track's manual channels set dialog.
16 years ago
Jonathan Moore Liles
74df856ebe
Timeline: Always resize tracks Fl_Pack.
This eliminates a bug were all tracks are invisible if the resized
window results in the tracks pack being shorter than its original
height.
16 years ago
Jonathan Moore Liles
52da5eaa5a
Timeline: Don't forget to journal edits to time and tempo points!
16 years ago
Jonathan Moore Liles
ef0626ae75
Timeline: Add blinker to indicate that one or more sequence widgets is selected.
Conflicts:
Timeline/TLE.fl
16 years ago
Jonathan Moore Liles
b7087b3132
LASH_Engine: Add missing include.
16 years ago
Jonathan Moore Liles
c438036698
Update some copyright years.
16 years ago
Jonathan Moore Liles
167a924caf
Make use of a sub-window for the timeline a compile-time option.
16 years ago
Jonathan Moore Liles
e904ff9fae
Make doublebuffering of the timeline sub-window a compile-time option.
16 years ago
Jonathan Moore Liles
0bd5611092
Make optimized drawing of timeline canvas a compile-time option.
16 years ago
Jonathan Moore Liles
e2f42b1c8b
Timeline: Try to make the window fill the screen at startup.
16 years ago
Jonathan Moore Liles
48698780d9
Refactor common components of Timeline and Mixer into nonlib/
16 years ago
Jonathan Moore Liles
5c06e9d2c8
Don't allow transport relocation while recording.
16 years ago
Jonathan Moore Liles
df344dc065
Assert whenever an invalid journal entry is encountered.
16 years ago
Jonathan Moore Liles
942389a503
Clean up journal transaction buffer code to avoid overflow.
16 years ago
Jonathan Moore Liles
71bd1c27d9
Clean up region splitting code.
17 years ago
Jonathan Moore Liles
99937affb9
Clean up region trimming code.
17 years ago
Jonathan Moore Liles
c903e96d00
Don't lose timeline settings on LASH save event...
17 years ago
Jonathan Moore Liles
18eba0d14b
Save unjournaled state on LASH save file event.
17 years ago
Jonathan Moore Liles
cece0d5e0a
Give newly created track the focus.
17 years ago
Jonathan Moore Liles
86fa1ce238
Implement capture-offset latency compensation.
17 years ago
Jonathan Moore Liles
1917e9295c
Don't leak memory in handling of unjournaled state.
17 years ago
Jonathan Moore Liles
cf0576e6ff
Remove unnecessary debugging output.
17 years ago
Jonathan Moore Liles
5446629c3e
Use a single hash table for storing loggables and unjournaled state.
17 years ago
Jonathan Moore Liles
f5c81d53be
Remove unnecessary code from unjournaled state loader.
17 years ago
Jonathan Moore Liles
f365b9d8f7
Add some error checking to unjournaled state save/load.
17 years ago
Jonathan Moore Liles
0032dce478
Use a hash instead of an array for indexing loggables.
17 years ago
Jonathan Moore Liles
15a579774c
Implement storage and loading of unjournaled state for Loggable objects.
17 years ago
Jonathan Moore Liles
8dc6681a53
Add LASH connection indicator to GUI along with --no-lash command line option.
17 years ago
Jonathan Moore Liles
3e86584ad3
Clean up signedness problems in Loggable ID treatment.
17 years ago
Jonathan Moore Liles
fed042950f
Cleanup capture code and eliminate off-by-one-buffer bug when bouncing tracks.
17 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.
17 years ago
Jonathan Moore Liles
78afa80db8
Display Y-axis value for control points on mouse over.
17 years ago
Jonathan Moore Liles
356883f160
Disable some Audio_Region context menu items when appropriate.
17 years ago
Jonathan Moore Liles
90639f65dd
Add 'Denormalize' to Audio_Region context menu.
17 years ago
Jonathan Moore Liles
4e1ece8954
Don't make an assertion when drawing empty regions.
17 years ago
Jonathan Moore Liles
87ad823288
Clean up sequence widget label drawing behavior.
17 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.
17 years ago
Jonathan Moore Liles
131453cce9
Draw inactive takes in a darker hue.
17 years ago
Jonathan Moore Liles
6f53a6fc10
Oops. Remove debugging noise from console output.
17 years ago
Jonathan Moore Liles
193dc19c91
Use timestamps (of creation) for take names instead of sequential numbers.
17 years ago
Jonathan Moore Liles
b22a286fa8
Fix log entry parser for values containing ":" (colons).
17 years ago