James Crook
ca2dc254b1
Added a regression test and an image mangling python script
...
- Added docimages_regression_tests.py
-- It's a test for Bug1844, concerning envelope points.
- Added decorate_images.py
-- It's a script to crop and drop shadow.
2018-02-27 22:26:30 +00:00
James Crook
104c3b6a5a
Add scriptables to screenshot, remove menus.
...
- Also made automation and the extra screenshot buttons non-experimental.
2018-02-27 22:26:30 +00:00
James Crook
e1c30db38c
Fix Open and Save project.
2018-02-27 22:26:29 +00:00
James Crook
ea4968e094
Add GetInfo Preferences.
2018-02-27 22:26:28 +00:00
James Crook
11fa48d66f
Fix some warnings.
2018-02-27 22:26:23 +00:00
Paul Licameli
f10b9c68ec
wxString in Nyquist prompt makes trip to UTF8 and back properly...
...
... Simple test: In Nyquist prompt enter
(progn "Ü")
Using Alt+U, U.
Formerly it came back mis-encoded.
2018-02-27 01:35:01 -05:00
Paul Licameli
6d687136aa
Bug1845: Remove the vacuous undo check, wasn't good enough anyway
2018-02-26 09:49:01 -05:00
James Crook
e8da2f82a5
Wording.
...
- Changes, mostly to capitalization, per https://wiki.audacityteam.org/wiki/Wording
- Removed some dead comments.
- Added a very few i18n-hints
- Per consensus, removed ':' in some strings read by screen readers.
2018-02-26 14:39:30 +00:00
James Crook
8991fe7521
Fix incorrect https and translation markings.
...
- DarkAudacity website does not support https, so don't specify https in strings.
- Don't translate text about DarkAudacity.
2018-02-26 14:09:07 +00:00
Paul Licameli
66c421f28d
Fix Windows build
2018-02-26 08:48:00 -05:00
Steve Daulton
cf9ab70406
bug 1741 Update target of audio import help button
2018-02-26 13:09:38 +00:00
Paul Licameli
e5052a1973
Use a type distinction for key strings in normalized form...
...
... Such are not for display to the user. They are appended to menu item
names to identify accelerators, and wxWidgets transforms them appropriately
for the operating system.
2018-02-25 14:56:17 -05:00
Steve Daulton
19014f22b7
Prompt for track selection when required
2018-02-25 15:22:45 +00:00
Paul Licameli
298e440e1b
Fix compilation of EXPERIMENTAL_EFFECTS_RACK again
2018-02-24 17:07:22 -05:00
Paul Licameli
a52f7f5313
Fix build of Nyquist workbench
2018-02-24 16:57:06 -05:00
Paul Licameli
05de90d4a7
James' automation project, minus the new foreign function in XLisp
2018-02-24 14:27:25 -05:00
James Crook
33daaafc59
Make Nyquist effects define their parameters.
2018-02-24 14:20:30 -05:00
James Crook
12a2fbf489
Build on Linux
...
Updated project file for mac for both release and debug.
Updated makefile.am and makefile.in
Removed include .cpp hack that avoided need for makefile changes.
2018-02-24 14:20:30 -05:00
James Crook
0ad533a740
Automation -> Scripting.
2018-02-24 14:20:30 -05:00
James Crook
08b1db6145
Rearrange automation menu, and fix duplicated items.
2018-02-24 14:20:30 -05:00
James Crook
fa49d94530
Script work
...
Add Envelope script
Add Clips and Boundaries Scripts.
Add docimages_oddments.py for the weirder cases.
Add make html script.
Add more spectral images
Add Dark versions of spectrograms (paul's comment)
Clean up oddments script.
- This commit also adds an option NOT to bring Audacity to the top when screenshotting.
-- That's because QuickPlay will disappear if you do -because you lose mouse capture.
- Also allow negative window IDs in the drag command.
- Registration names of align commands sorted. They had &, : and / in them.
- Fixed bug in SetTrackInfo where bFocused was being ignored
- Fixed bug where command manager ignored multi-commands.
- Commit docimages_oddments.py again, to fix line endings.
2018-02-24 14:20:29 -05:00
James Crook
4724c6a131
Fix spectral preferences extra caching issue.
2018-02-24 14:20:29 -05:00
James Crook
6a5a61d39a
Fix reload bug.
2018-02-24 14:20:29 -05:00
James Crook
e3ef968d57
Add DragCommand. Default Y/N on optional fields. Open/Save project items.
...
- More Y/N in Optional, making it easier to omit parameters.
- AT removed from Envelope, since T already gives it.
2018-02-24 14:20:29 -05:00
James Crook
bcf0865c1a
UnmuteAllTracks, not UnMuteAllTracks.
2018-02-24 14:20:28 -05:00
James Crook
859fe69a15
Case insensitive command names.
2018-02-24 14:20:28 -05:00
James Crook
e9e9ee2998
Can choose by Channel or by Track in Set commands.
2018-02-24 14:20:28 -05:00
James Crook
8ab9345268
Work on Scripts.
...
Add script for spectrograms.
Add Script for 'after' with effects examples.
Add space and dc bias to afters script.
Add docimages_all.py script to call all scripts.
Shared part of scripts extracted into docimages_core.py
2018-02-24 14:20:28 -05:00
James Crook
aae9349f2e
Fix ToneGen automation.
2018-02-24 14:20:28 -05:00
James Crook
89cd4aef88
More Screenshot options
2018-02-24 14:20:28 -05:00
James Crook
79145d3e89
Remove "list" from LISP label format.
...
- Not needed if we can add a back tick at the start.
2018-02-24 14:20:28 -05:00
James Crook
b4f7f485a8
Less verbose LISPy output of GetInfo: Type=Labels
2018-02-24 14:20:27 -05:00
James Crook
a2eb8cdae3
Support Spectral Selection and Spectrogram mode in Automation.
2018-02-24 14:20:27 -05:00
James Crook
3c5468a1c8
Add buttons. Help and Cancel.
2018-02-24 14:20:27 -05:00
James Crook
f7fe295651
Make Message command into an AudacityCommand.
2018-02-24 14:20:27 -05:00
James Crook
edf90d6e2c
Add envelope commands
...
- Added SetEnvelope (which can also delete/clear an envelope.)
- Added GetInfo: Type=Envelope
2018-02-24 14:20:27 -05:00
James Crook
5d36890cb0
Shorter command names. General tidying.
...
-More commands now have shorter names for parameters.
-New scripts for generating images.
-Several old-style commands retired.
2018-02-24 14:20:26 -05:00
James Crook
62ca1cce26
Improved labels script.
2018-02-24 14:20:26 -05:00
James Crook
29c96f5470
Add ability to set the selected label.
2018-02-24 14:20:26 -05:00
James Crook
26e1a33369
More screenshot options.
2018-02-24 14:20:26 -05:00
James Crook
5e2371c636
Use a-lists for Lispy output.
...
- Also bump long strings onto a new line in JSON and LISP formats.
2018-02-24 14:20:26 -05:00
James Crook
510f68e9ad
Fix \n shenanigans in command output.
2018-02-24 14:20:26 -05:00
James Crook
65c160212e
Script the images for Tracks page of manual.
...
- There's a problem with stem plot preference. It isn't reloading properly from batch but is from menu.
2018-02-24 14:20:26 -05:00
James Crook
24e8bbc623
Scripts in Piped-Work
...
- New docimages script for the tracks.
- Added new option in screenshots to capture ruler as well as track.
- Typo fix (focussed)
2018-02-24 14:20:26 -05:00
James Crook
1f605ccfc8
Fix ScreenshotCommand
...
- Show Status immediately (Flush), don't wait for window to be closed.
- Correct strings with _ in them.
- Remove unhelpful 'Received Script Command' message.
2018-02-24 14:20:25 -05:00
James Crook
85c36fe7fe
Implement selection from ends of tracks.
2018-02-24 14:20:25 -05:00
James Crook
99e18a8896
Implement ReloadPreferences for SetPreferences Command.
2018-02-24 14:20:25 -05:00
James Crook
1551a5a073
Include tips in command list.
2018-02-24 14:20:25 -05:00
James Crook
5c2f35d96f
Fix Automation listing
...
- Now correctly shows optional fields
- Now includes the zero-parameter commands.
- Fetches the Short-Names for menu commands.
2018-02-24 14:20:25 -05:00
James Crook
78fbb6e21f
Fix GetInfo: Commands (Automated type matching matched 'the wrong thing').
2018-02-24 14:20:25 -05:00