13
0
Commit Graph

14378 Commits

Author SHA1 Message Date
ca869eda42 start on more structured code for step sequencer GUI 2021-08-13 12:51:26 -06:00
ad29db76f3 velocity editing games 2021-08-13 12:51:26 -06:00
784b6bc9e2 super basic prototyping of new beatbox gui 2021-08-13 12:51:26 -06:00
929bb23836 allow editing for beatbox 2021-08-13 12:51:26 -06:00
5cfd3b6321 fix wscript typo 2021-08-13 12:51:26 -06:00
6fd791423b GUI for BeatBox 2021-08-13 12:51:26 -06:00
b54c9b6a30 use modified Canvas::LineSet API 2021-08-13 12:51:25 -06:00
Edgar Aichinger
e4bd9e4f1c
2nd part of German translation update 2021-08-13 18:43:49 +02:00
Edgar Aichinger
945c8f2880
1st part of german translation updates 2021-08-12 16:04:42 +02:00
3cf60bc6b4
Prefer the term "ignorelist" (see also 8ce618f650) 2021-08-12 13:48:43 +02:00
f6b17902e6
Fix typo 2021-08-12 13:46:41 +02:00
17ecc3a675
Extend codename 2021-08-11 17:13:08 +02:00
975427ea4f
Add GUI prefs to disable VST2/3 support 2021-08-10 16:05:46 +02:00
16da5419d3
Do not implicitly modify VST support config parameters 2021-08-10 15:54:37 +02:00
7c45502f46
Remove --novst option
It was for windows only, and nobody on MS Windows will launch
Ardour from the commandline with a --novst switch.

In the past it was potentially useful for linux/wine builds
2021-08-10 15:49:32 +02:00
0659ffb8c8
Update UI, use new plugin-scan prefs
Verbose scan as well as well discovery apply to all
formats with external scanner app (VST2/3 and AU).
2021-08-10 15:38:36 +02:00
fb8112eb7e
Fix crash when changing UI scale on Windows
When the UI scale changes without the Recorder UI being shown
at least once, the Widgets have not yet been realized, size-groups
not evaluated, and a widget size of 1x1 is assumed.
2021-08-10 04:15:15 +02:00
JungHee Lee
738d36b5b7
Add Korean translation of Ardour GUI 2021-08-09 16:47:20 +02:00
899ffa3b23 amend 256e22344f - no need for a non-const iterator 2021-08-06 10:16:05 -06:00
9635aca923 Slip Contents Drag: regions should draw transparently while dragging, so you can line-up transients 2021-08-06 08:29:42 -05:00
a04eb5ee34 Fix missing View menu items (toggle EQ, toggle Sends) in 32C 2021-08-05 07:52:05 -05:00
f67d39fa66 RecorderUI: Do not show input meters for control-only ports Faderport, Mackie, etc 2021-08-04 09:14:10 -05:00
db6f8aa215 Fix for Tags not being searched in the Favorite Plugins search-box 2021-08-03 13:56:19 -05:00
1374a2f93c use existing terminology rather than a new term 2021-08-03 12:35:22 -06:00
380c165337 put region/cue marker ops submenu in region context menu 2021-08-03 12:35:06 -06:00
256e22344f ensure that region cue markers that get "trimmed off the edge" of a region actually vanish 2021-08-03 11:42:39 -06:00
b8bb5e6bd1 delete region cue marker (views) when a regionview is deleted. Fixes #8757 2021-08-03 11:41:49 -06:00
301b2be5e3 fix clear region cue markers operation to only apply to cue markers within the selected region(s) 2021-08-03 10:19:54 -06:00
0271f36e1d Playlist UI tweaks: yet another place to remind the user which playlist operation they initiated 2021-07-26 13:15:17 -05:00
450dc7187c
Cont'd work on window menu re-organization 2021-07-23 21:10:12 +02:00
a473de6fe7 Plugin Manager: tweak terminology ("All" -> "Total") 2021-07-23 13:30:27 -05:00
aedb93f6bc Disambiguate "Views" -> "Editor Views"
In other NLE's, a View often incorporates window layout
In Ardour, a View is just the zoom/scroll state of the canvas
2021-07-23 13:29:53 -05:00
034c4424a8 Shuffle the menu organization to accommodate new items: plugin manager and performance meters 2021-07-23 13:27:58 -05:00
51b1dc6587
Repharse "Quick Scan" label to "Auto skip..." 2021-07-23 02:01:03 +02:00
63d416267b
Remove unused "cancel scan timeout" buttons 2021-07-23 00:28:06 +02:00
09c1beac83 Fix new Transport actions so they work in both Edit and Rec windows 2021-07-22 16:17:19 -05:00
57ec56ffc5
Plugin-scan-dialog: show popup only if scan-timeout is > 40sec 2021-07-22 23:07:32 +02:00
5b77bec227
Update Prefs > Plugins > Audio-Unit 2021-07-22 22:44:46 +02:00
c6435ad834
Reduce max scan timeout to 90sec. 2021-07-22 22:24:50 +02:00
7bfe79a16f
Simplify plugin-scan-dialog (hide timeout cancel buttons) 2021-07-22 21:44:43 +02:00
b1e69fd376 Typo fix 2021-07-22 13:08:26 -05:00
f647692270
Update plugin-scan-dialog for index-only updates 2021-07-22 18:29:44 +02:00
3dae3885c0
plugin-scan-dialog update opt-in to scan-timeout 2021-07-22 17:21:27 +02:00
5b0073af60
Update scan prefs, require timeout to be at least 0.1sec 2021-07-22 17:21:23 +02:00
8ce618f650 Prefer the term Ignorelist (Ign, in the plugin manager) over blacklist 2021-07-22 09:50:20 -05:00
John Emmas
ae13f87f03 It's a bit of a rigmarole for GTK to display an infinity sign when building with MSVC :-( 2021-07-22 14:17:55 +01:00
4d57c1e85b
Another round of plugin-scan-dialog updates
* Fix API calls (pack_start)
* Fix logic update sensitivity in response to callbacks
* Cleanup white-space and re-indent

TODO: invert timeout behavior: opt-in to timeouts, not opt-out.
2021-07-22 06:54:34 +02:00
e406a1bd41
Mark non-modal dialogs as utility windows
This addresses an issue with gnome and mate, where
dialog windows do not have a window close button,
and expect direct interaction with the user "OK/Cancel",
"Yes/No", etc.
2021-07-22 05:45:30 +02:00
dabcb57b6b Plugin Scan Dialog: yet another tweak to plugin-scanner layout and button text 2021-07-21 21:27:02 -05:00
e00003b14b
Playlist Selector cleanup code, fix selection
* expand parent rows of selected playlist
* do not subscribe multiple times to the same signal
* scope variables, remove cruft
* fix some many whitespace / indent issues
2021-07-22 01:42:01 +02:00