James Crook
e01122e841
Change dangerous shortcuts, Alt+N and Alt+P
...
Alt+Letter are reserved for top level menu.
2018-03-23 17:58:27 +00:00
James Crook
4a7c4f400f
Bug 1830 - Zero Crossings selection may change when zero crossing not found
...
The old method was overly reliant on absolute value.
Now we have penalties base on consecutive samples signs.
We'll only make a change if the overall score is good enough.
Also we try to avoid making a point selection, if we were not previously a point.
2018-03-23 16:27:39 +00:00
James Crook
d94f6c9b5b
Use Alt+R as accelerator for "Ext&ra"
...
Done by freeing up the 'R' in "T&ransport"
2018-03-23 14:18:23 +00:00
James Crook
0cf7964e38
Bug 1661 - Default audio track name not being translated
...
We need a blank name stored in the config, if the name is the local version of "Audio Tracks"
2018-03-23 14:17:05 +00:00
James Crook
40085b384f
Fix crash on second invocation of Macros after apply to projects.
...
This was caused by reuse (misuse) of mList variable for a new list.
It was still needed for future use of the dialog.
2018-03-23 09:30:25 +00:00
James Crook
2f89c57b18
Fix defaults for unchosen optional values.
...
Previously when using a scriptable via dialog the unchosen optional values from the dialog were still being used.
Now unchosen options are reset to their default values, if they would be used.
2018-03-22 19:19:59 +00:00
Steve Daulton
975e95abad
Update Nyquist plug-in headers
...
Mostly consistency updates, plus a couple of minor fixes.
Line breaks in translated control text strings do not work, so have
been removed.
Obsolete ";categories" commands removed, and ";info" commands replaced
with standard Lisp comments.
2018-03-21 22:49:35 +00:00
James Crook
2ccc8eec9b
Revert "Don't use c++11 fix ups on OSX 10.6"
...
More is needed for this to work correctly on Mac.
2018-03-21 10:40:39 +00:00
James Crook
47451da0e0
Don't use c++11 fix ups on OSX 10.6 (requested by macrports.org)
2018-03-21 08:45:59 +00:00
Steve Daulton
2a8cec8bbb
Fix Mac build
2018-03-21 02:03:24 +00:00
SteveDaulton
6828627e0f
Fix libsoxr build on Windows
2018-03-20 20:52:59 +00:00
Steve Daulton
ccc29c6c76
Upgrade libsoxr to 0.1.3
2018-03-20 20:52:59 +00:00
Paul Licameli
f7f721b52d
Automatic setting size hints in all choice controls in ShuttleGui...
...
... excpet in a few places that populate the choice control late and then
do it explicitly
2018-03-20 14:42:36 -04:00
James Crook
56bca74272
Add new dialogs to screenshot list.
2018-03-19 22:52:14 +00:00
James Crook
bd30e1f16d
Add long names for some commands in menu.
2018-03-19 19:08:37 +00:00
James Crook
63879f2fc4
Don't hide macros GUI when applying.
2018-03-19 17:38:18 +00:00
James Crook
a02c9de789
Use capital 'M' for Macro in history.
2018-03-19 17:33:40 +00:00
James Crook
0797da0415
Remove Select to Ends Macro
...
There is a now a better version as a menu command.
2018-03-19 16:12:36 +00:00
James Crook
3896ff98dd
Update scripts for revised commands.
2018-03-19 16:09:25 +00:00
James Crook
8f8429f9a5
Allow SelectTrack to select channels using 0.5 of a track.
...
This is a feature possibly only Audacity developers will actually use, but does allow for some cool use of stereo tracks.
2018-03-19 16:09:25 +00:00
James Crook
0a7d0068ec
Use track selection for SetTrack, SetClip and SetEnvelope
...
These commands now have shorter dialogs.
Also fixed SetEnvelope optionals, which were not being honoured.
2018-03-19 16:09:24 +00:00
Steve Daulton
e661c7da49
Fix assert on deletion of last macro item
2018-03-19 14:42:06 +00:00
James Crook
ce9b5bb9ee
Add Select->Region->Track Start to End
...
Also fixed Select Track Start To cursor.
Also made two script IDs longer, so they will appear in command selection dialog.
2018-03-18 20:43:45 +00:00
James Crook
39caf61005
Merge branch 'split-dialogs'
...
Splits the long scritpables dialogs up into smaller ones.
"Set" now no longer shown by checkboxes, the code changes
a first step to a better system for optional parameters.
2018-03-18 20:07:48 +00:00
James Crook
2c57cd4344
Format dialogs more evenly.
2018-03-18 20:05:27 +00:00
James Crook
e978840044
Remove 'Set' from optional items.
...
This removes the text saying 'Set' beside an optional item.
It's a more far reaching change, as it allows the optional items to be
aware they are optional, paving the way for future nicer presentation.
2018-03-18 20:05:10 +00:00
James Crook
8f622805ba
Add new small dialogs to extra-menus
...
Scriptables submenu split into Scriptables I and Scriptables II.
I is more useful to VI users.
II is there almost entirely for scripting.
2018-03-18 19:08:31 +00:00
James Crook
825160b755
Add six (smaller) dialogs to commands.
...
- These are the big dialogs, Select and SetTrack split into three smaller dialogs.
2018-03-18 19:08:31 +00:00
James Crook
913bd6f187
Split SetTrackCommand into three dialogs.
2018-03-18 19:08:15 +00:00
James Crook
21e4847b90
Fix compilation on Windows.
2018-03-18 10:40:11 +00:00
Paul Licameli
6dca4f7859
Possibly correct some cases of clicky playback or corrupt recording...
...
... By reusing portaudio's ring buffer class, which has more safe
inter-thread synchronization with memory fences
2018-03-17 23:44:50 -04:00
James Crook
7b658d7925
Fix problem where effects had gone from KeyConfigPrefs.
2018-03-17 21:20:09 +00:00
James Crook
750ee4f462
Merge branch 'macros'
2018-03-17 19:20:24 +00:00
James Crook
b421a2b0ec
Add new 'Select to Ends' default Macro
2018-03-17 19:17:55 +00:00
James Crook
e6a9bd70a2
Fix SetTrack for stereo tracks.
...
Stereo tracks have selection on both channels. Both must be set or cleared.
We also need to explicitly remove focus, if it was set. Code was only setting it.
2018-03-17 19:17:55 +00:00
James Crook
110d4ac478
Change "Apply Macros" -> "Macros Palette"
2018-03-17 19:17:55 +00:00
James Crook
20d577de27
Preserve location in lists after edits.
2018-03-17 19:17:54 +00:00
James Crook
d7406b3b0f
Update Fade-Ends Macro, and RelativeTo enums.
...
- FromEnd boolean parameter is now replaced by RelativeTo enum.
2018-03-17 19:17:54 +00:00
James Crook
a47df37ea4
Bug 1533 - Selection in label track offset from selection in audio Track
...
The problem was actually more general, and involves misalignment between selections
in clips and selections in the background and in the ruler - so could be seen with just
audio tracks and no label tracks.
2018-03-17 19:17:53 +00:00
James Crook
51011fb38f
Keep Edit Macros dialog open after applying.
2018-03-17 19:17:53 +00:00
James Crook
21e330d0e7
Bug 1551 - Active transport inhibits the operation of "Type to create a label"
2018-03-17 19:17:53 +00:00
Paul Licameli
bc6ed77498
Fix missing translations in Choice controls again, see bc773e02d336cd
2018-03-16 17:58:32 -04:00
James Crook
a48eb4eec9
Bug 1810 - Vertical Zoom in by clicking in the vertical Scale, or context menu, in waveform views is inconsistent.
2018-03-16 20:42:48 +00:00
James Crook
2cb76e0820
Bug 1852 - Ctrl+M does not open label for editing
...
- Now when recording, the recording track has a number >=0 and so the modified
test will set the cursor for editing the label.
- Bug 305 is still fixed, because Nyquist will pass -2 for the restore track.
2018-03-16 20:14:33 +00:00
James Crook
205b7d6a02
Rename 'chain' to 'macro' in history and comments.
2018-03-16 18:47:39 +00:00
James Crook
2d62013fac
Add Macros Palette to Apply Macro -> submenu,
2018-03-16 18:38:06 +00:00
James Crook
e51a9734e0
Tweak Select Command.
...
- Now does a SetFocus
- Has options for what to select relative to.
2018-03-16 16:53:41 +00:00
David Bailes
5037e2bbe0
Menu bar: corrected duplicate access key
2018-03-16 12:29:26 +00:00
David Bailes
bf9e7fcdbb
Clip boundary commands: remove requirement for TrackPanel to be focus
...
When these commands were initially written, they operated on the focused track. This is no longer the case, so I've remove the requirement for the TrackPanel to be the focus.
2018-03-16 11:36:20 +00:00
James Crook
2da227a714
Make zoom toggle finer grained
...
- Upgraders using zoom toggle will need to reselect the zoom levels they want.
2018-03-16 10:27:04 +00:00