Paul Davis
5e26c9c277
library manager: display description in textview not tooltip
2022-09-13 21:22:57 -06:00
Robin Gareus
e42de1e229
Bump session format version for MIDI region transparency
2022-09-14 02:44:52 +02:00
Robin Gareus
b277244b12
Convert MIDI region transparency when loading old sessions
2022-09-14 02:44:49 +02:00
Robin Gareus
44bacae43d
Allow for silent session format updates
2022-09-14 02:44:44 +02:00
Paul Davis
7c5d324136
remove transport master active controls widgets
2022-09-13 16:47:21 -06:00
Paul Davis
60982ae408
remove Record Mode combo from add route dialog, since at present it does nothing
2022-09-13 16:28:47 -06:00
Robin Gareus
80ef73f48b
Py3 compatible build-stack version parser
2022-09-14 00:05:43 +02:00
Paul Davis
17b5acc38d
remove checkmark column from library download dialog
2022-09-13 14:20:11 -06:00
Paul Davis
be24b51a6b
downloader: remove unnecessary header
2022-09-13 14:15:24 -06:00
Paul Davis
d087cd9465
downloader: use PBD::Thread instead of std::thread
2022-09-13 14:14:53 -06:00
Paul Davis
aeccb137fd
threaded archive inflation for library mgmt
2022-09-13 13:53:45 -06:00
Paul Davis
4b25264db1
remove inflater and downloader from libardour
2022-09-13 13:53:45 -06:00
Paul Davis
375daf4810
libpbd: new threader Inflater and Downlaoder classes
2022-09-13 13:53:45 -06:00
Paul Davis
2061c3780d
FileArchive: minor fixes to get progress reporting working
2022-09-13 13:53:45 -06:00
Robin Gareus
be860db54f
Prefer new Rubberband engine for timestretch
2022-09-13 06:56:08 +02:00
Robin Gareus
be096edd8c
Use rubberband 3.0 API if available
2022-09-13 06:44:41 +02:00
Robin Gareus
a009307a3d
Detect rubberband 3.0.0
2022-09-13 06:44:20 +02:00
Robin Gareus
f4984966c2
Fix record-safe column
2022-09-13 04:51:03 +02:00
Robin Gareus
4419992bb7
Add gtk-treeview DnD workaround to Track/Bus List
...
This was lost when refactoring the editor lists into dedicated
Region, Source and Route lists. A patched version of gtk allows to
initiate a drag, rather than a name edit.
2022-09-13 02:37:15 +02:00
Robin Gareus
735ba65a9b
mac: fix hdiutil: convert failed - Resource temporarily unavailable
2022-09-13 01:26:31 +02:00
Robin Gareus
5d5b94b1cd
Use natural sort order for file names to import
2022-09-13 00:50:49 +02:00
Robin Gareus
75ad3832db
Amend prev commit
2022-09-12 20:10:54 +02:00
Robin Gareus
91ba76fb0a
Add plugin presets to processor-box context menu
2022-09-12 20:05:07 +02:00
Robin Gareus
46deb15d12
ALSA: request device to query its settings
...
Querying available buffersizes and sample-rates requires access
to the device. Almost all ALSA devices are limited to
a single user-space application so we unconditionally try
to request access to the device.
2022-09-12 16:34:25 +02:00
Robin Gareus
18474d89f8
SystemExec try SIGINT before SIGKILL
...
Even though SIGINT is intended to be sent from terminals only,
it is more successful at terminating various child processes than
closing stdin and sending SIGTERM.
2022-09-12 16:17:55 +02:00
Robin Gareus
f85b4fef15
Distinct stderr messages from ARD
2022-09-12 16:15:10 +02:00
Robin Gareus
ea335eedeb
Clarify library URL pref name (amend d4532973)
2022-09-12 01:31:49 +02:00
Robin Gareus
97bd9854ed
Do not bundle simple-synth script with release builds
...
This is really just an example synth (sine wave + fixed
basic ASR envelope).
Note: existing sessions using the synth are not affected, the
script is saved with the session.
2022-09-11 21:11:15 +02:00
Robin Gareus
d453297381
Parameterize clip library URL
...
Also prefer http since our distributed builds may or may not
be able to find SSL certificates on a given target system.
2022-09-11 20:14:35 +02:00
Robin Gareus
38c5ae4237
Reread MIDI region when time-domain changes
...
This effectively triggers a Session::request_overwrite_buffer
via Playlist::notify_contents_changed when the time-domain of a
Region changes.
When the time domain of a MIDI region changes, Region boundaries
and events positions change ever so slightly. The playlist has
to be rendered again to take this into account.
When MIDI regions with different time-domains are layered, notes
may not be resolved in correct order. Previously changing time-domains
to address this did not result in the playlist being reread.
2022-09-11 00:57:12 +02:00
Paul Davis
c7f5c89681
library downloading: various fixes to GUI
2022-09-10 15:19:16 -06:00
Paul Davis
9cfcca8ba4
library downloading: various fixes to download process
2022-09-10 15:19:02 -06:00
Paul Davis
8f18af8412
Revert "add code to linux packaging to download bundled content"
...
We're not going to bundle content in the download package.
This reverts commit 7b855f0cc5 .
2022-09-10 12:05:22 -06:00
Robin Gareus
16ef3dd6b1
Fix MR:render_range debug output (nutempo)
2022-09-10 18:19:58 +02:00
Robin Gareus
644136bca0
NO-OP: re-indent EventsSortByTimeAndType
2022-09-10 18:19:58 +02:00
Robin Gareus
c457dd2eac
Fix EventsSortByTimeAndType (type/event-type API mismatch)
...
Correct use would be
`parameter_is_midi (midi_parameter_type (ev->type()))`
However that only checks for control params. Note events
are excluded.
2022-09-10 18:19:58 +02:00
Robin Gareus
b67b18483c
Implement MIDI region automation (CC, PGM, PB) opaqueness
...
This adds a special case of "flush/resolve" to restore the
state of an upper layer opaque MIDI region while at the same time
resolving notes of a lower layer region.
2022-09-10 18:19:58 +02:00
Robin Gareus
5ad7361b28
MidiStateTracker::flush restore CC (bank) before PGM
2022-09-10 18:19:57 +02:00
John Emmas
5737468768
libardour: some new classes get used in gtk2_ardour (so need to get exported)
2022-09-10 11:39:53 +01:00
John Emmas
7418da4703
Add a missing #include
...
(needed for call to std::back_insert_iterator)
2022-09-10 10:20:37 +01:00
Robin Gareus
6f7188dc49
Add Lua bindings for MIDI channel mode/mask
2022-09-10 04:28:55 +02:00
Robin Gareus
8d68fb1ac3
Add Sort-by dropdown, re-layout import dialog
2022-09-10 01:07:55 +02:00
Robin Gareus
f174c3a1a1
Implement file import sorting
2022-09-10 01:07:55 +02:00
Paul Davis
edd7800009
remove unused variable
2022-09-09 16:32:42 -06:00
Paul Davis
ed2a436f15
remove debug output from MidiSource:midi_read()
2022-09-09 16:32:42 -06:00
Robin Gareus
95eb936daf
Stop MIDI notes at opaque region bounds above a layered region
2022-09-09 22:27:59 +02:00
Paul Davis
1a736d2c86
hand-drawn MIDI regions should always use beat-time
2022-09-09 12:17:44 -06:00
Robin Gareus
94637272e1
Mark MIDI regons as transparent by default, and convert old sessions
2022-09-09 19:07:49 +02:00
Robin Gareus
f3cb657179
Implement MIDI region opaqueness (part 1)
...
This honors transparent/opaque property of MIDI regions.
Previously all MIDI regions played as if they were unconditionally
transparent.
Further work is needed for backwards compatibility (and default
setting).
2022-09-09 18:37:34 +02:00
Robin Gareus
5adb6eadaf
Fix region coverage display, take audible opacity into account
2022-09-09 17:31:20 +02:00