Commit Graph

27481 Commits

Author SHA1 Message Date
Robin Gareus 3ec261ae5d
Fix OMFtool; sample_rate vs frame_rate 2019-04-08 16:11:38 +02:00
Robin Gareus 09dd054fc4
Remove duplicate patchfiles
The previous commit also unified the naming schama to prefer underscores.
2019-04-08 15:01:26 +02:00
Robin Gareus 32b5eb30b8
Import MIDNAM collection from Harrison Mixbus
Kudos to Nik and Ben at Harrisonconsoles. You Rock!
2019-04-08 14:48:26 +02:00
Robin Gareus 0a329ffe73
NO-OP name change: CD-frames (not samples) 2019-04-08 14:44:22 +02:00
Robin Gareus 84272b4e27
NO-OP: whitespace
Fix space-alignment, mostly due to "frame" -> "sample" changes.
2019-04-08 05:16:33 +02:00
Robin Gareus f4c5e21a7a
Undo incorrect sample/frame replacements in clearlooks 2019-04-08 04:10:12 +02:00
Robin Gareus 46f0b75e12
Undo more incorrect sample/frame replacements 2019-04-08 04:10:04 +02:00
Robin Gareus 889bd35f4f
NO-OP: whitespace 2019-04-08 03:45:12 +02:00
Robin Gareus a5009bfed3
Indicate automation-latch as "touch" on the CC121
Without a dedicated "Latch" control, this does at least consistently
indicate "Touch", rather than show some arbitrary LED state.
2019-04-08 02:05:36 +02:00
Robin Gareus 94409c80f3
NO-OP: whitespace 2019-04-08 01:56:52 +02:00
Robin Gareus e4f18c1771
NO-OP: whitespace & revert samples -> [stack]frames 2019-04-08 00:35:00 +02:00
Robin Gareus eeb2cddd26
NO-OP: indent 2019-04-08 00:29:13 +02:00
Robin Gareus 4b86d19b27
Add missing semicolon (Mixbus) 2019-04-08 00:22:13 +02:00
Robin Gareus 3cc30c73af
Revert some incorrect frames -> samples replacements 2019-04-08 00:18:08 +02:00
Mirko Kunze 53444d90d4
fix copypaste bug 2019-04-07 22:48:56 +02:00
Robin Gareus 7e0f6be1ed
Enable midi-to-audio bounce when processing w/synth 2019-04-07 19:54:29 +02:00
Robin Gareus 8f9c1df183
Prepare midi-export for midi-to-audio bouncing.
* shift event time into process cycle before calling processors
* reset note-trackers when exporting, don't allow any pending
  events into the queue
2019-04-07 19:54:24 +02:00
Robin Gareus 1ba391ab11
Fix bounce-process: skip all processors before disk-reader 2019-04-07 19:52:12 +02:00
Robin Gareus 73816d3e38
Bounce process always uses speed 1.0 2019-04-07 19:52:02 +02:00
Robin Gareus a1c19911db
NO-OP/Optimize Bounce: Lookup data-type only once
This is to prepare for midi-to-audio bounce: allow to change the
data-type to be used as output.
2019-04-07 19:51:56 +02:00
Robin Gareus 7450d69189
Verify Freeze/Export/Bounce polarity invert buffers
When using bounce w/process, the initial bufferset can [wrongly] be
  buffers.set_count (track.max_processor_streams())
