hhirsch / cs-control

Yamaha Reface CS synthesizer sound generator settings: save and set

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs-control

(C) Carl-Fredrik Enell 2019 fredrik@kyla.kiruna.se

Introduction

I bought a Yamaha Reface CS, a virtual analog mini synthesizer, and got annoyed that Yamaha provides only an iOS app to store the sound settings. There is also an online service, SoundMondo, that shares Reface sound settings using Web Midi in Google Chrome. It works but requires internet access and registration.

Thus, here are two simple command line utilities to read and write Reface CS sound settings.

See the Reface MIDI implementation document available at <URL?>

Dependencies

Installation

A setup script is provided. Typically

$sudo python3 setup.py install

Usage

cs_setsound FILE: read sound settings from FILE and write to Reface CS

cs_getsound FILE: read sound settings from Reface CS and write to FILE

File format

See the included example in examples/patch1

About

Yamaha Reface CS synthesizer sound generator settings: save and set

License:GNU General Public License v3.0


Languages

Language:Python 100.0%