Fix last commit
This commit is contained in:
parent
caf5ca5df6
commit
b668d78c83
2 changed files with 3 additions and 3 deletions
|
@ -103,11 +103,11 @@ Below is a list of artwork licenses from plugins
|
|||
| BogaudioModules/fonts/inconsolata*.ttf | OFL-1.1-no-RFN | |
|
||||
| Cardinal/* | CC0-1.0 | |
|
||||
| Cardinal/Miku/Miku.png | CC-BY-NC-3.0 | https://piapro.net/intl/en_for_creators.html |
|
||||
| ChowDSP/* | GPL-3.0-or-later | Artwork has same license as code, see [ChowDSP-VCV#26](https://github.com/jatinchowdhury18/ChowDSP-VCV/issues/26) |
|
||||
| ChowDSP/* | GPL-3.0-or-later | |
|
||||
| ChowDSP/fonts/RobotoCondensed-*.ttf | Apache-2.0 | |
|
||||
| DrumKit/* | CC0-1.0 | |
|
||||
| DrumKit/component/NovaMono.ttf | OFL-1.1-RFN | |
|
||||
| E-Series/* | Custom | Copyright © Synthesis Technology, used and distributed with permission, see [LICENSE-PERMISSIONS.md#ESeries](LICENSE-PERMISSIONS.md#ESeries) |
|
||||
| E-Series/* | Custom | Copyright © Synthesis Technology, used and distributed with permission, see [LICENSE-PERMISSIONS.md#ESeries](LICENSE-PERMISSIONS.md#eseries-paul-schreiber--synthtech) |
|
||||
| ExpertSleepers-Encoders/* | MIT | Artwork has same license as code, see [vcvrack-encoders#3](https://github.com/expertsleepersltd/vcvrack-encoders/issues/3) |
|
||||
| Extratone/* | GPL-3.0-or-later | Artwork has same license as code, see [Extratone#7](https://github.com/EaterOfSheep/Extratone/issues/7) |
|
||||
| FehlerFabrik/* | GPL-3.0-or-later | No artwork specific license provided, see [FehlerFabrik#17](https://github.com/RCameron93/FehlerFabrik/issues/17) |
|
||||
|
|
|
@ -858,7 +858,7 @@ protected:
|
|||
const uint32_t bufferSize = getBufferSize();
|
||||
fAudioBufferCopy = new float*[DISTRHO_PLUGIN_NUM_INPUTS];
|
||||
for (int i=0; i<DISTRHO_PLUGIN_NUM_OUTPUTS; ++i)
|
||||
fAudioBufferCopy[i] = new float[newBufferSize];
|
||||
fAudioBufferCopy[i] = new float[bufferSize];
|
||||
#endif
|
||||
|
||||
fPreviousFrame = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue