non/timeline/src
Jonathan Moore Liles ce633212bb Timeline: Tweak style of loop point indicator. 2021-01-27 17:42:28 -08:00
..
Engine Timeline: Don't assert if peakfile contains no blocks---it's probably just because it was just opened and hasn't been written into yet. 2021-01-10 14:46:27 -08:00
Annotation_Point.H Timeline: Fix insertion of control points and copying of all sequence widgets. 2013-03-17 07:05:11 -07:00
Annotation_Region.C Timeline: Fix insertion of control points and copying of all sequence widgets. 2013-03-17 07:05:11 -07:00
Annotation_Region.H Timeline: Implement new cursor system. 2012-10-23 22:55:52 -07:00
Annotation_Sequence.H Timeline: Fix insertion of control points and copying of all sequence widgets. 2013-03-17 07:05:11 -07:00
Audio_Region.C Timeline: Tweak style of loop point indicator. 2021-01-27 17:42:28 -08:00
Audio_Region.H Timeline: Add "Disabled" fade type to disable both fade and declicking for cases where regions need to be abutted perfectly. 2021-01-09 15:00:35 -08:00
Audio_Sequence.C Timeline: Don't forget to log changing takes after the fact. 2021-01-09 15:00:35 -08:00
Audio_Sequence.H Timeline: Add option to import source at mouse via timeline context menu (as an alternative to DND) 2017-03-28 18:12:56 -07:00
Clock.H Timeline: Make clocks look more contrasty with light color scheme. 2021-01-09 15:00:23 -08:00
Control_Point.C Timeline/Control_Point: Don't draw with zero width. 2013-07-13 13:58:26 -07:00
Control_Point.H Timeline: Fix region/fade drawing at tight zoom levels. 2015-09-17 19:34:22 -07:00
Control_Sequence.C Timeline: Don't send the same OSC control sequence value twice and so avoid messing with OSC learning in non-mixer when transport is stopped. 2021-01-09 15:00:35 -08:00
Control_Sequence.H OSC: Simplify OSC signal protocol. Add midi<->osc gateway program. 2013-07-16 16:21:08 -07:00
Cursor_Point.C Timeline: Fix bug causing occasional duplicate 'create' entries in snapshots. 2013-03-13 18:02:49 -07:00
Cursor_Point.H Timeline: Fix bug causing occasional duplicate 'create' entries in snapshots. 2013-03-13 18:02:49 -07:00
Cursor_Region.C Timeline: Fix insertion of control points and copying of all sequence widgets. 2013-03-17 07:05:11 -07:00
Cursor_Region.H Timeline: Implement new cursor system. 2012-10-23 22:55:52 -07:00
Cursor_Sequence.C Timeline: Fix overlay drawing. 2013-05-28 21:03:59 -07:00
Cursor_Sequence.H Timeline: Rework widget hierarchy for track display. Also, adjust timeline locking. 2012-12-10 21:47:44 -08:00
NSM.C nonlib: Clean up signals handshaking. 2013-04-08 21:03:29 -07:00
OSC_Receive_Thread.C Timeline: Split OSC send and receive functionality into different threads. 2021-01-09 15:00:35 -08:00
OSC_Receive_Thread.H Timeline: Split OSC send and receive functionality into different threads. 2021-01-09 15:00:35 -08:00
OSC_Transmit_Thread.C Timeline: Split OSC send and receive functionality into different threads. 2021-01-09 15:00:35 -08:00
OSC_Transmit_Thread.H Timeline: Split OSC send and receive functionality into different threads. 2021-01-09 15:00:35 -08:00
Project.C Replace deprecated scanf %a modifier with %m. 2017-03-28 18:12:56 -07:00
Project.H Timeline: Rework widget hierarchy for track display. Also, adjust timeline locking. 2012-12-10 21:47:44 -08:00
RWLock.H Massively reoganize tree. 2010-02-01 02:26:42 -06:00
Sequence.C Timeline: Don't let sequence widgets swallow events meant for track header. 2015-09-30 17:37:27 -07:00
Sequence.H Timeline: Rework widget hierarchy for track display. Also, adjust timeline locking. 2012-12-10 21:47:44 -08:00
Sequence_Point.C Timeline: Fix double free of Sequence_Widget::_label. 2012-11-20 10:05:18 -08:00
Sequence_Point.H Timeline: Fix region/fade drawing at tight zoom levels. 2015-09-17 19:34:22 -07:00
Sequence_Region.C Timeline: Fix rare issue where moving the mouse over a region while recording at just the right moment could cause a spurious SET action to be written to the history. 2021-01-10 14:46:27 -08:00
Sequence_Region.H Clean up some compiler warnings 2012-11-05 23:51:32 -08:00
Sequence_Widget.C Timeline: Fix rare issue where moving the mouse over a region while recording at just the right moment could cause a spurious SET action to be written to the history. 2021-01-10 14:46:27 -08:00
Sequence_Widget.H Timeline: Improve drag scrolling behavior. 2015-09-29 22:10:37 -07:00
TLE.fl Timeline: Add option for per-track delay-free playback latency compensation. Disabled by default. 2013-09-09 18:46:28 -07:00
Tempo_Point.C Timeline: Fix bug causing occasional duplicate 'create' entries in snapshots. 2013-03-13 18:02:49 -07:00
Tempo_Point.H Timeline: Fix bug causing occasional duplicate 'create' entries in snapshots. 2013-03-13 18:02:49 -07:00
Tempo_Sequence.C Timeline: Move punch logic to record diskthread. Punches are now sample accurate and work better in freewheeling mode. 2014-06-07 14:24:24 -07:00
Tempo_Sequence.H Timeline: Rework widget hierarchy for track display. Also, adjust timeline locking. 2012-12-10 21:47:44 -08:00
Time_Point.C Timeline: Fix bug causing occasional duplicate 'create' entries in snapshots. 2013-03-13 18:02:49 -07:00
Time_Point.H Timeline: Fix bug causing occasional duplicate 'create' entries in snapshots. 2013-03-13 18:02:49 -07:00
Time_Sequence.C Timeline: Move punch logic to record diskthread. Punches are now sample accurate and work better in freewheeling mode. 2014-06-07 14:24:24 -07:00
Time_Sequence.H Timeline: Rework widget hierarchy for track display. Also, adjust timeline locking. 2012-12-10 21:47:44 -08:00
Timeline.C Timeline: Split OSC send and receive functionality into different threads. 2021-01-09 15:00:35 -08:00
Timeline.H Timeline: Split OSC send and receive functionality into different threads. 2021-01-09 15:00:35 -08:00
Track.C Timeline: Fix region DND onto last track that was a connection DND source. 2021-01-10 14:46:27 -08:00
Track.H Timeline: Add option for per-track delay-free playback latency compensation. Disabled by default. 2013-09-09 18:46:28 -07:00
Track_Header.fl Tweak colors. 2013-04-26 21:25:00 -07:00
Transport.C Mixer: Change the appearance/layout of slider modes in parameter editor. Also, add scroll widget. 2013-09-07 16:58:16 -07:00
Transport.H Update latency compensation code for new JACK latency API. 2013-08-25 13:24:33 -07:00
Waveform.C Timeline: Move punch logic to record diskthread. Punches are now sample accurate and work better in freewheeling mode. 2014-06-07 14:24:24 -07:00
Waveform.H Timeline: Fix 'Vary Color' region drawing mode. Also, tweak appearance. 2013-08-26 21:43:20 -07:00
const.h Timeline: Report name as non-daw when invoked as such, as non-timeline otherwise. 2013-03-12 17:56:55 -07:00
main.C Mixer: Implement basic groups. 2013-08-08 12:57:26 -07:00
types.h Massively reoganize tree. 2010-02-01 02:26:42 -06:00