Code Monkey home page Code Monkey logo

polypitch's Introduction

PolyPitch

A SuperCollider plugin

This is a SC plug-in for multiple fundamental frequency tracking, after Anssi Klapuri's 2008 paper 'Multipitch analysis of polyphonic music and speech signals using an auditory model'

PolyPitch is released under GNU GPL 3, for SuperCollider 3, by Nick Collins

Note: I provided this SuperCollider plugin here from Nick Collin's website in order to provide a convenient way to download a copy of PolyPitch with help files that have been updated to the .schelp format (for newer versions of SuperCollider) as well as up to date precompiled binaries for the newest SuperCollider version (files ending with .scx or .so etc).

Installation

To install: put the PolyPitch folder in your SC extensions directory. Copy into that folder a PolyPitch.scx file. There are some prebuilt ones provided, and compilation instructions also follow.

Prebuilt binaries can be found on the "releases" tab above.

Compiling

To compile for platforms other than Mac, using the SC native FFT interface, comment out: \#define OSXACCELERATENOTSCFFT in MultipitchHeader.h

Compilation requires libsamplerate from http://www.mega-nerd.com/SRC/

Compilation example: 64 bit (e.g. SC 3.6)

Make sure in CMakeLists.txt that the 64bit library linking line is uncommented and 32bit is commented Then on the command line (assuming CMake is installed and you have the source code of SuperCollider at /data/gitprojects/scdev/supercollider):

cmake -DSC_PATH=/data/gitprojects/scdev/supercollider -DCMAKE_OSX_ARCHITECTURES='x86_64'
make

Compilation example: 32 bit on OS X

Make sure in CMakeLists.txt that the 32bit library linking line is uncommented and 64bit is commented

Then on the command line (assuming CMake is installed and you have the source code of SuperCollider at /data/gitprojects/supercollider):

cd into build directory
cmake -DSC_PATH=/data/gitprojects/supercollider -DCMAKE_OSX_ARCHITECTURES='i386' ..
make

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.