Home

Awesome

VL1-emulator

:point_right: Lire en français :fr:

An emulator of Casio VL-Tone VL1, based on source code by PolyValens

Build Status

Home page: http://www.polyvalens.com/blog/vl-1/

The information from the official page may not represent exactly the current state of this fork.

Casio VL-1

Downloads

Development

Build instructions

  1. Obtain prerequisites

Install needed packages:

  1. Check out the repository and submodules
git clone https://github.com/linuxmao-org/VL1-emulator.git
cd VL1-emulator
git submodule update --init
  1. Compile
make
  1. Install
sudo make install  # to install in system directories, or
make install-user  # to install in the home directory

Changelog

v1.1.0.0

This version is a marker of a new release series, which is a cross-platform modification of the original VSTi source code. The functionality is mostly but not exactly identical to the original, and there remain some minor items to be implemented.

v1.0.?.?