missing updated README

This commit is contained in:
Stefano D'Angelo 2022-09-21 17:02:53 +02:00
parent aa36ef3201
commit 334d5691bb

View File

@ -8,7 +8,7 @@ You can find information and instructions [here](https://www.orastron.com/asid).
* c64: the C64 program source; * c64: the C64 program source;
* img2c64: browser-based tool that converts regular images to C64 hi-res bitmaps and colormaps and lets you quickly swap foreground/background color choice for each 8x8 tile; * img2c64: browser-based tool that converts regular images to C64 hi-res bitmaps and colormaps and lets you quickly swap foreground/background color choice for each 8x8 tile;
* measure: BASIC program to control the C64 filter and output gain stage - actual measurements of the MOS 8580 chip in our C64 (C64C, ser. no. HB41416598E, made in Hong Kong) are available [here](https://github.com/sdangelo/sid-measurements); * measure: BASIC program to control the C64 filter and output gain stage - actual measurements of the MOS 8580 chip in our C64 (C64C, ser. no. HB41416598E, made in Hong Kong) are available [here](TBD);
* octave: various GNU Octave scripts to generate program data, extract IRs, and simulate the MOS 8580 SID analog filter, output gain stange, and output buffer; * octave: various GNU Octave scripts to generate program data, extract IRs, and simulate the MOS 8580 SID analog filter, output gain stange, and output buffer;
* spice: LTspice schematics of the MOS 8580 SID analog filter, output gain stage, and output buffer; * spice: LTspice schematics of the MOS 8580 SID analog filter, output gain stage, and output buffer;
* src: A-SID sound engine with a full virtual analog model of the MOS 8580 analog filter, output gain stage, and output buffer, both implemented in C; * src: A-SID sound engine with a full virtual analog model of the MOS 8580 analog filter, output gain stage, and output buffer, both implemented in C;
@ -20,7 +20,9 @@ Copyright (C) 2021, 2022 Orastron srl unipersonale.
Authors: Stefano D'Angelo, Paolo Marrone. Authors: Stefano D'Angelo, Paolo Marrone.
All the code in the repo is released under GPLv3. See the COPYING file. All the code in the repo is released under GPLv3. See the LICENSE file.
The file vst3/src/vst3/plugin.cpp contains code from sse2neon (https://github.com/DLTcollab/sse2neon/), which is released under the MIT license. Details in said file.
VST is a registered trademark of Steinberg Media Technologies GmbH. VST is a registered trademark of Steinberg Media Technologies GmbH.