Re: [PD] [PD-announce] Xth Sense awarded first prize first prize at Guthman Musical Instrument Competition

2012-02-19 Thread Scott McCoid
Congratulations Marco!

I was lucky enough to see your performances during the competition. Great
work!

Scott

On Sun, Feb 19, 2012 at 9:28 AM, Marco Donnarumma de...@thesaddj.comwrote:

 Dear all,

 I'm coming back to Europe in few hours, but wanted to share this news.

 http://www.gtcmt.gatech.edu/news/marco-donnarumma
 ’s-xth-sense-named-world’s-most-innovative-new-musical-instrument

 thanks to the whole community, without which this research would have not
 been possible.
 best wishes,

 --
 Marco Donnarumma
 New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
 ACE, Sound Design MSc by Research (ongoing)
 The University of Edinburgh, UK
 ~
 Portfolio: http://marcodonnarumma.com
 Research: http://res.marcodonnarumma.com | http://www.thesaddj.com |
 http://www.flxer.net
 Director: http://www.liveperformersmeeting.net

 ___
 Pd-announce mailing list
 pd-annou...@iem.at
 http://lists.puredata.info/listinfo/pd-announce

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Xth Sense awarded first prize first prize at Guthman Musical Instrument Competition

2012-02-19 Thread Scott McCoid
Sorry I didn't say anything Marco...yes, I'm definitely a Pd user. I'm
usually just kind of lurking on the mailing list.

On Sun, Feb 19, 2012 at 3:27 PM, Eduardo Flores Abad
m...@eduardoflores.dewrote:

 **
 Congratulations Marco!
 Eduardo

 Am 19.02.2012 15:28, schrieb Marco Donnarumma:

 Dear all,

  I'm coming back to Europe in few hours, but wanted to share this news.

  http://www.gtcmt.gatech.edu/news/marco-donnarumma
 ’s-xth-sense-named-world’s-most-innovative-new-musical-instrument

  thanks to the whole community, without which this research would have
 not been possible.
 best wishes,

 --
 Marco Donnarumma
 New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
 ACE, Sound Design MSc by Research (ongoing)
 The University of Edinburgh, UK
 ~
 Portfolio: http://marcodonnarumma.com
 Research: http://res.marcodonnarumma.com | http://www.thesaddj.com |
 http://www.flxer.net
 Director: http://www.liveperformersmeeting.net


 ___
 Pd-announce mailing 
 listPd-announce@iem.athttp://lists.puredata.info/listinfo/pd-announce


 ___pd-l...@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Data structure array with last element pointing back to first element

2011-10-02 Thread Scott McCoid
Hi,

I've recently started playing around with Pd's data structures, and I need
some help. It's relatively straightforward to create polygons and arrays of
polygons. Though, I'd like to create a closed polygon, where each vertex is
another data structure. I've attached a patch of what I have so far.

I basically just want there to be another line to connect the 4th element of
the array back to the first.

Is it possible to use a [drawpolygon] object where each of the corners would
be another data structure?

Thanks!

Scott


shape-datastruct.pd
Description: Binary data
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] completion-plugin new version

2011-05-27 Thread Scott McCoid
Hi Hans,

I was able to get this working, it ended up being pretty straight forward.
Thanks to everyone for clearing this up!

Scott

On Fri, May 27, 2011 at 11:14 AM, Hans-Christoph Steiner h...@at.or.atwrote:


 On May 17, 2011, at 11:05 AM, yvan volochine wrote:

  On 05/17/2011 02:16 PM, Scott McCoid wrote:

 Can you explain how you got this working on OS X? I've downloaded tcl
 8.5, but I'm a little unclear on what you did.


 on OSX 10.5.8, after installing tcl8.5 from activestate, a new 'wish' ends
 up in /usr/local/bin.

 so if your PATH is set correctly, default 'wish' should be the new one
 (8.5 that is).
 check this with:
 $ which wish
 that should be the new one in /usr/local/bin and not 8.4 one (in
 /usr/bin).

 once this is done, just build pd from git et voilà.



 Actually, on Mac OS X, Pd doesn't use the 'wish' command line program.  It
 is its own Wish.app.  Then it needs the Tcl.framework and Tk.framework.

 .hc


 

 A cellphone to me is just an opportunity to be irritated wherever you
 are. - Linus Torvalds



 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] completion-plugin new version

