Giter VIP home page Giter VIP logo

vl1's Introduction

VL1-emulator

👉 Lire en français 🇫🇷

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:

  • git
  • build-essential
  • pkg-config
  • libx11-dev
  • libcairo2-dev
  • libjack-jackd2-dev or libjack-dev
  • mesa-common-dev
  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.

  • eliminated an audible click when retriggering a voice
  • edited the picture to remove the brand name of the original instrument
  • supported automation recording
  • added tooltips to facilitate reading
  • changed parameter domains to be human-readable
  • fixed handling of calculator and ADSR memory, on a locale which uses "," as decimal separator
  • immediate handling of MIDI messages, without a buffer
  • resolved potential out-of-bound memory accesses
  • supported multiple instances in the same host
  • supported some new platforms and formats

v1.0.?.?

  • imported upstream source code
  • relicensed to CC0-1.0 or MIT by the author PolyValens

vl1's People

Contributors

jpcima avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.