Coder Social home page Coder Social logo

raw's Introduction

raw

random audio workstation. basically a command-line program to generate entire songs from short sample loops.

for me, making an album of music means devising a single process of making music and using that process to generate tracks. my past processes were focused on melody and harmony. for generations I found a process around generative chord changes. for 18,000 I used a coding framework to write small snippets for generative audio. for at the place I tried to devise a paper-and-pen method of developing melodies.

in this current process I'm focusing on effects and structure. I plan on only using samples and trying to elevate the samples by restructuring and juxtaposed effects chains - and have its creation based entirely in a terminal. this current project is based off my other projcets dnb.lua, makebreakbeat, and sampswap. this one should be better capable of cross-platformability.

requirements

  • python3 numpy+scipy
  • sox
  • supercollider

you can install python3 anyway you want, and then install the dependencies with:

python3 -m pip install numpy scipy

sox can be downloaded here (or Linux: apt get sox).

SuperCollider is spread across several places (because you'll need to install all the plugins):

you can click those links to download the files for your system. its also possible to install them by source (i.e. for Raspberry Pi where binaries aren't available):

git clone https://github.com/schollz/raw && cd raw
sudo apt install cmake
make supercollider
make sc3plugins
make miugens
make portedplugins

usage

> git clone https://github.com/schollz/raw
> cd raw
> go build -v
> ./raw stemstitch --config example/config.toml

confg file

see example/config.toml and its directory for how to structure samples for a song and add configuration. basically, the config file lets you setup the song structure for each track, and setup effects based on probabilities (0-1).

license

MIT

raw's People

Contributors

schollz 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.