2011-05-17 Thread Scott McCoid
Hi Rich,

Can you explain how you got this working on OS X? I've downloaded tcl 8.5,
but I'm a little unclear on what you did.

Thanks,
Scott

On Sun, May 15, 2011 at 3:11 AM, Rich E reakina...@gmail.com wrote:

 Ah I got it working from Miller's git repo, its nice!  I'm sure it will
 make programming in pd much faster once I'm used to it.

 Still, does anyone know how to update to tcl 8.5 when using a precompiled
 binary version of pd?

 Cheers,
 Rich


 On Sun, May 15, 2011 at 5:05 PM, Rich E reakina...@gmail.com wrote:

 I'd love to try this out but I'm using Pd-Vanilla, and so tcl 8.4.  Whats
 the easiest way to get pd on OS X to look at my copy of tcl 8.5?  I
 installed it in /usr/local/bin via ActiveTcl... I was hoping not to have to
 compile for source but oh well.

 cheers,
 Rich


 On Sun, May 15, 2011 at 4:19 AM, João Pais jmmmp...@googlemail.comwrote:

 that's great. don't know if you want to, but I would suggest to copy
 another useful max feature: when you click on a send or receive object (the
 same for their audio versions), a pop-up comes up listing how many other
 objects exist using the same variable, and by clicking in any of these
 objects it takes you to the patch where they are.

 João

  hi

 I rewrote autocompletion-plugin which is now called 'completion-plugin'.

 there are some cool new features:

 - new GUI (inspired from desire-data)
 - added an option file
 - auto-creation of completed objects (via Return key)
 - added a 'save_mode' so pd remembers keywords for send/receive/table,
 etc..
 - added a nearly-bash-completion mode
 - completions update as you type
 ...

 there is a video demo there:
 http://vimeo.com/23557543

 you can grab the code there:
 http://github.com/gusano/pd_stuffs/tree/master/gui-plugins/completion

 requirements:
 - pd-0.43
 - tcl8.5

 I could test it on linux and osx only.

 OSX note:
 there are some focus problems with tcl8.5 (x11), but not with tcl8.5
 built with aqua support.

 as usual, bug reports are welcome ;)

 cheers,
 _y

 ___
 Pd-announce mailing list
 pd-annou...@iem.at
 http://lists.puredata.info/listinfo/pd-announce

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



 --
 Friedenstr. 58
 10249 Berlin (Deutschland)
 Tel +49 30 42020091 | Mob +49 162 6843570
 Studio +49 30 69509190
 jmmmp...@googlemail.com | skype: jmmmpjmmmp


 ___
 Pd-announce mailing list
 pd-annou...@iem.at
 http://lists.puredata.info/listinfo/pd-announce




 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.43 test 2 (first 'real' test version) released

2010-08-19 Thread Scott McCoid
Hans,

I know there's a more formal way to enter bugs for the GUI rewrite, but I
encountered an issue when choosing Properties for objects (In my case, a
canvas object). I can't move the window that pops up. There's an offset each
time you open the menu again  and eventually it will make its way towards
the bottom of the screen and I can't access the buttons on the bottom of the
window.

I know I can just press enter and it will exit. You do have to be selecting
Properties a lot to get to this point though. I've attached a screen shot.

Let me know if this is just a matter of changing a parameter and if I need
to post this somewhere else.

Scott
attachment: Properties_Bug.jpg___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.43 test 2 (first 'real' test version) released

