Git Product home page Git Product logo

nono_apierre's Introduction

Electronics for Luigi Nono's A Pierre. Dell'Azzurro Silenzio, Inquietum

Electronics in SuperCollider for Luigi Nono's A Pierre. Dell'Azzurro Silenzio, Inquietum.

Before beginning

Some slight changes must be made in order for this to function:

Get an impulse response

The reverb uses a convolution reverb which requires an impulse response. For a great collection of free responses, see The Echo Thief.

Modify paths

In main.scd, the following lines must be modified:

  • Line 18:

    metaEnvir.thisDir = "path/to/this/file".standardizePath; // set the directory

    Change the path to whatever the directory is that main.scd is placed in. If you're using the SC IDE or Emacs, using thisProcess.nowExecutingPath.dirname should work fine.

  • Line 37:

    rev.irPath = "path/to/your/impulse/response".standardizePath;

    Set the path to your impulse response.

Check your MIDI device

Set your MIDI device

Also in main.scd:

  • Line 32:

    midi.out = MIDIOut.newByName("yerMIDIdevice", "Port 1"); // for sending midiout

    Set your MIDI device however you wish. Using .newByName is an easy way to ensure you connect with the correct device and port each time.

In all likelihood, you'll need to modify the MIDI CC channels for your device. This can be done in SC/midi.scd. A function is available there that clears the reverb buffers to better facilitate rehearsals.

nono_apierre's People

Contributors

woolgathering avatar

Stargazers

 avatar

Watchers

 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.