|
15 | 15 | If you experience severe issues or crashes, please file an issue on GitHub |
16 | 16 | (requires a free GitHub account). |
17 | 17 | </p> |
18 | | - <ul class="py-2 list-none"> |
| 18 | + <ul class="mt-2 list-none"> |
19 | 19 | <li> |
20 | 20 | <a href="https://github.com/audacity/audacity/issues" class="hyperlink"> |
21 | 21 | GitHub issues |
|
33 | 33 | </li> |
34 | 34 | </ul> |
35 | 35 |
|
36 | | - <h2 class="mt-6 text-2xl">Key areas to cover</h2> |
| 36 | + <h3 class="mt-6">What's implemented</h3> |
37 | 37 | <ul class="list-disc mt-2 ml-6"> |
38 | 38 | <li>Recording and playback reliability</li> |
39 | | - <li>Editing audio with the new clip handles and grouping</li> |
| 39 | + <li>Editing audio</li> |
40 | 40 | <li>Applying destructive and real-time effects</li> |
41 | 41 | <li>Exporting audio files</li> |
42 | 42 | <li>Saving and recalling custom Workspaces</li> |
43 | 43 | </ul> |
44 | 44 |
|
45 | | - <h3 class="mt-2">Compatibility reminder ⚠️</h3> |
| 45 | + <h3 class="mt-6">A note on compatibility ⚠️</h3> |
46 | 46 | <p class="mt-2"> |
47 | | - Projects saved in Audacity 4 aren't backwards compatible. Duplicate anything |
48 | | - important before opening it in this build. |
| 47 | + Projects saved in Audacity 4 are not backwards compatible. We recommend you |
| 48 | + make a copy of your important projects before opening them in Audacity 4. |
49 | 49 | </p> |
50 | 50 |
|
51 | | - <h3 class="mt-6 text-xl">Notable changes since alpha-1</h3> |
52 | | - <ul class="list-disc mt-2 ml-6 space-y-1"> |
| 51 | + <h3 class="mt-6">Notable changes since alpha-1</h3> |
| 52 | + <ul class="list-disc mt-2 ml-5"> |
53 | 53 | <li> |
54 | | - Allow track range selection using shift enter by @embarc-gabriel in |
55 | | - <a |
| 54 | + Allow track range selection using Shift-Enter (<a |
56 | 55 | href="https://github.com/audacity/audacity/pull/9600" |
57 | | - class="hyperlink" |
58 | | - > |
59 | | - https://github.com/audacity/audacity/pull/9600 |
60 | | - </a> |
| 56 | + class="hyperlink">#9600</a |
| 57 | + >) |
61 | 58 | </li> |
62 | 59 | <li> |
63 | | - Record anywhere by @grliszas14 in |
64 | | - <a |
| 60 | + Record from anywhere (<a |
65 | 61 | href="https://github.com/audacity/audacity/pull/9540" |
66 | | - class="hyperlink" |
67 | | - > |
68 | | - https://github.com/audacity/audacity/pull/9540 |
69 | | - </a> |
| 62 | + class="hyperlink">#9540</a |
| 63 | + >) |
70 | 64 | </li> |
71 | 65 | <li> |
72 | | - Export loop region by @grliszas14 in |
73 | | - <a |
| 66 | + Export loop region (<a |
74 | 67 | href="https://github.com/audacity/audacity/pull/9489" |
75 | | - class="hyperlink" |
76 | | - > |
77 | | - https://github.com/audacity/audacity/pull/9489 |
78 | | - </a> |
| 68 | + class="hyperlink">#9489</a |
| 69 | + >) |
79 | 70 | </li> |
80 | 71 | <li> |
81 | | - Paste behaviour preferences by @luapmartin in |
82 | | - <a |
| 72 | + Preference for paste behavior (<a |
83 | 73 | href="https://github.com/audacity/audacity/pull/9612" |
84 | | - class="hyperlink" |
85 | | - > |
86 | | - https://github.com/audacity/audacity/pull/9612 |
87 | | - </a> |
| 74 | + class="hyperlink">#9612</a |
| 75 | + >) |
88 | 76 | </li> |
89 | 77 | <li> |
90 | | - Add setting to configure whether clicking on ruler should trigger playback |
91 | | - by @embarc-gabriel in |
92 | | - <a |
| 78 | + Preference for whether clicking on ruler should trigger playback (<a |
93 | 79 | href="https://github.com/audacity/audacity/pull/9707" |
94 | | - class="hyperlink" |
95 | | - > |
96 | | - https://github.com/audacity/audacity/pull/9707 |
97 | | - </a> |
| 80 | + class="hyperlink">#9707</a |
| 81 | + >) |
98 | 82 | </li> |
99 | 83 | <li> |
100 | | - Create loop region only when control key is pressed by @embarc-gabriel in |
101 | | - <a |
| 84 | + Create loop region only when Control / Cmd key is pressed (<a |
102 | 85 | href="https://github.com/audacity/audacity/pull/9712" |
103 | | - class="hyperlink" |
104 | | - > |
105 | | - https://github.com/audacity/audacity/pull/9712 |
106 | | - </a> |
| 86 | + class="hyperlink">#9712</a |
| 87 | + >) |
107 | 88 | </li> |
108 | 89 | <li> |
109 | | - Smoother playhead by @saintmatthieu in |
110 | | - <a |
| 90 | + Smoother playhead (<a |
111 | 91 | href="https://github.com/audacity/audacity/pull/9613" |
112 | | - class="hyperlink" |
113 | | - > |
114 | | - https://github.com/audacity/audacity/pull/9613 |
115 | | - </a> |
| 92 | + class="hyperlink">#9613</a |
| 93 | + >) |
116 | 94 | </li> |
117 | 95 | </ul> |
118 | 96 |
|
119 | | - <div> |
120 | | - <h2 class="mt-4 text-2xl">Share your feedback</h2> |
121 | | - <p class="mt-2"> |
122 | | - We're eager to hear how Alpha 2 lands for you. Please let us know what you |
123 | | - think using the channels below: |
124 | | - </p> |
125 | | - <ul class="py-2 list-none"> |
126 | | - <li class="hyperlink"> |
127 | | - <a href="https://forum.audacityteam.org/c/au4/64">Audacity Forum</a> |
128 | | - </li> |
129 | | - <li class="hyperlink"> |
130 | | - <a href="https://discord.gg/audacity">Audacity Discord</a> |
131 | | - </li> |
132 | | - <li> |
133 | | - <a href="https://github.com/audacity/audacity/issues" class="hyperlink"> |
134 | | - GitHub issues |
135 | | - </a> |
136 | | - </li> |
137 | | - </ul> |
138 | | - </div> |
| 97 | + <h3 class="mt-6">Unimplemented features</h3> |
| 98 | + <p class="mt-2"> |
| 99 | + Some yet-to-be finalized features might appear non-functional, or have been |
| 100 | + excluded from Audacity's interface. These are features not yet ready for user |
| 101 | + testing, and have been disabled. |
| 102 | + </p> |
| 103 | + <ul class="list-disc mt-2 ml-6"> |
| 104 | + <li>Nyquist, LADSPA and VAMP and the OpenVINO plugins</li> |
| 105 | + <li>Preferences from Audacity 3 are not carried over</li> |
| 106 | + <li>Envelopes and label tracks</li> |
| 107 | + <li>Spectrogram view and the spectral editing mode</li> |
| 108 | + <li>Most built-in effects, including generators and analyzers</li> |
| 109 | + <li>Opening multiple projects at the same time</li> |
| 110 | + </ul> |
| 111 | + |
| 112 | + <h3 class="mt-6">Share your crashes!</h3> |
| 113 | + <p>If you encounter issues, please reach us at the following channels:</p> |
| 114 | + <ul class="py-2 list-none"> |
| 115 | + <li class="hyperlink"> |
| 116 | + <a href="https://forum.audacityteam.org/c/au4/64">Audacity Forum</a> |
| 117 | + </li> |
| 118 | + <li class="hyperlink"> |
| 119 | + <a href="https://discord.gg/audacity">Audacity Discord</a> |
| 120 | + </li> |
| 121 | + <li> |
| 122 | + <a href="https://github.com/audacity/audacity/issues" class="hyperlink"> |
| 123 | + GitHub issues |
| 124 | + </a> |
| 125 | + </li> |
| 126 | + </ul> |
139 | 127 | </div> |
0 commit comments