Commit c133360
[BUGFIX] Fix resampler bugs (#408)
* Update iPlug2 submodule
* Update for IDirBrowseControlBase change
* Update NonIntegerResampler -> RealtimeResampler changes
* Prevent crash with NAMFileBrowserControl if menu has submenus
* Retrack official iPlug2 fork
---------
Co-authored-by: Oli Larkin <[email protected]>1 parent 0b11d65 commit c133360
File tree
4 files changed
+19
-16
lines changed- NeuralAmpModeler
4 files changed
+19
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
189 | 188 | | |
190 | 189 | | |
191 | 190 | | |
192 | | - | |
| 191 | + | |
193 | 192 | | |
194 | 193 | | |
195 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | | - | |
246 | | - | |
| 245 | + | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | | - | |
258 | | - | |
| 257 | + | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
308 | 312 | | |
309 | 313 | | |
310 | 314 | | |
| |||
333 | 337 | | |
334 | 338 | | |
335 | 339 | | |
336 | | - | |
| 340 | + | |
337 | 341 | | |
338 | 342 | | |
339 | 343 | | |
| |||
373 | 377 | | |
374 | 378 | | |
375 | 379 | | |
376 | | - | |
| 380 | + | |
377 | 381 | | |
378 | 382 | | |
379 | 383 | | |
| |||
- Examples/IPlugChunks/IPlugChunks.cpp+1-1
- IGraphics/Controls/IControls.h+1-1
- IGraphics/Controls/IVPresetManagerControls.h+114-48
- IGraphics/Controls/Test/TestDirBrowseControl.h+1-1
- IGraphics/IControl.cpp+7-7
- IGraphics/IControl.h+2-2
- IGraphics/IGraphicsPopupMenu.h+18
- IPlug/Extras/LanczosResampler.h+163-104
- IPlug/Extras/RealtimeResampler.h+75-27
- IPlug/VST3/IPlugVST3_ProcessorBase.cpp+3-1
0 commit comments