Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Princeton-CDH/bitKlavier

The piano, digitally reinvented.
https://github.com/Princeton-CDH/bitKlavier

digital-piano gplv3 juce piano

Last synced: about 1 month ago
JSON representation

The piano, digitally reinvented.

Lists

README

        

# bitKlavier: the prepared digital piano

Developed by Dan Trueman, Michael Mulshine, Matt Wang, Davis Polito, Theo Trevisan, Katie Chou, Jeff Gordon, and Camy Streuly.

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3667650.svg)](https://doi.org/10.5281/zenodo.3667650)

bitKlavier takes inspiration from John Cage's *prepared piano*, but instead of screws and erasers we place a reconfigurable collection of digital machines between the virtual strings of the digital piano. Learn more at the [bitKlavier website](http://bitklavier.com).

bitKlavier is built with [JUCE](http://juce.com>), the C++ audio programming framework ([available under GPLv3 license](https://github.com/WeAreROLI/JUCE)).

Development on bitKlavier is sponsored by the [Center for Digital Humanities @ Princeton University](https://cdh.princeton.edu/). See the [CDH project page](https://cdh.princeton.edu/projects/bitklavier/) for more details.

## License

This project is made available under the [GPLv3 license](https://www.gnu.org/licenses/quick-guide-gplv3.en.html)

## Installation

Visit the [releases](https://github.com/Princeton-CDH/bitKlavier/releases) page
to download the latest version. You also need to
download a [resource package with samples and galleries](https://www.dropbox.com/s/az0o1b3lpz9huvg/Resources.zip?dl=0); this resource folder must be placed in your Documents folder.

## Development setup and instructions

Branches in this git repository are named based on [git flow](https://github.com/nvie/gitflow) branching
conventions; *master* contains code for the current release, new feature development
for the next release is in *dev*.

Download [JUCE and Projucer](https://juce.com/get-juce/download) for your platform,
install the [appropriate compiler and devlopment tools](https://www.juce.com/learn/getting-started),
and open the project in Projucer. Code is structured in the standard
Model-View-Controller design pattern.

To compile bitKlavier as a VST plugin, you will also need
[Steinberg's VST-SDK](https://www.steinberg.net/en/company/developers.html).

To run your locally compiled version of bitKlavier, you will also need the
resource folder (see Installation above).