Since the polarity-processor is first in the chain, iterations
over all buffer that don't have a matching _current_gain[]
or _control[] leads to memory-corruption or segfault.
2019-04-07 19:51:49 +02:00
Robin Gareus 1557ea5314
Cleanup "Clean-up", hide dialog before starting cleanup 2019-04-07 18:51:50 +02:00
Robin Gareus 58babb1e9b
Backport a Mixbus special-case for plugin-tags 2019-04-03 03:35:40 +02:00
Robin Gareus 925d25851d
Fix OSC crash when there's no master bus 2019-04-03 03:35:13 +02:00
Robin Gareus 6f95dfdc31
Fix MIDI Aftertouch (import, record and play) in the backend 2019-04-02 15:35:57 +02:00
Robin Gareus 8f5e5c4c60
Downgrade LADSPA scan errors to warnings
There's nothing that a casual user can about failure to scan
LADSPA plugins. So just inform the user.
It's not an error to worry about.
2019-04-02 01:51:36 +02:00
Robin Gareus 6d335be418
Indicate automation-latch as "touch" on the FP1
The FP1 does not have a dedicated "Latch" control, but this does
at least consistently indicate that Touch, rather than show some
arbitrary LED state.
2019-04-01 22:30:16 +02:00
Robin Gareus 50e8c4d529
Expose Latch automation mode to MCUs 2019-04-01 22:28:07 +02:00
Robin Gareus 20201ef056
Clarify documentation 2019-03-31 22:25:40 +02:00
Robin Gareus da15b599de
Remove a hack of using flags to emit a signal-change from the GUI
The GUI should not be calling `manager.PluginListChanged();`
It's up to the plugin-manager to emit relevant signals.

This fixes an issue when adding/removing plugin-favorites using the
mixer's sidebar or via remote-control/surfaces or script.
2019-03-31 22:25:29 +02:00
Robin Gareus 827b4ef8a1
NO-OP: Whitespace 2019-03-31 16:08:35 +02:00
Robin Gareus 56047a094c
AutomationRangeDrag tweaks for stacked layer view
Use y-pos and height of given TAV *layer* where the drag was initiated.
2019-03-30 01:19:47 +01:00
Robin Gareus 546d5d09b5
Remove unused variable 2019-03-30 01:15:17 +01:00
Robin Gareus f40456a649
cont'd AutomationRangeDrag update
Properly adding guard-points for all lanes, not just the first found
for each range.
2019-03-30 00:14:26 +01:00
Robin Gareus d8571e2572
cont'd AutomationRangeDrag updates -- safety commit
This is work in progress towards fixing stacked region's region-gain
and multiple discontinuous regions spanning multiple tracks.

AutomationRangeDrag::setup() still does not collect all AutomationLine
points for certain overlap scenarios. There's more to come...
2019-03-29 15:57:07 +01:00
Robin Gareus 932892f794
Fix Mixbus special case 2019-03-29 14:54:16 +01:00
Robin Gareus 1a90cd90de
Fix action-name 2019-03-29 14:54:16 +01:00
Robin Gareus 0eee891de9
NO-OP: remove unused variable 2019-03-29 14:54:15 +01:00
John Emmas 6f1fd3e4fd Add a missing namespace qualifier
(is needed now, following commit #94271ee862)
2019-03-28 11:39:30 +00:00
Robin Gareus 0c368499f8
Fix route-templates with external sends 2019-03-28 03:01:53 +01:00
Robin Gareus 1fa2d15a9d
Don't allow to cut/copy inserts via Drag/Drop
It was already verboten via ctrl-x/c/v since copying inserts using
the same I/O makes no sense, nor does moving them.
2019-03-28 01:51:50 +01:00
Robin Gareus 258b95834f
Re-layout ctrl surface enable button: align left
Since the Preferences window can be rather wide, and the table expands,
a button on the left is preferred.
2019-03-27 23:25:28 +01:00
Robin Gareus 0ee6b03144
Implement multi-region AutomationRange drag/drop 2019-03-27 23:25:28 +01:00
David Robillard 94271ee862 Cleanup: Remove unnecessary using namespace declarations 2019-03-27 20:22:18 +01:00
David Robillard cb2a501c44 Cleanup: Fix inconsistent TransformDialog code style 2019-03-27 20:22:18 +01:00
Robin Gareus 572df2c3bd
NO-OP: add comment for cross-reference 2019-03-26 22:25:20 +01:00
Robin Gareus 86138d18f9
Remove extra quotes from meta-data
Arguments are passed as argp[] array to execve() and don't need to be
enclosed by quotes.
2019-03-26 22:12:48 +01:00
Robin Gareus 952577b480
Credit where credit is due. 2019-03-26 21:05:52 +01:00
Robin Gareus bdc7b8d7b1
Add a note to self 2019-03-26 18:18:49 +01:00
Robin Gareus 854de91fb0
Fix mingw compile (declare int64_t and int32_t) 2019-03-26 15:35:36 +01:00