Giter VIP home page Giter VIP logo

punkt's Issues

Can't get it started

Complete newb here:

I tried to install supercolider from the ppa on ubuntu 18.04. It installed SC 3.9.1, which might be outdated.

When running Main.kt it complained about not finding 2 syntdefs: play1 and tb303

Do I have to install 3.11 to have this running=

Not connecting well to SuperColider

Hey,

I followed the instruction, but after running the server, script, and then program in the template, I see as if they communicate with each other, but SD throws over and over again the following errors:

*** ERROR: SynthDef freeGroup not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef lead not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef dist not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef chop not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef djf not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef freeGroup not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef freeGroup not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef lead not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef dist not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef chop not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef djf not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef freeGroup not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef freeGroup not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef lead not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef dist not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef chop not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef djf not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef freeGroup not found
FAILURE IN SERVER /s_new SynthDef not found
FAILURE IN SERVER /n_set Node 1101 not found
FAILURE IN SERVER /n_set Node 1102 not found
FAILURE IN SERVER /n_set Node 1103 not found
FAILURE IN SERVER /n_set Node 1104 not found
FAILURE IN SERVER /n_set Node 1106 not found
FAILURE IN SERVER /n_set Node 1107 not found
FAILURE IN SERVER /n_set Node 1108 not found
FAILURE IN SERVER /n_set Node 1109 not found
FAILURE IN SERVER /n_set Node 1111 not found
FAILURE IN SERVER /n_set Node 1112 not found
FAILURE IN SERVER /n_set Node 1113 not found
FAILURE IN SERVER /n_set Node 1114 not found
FAILURE IN SERVER /n_set Node 1116 not found
FAILURE IN SERVER /n_set Node 1117 not found
FAILURE IN SERVER /n_set Node 1118 not found
FAILURE IN SERVER /n_set Node 1119 not found
FAILURE IN SERVER /n_set Node 1121 not found
FAILURE IN SERVER /n_set Node 1122 not found
FAILURE IN SERVER /n_set Node 1123 not found
FAILURE IN SERVER /n_set Node 1124 not found

In the same time in IntelliJ it looks like it sends normally:

[DefaultDispatcher-worker-8] INFO pl.pjagielski.punkt.jam.Jam - beat 23.5, sample 909cp
[DefaultDispatcher-worker-6] INFO pl.pjagielski.punkt.jam.Jam - beat 23.5, synth lead, note 41, params [sus, 0.5, dec, 0.75, res, 0.1, cutoff, 1753.9036]
[DefaultDispatcher-worker-6] INFO pl.pjagielski.punkt.jam.Jam - beat 23.5, fx dist, params [drive, 0.41950902]
[DefaultDispatcher-worker-6] INFO pl.pjagielski.punkt.jam.Jam - beat 23.5, fx chop, params [sus, 0.6060606, chop, 1.0]
[DefaultDispatcher-worker-6] INFO pl.pjagielski.punkt.jam.Jam - beat 23.5, fx djf, params [cutoff, 0.35024077]
[DefaultDispatcher-worker-6] INFO pl.pjagielski.punkt.jam.Jam - beat 23.75, sample 909cp
[DefaultDispatcher-worker-8] INFO pl.pjagielski.punkt.jam.Jam - beat 23.75, synth lead, note 56, params [sus, 0.5, dec, 0.75, res, 0.1, cutoff, 1738.0347]
[DefaultDispatcher-worker-8] INFO pl.pjagielski.punkt.jam.Jam - beat 23.75, fx dist, params [drive, 0.40980172]
[DefaultDispatcher-worker-8] INFO pl.pjagielski.punkt.jam.Jam - beat 23.75, fx chop, params [sus, 0.6060606, chop, 2.0]
[DefaultDispatcher-worker-8] INFO pl.pjagielski.punkt.jam.Jam - beat 23.75, fx djf, params [cutoff, 0.35006022]
[DefaultDispatcher-worker-8] INFO pl.pjagielski.punkt.jam.Jam - beat 24.0, fx DELAY, params [level, 0.75, echo, 0.75, echotime, 4.0]
[DefaultDispatcher-worker-8] INFO pl.pjagielski.punkt.jam.Jam - beat 24.0, fx REVERB, params [level, 0.75, room, 0.8, mix, 0.5]
[DefaultDispatcher-worker-8] INFO pl.pjagielski.punkt.jam.Jam - beat 24.0, fx COMP, params [level, 0.65, dist, 0.8]
[DefaultDispatcher-worker-8] INFO pl.pjagielski.punkt.jam.Jam - beat 24.0, fx DELAY, params [level, 0.75, echo, 0.75, echotime, 8.0]
[DefaultDispatcher-worker-8] INFO pl.pjagielski.punkt.jam.Jam - beat 24.0, fx REVERB, params [level, 0.75, room, 2.0, mix, 0.8]
[DefaultDispatcher-worker-8] INFO pl.pjagielski.punkt.jam.Jam - beat 24.0, fx COMP, params [level, 0.65, dist, 0.7]

Any idea what might it be?

Live updating not working anymore?

I have cloned the repo yesterday. Everything works but the live update as I change the live.kts kotlin script is not triggering. Might be due to a Kotlin update, since the repo was last updated last year? I'd love if it worked again, hope it can be fixed

SuperCollider memory allocation problems

Hey, the library looks great, thanks for creating this!

I tried to launch the sample from punkt - template, but it seems like SuperCollider buffers are not handling it well using default setup.
It plays for a second or two and then stops, and SuperCollider server is outputting

FAILURE /s_new alloc failed, increase server's memory allocation (e.g. via ServerOptions)

I tried to increase buffer size using ServerOptions, but it did not help much.
Can you share your setup on this?

SynthDef cannot be found on SuperCollider 3.11.0

I have followed the steps on the README file, but I receive an error on SuperCollider 3.11.0

  • Clone punkt and punkt_template
  • Open punk_template in IntelliJ.
  • Open SuperCollider 3.11.0, and open and run punkt.scd
  • Run main.kt on IntelliJ

In IntelliJ, the project seems to be running nicely:

In SuperCollider, the following lines are dropped:

FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef play1 not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef tb303 not found
FAILURE IN SERVER /s_new SynthDef not found

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.