James Crook
636e137ee8
Merge pull request #257 from Polynomial-C/no_midi
...
Fix --without-midi build
2018-02-22 17:26:56 +00:00
James Crook
2ece1acae9
Fix build
...
These changes needed to build on MSVC 2013.
2018-02-22 17:19:14 +00:00
Paul Licameli
e6d069787b
Fix mistake in commit a1dc830 and add a comment
2018-02-22 01:10:10 -05:00
Grzegorz Pruchniakowski
47dab27df5
Update pl.po from Transifex - ready to merge
...
File fixes a two typos. Ready to merge.
Thanks and greetings,
Gootector
2018-02-22 00:57:30 -05:00
Paul Licameli
d77daa027e
OnShowEffectsRack follows the unused argument convention
2018-02-22 00:17:30 -05:00
Steve Daulton
7134ca662f
Fix typo
2018-02-21 22:46:29 -05:00
Paul Licameli
de568fc111
Avoid some needless repaints of AButton
2018-02-21 21:43:04 -05:00
Paul Licameli
44bf938948
indentation
2018-02-21 21:43:04 -05:00
Paul Licameli
5aca7b1759
Be careful about pluginsettings.cfg compatibility...
...
... Certain strings reported by PluginDescriptor are written into configuration
files, so these strings should NOT be carelessly changed between Audacity
versions. And the source of some of these strings are overloads defined in
other classes in src/effects
2018-02-21 21:43:03 -05:00
Paul Licameli
942175f27b
Comments which IdentInterface functions return persistent values
2018-02-21 21:43:03 -05:00
Paul Licameli
575070e9ae
Remove PluginDescriptor::GetTranslatedEffectFamily...
...
... and instead look it up by ID, and find the effect's family name
Simplifying what was done at 4628d6afa7a553a242f00ee8c1be0e72c5692052
2018-02-21 21:43:02 -05:00
Paul Licameli
79a9f3f599
Simplify sorting of effects
2018-02-21 21:43:02 -05:00
Paul Licameli
097764d94c
Distinguish Effect Family Id from Effect Family Name...
...
... and the distinction makes a difference only for built-in effects.
"Id" is meant to persist in pluginregistry.cfg, and is constrained by how
previous versions of Audacity were written.
"Name" is not persistent, so we have the liberty to change it, as done here
for the built-ins.
2018-02-21 21:43:01 -05:00
Paul Licameli
d1d78fd56e
Oops, reversions
2018-02-21 21:41:30 -05:00
Paul Licameli
8d886aa50a
Oops, revert unready work mistakenly submitted
2018-02-21 21:34:13 -05:00
Paul Licameli
86b86a2643
remove file
2018-02-21 21:25:26 -05:00
Steve Daulton
ece3f9a492
Fix typo
2018-02-22 01:54:08 +00:00
Paul Licameli
8d69173080
foo
2018-02-21 20:30:34 -05:00
James Crook
459e824528
Dark versions of spectrograms
...
- Paul made a comment about tweaking spectrogram colours.
2018-02-21 20:30:34 -05:00
James Crook
931e483201
Rearrange automation menu, and fix duplicated items.
2018-02-21 20:30:33 -05:00
James Crook
cbbbabb1eb
Clean up oddments script.
2018-02-21 20:30:33 -05:00
James Crook
34bf4c8176
More spectral images.
2018-02-21 20:30:04 -05:00
James Crook
fe03e3cf51
Add more spectral images
2018-02-21 20:30:04 -05:00
James Crook
a9d6be00a6
Fix spectral preferences extra caching issue.
2018-02-21 20:30:04 -05:00
James Crook
de17e6bbc5
Fix reload bug.
2018-02-21 20:30:04 -05:00
James Crook
23dd853a34
Add make html script.
2018-02-21 20:30:04 -05:00
James Crook
9bb41d6963
Arrange and Align done.
...
- 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.
2018-02-21 20:30:03 -05:00
James Crook
41a0b64c04
New script for arrange.
2018-02-21 20:30:03 -05:00
James Crook
ab0d853d92
More hover highlighting of buttons in oddments script.
2018-02-21 20:30:03 -05:00
James Crook
2088e44f03
Add docimages_oddments.py for the weirder cases.
...
This 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.
2018-02-21 20:30:03 -05:00
James Crook
4412f325dd
Add Clips and Boundaries Scripts.
2018-02-21 20:30:03 -05:00
James Crook
ab99b7d6c1
Add Envelope script
2018-02-21 20:30:03 -05:00
James Crook
43da4995a6
Better optionality.
...
- More Y/N in Optional, making it easier to omit parameters.
- AT removed from Envelope, since T already gives it.
2018-02-21 20:30:02 -05:00
James Crook
a36490a0b6
Add DragCommand. Default Y/N on optional fields. Open/Save project items.
2018-02-21 20:30:02 -05:00
James Crook
1ffccbd748
UnmuteAllTracks, not UnMuteAllTracks.
2018-02-21 20:30:02 -05:00
James Crook
7dc36eeabf
Case insensitive command names.
2018-02-21 20:30:02 -05:00
James Crook
123348630a
Can choose by Channel or by Track in Set commands.
2018-02-21 20:30:01 -05:00
James Crook
d7953e9ef4
Add docimages_all.py script.
2018-02-21 20:30:01 -05:00
James Crook
7cfe4ac20a
Add space and dc bias to afters script.
2018-02-21 20:30:01 -05:00
James Crook
aff0e242ac
Fix ToneGen automation.
2018-02-21 20:30:01 -05:00
James Crook
93275b0ff8
Effect examples added
2018-02-21 20:30:01 -05:00
James Crook
c8bbbe3aa6
Script for 'after'
2018-02-21 20:30:01 -05:00
James Crook
825df0f213
More Screenshot options
2018-02-21 20:30:01 -05:00
James Crook
213202d4f1
Shared part of script extracted.
2018-02-21 20:30:01 -05:00
James Crook
0ec5cbb339
Remove "list" from LISP label format.
...
- Not needed if we can add a back tick at the start.
2018-02-21 20:30:01 -05:00
James Crook
7b4d55accd
Add script for spectrograms.
2018-02-21 20:30:01 -05:00
James Crook
4567f2283a
Less verbose LISPy output of GetInfo: Type=Labels
2018-02-21 20:30:00 -05:00
Paul Licameli
fda56c7d64
fix
2018-02-21 20:30:00 -05:00
James Crook
4274ba7d01
Support Spectral Selection and Spectrogram mode in Automation.
2018-02-21 20:30:00 -05:00
James Crook
a137885769
Add buttons. Help and Cancel.
2018-02-21 20:30:00 -05:00