All Projects → andr-ew → softcut-msp

andr-ew / softcut-msp

Licence: GPL-3.0 License
Max/MSP port of "softcut" audio processor (from monome:norns project)

Programming Languages

C++
36643 projects - #6 most used programming language
Max
122 projects
Makefile
30231 projects

softcut-msp

Max/MSP port of "softcut" audio processor (from monome's 'norns' project) originally written by ezra buchla

installing

head over to the releases tab & download the latest thing, then drop softcut~.mxo from the .zip into your project folder, or add it to your search path. now softcut~ will be an available object !!

using

reference the softcut luadocs for the list of softcut commands. here they take the form of a message contaning: "command value".

use the get_position message to send phase in ms out of 2nd outlet in place of phase-related commands

TODO

  • help patcher
  • write-amplitude dead zone around rate==0.
  • soft clipper fixes (disabled in this version)

building

  • download Max SDK from cycling '74: [https://cycling74.com/downloads/sdk]. this project was buit using the 8.0.3 version of the SDK.

  • clone this repo to max-sdk-8.0.3/source/audio/softcut~

  • build the xcode project.

  • this should create max-sdk-8.0.3/externals/softcut~.mxo; make sure your Max install can find it

  • run the test patch at max-sdk-8.0.3/source/audio/softcut~/softcut-test.maxpat

 

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].