Git Product home page Git Product logo

howto_co34pt_livecode's People

Contributors

akaihola avatar floschinnerl avatar kisielk avatar lemonnguyen avatar madskjeldgaard avatar sputtering avatar theseanco avatar upow1234 avatar vpratz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

howto_co34pt_livecode's Issues

thisProcess.nowExecutingPath returns nil in SC VIM

The setup file does not work on SC Vim (only tried on Mac OSX) and returns this error:

ERROR: Message ‘dirname’ not understood

The problem is somehow the .nowExecutingPath method. According to the docs: “This method is supported in the SuperCollider IDE, the Macintosh-only SuperCollider.app, and the scel (SuperCollider-Emacs-Lisp) environment. In other editor environments, it will return nil.”

Running just thisProcess.nowExecutingPath does in fact return nil. And thus the .dirname method is not understood cause it's run on nil.

I'm not sure what the alternative would be yet but I'll do a little digging

Single letter names for Proxies

"single letter variables can't hold a proxy, I generally use them to hold other things such as lists if I need them during performances.

I don't know why single letter variables don't work. They just don't."

In what way don't they work? Is there some way they behave differently?
I have files going back to 2012 that contain one letter proxies. (Admittedly they're static setups rather than performances, so they might fail if I tried to do something 'live' with them)

404: Missing links from ProxySpace page

Quarks.install("ddwSnippets") OSX issue

When evaluating

(
Quarks.install("Bjorklund");
Quarks.install("BatLib");
Quarks.install("ddwSnippets");
)

I get:
Installing Bjorklund
Bjorklund installed
Installing BatLib
BatLib installed
ERROR: Quark 'ddwSnippets' not found

However, I am able to install it with Quarks.install("https://github.com/jamshark70/ddwSnippets.git");

How to use proxies in array?

Do you know any way to apply proxies more dinamically in arrays, list or something?

// For example
(
~s = nil!2;
~s[0] = Pbind(\instrument,\default,\dur,Pseq([0.5,Pseq([1],inf)],inf),\amp,1);
~s[0].play;
~s[1] = { Pulse.ar(130, Saw.kr(0.3)) * 0.1 };
~s[1].play;
// Then be able to change: 
~s[0] = Pbind(\instrument,\default,\dur,Pseq([0.5,Pseq([0.25],inf)],inf),\amp,1);
)

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.