GithubHelp home page GithubHelp logo

sdt's Introduction

SOUND DESIGN TOOLKIT: INSTALLATION INSTRUCTIONS

Note

This fork adds the C implementation of the SeamCarvingAudio algorithm. This is still WIP and it may not be integrated in the future. Please check the SDT repository of this project and the commit changes.

Diffs

I wrote 4 new files:

Pd/seamcarving~-help.pd
src/Pd/seamcarving~.c
src/SDT/SDTSeamCarving.c
src/SDT/SDTSeamCarving.h

I also updated these:

src/Pd/SDT.c
build/macosx/Makefile

The first one simply introduced the seam carving setup in purrdata. The second one has new flags to compile and link GSL library I used to work with matrices.

Todo

  • Update the documentation in SDTSeamCarving.h and SDTSeamCarving.c ๐Ÿ“;
  • Fix all build files (rethink the GSL integration) ๐Ÿ’ฅ;
  • Use the same method of erasing a seam (same as here) ๐Ÿ”จ;
  • Verify and validate the algorithm โœ”๏ธ;
  • Max?
  • Make a coffee โ˜•.

PRECOMPILED BINARIES

Precompiled binaries are available for Max and PureData, running on Mac OS X and Windows. Simply download the universal SDT package for from the official website:

http://www.soundobject.org/SDT

then unpack it and copy the branch for your operating system and platform into the desired destination folder.

COMPILING FROM SOURCE

MAC OS X

  1. In a terminal, type the following commands to compile the software in all its flavors (Max package, Pd library, Apple framework):

     cd build/macosx
     make
    
  2. Install one or more products. The script will install the desired product in the given , creating a SDT subfolder:

     make install_max DSTDIR=<path>
     make install_pd DSTDIR=<path>
     make install_core DSTDIR=<path>
    
  3. To clean the source directories after compilation:

     make clean
    

WINDOWS

To compile the Sound Design Toolkit under Windows, you need a distribution of the GNU C Compiler and a UNIX style shell, as provided in MinGW + MSYS (http://www.mingw.org, recommended) or Cygwin (http://www.cygwin.com).

  1. Once the compilation environment is installed, open its shell and issue the following commands to compile the software in all its flavors (Max package, Pd library, Shared DLL):

     cd build/win32 (or cd build/win64 for the x64 version)
     make
    
  2. Install the desired products. The script will install the desired product in the given , creating a SDT subfolder:

     make install_max DSTDIR=<path>
     make install_pd DSTDIR=<path> (only for 32 bit)
     make install_core DSTDIR=<path>
    
  3. To clean the source directories after compilation:

     make clean
    

LINUX

  1. In a terminal, type the following commands to build the SDT:

     cd build/linux
     make
    
  2. Install the SDT. By default, the building environment will install a shared library in /usr/lib and a collection of PureData externals and patches in /usr/lib/pd/extras/SDT. Root privileges may be required to access the default install path. If you want to change the install path, provide a PREFIX argument:

     make install
     make install PREFIX=<path>
    
  3. To clean the source directories after compilation:

     make clean
    

sdt's People

Contributors

singintime avatar stefademo avatar stepap avatar giovannicapizzi avatar murivan 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.