2010-08-19 Thread Scott McCoid
This was on Mac OS 10.5.8 with 0.43-0test2.

I just tried it on 10.6.2 with 0.43-test2 without any problems. I'm able to
drag the window.

In the future, is it more appropriate to report these to the bug tracker
linked from the Help section?

Scott

On Thu, Aug 19, 2010 at 6:31 PM, Hans-Christoph Steiner h...@at.or.atwrote:


 Hey Scott,

 Thanks for reporting the bug, can you tell which version you are using?
 Also which platform are you on?

 .hc


 On Thu, 2010-08-19 at 15:16 -0400, Scott McCoid wrote:
  Hans,
 
 
  I know there's a more formal way to enter bugs for the GUI rewrite,
  but I encountered an issue when choosing Properties for objects (In
  my case, a canvas object). I can't move the window that pops up.
  There's an offset each time you open the menu again  and eventually it
  will make its way towards the bottom of the screen and I can't access
  the buttons on the bottom of the window.
 
 
  I know I can just press enter and it will exit. You do have to be
  selecting Properties a lot to get to this point though. I've attached
  a screen shot.
 
 
  Let me know if this is just a matter of changing a parameter and if I
  need to post this somewhere else.
 
 
  Scott



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] How to reset the cicle of a signal

2009-05-31 Thread Scott McCoid
Send a message with a zero to the right inlet, or another number  
depending on the desired phase.

On May 31, 2009, at 6:52 PM, Gabriel Vinazza wrote:


How can i reset the cicle of a signal of an osc or a phasor? I mean
force it to restart from 0

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] compiling netsend~ in osx 10.5

2009-05-20 Thread Scott McCoid
Hello, I've been a long time lurker here on the mailing list and I may  
have some sort of a solution. I wanted to use netsend~ a while ago and  
had the same problem compiling it. I somehow found a solution in the  
pd mailing list archives but I've having trouble finding it again.  
Nonetheless, I do remember it involved modifying the float_cast.h file  
if I'm not mistaken. This ended up working, and the objects work with  
the test-netsend~.pd patch that comes with the files. However, a  
friend of mine and I were having trouble actually sending audio to  
each other (we were able to connect to each other).


I'm not sure if this is proper mailing list etiquette but I've  
uploaded netsend~.pd_darwin, netreceive~.pd_darwin, and the changed  
float_cast.h file to my website. Hopefully this works for people.


http://sdcc15.ucsd.edu/~smccoid/files/pd/

Oh, and I did compile this on a leopard/intel mac.

- Scott


On May 20, 2009, at 9:35 AM, Hans-Christoph Steiner wrote:



no luck there, I am on 10.5.7.  What's needed is an xcode update.   
If you installed xcode 3.0 and then upgraded, sometimes you can fix  
things by uninstalling the whole xcode thing, then reinstalling 3.1  
directly.


.hc

On May 19, 2009, at 11:45 PM, Mario Mora wrote:


Andres

There is an update for leopard (10.5.6 -- 10.5.7) maybe that can  
fix the thing...




2009/5/19 Jose Luis Santorcuato santorcuat...@gmail.com
Leopard... is like a windows vista... hehehe... i have problems  
with blender... live ableton... the graphics... i am trying conect  
net send  and net receive... this week i think the patch be ok.


Cheers from Chile

José

http://www.chilemigra.cl
http://arselectronicachile.blogspot.com/
www.myspace.com/santorcuato




2009/5/19 Hans-Christoph Steiner h...@at.or.at


It seems to be an Mac OS X/Intel 10.5 issue, I get the same:

h...@palatschinken:netsend~  make pd_darwin
cc -DPD -DUNIX -DMACOSX -O2 -Wall -W -Wno-unused -Wno-parentheses - 
Wno-switch -I../../../pd/src -o netsend~.o -c netsend~.c
/var/folders/Yj/YjGPy6WhGTC8aZMfjwpxvTI/-Tmp-//ccp9MAda.s: 
614:no such instruction: `fctiw %st,%st'
/var/folders/Yj/YjGPy6WhGTC8aZMfjwpxvTI/-Tmp-//ccp9MAda.s: 
615:no such instruction: `stfd %st, -32(%ebp)'


