Howdy, just put up the latest snapshot of our cyclone 0.3 update project at: https://github.com/porres/pd-cyclone/releases/tag/0.3prealpha5
Perhaps someone could do a windows binary for us like the last time? Lucas?
By the way, there'll be streaming of the paper sessions tomorrow and we're scheduled to go live around 11am (new york time), here's the streaming: http://www.nyu-waverlylabs.org/pdcon16/
cheers
by the way, here's our paper we just presented at pdcon16 with further details about the project
https://drive.google.com/file/d/0B3AoiT0xk8fnQ2YzV0lDcGE1dW8/view?usp=sharin...
2016-11-18 21:48 GMT-05:00 Alexandre Torres Porres porres@gmail.com:
Howdy, just put up the latest snapshot of our cyclone 0.3 update project at: https://github.com/porres/pd-cyclone/releases/tag/0.3prealpha5
Perhaps someone could do a windows binary for us like the last time? Lucas?
By the way, there'll be streaming of the paper sessions tomorrow and we're scheduled to go live around 11am (new york time), here's the streaming: http://www.nyu-waverlylabs.org/pdcon16/
cheers
Hi Alex,
Perhaps someone could do a windows binary for us like the last time? Lucas?
Not all objects were created, it stops here [play~]:
cyclone_src/binaries/control/tosymbol.c: In function 'tosymbol_new': cyclone_src/binaries/control/tosymbol.c:187:37: warning: unused parameter 's' [-Wunused-parameter] static void *tosymbol_new(t_symbol *s, int argc, t_atom *argv) ^ cyclone_src/binaries/signal/equals.c: In function 'equals_dsp': cyclone_src/binaries/signal/equals.c:28:34: warning: unused parameter 'x' [-Wunused-parameter] static void equals_dsp(t_equals *x, t_signal **sp) ^ cyclone_src/binaries/signal/play.c: In function 'play_start': cyclone_src/binaries/signal/play.c:169:45: warning: unused parameter 's' [-Wunused-parameter] static void play_start(t_play *x, t_symbol *s, int argc, t_atom * argv){ ^ cyclone_src/binaries/signal/play.c: In function 'play_new': cyclone_src/binaries/signal/play.c:557:34: warning: unused parameter 's' [-Wunused-parameter] static void *play_new(t_symbol * s, int argc, t_atom * argv) ^ cyclone_src/binaries/signal/play.c:647:3: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] pd_error(x, "play~: improper args"); ^ cyclone_src/binaries/signal/play.c: In function 'play_perform': cyclone_src/binaries/signal/play.c:374:39: warning: 'fadegain' may be used uninitialized in this function [-Wmaybe-uninitialized] double fadephase, fadegain; ^ cyclone_src/binaries/signal/play.c:288:19: warning: 'fadephase' may be used uninitialized in this function [-Wmaybe-uninitialized] if (phase < 0 || phase > maxindex) ^ cyclone_src/binaries/signal/play.c:374:28: note: 'fadephase' was declared here double fadephase, fadegain; ^ cyclone_src/binaries/signal/play.o:play.c:(.text+0x117): undefined reference to `forky_hasfeeders' collect2.exe: error: ld returned 1 exit status make: *** [play~.dll] Error 1
Mensaje telepatico asistido por maquinas.
cyclone_src/binaries/signal/play.o:play.c:(.text+0x117): undefined reference to `forky_hasfeeders' collect2.exe: error: ld returned 1 exit status make: *** [play~.dll] Error 1
On play~:
I think the issue is that I borked up the Makefile entry and didn't account for the forky dependency. I fixed that and made a pull to Alex's repo, but he's about to take a flight back home so you can either wait for him to get back to merge the pull or use the Makefile here:
https://github.com/derekxkwan/pd-cyclone/blob/master/Makefile
I basically got rid of play~.class.sources line 374 from the scybuf bit (the entire line) and added this bit after that scybuf chunk:
scybufforky :=
shared/unstable/forky.c
shared/cybuf.c
play~.class.sources := cyclone_src/binaries/signal/play.c $(scybufforky)
Hopefully that works/unborks!
Derek
Hi Derek,
I used your "Makefile" and all objects compiled successfully on w32.
I put the binaries here:
http://lucarda.com.ar/x/cyclone.0.3prealpha5_Win32.zip
I moved all helps and used abs to the same dir as the objects, also moved there the two 3th party.dlls needed for w32 (libgcc_s_dw2-1.dll and pthreadGC-3.dll)
Salutti, Lucarda.
Mensaje telepatico asistido por maquinas.
From: Derek Kwan derek.x.kwan@gmail.com Sent: Tuesday, November 22, 2016 4:57 PM To: Lucas Cordiviola Cc: pd-list@lists.iem.at Subject: Re: [PD] another cyclone0.3 pre-alpha
cyclone_src/binaries/signal/play.o:play.c:(.text+0x117): undefined reference to `forky_hasfeeders' collect2.exe: error: ld returned 1 exit status make: *** [play~.dll] Error 1
On play~:
I think the issue is that I borked up the Makefile entry and didn't account for the forky dependency. I fixed that and made a pull to Alex's repo, but he's about to take a flight back home so you can either wait for him to get back to merge the pull or use the Makefile here:
https://github.com/derekxkwan/pd-cyclone/blob/master/Makefile
I basically got rid of play~.class.sources line 374 from the scybuf bit (the entire line) and added this bit after that scybuf chunk:
scybufforky :=
shared/unstable/forky.c
shared/cybuf.c
play~.class.sources := cyclone_src/binaries/signal/play.c $(scybufforky)
Hopefully that works/unborks!
Derek
-- Derek Kwan www.derekxkwan.comhttp://www.derekxkwan.com
Perhaps someone could do a windows binary for us like the last time? Lucas?
also btw I've just redone [average~] to have a signal outlet rather than a float outlet if you want to check that out as well =), that change did get merged into Alex's repo. the new [play~] and [average~] haven't gone through the thorough Porres-tests yet though.
Derek
also btw I've just redone [average~] to have a signal outlet rather than
a float outlet if you want to check that out as well =),
Works Ok with both types, in the help its connected to a [number] and I tested with [snapshot~] and also worked. Btw the help is saying that is a Signal outlet.
the new [play~] and [average~] haven't gone
through the thorough Porres-tests yet though.
[play~] works Ok, at least with the short sample of the help patch.
Salutti, Lucarda.
Mensaje telepatico asistido por maquinas.
From: Derek Kwan derek.x.kwan@gmail.com Sent: Tuesday, November 22, 2016 5:04 PM To: Lucas Cordiviola Cc: pd-list@lists.iem.at Subject: Re: [PD] another cyclone0.3 pre-alpha
Perhaps someone could do a windows binary for us like the last time? Lucas?
also btw I've just redone [average~] to have a signal outlet rather than a float outlet if you want to check that out as well =), that change did get merged into Alex's repo. the new [play~] and [average~] haven't gone through the thorough Porres-tests yet though.
Derek
-- Derek Kwan www.derekxkwan.comhttp://www.derekxkwan.com
*> the new [play~] and [average~] haven't gone*
*through the thorough Porres-tests yet though.*
and average~ just failed it :) so really forget that
I'm yet to test [play~] and should have done it but I wanted to release a latest snapshot for PdCon. Maybe skip a windows version for this one 'til I organize a better new release (maybe an actual alpha)
2016-11-22 19:47 GMT-02:00 Dan Wilcox danomatika@gmail.com:
Maybe cyclone needs it’s own mailing list :)
it's usually just a facebook chat between 3 people ;)
Anyway, thanks for trying this Lucas, we fixed the build issue with play~ but we'll keep working on it ;)
cheers
I'm sure Dan didn't mean "cyclone developers shouldn't contact the pd-list if they need feedback" but in any case feel free to write me off-list for the next cyclone w32 compile/test/whatever.
Salutti, Lucarda.
Mensaje telepatico asistido por maquinas.
From: Alexandre Torres Porres porres@gmail.com Sent: Wednesday, November 23, 2016 6:43 PM To: Lucas Cordiviola Cc: Derek Kwan; pd-list@lists.iem.at Subject: Re: [PD] another cyclone0.3 pre-alpha
the new [play~] and [average~] haven't gone
through the thorough Porres-tests yet though.
and average~ just failed it :) so really forget that
I'm yet to test [play~] and should have done it but I wanted to release a latest snapshot for PdCon. Maybe skip a windows version for this one 'til I organize a better new release (maybe an actual alpha)
2016-11-22 19:47 GMT-02:00 Dan Wilcox <danomatika@gmail.commailto:danomatika@gmail.com>: Maybe cyclone needs it's own mailing list :)
it's usually just a facebook chat between 3 people ;)
Anyway, thanks for trying this Lucas, we fixed the build issue with play~ but we'll keep working on it ;)
cheers
Le 23 novembre 2016 19:43:13 GMT+01:00, Alexandre Torres Porres porres@gmail.com a écrit :
*> the new [play~] and [average~] haven't gone*
*through the thorough Porres-tests yet though.*
and average~ just failed it :) so really forget that
I'm yet to test [play~] and should have done it but I wanted to release a latest snapshot for PdCon. Maybe skip a windows version for this one 'til I organize a better new release (maybe an actual alpha)
2016-11-22 19:47 GMT-02:00 Dan Wilcox danomatika@gmail.com:
Maybe cyclone needs it’s own mailing list :)
it's usually just a facebook chat between 3 people ;)
Anyway, thanks for trying this Lucas, we fixed the build issue with play~ but we'll keep working on it ;)
cheers
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list