Repository

TinySoundFont wrapper for Vlang

TinySoundFont is a SoundFont2 synthesizer library in a single C/C++ file. This repo is a V module which allows TinySoundFont to be used in V.

Install

git clone https://github.com/gjones007/tsf.git ~/.vmodules/tsf

Examples

SDL is needed for several of the examples.

v install sdl

This only needs to be done once. Then run the example.

cd ~/.vmodules/tsf/examples
v run example1.v

Unless otherwise specified, everything in this repo is MIT License.

About

TinySoundFont synthesizer

0
0
last Sep 2

Author

gjones007