Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 4c5551a Mixer: Fix opening project by relative pathname on commandline. by Jonathan Moore Liles 2013-08-23 17:05:23 -0700
  • 4bda8db Mixer: Improve module name abbreviation. by Jonathan Moore Liles 2013-08-23 17:04:25 -0700
  • 839ed18 Mixer/Plugin_Module: Avoid unnecessary plugin reactivation. by Jonathan Moore Liles 2013-08-22 18:04:24 -0700
  • 8fe598e Timeline: Fixes for flac and ogg/vorbis playback and recording. Add new Ogg capture formats at various quality levels. by Jonathan Moore Liles 2013-08-22 18:02:19 -0700
  • 2afec38 Timeline: Read interleaved blocks of samples from libsndfile, rather than processing one channel at a time. by Jonathan Moore Liles 2013-08-22 18:02:11 -0700
  • ff41fb9 wscript: Test for __builtin_assume_aligned which is new in GCC 4.7. by Jonathan Moore Liles 2013-08-16 17:34:04 -0700
  • ca7d95a Mixer: Update documentation by Jonathan Moore Liles 2013-08-15 00:14:38 -0700
  • f68232a Sequencer: Cover up bug in gcc-4.8. by Jonathan Moore Liles 2013-06-26 17:17:11 -0700
  • 03fcf31 Sequencer: GUI tweaks. Get rid of randomize row feature. by Jonathan Moore Liles 2013-05-22 16:42:13 -0700
  • 04c8e90 Sequencer: Implement simple undo. by Jonathan Moore Liles 2013-05-16 21:19:14 -0700
  • 451e948 Sequencer: GUI tweaks. by Jonathan Moore Liles 2013-05-07 15:24:54 -0700
  • 8055e08 Sequencer: Fix instrument path. by Jonathan Moore Liles 2013-05-06 23:47:23 -0700
  • a797093 Sequencer: Fix initial canvas display. by Jonathan Moore Liles 2013-05-06 23:40:52 -0700
  • 6e776fa Sequencer: Cleanup prototypes. by Jonathan Moore Liles 2013-05-06 23:31:29 -0700
  • b8184ac Sequencer: Fix pattern insertion trigger length on phrase. by Jonathan Moore Liles 2013-05-06 23:31:02 -0700
  • a30d065 Sequencer: Tweak canvas drawing. by Jonathan Moore Liles 2013-05-06 23:29:55 -0700
  • 8001b1b Sequencer: Fix edit menu for phrase mode. by Jonathan Moore Liles 2013-04-12 11:31:58 -0700
  • 8101aba Work around another retarded bug in binutils-gold. by Jonathan Moore Liles 2013-03-18 22:54:55 -0700
  • a872d99 Sequencer: More simplification of pattern drawing. by Jonathan Moore Liles 2012-10-28 22:31:29 -0700
  • cec17e7 Sequencer: Remove canvas optimizations in favor of simpler drawing. by Jonathan Moore Liles 2012-10-25 14:13:23 -0700
  • 09fe968 Sequencer: Clean up event editor display/scrolling behavior. by Jonathan Moore Liles 2012-10-26 00:42:07 -0700
  • 68655cc Sequencer: Replace pattern number spinner with value slider. by Jonathan Moore Liles 2012-10-25 17:07:55 -0700
  • 46d2324 Timeline/Fade: minor cleanup. by Jonathan Moore Liles 2013-08-14 17:55:14 -0700
  • e578deb Timeline: Avoid unaligned access. by Jonathan Moore Liles 2013-08-14 17:54:38 -0700
  • 1cb9f68 Mixer: Limit rate of DSP meter updates. by Jonathan Moore Liles 2013-08-14 17:11:35 -0700
  • 19487a7 Tweak buffer ops for GCC auto vectorization. by Jonathan Moore Liles 2013-08-13 22:48:42 -0700
  • 9b8f02f NSM/NSM Proxy: Add two new options. Stop Signal and Config File. by Jonathan Moore Liles 2013-08-13 17:35:08 -0700
  • 21ab68d NSM/JackPatch: Replace mutex in callback handling with ringbuffer (may help with JACK1 which runs the callbacks in the RT thread). by Jonathan Moore Liles 2013-08-13 17:32:23 -0700
  • d1c4fe4 Midi-Mapper: Close gracefully on sigterm. by Jonathan Moore Liles 2013-08-13 17:26:32 -0700
  • b0fc87e Mixer: Fix group membership of new strips. by Jonathan Moore Liles 2013-08-09 17:50:21 -0700
  • fab76b1 Set FTZ and DAZ flags by default for all JACK client threads. by Jonathan Moore Liles 2013-08-09 17:41:11 -0700
  • dd21a18 Mixer: Add group DSP meters. by Jonathan Moore Liles 2013-08-08 23:32:44 -0700
  • 5ccc6e7 Mixer: Implement basic groups. by Jonathan Moore Liles 2013-08-06 00:03:19 -0700
  • d2b2c08 Timeline: Fix double free in project open by Jonathan Moore Liles 2013-08-01 08:45:15 -0700
  • e6d153c Sequencer: Work around internal compiler error bug in GCC 4.8. by Jonathan Moore Liles 2013-07-31 21:26:06 -0700
  • 9837a8f Timeline: Fix typo. by Jonathan Moore Liles 2013-07-31 21:25:42 -0700
  • 0da98f9 Fix some memory leaks and other valgrind warnings. by Jonathan Moore Liles 2013-07-30 21:36:35 -0700
  • a3f1265 Timeline: Reduce window minimum height. by Jonathan Moore Liles 2013-07-23 22:52:15 -0700
  • 612fdfe Mixer: Save/restore state of spatialization console. by Jonathan Moore Liles 2013-07-21 20:20:42 -0700
  • 0d42bf3 wscript: tweak optimization options. by Jonathan Moore Liles 2013-07-20 17:41:53 -0700
  • 50d5411 Mixer/Spatializer: Fade delay into non-interpolating mode when source is stationary. by Jonathan Moore Liles 2013-07-20 16:29:09 -0700
  • 2da6c50 NSM/jackpatch: Sort connections before saving. by Jonathan Moore Liles 2013-07-19 18:13:50 -0700
  • 8d33099 Mixer/midi mapper: Use proper NSM client ID. by Jonathan Moore Liles 2013-07-18 00:24:57 -0700
  • 932a78c Mixer: Fix jack client rename on strip rename. by Jonathan Moore Liles 2013-07-17 19:27:21 -0700
  • e95fd10 Mixer: Fix panner control connection to old ambisonics LADSPA plugins. by Jonathan Moore Liles 2013-07-17 19:13:33 -0700
  • be025b0 Mixer: Add cross hairs to panner plane backdrop. by Jonathan Moore Liles 2013-07-17 19:12:43 -0700
  • b31eef9 Mixer/DPM: Fix reposition interfering with optimized drawing. by Jonathan Moore Liles 2013-07-14 18:50:53 -0700
  • 123d45c Update NTK. by Jonathan Moore Liles 2013-07-14 18:11:53 -0700
  • e88c255 Mixer: Fix initial size. by Jonathan Moore Liles 2013-07-14 14:36:44 -0700
  • 70856a6 OSC Signal cleanups. by Jonathan Moore Liles 2013-07-14 14:12:44 -0700
  • cfd451c Mixer: Implement Spatializer module. by Jonathan Moore Liles 2013-06-26 23:49:29 -0700
  • a59dad4 nonlib: Fix bugs in JACK::Port. by Jonathan Moore Liles 2013-06-26 23:48:08 -0700
  • fd1207b Mixer: Clip children when drawing modules. by Jonathan Moore Liles 2013-06-26 23:42:42 -0700
  • a958276 Timeline: Mark ports as Terminal. by Jonathan Moore Liles 2013-06-26 23:03:17 -0700
  • 1a9741c Mixer: Remove dead signal feedback code. by Jonathan Moore Liles 2013-07-08 21:54:53 -0700
  • 6d2aeaf Mixer: Implement Spatialization Console. by Jonathan Moore Liles 2013-06-25 22:28:51 -0700
  • aedbca8 Mixer: Avoid unecessary redraws (hidden widgets, when mixer strips are added). Also, draw fonts of inactive widgets in dimmed color. by Jonathan Moore Liles 2013-06-24 17:41:15 -0700
  • fd64b39 Mixer: Tweaks to by-number learning. by Jonathan Moore Liles 2013-07-08 21:53:20 -0700
  • 0c6a3ea Mixer: Improve appearance of panner/spatialization widget with pixmap background. by Jonathan Moore Liles 2013-06-21 17:23:17 -0700
  • a3a8247 Mixer: Add connection/disconnection submenu to controller module context menu. by Jonathan Moore Liles 2013-07-08 21:51:21 -0700
  • 0716119 Mixer: Use a four color gradient for meters. by Jonathan Moore Liles 2013-06-19 18:46:47 -0700
  • 6adf6a9 OSC: Simplify OSC signal protocol. Add midi<->osc gateway program. by Jonathan Moore Liles 2013-06-05 16:26:36 -0700
  • 37d5dd8 Mixer: Implement two way mapping for OSC learning. by Jonathan Moore Liles 2013-06-05 15:58:52 -0700
  • d7d7118 FL/Fl_Scalepack: Fix resize bug. by Jonathan Moore Liles 2013-07-14 15:44:14 -0700
  • fad4f79 NSM: Don't wait on clients that have died while executing a command. by Jonathan Moore Liles 2013-07-14 12:08:49 -0700
  • d9ba4bd Timeline/Control_Point: Don't draw with zero width. by Jonathan Moore Liles 2013-07-13 13:58:26 -0700
  • bc78302 Mixer: Avoid unecessary redraws (hidden widgets, when mixer strips are added). Also, draw fonts of inactive widgets in dimmed color. by Jonathan Moore Liles 2013-06-24 17:17:15 -0700
  • 3b8991c NSM_Proxy: save options upon 'start'. by Jonathan Moore Liles 2013-06-23 20:46:09 -0700
  • 582621e Mixer: Fixes for consolidated timeout. by Jonathan Moore Liles 2013-06-17 19:54:39 -0700
  • bbffb98 Mixer: Consolidate all GUI update timeouts into one to avoid unnecessary X events. by Jonathan Moore Liles 2013-06-17 19:26:04 -0700
  • 72a1e2a Mixer: Implement de-zippering for controls of all built-in modules. by Jonathan Moore Liles 2013-06-15 17:51:50 -0700
  • 3e932c9 OSC: Rename OSC method when signal is renamed. by Jonathan Moore Liles 2013-06-03 21:57:11 -0700
  • 02bb329 Mixer: Fix connection DND. by Jonathan Moore Liles 2013-05-29 19:40:33 -0700
  • 54b8dfe Mixer: Allow copy/paste of mixer strips (even between instances). by Jonathan Moore Liles 2013-05-29 18:27:43 -0700
  • fadeea8 Timeline: remove extra fl_pop_clip(). by Jonathan Moore Liles 2013-05-29 18:25:44 -0700
  • 550fb65 Mixer: Improve knob and slider appearance. by Jonathan Moore Liles 2013-05-28 22:11:07 -0700
  • 6adba68 Timeline: Fix overlay drawing. by Jonathan Moore Liles 2013-05-28 21:03:59 -0700
  • b664d0e Timeline: Allow drag and drop moving of tracks. by Jonathan Moore Liles 2013-05-22 23:50:10 -0700
  • 0552a9a Mixer: Allow drag and drop for moving mixer strips. by Jonathan Moore Liles 2013-05-22 22:45:55 -0700
  • 960dc54 Mixer: Clean up connection DND behavior. by Jonathan Moore Liles 2013-05-22 20:11:41 -0700
  • 70e23f1 Timeline: Draw punch/playback/edit cursors in the overlay plane. by Jonathan Moore Liles 2013-05-19 18:24:59 -0700
  • dafaebb NSM: Add quit button/keybinding. by Jonathan Moore Liles 2013-05-14 21:34:27 -0700
  • 4dcc011 NSM: Write server unresponsiveness to status log instead of popping up an alert window. by Jonathan Moore Liles 2013-05-14 21:03:42 -0700
  • d0c4be1 NSM: Add timestamp to status log. by Jonathan Moore Liles 2013-05-14 20:58:10 -0700
  • 5e95841 Mixer: Save settings for 'Rows' with project. by Jonathan Moore Liles 2013-05-13 18:02:01 -0700
  • d4f96fe Mixer: Allow creation of mix before creation of project. by Jonathan Moore Liles 2013-05-13 17:21:57 -0700
  • 89f2633 FL/New_Project_Dialog: Don't crash if aborted. by Jonathan Moore Liles 2013-05-13 17:21:50 -0700
  • d4c15e6 wscript: Fix for Python3. by Jonathan Moore Liles 2013-05-07 18:51:47 -0700
  • f2bc2b5 NTK: Don't keep unneeded clients in session when switching. by Jonathan Moore Liles 2013-05-05 10:30:08 -0700
  • 8b5f5a7 NSM: Command all unneeded 'switch' capable clients to exit when switching sessions. by Jonathan Moore Liles 2013-05-02 23:05:58 -0700
  • 1c6add6 NSM/jackpatch: Rebuild patch network upon NSM save. by Jonathan Moore Liles 2013-05-02 22:18:44 -0700
  • 3084956 Mixer: Don't process (dis)connection notifications from JACK while destroying chain. by Jonathan Moore Liles 2013-05-02 20:02:17 -0700
  • 9730898 Mixer: Clean up some issues with display of JACK connection lists. by Jonathan Moore Liles 2013-05-02 17:07:35 -0700
  • 899740c Timeline: Add freewheel button. by Jonathan Moore Liles 2013-05-01 22:04:16 -0700
  • c351700 Timeline: Fix peak display while recording. by Jonathan Moore Liles 2013-05-01 18:52:56 -0700
  • 1fc7c2e Timeline: Tweak crossfade appearance. by Jonathan Moore Liles 2013-05-01 18:01:53 -0700
  • 97677c5 Timeline: Don't allow import attempt when no project is loaded. by Jonathan Moore Liles 2013-04-30 22:44:16 -0700
  • 875ef17 TImeline: Add GUI for Ardour session import and corresponding menu entry. by Jonathan Moore Liles 2013-04-30 22:38:49 -0700
  • bf50334 Timeline: Ardour input script now merges sources for multi-channel tracks instead of creating multiple mono tracks. by Jonathan Moore Liles 2013-04-30 17:26:57 -0700
  • 2f730ac Timeline: Update ardour session importer to work with ardour3 sessions. by Jonathan Moore Liles 2013-04-29 23:50:05 -0700