ee2d86a
Timeline: Tweak drawing of basic sequence region label. by
2012-06-20 01:03:21 -0700
870203b
Mixer: Update for NTK transparency. by
2012-06-20 00:55:58 -0700
81217a8
Timeline: Display selection state of basic sequence points and sequence regions. by
2012-06-18 21:31:23 -0700
44a0279
Timeline: Just redraw the whole waveform when recording... by
2012-06-18 21:27:59 -0700
a480a93
Tweak Timeline<->Mixer discovery handshake. by
2012-06-18 21:25:41 -0700
8cddccf
Timeline: Require rectangle or CTRL+Click to select sequence widgets. by
2012-06-17 02:31:01 -0700
3cc14df
Timeline: Allow reordering of tracks. by
2012-06-16 22:08:49 -0700
6f993ee
nonlib: Always get the latest unjournaled state when saving. by
2012-06-16 22:07:47 -0700
13b6537
NSM: Fix up configure and makefile. Also, clear some compiler warnings. by
2012-06-16 19:46:29 -0700
94367a9
Sequencer: Fix some NTK transparency issues. by
2012-06-16 18:59:26 -0700
553db45
NSM: Fix uninitialized value error with client labels. by
2012-06-16 17:51:02 -0700
1f9c2bb
Timeline: Fix thread synchronization issues during recording. by
2012-06-15 18:53:40 -0700
ab8f23f
Timeline: Simplify drawing of crossfades by using NTK transparency. by
2012-06-13 23:04:42 -0700
7107cbb
Timeline: Add CTRL+L shortcut to force redraw. by
2012-06-13 21:04:31 -0700
deb08d4
Timeline: Fix disappearing waveforms. by
2012-06-13 21:02:25 -0700
a27d0b1
Timeline: Add basic punch in/out support (may require latency compensation). by
2012-06-13 18:28:49 -0700
e968d81
Timeline: Fix waveform drawing during record and cumulative error in looped region drawing. Also, avoid redrawing already displayed parts of waveforms while recording. by
2012-06-12 20:53:21 -0700
f04c36c
Timeline: Prevent segfault at shut down due to OSC output thread left running. by
2012-06-10 11:56:22 -0700
989b6f0
Timeline: Avoid uninitialized read when drawing waveforms. by
2012-06-10 11:46:36 -0700
e219e67
Timeline: Fix uninitialized value in Control_Sequence. by
2012-06-09 19:51:02 -0700
af3698b
Timeline: Fix sign error in region panning. by
2012-06-09 19:08:49 -0700
1d59665
Timeline: Eliminate some unnecessary repeated drawing of measure lines. by
2012-06-07 00:29:54 -0700
ee5e495
Mixer: Use LDRF_CFLAGS in makefile. by
2012-06-06 23:50:02 -0700
65f3309
Timeline: Avoid more complete redraws. by
2012-06-06 23:49:18 -0700
183764e
Timeline: Always draw waveforms using theme foreground color. by
2012-06-06 23:45:07 -0700
f3505a8
Timeline: Simplify fade application/avoid cast to long type. by
2012-06-06 23:43:36 -0700
c6f6c57
Timeline: Tweak label drawing of sequence widgets. by
2012-06-05 19:00:48 -0700
2758783
Revert "Indicate loop point by modifying waveform color." by
2012-06-05 17:31:23 -0700
a5588f7
Timeline: Prevent status info update from causing complete redraw due to new NTK transparency logic. by
2012-06-05 17:31:18 -0700
ab98b66
The changes needed to get "nsm.h" to work with C (or C++ where stdio.h has not been included) by
2012-06-05 17:31:09 -0700
8eef38f
Timeline: Fix graphics corruption. Also, indicate loop point by modifying waveform color. by
2012-06-05 02:23:21 -0700
c0375e6
Timeline: Fix null pointer derefrence when copying sequence points. by
2012-06-04 23:00:13 -0700
2af46a1
Timeline: Fix locking behavior of Control Sequences. by
2012-06-04 22:59:33 -0700
d249bb9
OSC: Properly encode/decode special characters in osc paths. by
2012-06-04 22:58:57 -0700
0fba074
OSC: Fix bug that wiped out Signal paths. by
2012-06-04 22:57:33 -0700
e5e6925
Mixer: Fix OSC path naming for multiple instances of the same LADSPA plugin. by
2012-06-04 22:55:26 -0700
7217266
Timeline: Tweak measure line drawing. by
2012-06-04 17:25:54 -0700
72a0c0e
Timeline: Tweak fade drawing. by
2012-06-04 17:25:21 -0700
3cca1e4
Timeline: Add feature to adjust region gain/scale with mouse. by
2012-06-04 17:24:57 -0700
e5875fa
Fix runaway processing in peakfile generation. by
2012-06-04 17:14:37 -0700
3e73817
Fix some clang warnings. by
2012-05-30 22:58:35 -0700
a8a5638
Timeline: Add missing include of unistd.h. by
2012-05-30 21:22:48 -0700
66d7701
Sequencer: Don't skip first note of repeating patterns in Phrase mode. by
2012-05-29 23:33:10 -0700
8df6acd
FL: Clean up enter key press behavior of Fl_Sometimes_Input by
2012-05-27 20:34:49 -0700
b1cbd4f
Timeline: Improve the appearance of measure lines. by
2012-05-27 19:53:02 -0700
d7fc792
Timeline: Improve the appearance of sequence widget labels. by
2012-05-26 20:12:23 -0700
5eb890d
Fix problem performing initial build. by
2012-05-22 17:57:29 -0700
6ae771b
Timeline: Transition to C NSM API header instead of C++ version. by
2012-05-21 22:04:09 -0700
fa195cf
Add C only NSM API header. by
2012-05-21 22:28:04 -0700
9b669e4
Fix NTK Makefile. by
2012-05-21 21:22:28 -0700
fbef266
Update NTK submodule. by
2012-05-21 21:11:03 -0700
a465c17
Timeline/Track: Change button appearance. by
2012-05-21 21:10:18 -0700
c370130
Timeline: Avoid drawing fade curves when clipped or 0 width. by
2012-05-20 20:59:13 -0700
fa5d739
Timeline: Make entire window an Fl_Overlay_Window instead of using a subwindow for timeline. by
2012-05-20 20:28:09 -0700
c9a7e56
Sequencer: Fix layering of controls. by
2012-05-20 20:25:49 -0700
0cc0bf2
Sequencer: Eliminate some unnecessary drawing. by
2012-05-20 19:34:52 -0700
73d2c2d
Timeline: Use simpler boxtypes for audio regions. by
2012-05-01 03:03:48 -0700
0904809
FL: Fix configure. by
2012-05-01 03:01:49 -0700
d23307c
Sequencer: Use double for ticks_t by
2012-04-27 18:31:06 -0700
2c6b6b1
FLTK->NTK by
2012-04-27 10:14:53 -0700
a588f4a
Timeline: Make display of box around audio regions optional. by
2012-04-25 20:31:55 -0700
f5240cb
Mixer: Improve panner drawing. by
2012-04-25 20:31:12 -0700
363f2f0
Mixer: Allow controller modules to be removed. by
2012-05-20 15:08:38 -0700
ac30a5a
OSC: Fix some uninitialized values. by
2012-05-03 22:57:54 -0700
f279f49
NSM: Don't accept an open command while one is still pending. by
2012-05-02 18:37:22 -0700
f816742
OSC: Don't fail if peer scan callback is not set! by
2012-04-27 00:17:00 -0700
16a4c0f
Mixer: Fix receiving of direct OSC messages. by
2012-04-24 18:15:26 -0700
9f28f7a
Move -L flags after the object name in linker commands. by
2012-04-24 09:44:56 -0700
be79c69
Add a master configure script. by
2012-04-16 21:26:49 -0700
da225ff
nonlib: Remove sigc++ dependencey from OSC::Endpoint. by
2012-04-16 21:05:34 -0700
c21e7b1
Sequencer: Replace 'Circle' note shape with 'Box'. by
2012-04-15 20:42:57 -0700
272e87c
NSM: Don't clear the 'stopped' status of dumb clients upon save. by
2012-04-15 16:56:03 -0700
ae5879a
NSM: Don't allow 'added' clients to replace stopped clients. by
2012-04-15 16:55:32 -0700
57ac27e
Change the appearance of the "SM" indicator in mixer, daw, sequencer. Tweak GUIs. by
2012-04-14 14:11:58 -0700
61addce
Add missing includes for unistd.h by
2012-04-13 15:04:00 -0700
e662a76
Add missing includes for unistd.h by
2012-04-13 15:04:00 -0700
5e63b25
FL: Reset boxtypes before activating new theme. by
2012-04-11 22:56:25 -0700
25a0b8a
FL: Mute colors in Clean theme. by
2012-04-11 22:48:47 -0700
12532e1
NSM: Redraw Fl_Tree as sessions are added. by
2012-04-11 01:15:48 -0700
89c76fe
nsm-proxy: Use common theme settings. by
2012-04-11 00:56:45 -0700
16f8956
nsm-proxy: Don't die if arguments are missing. by
2012-04-10 16:04:55 -0700
679e33d
NSM: Automatically start nsm-proxy if user attempts to add a client with arguments. by
2012-04-09 21:01:51 -0700
11a0d40
NSM: Update documentation. by
2012-04-09 20:40:09 -0700
d34ede7
NSM: Fix Fl_Tree selection. by
2012-04-09 20:38:26 -0700
ffe5299
nsm-proxy: Save on 'start'. by
2012-04-09 20:36:56 -0700
a66c041
NSM: Use Fl_Tree for session list. by
2012-04-09 19:50:38 -0700
1d8d8b0
NSM: Add stop/kill button for each client to GUI. by
2012-04-09 19:32:00 -0700
468c969
nsm-proxy: Add more instructions to GUI. by
2012-04-09 19:31:20 -0700
b48ca7c
NSM: Implement nsm-proxy, which permits the use of 'dumb' clients with commandline arguments (which may also respond to Unix signals by saving their state). by
2012-04-08 20:49:07 -0700
885ef30
NSM: Add support for clients with optional GUIs. by
2012-04-08 20:48:06 -0700
fdcf74d
Replace crappy Fl::scheme() thing with a more useful theme implementation in Fl_Theme and Fl_Color_Sheme classes. by
2012-04-10 23:59:12 -0700
e424182
Timeline: Fix false-positive incompatibility with old project files. by
2012-04-04 18:59:34 -0700
eda11f5
Timeline: Symlink to drag'n'drop'd files from the sources/ directory rather than including the absolute path in the journal. by
2012-04-02 21:30:56 -0700
9896970
Timeline: Don't do FL_DAMAGE_SCROLL unless the viewport has actually moved... by
2012-04-01 18:28:02 -0700
9667f98
Timeline: Don't fork to generate peak mipmaps, do it in the capture thread. Also, clean up related concurrency issues. by
2012-04-01 18:27:27 -0700
f941d7c
Clean up DESTDIR install behavior. by
2012-03-30 17:24:22 -0700
338e66c
Cleanup locking for OSC playback. by
2012-03-29 22:08:45 -0700
792e6f2
Jackpatch: Use jack port registration callbacks instead of polling the port list. by
2012-03-25 15:05:17 -0700
95175c3
Sequencer: Save and restore settings from View menu. by
2012-03-25 16:48:16 -0700
713f3ef
Sequencer: Clean up GUI. by
2012-03-25 16:30:30 -0700