James Crook
993cea506d
Revised fix for Bug 1977 - Using Spectrogram Settings in TCP causes Audacity to reset Project Rate to default 44100 Hz
...
This revised fix:
- No longer attempts to drive "Default sample rate" from the selection toolbar.
- No longer drives 'Project rate' direct from prefs. It's usual it comes from the project.
- Instead 'Project rate' in the project might change if 'Default sample rate' pref is updated, but ONLY if the project has no tracks.
- When 'Project rate' in the project is updated, that is now always signaled to the selection toolbar. Previously it wasn't.
2018-09-11 15:07:25 +01:00
Paul Licameli
e990fd4f18
Remove unnecessary #include
2018-09-10 20:27:13 -04:00
James Crook
1b6cd725e6
Use count of channels instead of boolean 'linked' in GetInfo.
...
This change is inspired by the plan to eliminate GetLinked() in 2.3.1. Logically we shouldn't be exposing a boolean 'linked' in scripting, but instead a channel count.
2018-09-10 23:54:16 +01:00
Paul Licameli
2063056243
Bug221 re-fixed with better exception safety: see commit 1deff18...
...
... in case only some tracks successfully allocate, de-allocate all before
propagating the exception.
2018-09-10 17:51:50 -04:00
James Crook
a66d7442a3
Bug 1977 - Using Spectrogram Settings in TCP causes Audacity to reset Project Rate to default 44100 Hz
...
The Project Rate in the Selection Toolbar and in the Preferences dialog are now the same thing. They ALMOST were before, causing confusion, and this bug.
This means that the fancy mechanism to set 'other' rates in Preferences is moot, since the Selection Toolbar bar does not have that option. 49000 will be overridden by 48000 for example.
2018-09-10 20:23:22 +01:00
Robert Antoni Buj i Gelonch
a6866f4b4d
Update Catalan translation
2018-09-10 19:46:58 +01:00
James Crook
e54f8e6151
Create PULL_REQUEST_TEMPLATE.md
2018-09-10 19:38:06 +01:00
James Crook
334c0d83b2
Create CONTRIBUTING.md
2018-09-10 19:15:06 +01:00
James Crook
e8abafdead
Create issue templates
...
These are GitHub specific.
2018-09-10 18:57:42 +01:00
James Crook
94dbc2646d
Added CODE_OF_CONDUCT.md
2018-09-10 18:31:03 +01:00
James Crook
1deff18c15
Bug 231 - Cut Preview should play all selected/sync-locked tracks, respecting Mute/Solo during preview
2018-09-10 16:57:36 +01:00
Azpidatziak
8e089f4141
Update Basque translation
2018-09-09 19:32:35 +01:00
Paul Licameli
b881b06b53
When scrubbing backwards unpinned, scroll tracks by whole panel width
2018-09-09 13:53:51 -04:00
Paul Licameli
f31a1a6f8e
Don't halt scrub playback with display paging at high magnification
2018-09-09 13:40:10 -04:00
Paul Licameli
52ad43daac
Scrubbing at high mag, play head won't stray left of track edge
2018-09-09 13:10:01 -04:00
Paul Licameli
03def8dbaf
Bug1967: scrub shouldn't be clicky...
...
... And this further simplifies the use of the clock. Rely on the regularity
of spacing between calls to FillBuffers at commit a62cf53
2018-09-09 11:01:01 -04:00
James Crook
e724ef0793
Bug 1970 - Missing tick marks in Timeline
2018-09-09 12:33:10 +01:00
James Crook
47926c04fa
Bug 1969 - Windows: no monitored sound for 15 secs with software playthrough with default MME host
...
This was a bug in portaudio MME implementation.
With all the buffers bigger than they were meant to be, we got a longer input and longer output delay.
2018-09-08 23:22:56 +01:00
James Crook
ff01d39601
Undo Workaround for Bug 1969
...
Turned out this was not the correct fix.
2018-09-08 23:17:20 +01:00
ΔΗΜΗΤΡΗΣ Σ
942ddac705
Update Greek translation
2018-09-08 17:12:06 +01:00
James Crook
596feddfe7
Workaround for Bug 1969 - Windows: no monitored sound for 15 secs with software playthrough with default MME host
...
This is not a proper fix, as we do not fully understand the problem - which is in release builds only.
It may be enough though to get us through to release.
2018-09-08 16:55:34 +01:00
James Crook
0f5c8d4d84
Wording: "Duplex" -> "Overdub" (missing piece).
2018-09-08 14:41:43 +01:00
Steve Daulton
69fd566678
Fix printing headers in Sample Data Export
2018-09-07 20:40:24 +01:00
Steve Daulton
ad19ca0fa2
Fix for bug 1972
2018-09-06 20:32:08 +01:00
Robert Antoni Buj i Gelonch
b8891702a8
Update Catalan translation
2018-09-06 18:30:31 +01:00
Nikitich
f8c857f24b
Update Russian translation
2018-09-06 09:43:49 +01:00
James Crook
1ecff6d5db
Bug 1971 - Linux: Scriptables screenshot command only grab a small rectangle of window
2018-09-05 19:16:07 +01:00
Paul Licameli
f61989e922
Part fixes for compilation of EXPERIMENTAL_SCOREALIGN
2018-09-05 13:25:41 -04:00
Paul Licameli
544c3b9770
spelling in comments
2018-09-04 23:04:18 -04:00
Paul Licameli
69bf7fd120
remove unused function
2018-09-04 23:04:18 -04:00
Thomas De Rocker
2d67b97f36
Update Dutch translation
2018-09-04 19:23:56 +01:00
Robert Antoni Buj i Gelonch
bc016663c3
Update Catalan translation
2018-09-03 23:26:11 +01:00
James Crook
2758491a4a
Bug 1966 - Manage Macros: Import and Export buttons are always inactive.
2018-09-03 22:58:57 +01:00
James Crook
7d0839393b
Report selectedness of all tracks, not just WaveTracks.
...
(Suggested by Steve Daulton).
2018-09-03 22:02:15 +01:00
Bruno Ramalhete
1627194aff
Update Portuguese translation
2018-09-03 21:47:19 +01:00
Paul Licameli
ad6962250b
Bug1958: shouldn't crash recording with playthrough
2018-09-03 15:04:24 -04:00
Steve Daulton
ae2bbb3276
AUD-GET-INFO function added to init.lsp
...
Provide built-in Nyquist function to call scripting command
GetInfo, and return result as LISP list.
2018-09-03 16:57:06 +01:00
Paul Licameli
a56a5be30b
Replace _ with XO (won't affect generated audacity.pot)
2018-09-03 09:10:45 -04:00
scootergrisen
52b6eb14ef
Update Danish translation
2018-09-02 23:25:37 +01:00
Grzegorz Pruchniakowski
44e8623970
Update polish translation from Transifex
...
Update polish translation from Transifex
2018-09-02 11:32:35 +01:00
Yuri Chornoivan
a42c2ba39b
Update Ukrainian translation
2018-09-02 12:41:57 +03:00
mkpoli
610ab2a687
Chinese Translation.
2018-09-02 09:53:32 +01:00
Paul Licameli
1baf12d7bc
Bug1960: position of play head during scrub right to left
2018-09-01 09:56:26 -04:00
James Crook
3f7c639c3f
Make the 'wait for fade out' latency dependent.
...
This gives time for the fading out to clear the sound card, OR if
we would wait around too long, just close down the stream without waiting.
2018-09-01 10:24:50 +01:00
Joachim Huffer
9b728cfec8
Update German Translation
2018-09-01 08:36:09 +01:00
Olivier Humbert
8d1d6c2e83
Update French translation against the latest fix
2018-09-01 08:30:19 +01:00
James Crook
3e1e7db804
Regenerate .po and .pot files.
2018-08-31 22:54:06 +01:00
James Crook
8ed0edd599
Fix two problems with Nyquist translation.
...
1. The 'Select a File' button (which comes from wxFileSelectorPrompt) was not being translated.
2. rhythmtrack.ny was missing an (_ ) on one string.
2018-08-31 22:51:20 +01:00
Paul Licameli
af276ac4f9
Now implement scrubbing default to unpinned, see commit ac1017e...
...
... This was motivated by punch and roll recording: it appears most convenient
to pin the head for recording purposes, and drag it near the right, but when
stopping and finding the splice point for the correction, it is better to
scrub unpinned.
2018-08-31 10:46:08 -04:00
Olivier Humbert
3eccdd9bd1
Update fr.po
...
fixes + timestamp update
2018-08-31 14:02:44 +01:00