GithubHelp home page GithubHelp logo

Comments (4)

yaxu avatar yaxu commented on May 26, 2024

This is the startup:

(
// configure the sound server: here you could add hardware specific options
// see http://doc.sccode.org/Classes/ServerOptions.html
s.options.numBuffers = 1024 * 16;
s.options.memSize = 8192 * 16;
// boot the server and start SuperDirt
s.waitForBoot {
    // ~dirt = SuperDirt(2, s); // two output channels
    ~dirt = SuperDirt(4, s); // four output channels
    ~dirt.loadSoundFiles("/home/alex/Dropbox/projects/dirt/samples");   // load samples (path can be passed) mono is assumed.
    s.sync; // wait for samples
    ~dirt.start([57120, 57121]);        // start listening on port 57120 and 57121
}
)

from superdirt.

yaxu avatar yaxu commented on May 26, 2024

I set number of ins and outs, and can see four in and out of supercollider in qjackctl now, but still getting the error:

(
// configure the sound server: here you could add hardware specific options
// see http://doc.sccode.org/Classes/ServerOptions.html
s.options.numBuffers = 1024 * 16;
s.options.memSize = 8192 * 16;
s.options.numInputBusChannels = 4;
s.options.numOutputBusChannels = 4;
// boot the server and start SuperDirt
s.waitForBoot {
    // ~dirt = SuperDirt(2, s); // two output channels
    ~dirt = SuperDirt(4, s); // four output channels
    ~dirt.loadSoundFiles("/home/alex/Dropbox/projects/dirt/samples");   // load samples (path can be passed) mono is assumed.
    s.sync; // wait for samples
    ~dirt.start([57120, 57121]);        // start listening on port 57120 and 57121
}
)

from superdirt.

telephon avatar telephon commented on May 26, 2024

ok, I'll take a quick look

from superdirt.

telephon avatar telephon commented on May 26, 2024

must be something very simple, I'm just a bit slow right now.

from superdirt.

Related Issues (20)

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.