Code Monkey home page Code Monkey logo

midiverb_emulator's Introduction

Midiverb I emulator

Panel

There's a WEB DEMO now!

This is an emulator for the original MIDIVERB and MIDIFEX effect units made by Alesis.

This emulator is based on reverse engineering work done by Paul Schreiber of SynthTech. If you are into synthesizers and electronics, it's a must watch!

So far this is only a standalone C program that processes .WAV files, but in future it will be adapted into plugins/VCVRack module/Raspberry Pi Pico device.

Emulation

So far it's emulated:

  • the core DSP engine
  • output saturation

What's missing:

  • input pre-emphasis and filtering

Build

Requires libsndfile to build.

apt-get install libsndfile-dev

Then just make.

Usage

Inputs and outputs are stereo WAV files, 22 KHz, 16-bit, signed integer.

The output is 100% wet.

$ sox i_feel_so_liberated.wav -t wav -e signed-integer -b 16 -r 22050 input.wav
$ ./midiverb midiverb.rom 21 input.wav output.wav
channels=2, sample_rate=22050, num=198636

The programs are indexed from 1 in the same way as they are on the original unit.

List of programs

TODO: Create a table with list of programs

Supported ROMs

The effect ROM is not distributed with this program and you have to obtain it yourself. If you own a MIDIVERB/MIDIFEX unit and don't want to dump the EEPROM yourself, you might look for a synthesizer rom archive.

This program was tested with the following roms

MD5SUM ROM name
11a460c8e64d3325411bba0c11a2ae49 midiverb.rom
f06003307a93ec09c637146ecaa17948 midifex.rom

midiverb_emulator's People

Contributors

jxhor avatar thement avatar

Stargazers

Gordon JC Pearce avatar  avatar

Watchers

 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.