Giter Site home page Giter Site logo

softcut's Introduction

notice

this project has become stale. current softcut lives in the main norns repo, and is baked into the crone program as one of two jack / OSC clients (the other is a mixer.)

https://github.com/monome/norns/tree/dev/crone

someday i will find time to refactor it into a proper library and port to other platforms/environments.


softcut

library for seamless audio looping

test project for crossfaded sample playback/recording with read/write interpolation and partial erase.

softcut creates a pair of read/write "head" structures, and runs under Portaudio (on mac) or jack (linux.)

the audio process can be controlled by OSC on port number 9999. see OscInterface.h for command paths.

building on norns

requirements:

sudo apt-get install cmake 
sudo apt-get install libboost-dev
sudo apt-get install faust-common

[other requirements should already be installed (libjack-dev, liblo).]

configure and build:

mkdir build && cd build
cmake ..
make

to just build and run the main target (from the top directory)

cmake --build build/ --target softcut
./build/softcut

running: ./softcut. included is a supercollider script to send test OSC commands (test-osc.scd); edit the NetAddr IP for local/remote use.

softcut's People

Contributors

catfact avatar dramirad avatar

Watchers

James Cloos 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.