f76de32c44Update NTK.
Jonathan Moore Liles
2021-01-20 18:31:25 -0800
181dd64689Mixer: Fix export strip function.
Jonathan Moore Liles
2021-01-20 17:22:51 -0800
c83aa8ebd8Update NTK.
Jonathan Moore Liles
2021-01-10 14:47:02 -0800
0b23c871eeMixer: Re-transmit the minimum amount of OSC/MIDI feedback messages when strips are rearranged.
Jonathan Moore Liles
2021-01-08 17:47:03 -0800
e7c85f1a37Timeline: Fix region DND onto last track that was a connection DND source.
Jonathan Moore Liles
2021-01-05 20:36:14 -0800
826bea3c30Timeline: 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.
Jonathan Moore Liles
2021-01-01 18:19:10 -0800
393684f376Mixer: Enforce stability of module OSC path over close/open cycles.
Jonathan Moore Liles
2020-12-25 17:41:37 -0800
ab469f8a23Mixer: Fix crash on save after group removal.
Jonathan Moore Liles
2020-12-23 21:42:29 -0800
cf03ea1562Mixer: fix size of SM blinker.
Jonathan Moore Liles
2020-12-18 18:01:56 -0800
cda92589e9Mixer: Fix meter falloff in chain view.
Jonathan Moore Liles
2020-12-13 21:00:17 -0800
f2aeb8a1f8Mixer/DPM: Fix bug where peaks are sometimes not drawn.
Jonathan Moore Liles
2020-12-13 19:43:15 -0800
9f3181b9c7Mixer: Because disconnecting/connecting JACK ports is slow, when handling a change of strip auto input setting, avoid disconnecting a port and then reconnecting it later.
Jonathan Moore Liles
2020-12-13 14:46:46 -0800
20dce6c6e6Timeline: Don't assert if peakfile contains no blocks---it's probably just because it was just opened and hasn't been written into yet.
Jonathan Moore Liles
2020-12-12 22:04:40 -0800
793a9c1d4bMixer: Make port autoconnection during startup and shutdown more efficient.
Jonathan Moore Liles
2020-12-12 17:24:48 -0800
f6e3ca8831Mixer: Automatically run in "noui" mode if DISPLAY environment variable unset (i.e. X11 not available).
Jonathan Moore Liles
2020-12-02 22:23:03 -0800
286dec338cMixer: Fix JACK port disconnection when Auto Input/Output mode is changed.
Jonathan Moore Liles
2020-12-02 21:49:27 -0800
00c02c7d74Mixer: Fix settings menu layout issue.
Jonathan Moore Liles
2020-12-01 17:46:55 -0800
e46fac4470Partially revert "Mixer: Avoid some unnecessary redraws when opening project."
Jonathan Moore Liles
2020-12-01 16:41:23 -0800
e0402a3b99Mixer: Fix glitch in redrawing of meter scales when scrolling.
Jonathan Moore Liles
2020-12-01 15:56:52 -0800
7c071c7422wscript: Use -mtune=native by default for performance boost benefiting those who build from source, packagers can disable.
Jonathan Moore Liles
2020-11-22 20:37:10 -0800
9e82b28f07dsp: code style tweak.
Jonathan Moore Liles
2020-11-22 14:29:42 -0800
a0fd557bafTimeline: fix crash when removing a track.
Jonathan Moore Liles
2020-11-21 18:28:56 -0800
82f9610ca8Mixer: Try to better cope with parameter feedback feedback cycles.
Jonathan Moore Liles
2020-11-19 18:48:41 -0800
1f0f01c0adTimeline: Don't send the same OSC control sequence value twice and so avoid messing with OSC learning in non-mixer when transport is stopped.
Jonathan Moore Liles
2020-11-17 19:53:06 -0800
e290c6ea60Mixer: Fix crash if user messes with the window while project is loading.
Jonathan Moore Liles
2020-11-11 19:42:26 -0800
9aa275e0afMixer: Fix crash when disabling strip auto output.
Jonathan Moore Liles
2020-11-11 19:37:02 -0800
f5b215066aMixer: Implement slow fall off for meters.
Jonathan Moore Liles
2020-11-06 18:35:55 -0800
c808c53d6cTimeline: Acquire sequence lock for region split.
Jonathan Moore Liles
2020-11-05 20:09:48 -0800
ae773fbf62Mixer: Tweak appearance.
Jonathan Moore Liles
2020-11-02 18:03:54 -0800
6bde5017f5Mixer,Timeline: Fix port connection drag and drop between applications.
Jonathan Moore Liles
2020-11-01 22:29:33 -0800
da78618e5bMixer: Make meters more efficient.
Jonathan Moore Liles
2020-10-30 20:55:31 -0700
368492f1c0Sequencer: Use a 3 break gradient for velocity colors.
Jonathan Moore Liles
2020-10-29 21:41:09 -0700
5ea0c24468Sequencer: Fix crash in event editor.
Jonathan Moore Liles
2020-10-29 21:40:48 -0700
d84416c196Mixer/Module_Parameter_Editor: Tweak layout so that 4-Band Parametric Filter plugin is more legible.
Jonathan Moore Liles
2020-10-29 20:25:20 -0700
a59823e4c5Mixer: Tweak strip highlighting.
Jonathan Moore Liles
2020-10-29 20:15:07 -0700
6673606262Mixer: Tweak meter appearance.
Jonathan Moore Liles
2020-10-27 17:42:35 -0700
54e8737a90Timeline: Don't forget to log changing takes after the fact.
Jonathan Moore Liles
2020-10-25 21:57:21 -0700
0157734a30Timeline: Add "Disabled" fade type to disable both fade and declicking for cases where regions need to be abutted perfectly.
Jonathan Moore Liles
2020-10-23 22:08:13 -0700
655ccf94c3Mixer: Avoid some unnecessary redraws when opening project.
Jonathan Moore Liles
2020-10-23 22:06:32 -0700
a9846d1fc3Mixer: Tweak meter appearance.
Jonathan Moore Liles
2020-10-23 22:05:46 -0700
ad6dbba07cTimeline: Split OSC send and receive functionality into different threads.
Jonathan Moore Liles
2020-10-20 18:53:57 -0700
362a153412nonlib/OSC/Endpoint: Work around for liblo/UDP layer dropping packets on bulk signal listing.
Jonathan Moore Liles
2020-10-20 18:52:37 -0700
830823a226Mixer/DPM: Quick hack to add smoothing to meter values.
Jonathan Moore Liles
2020-10-19 18:20:27 -0700
dd274db49bMixer/Module_Parameter_Editor: Tweak slider appearance.
Jonathan Moore Liles
2020-10-18 21:33:28 -0700
13c107ebccMixer: Tweak meter appearance to look better with light color schemes.
Jonathan Moore Liles
2020-10-18 21:05:09 -0700
b1d59fc68aTimeline,Mixer: Tweak colors for light themes.
Jonathan Moore Liles
2020-10-17 15:29:12 -0700
e42b50814aFL/Fl_Sometimes_Input: Allow user to abort edit with Escape key.
Jonathan Moore Liles
2020-10-17 10:55:06 -0700
628fef30e9Mixer/Module_Parameter_Editor: Increase font sizes, tweak boxtypes.
Jonathan Moore Liles
2020-10-16 20:58:06 -0700
53ff9621ffSequencer: Fix bug in fitting scale to viewport.
Jonathan Moore Liles
2020-10-16 17:45:00 -0700
ee872467fbMixer: Make panner points more opaque.
Jonathan Moore Liles
2020-10-15 21:05:26 -0700
9987f78a72Mixer: Dezipper spatializer azimuth and elevation automation.
Jonathan Moore Liles
2020-10-14 21:26:42 -0700
7895b5ec7eMixer: Allow Mono Pan module to be added a stereo chain. This converts the signal to mono and then pans the result. Useful for auditioning a mix in mono.
Jonathan Moore Liles
2020-10-11 23:16:26 -0700
83f7aa87f0Timeline: Tweak styling of selected regions.
Jonathan Moore Liles
2020-10-11 23:15:33 -0700
8d6885387bMixer: Show strip number at top of each strip (eases mentally mapping onto hardware control surface).
Jonathan Moore Liles
2020-10-10 20:10:16 -0700
4c14cdd350Timeline: Redraw right hand child region on split.
Jonathan Moore Liles
2020-10-10 00:07:19 -0700
b13d2da674Timeline: Fix rare segfault which occurred when region loop point is just beyond the end of a region and at the beginning of a buffer.
Jonathan Moore Liles
2020-10-06 23:45:37 -0700
5378bbbb27Timeline: Improve error message for sf_open create.
Jonathan Moore Liles
2020-10-07 18:10:34 -0700
b0d850ff76nonlib/MIDI: Cleanup some type signatures.
Jonathan Moore Liles
2020-10-07 18:09:48 -0700
e5c08b3b58MIDI-Mapper: Require controls to be actuated/moved twice before mapping signal in order to detect whether value has 14, 7 or 1 significant bits. Also, support non-motirzed faders/endless encoders by not transmitting control change until value of controller comes within 5% of value of signal. Also, change file format (backwards compatible). Also, fix some issues with NRPN decoding.
Jonathan Moore Liles
2020-09-29 22:57:26 -0700
572f94ad44MIDI-Mapper: Preserve mapping creation order when loading/saving. This makes it possible to fiddle controls in a defined order and then edit the file to give them useful names.
Jonathan Moore Liles
2020-09-29 22:56:05 -0700
e36a053b84Sequencer: Don't crash when user picks the branch instead of the leaf in scale chooser.
Jonathan Moore Liles
2020-09-27 23:13:24 -0700
10bcd0c2d7Midi-Mapper: Don't get confused if user neglects to operate all controls on the first run.
Jonathan Moore Liles
2020-09-26 20:32:51 -0700
cd4896b762Sequencer: Just use theme UP_BOX for note shape...
Jonathan Moore Liles
2020-09-26 10:17:57 -0700
19b7927f08Sequencer: Tweak appearance to look better with different color schemes.
Jonathan Moore Liles
2020-09-26 09:59:17 -0700
a2089421b1Mixer: Give better visual feedback in control OSC/MIDI learning mode.
Jonathan Moore Liles
2020-09-24 23:37:32 -0700
5affbe4cefMixer: Fix osc/midi by-number mode control for strips with names containing punctuation and spaces.
Jonathan Moore Liles
2020-09-24 23:16:27 -0700
9b87c089d0Mixer: Improve contrast with light color scheme.
Jonathan Moore Liles
2020-09-24 19:12:07 -0700
cb3d4f9254Mixer: Remove superfluous semicolon.
Jonathan Moore Liles
2020-09-24 17:58:55 -0700
9330b07d99Mixer: Fix off by one bug in strip autoconnect affecting Auxes.
Jonathan Moore Liles
2020-09-24 17:58:12 -0700
a578cbb8e1Sequencer: Add some missing items to GM Drum note map.
Jonathan Moore Liles
2020-09-22 18:14:51 -0700
820298f4ddTimeline: Make clocks look more contrasty with light color scheme.
Jonathan Moore Liles
2020-09-22 18:14:13 -0700
992e55bf0dSequencer: Fix configuration bug causing error message "Couldn't open instrument directory".
Jonathan Moore Liles
2020-09-20 13:13:50 -0700
81e24f4239Sequencer: Fix off-by-one bug preventing notes from being inserted ahead of other notes.
Jonathan Moore Liles
2020-09-20 12:52:16 -0700
6bee859f6fTimeline: Tweak style of measure lines.
Jonathan Moore Liles
2020-09-18 22:52:34 -0700
455cc0f3adTimeline: Tweak style of audio regions.
Jonathan Moore Liles
2020-09-18 22:52:18 -0700
8109ff7bc0Sequencer: Fix casting/sign related bug which could cause a hang during SMF writing.
Jonathan Moore Liles
2020-09-16 18:19:07 -0700
1a07dda5d9Sequencer: Save file to tmp file before overwriting original.
Jonathan Moore Liles
2020-09-16 18:18:43 -0700
b3ffef17b5Mixer: Show strip number at top of each strip (eases mentally mapping onto hardware control surface).
Jonathan Moore Liles
2020-10-10 20:10:16 -0700
a7a7b967c8Mixer: Tweak module colors. Show LADSPA plugins in a different color.
Jonathan Moore Liles
2020-09-27 23:12:43 -0700