make: *** [netsend~.pd_darwin] Error 1

Perhaps its worth reporting to Apple, that's probably a bug in  
their compiler.


.hc


On May 19, 2009, at 2:36 PM, Andres Ferrari wrote:


hello Hans,

the objects was compiled in OSX 10.5.5 with terminal (xcode  
installed in the system)


Do you have the objects compiled for leopard?




Message: 7
Date: Mon, 18 May 2009 15:31:10 -0700 (PDT)
From: Andres Ferrari an...@yahoo.com
Subject: [PD] compiling netsend~ in osx 10.5
To: pd-list@iem.at
Message-ID: 324298.20353...@web111404.mail.gq1.yahoo.com
Content-Type: text/plain; charset=iso-8859-1


hello,

I got netsend~ and netreceive~ sources from this website:
http://www.nullmedium.de/dev/netsend~/


when I compile them netreceive~..pd_darwin is created
without problem, but netsend~.pd_darwin don`t appear and the
terminal show:

ferraris-macbook41:net ferrari$ make pd_darwin
cc -DPD -DUNIX -DMACOSX -O2 -Wall -W -Wshadow -Wno-unused
-Wno-parentheses -Wno-switch -I../../src -Iinclude -o
netsend~.o -c netsend~.c
/var/folders/Pv/PvVeb-QFGxi7XEJGJnt4kk+++TI/-Tmp-//ccWJWAbj.s:614:no
such instruction: `fctiw %st,%st'
/var/folders/Pv/PvVeb-QFGxi7XEJGJnt4kk+++TI/-Tmp-//ccWJWAbj.s:615:no
such instruction: `stfd %st, -32(%ebp)'
make: *** [netsend~.pd_darwin] Error 1


any idea??

thanks!!!


Andr?s Ferrari G.

http://www.myspace.com/anfex







?Obt?n la mejor experiencia en la web!
Descarga gratis el nuevo Internet Explorer 8.
http://downloads.yahoo.com/ieak8/?l=e1




--

Message: 8
Date: Mon, 18 May 2009 20:01:02 -0400
From: Hans-Christoph Steiner h...@at.or.at
Subject: Re: [PD] compiling netsend~ in osx 10.5
To: Andres Ferrari an...@yahoo.com,
pd-list@iem.at
Message-ID: 1242691262.32154.1316109...@webmail.messagingengine.com
Content-Type: text/plain; charset=ISO-8859-1


Wow, that's a crazy error.  Never seen anything like
that.  Perhaps your
compiler setup is messed up?  It built for me in
10.4/PowerPC.

.hc

--
 Hans-Christoph Steiner
 h...@at.or.at


On Mon, 18 May 2009 15:31 -0700, Andres Ferrari an...@yahoo.com
wrote:

hello,

I got netsend~ and netreceive~ sources from this
website:
http://www.nullmedium.de/dev/netsend~/


when I compile them netreceive~..pd_darwin is created
without problem,
but netsend~.pd_darwin don`t appear and the terminal
show:

ferraris-macbook41:net ferrari$ make pd_darwin
cc -DPD -DUNIX -DMACOSX -O2 -Wall -W -Wshadow
-Wno-unused
-Wno-parentheses -Wno-switch -I../../src -Iinclude -o
netsend~.o -c
netsend~.c

/var/folders/Pv/PvVeb-QFGxi7XEJGJnt4kk+++TI/-Tmp-//ccWJWAbj.s:614:no
such
instruction: `fctiw %st,%st'

/var/folders/Pv/PvVeb-QFGxi7XEJGJnt4kk+++TI/-Tmp-//ccWJWAbj.s:615:no