diff --git a/README.md b/README.md index b5f6189..0767566 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ StudioRack supports scanning GitHub for compatible plugins. StudioRack registry https://api.github.com/search/repositories?q=topic:studiorack-plugin+fork:true Then for each GitHub repository, the Registry loops through each release/version metadata. -StudioRack will try to automaticallu detect all the ionformation needed for the registry using GitHub metdata as shwon below: +StudioRack will try to automaticallu detect all the information needed for the registry using GitHub metdata as shown below: author = repo.owner.login homepage = repo.homepageUrl or repo.url diff --git a/src/plugins/birch-san/juicysfplugin/3.1.0.yaml b/src/plugins/birch-san/juicysfplugin/3.1.0.yaml new file mode 100644 index 0000000..dbc9079 --- /dev/null +++ b/src/plugins/birch-san/juicysfplugin/3.1.0.yaml @@ -0,0 +1,24 @@ +--- +name: JuicySFplugin +author: Birch San +homepage: https://github.com/birch-san/juicysfplugin +description: SoundFont synthesizer for playing General Midi music using sf2 files. +date: 2022-02-13T08:00:00.000Z +license: gpl-3.0 +tags: + - Instrument + - Sampler + - Synth +files: + audio: + name: https://studiorack.github.io/studiorack-registry/plugins/birch-san/juicysfplugin/juicysf.flac + size: 83683 + image: + name: https://studiorack.github.io/studiorack-registry/plugins/birch-san/juicysfplugin/juicysf.jpg + size: 38148 + mac: + name: https://github.com/Birch-san/juicysfplugin/releases/download/3.1.0/juicysfplugin-3.1.0-macOS.tar.xz + size: 19050275 + win: + name: https://github.com/Birch-san/juicysfplugin/releases/download/3.1.0/juicysfplugin-3.1.0-win-x64.zip + size: 10578510 diff --git a/src/plugins/birch-san/juicysfplugin/juicysf.flac b/src/plugins/birch-san/juicysfplugin/juicysf.flac new file mode 100644 index 0000000..3395e80 Binary files /dev/null and b/src/plugins/birch-san/juicysfplugin/juicysf.flac differ diff --git a/src/plugins/birch-san/juicysfplugin/juicysf.jpg b/src/plugins/birch-san/juicysfplugin/juicysf.jpg new file mode 100644 index 0000000..303df42 Binary files /dev/null and b/src/plugins/birch-san/juicysfplugin/juicysf.jpg differ diff --git a/src/plugins/keijiro/vst2413/1.0.0.yaml b/src/plugins/keijiro/vst2413/1.0.0.yaml new file mode 100644 index 0000000..a24b5a9 --- /dev/null +++ b/src/plugins/keijiro/vst2413/1.0.0.yaml @@ -0,0 +1,27 @@ +--- +name: VST2413 +author: Keijiro Takahashi +homepage: https://github.com/keijiro/vst2413 +description: FM synthesizer based on YM2413 (OPLL) emulator. YM2413 is well known + as low-cost FM sound chip, and was used on Sega Master System and FM-PAC sound expansion + cartridge for MSX. VST2413 can resemble that warm texture of sound and may be well + suited for use in 'post 8-bit era style' chiptune music. +date: 2013-04-21T08:00:00.000Z +license: zlib +tags: + - Instrument + - Synth + - Bit +files: + audio: + name: https://studiorack.github.io/studiorack-registry/plugins/keijiro/vst2413/vst2413.flac + size: 347527 + image: + name: https://studiorack.github.io/studiorack-registry/plugins/keijiro/vst2413/vst2413.jpg + size: 22493 + mac: + name: https://www.keijiro.tokyo/vst2413/build/vst2413-20130421-osx.zip + size: 187561 + win: + name: https://www.keijiro.tokyo/vst2413/build/vst2413-20130418-windows.zip + size: 228506 diff --git a/src/plugins/keijiro/vst2413/vst2413.flac b/src/plugins/keijiro/vst2413/vst2413.flac new file mode 100644 index 0000000..892727c Binary files /dev/null and b/src/plugins/keijiro/vst2413/vst2413.flac differ diff --git a/src/plugins/keijiro/vst2413/vst2413.jpg b/src/plugins/keijiro/vst2413/vst2413.jpg new file mode 100644 index 0000000..77d5888 Binary files /dev/null and b/src/plugins/keijiro/vst2413/vst2413.jpg differ