Giter Club home page Giter Club logo

mp3's People

Contributors

crucialfelix avatar danstowell avatar dyfer avatar sensestage avatar telephon avatar thormagnusson avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mp3's Issues

MP3.playing method throws an error

I get an error when evaluating the .playing method on an MP3 object.

I'm using this code:

s.boot;

m = MP3("http://manager8.streamradio.fr:1600/stream", \readurl);
m.start;

and evaluating this line m.playing; I get the following error:

ERROR: Message 'isPIDRunning' not understood.
Perhaps you misspelled 'pidRunning', or meant to call 'isPIDRunning' on another receiver?
RECEIVER:
   Integer 14757
ARGS:
PATH: /home/nicola/Documents/repos/sketchbooks/SC_sketchbook/MP3/read_ice_radios_from_internet.scd
CALL STACK:
	DoesNotUnderstandError:reportError
		arg this = <instance of DoesNotUnderstandError>
	Nil:handleError
		arg this = nil
		arg error = <instance of DoesNotUnderstandError>
	Thread:handleError
		arg this = <instance of Thread>
		arg error = <instance of DoesNotUnderstandError>
	Object:throw
		arg this = <instance of DoesNotUnderstandError>
	Object:doesNotUnderstand
		arg this = 14757
		arg selector = 'isPIDRunning'
		arg args = [*0]
	MP3:playing
		arg this = <instance of MP3>
	Interpreter:interpretPrintCmdLine
		arg this = <instance of Interpreter>
		var res = nil
		var func = <instance of Function>
		var code = "m.playing;"
		var doc = nil
		var ideClass = <instance of Meta_ScIDE>
	Process:interpretPrintCmdLine
		arg this = <instance of Main>
^^ ERROR: Message 'isPIDRunning' not understood.
Perhaps you misspelled 'pidRunning', or meant to call 'isPIDRunning' on another receiver?
RECEIVER: 14757

Think is because of the wrong .isPIDRunning method on line 155 in MP3.sc file.
Maybe it should be substitued with .pidRunning ?

I'm working on a Ubuntu Studio 22.04 with a supercollider 3.12.2

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.