Re: [PD] pd wii remote?

2010-01-15 Thread alvaro
I've been using this lib on Linux for ages and it works quite well:

http://youngmusic.org/wiki/index.php/Wiilib

It might (or not) compile on OSX

greets
alvaro 


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


Re: [PD] Pure Data and Processing

2009-11-19 Thread Alvaro
Hi

I've been working on this OSC protocol specially targeted at using Processing 
for the UI and Puredata for the sound generation.
It is based on work by Fabian Ehrentraud. Here it is: 

http://gombology.net/

There are some examples and documentation, a processing library, Javadoc 
documentation for the Java/Processing API and also some known problems to 
discuss.

best,

Alvaro


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


Re: [PD] life as a new media artist

2009-10-30 Thread Alvaro
you can get an artist in residence grant at daad.org, waag.org, nimk.nl etc. 
you will need some impressive letters of recommendation by somebody big like 
your teacher or galerist though

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


Re: [PD] programming resources C\C++ to learn how to write externals for pd

2009-07-13 Thread Alvaro
There are also online wikibooks for C and C++ 

http://en.wikibooks.org/wiki/C_Programming

http://en.wikibooks.org/wiki/C++_Programming/TOC2

alvaro

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


Re: [PD] Wiimote on pure dyne

2009-04-16 Thread Alvaro
Hi,

this might not be a problem with Wiimote, but rather a special thing of using 
pre-installed system. 
You have to make what they call a NEST to save your own settings and so on.

http://code.goto10.org/projects/puredyne/wiki/DocNesting

Alvaro




- ursprüngliche Nachricht -


--

Message: 1
Date: Wed, 15 Apr 2009 14:37:01 +
From: Nicanor Garcia 
Subject: [PD] Wiimote on pure dyne
To: pd-list@iem.at
Message-ID:

Content-Type: text/plain; charset=iso-8859-1

Hello, I just installed pure dyne linux portable distro on my USB and I'm
trying to configure it to my needs.

I need to use the Wiimote object which is an external, but I haven't been
able to do so.

When I try to change the paths or the startup settings on Pure Data and I
click Save all settings and then OK, the next time I open the window the
changes I made are gone so it wont load the external.

What can I do to change the settings?

Or how can I load this external in other way?

Thank you very much.

Nicanor Garcia O.
-- next part --
An HTML attachment was scrubbed...
URL: 

--


 ursprüngliche Nachricht Ende 

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


Re: [PD] Needed libs for extended on Linux

2009-04-14 Thread Alvaro
Hi,

you could get a list of dependencies by first installing the puredata package 
with synaptic and then looking in properties - dependencies.

But then these dependencies have dependencies of their own and so on, so this 
is probably a neverending story.

If you are working offline, you could consider using a bootable cd with 
everything pre-installed, like puredyne:

http://code.goto10.org/projects/puredyne/

Hope it helps.chao
Alvaro





- ursprüngliche Nachricht -

Message: 3
Date: Mon, 13 Apr 2009 19:58:23 -0500
From: Nicanor Garcia 
Subject: [PD] Needed libs for extended on Linux
To: pd-list@iem.at
Message-ID:

Content-Type: text/plain; charset=iso-8859-1

Hello,

Sorry to bother you with this question but I'm really in a hurry.

I need to install pd-extended on a machine that doesn't have access to
internet, it is a machine in my university.

We installed Ubuntu Studio 8.04 on it and it's working fine.

I forced the installation with the deb package but I got some errors about
Gem and others externals not working because of some needed libs.

For tomorrow I need to work with all the audio objects so I was thinking
about downloading the deb packages for the needed libs in my house and
taking them in an Flash memory, but I'm not sure which packages do I really
need.

I'll apreciate if you could help me.

Thank you very much in advance.

Nicanor Garc?a O.
-- next part --
An HTML attachment was scrubbed...
URL: 

--


 ursprüngliche Nachricht Ende 

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


Re: [PD] Ubuntu 8.1 HID object

2009-04-04 Thread alvaro
Hi,

quick fix: 

sudo chown root:audio /dev/input/*

this changes the group ownership of everything under /dev/input to group
audio, of which you are presumably a member. This makes your system
slightly more vulnerable, but it will be reverted the next time you
boot. 

Alvaro

On Fr, 2009-04-03 at 20:27 +0200, pd-list-requ...@iem.at wrote:
 
 --
 
 Message: 2
 Date: Fri, 3 Apr 2009 05:04:27 -0700 (PDT)
 From: tf...@learnkanji.ca
 Subject: [PD] Ubuntu 8.1 HID object
 To: pd-list@iem.at
 Message-ID:
   d29ee3585f7e90f4a8346d07a39118d3.squir...@mail.learnkanji.ca
 Content-Type: text/plain;charset=iso-8859-1
 
 Hi,
 
 I have been unable to get the Ubuntu HID object working with my mouse or
 my Wacom Graphire4 in Ubuntu 8.1. I am currently using Wintablet in
 windows but to use it the top window has to be wintablet, not PD so PD
 can't get keyboard events at the same time as wacom events.
 
 I don't get error messages but no events come out. I searched the mail
 archives and followed the advice there. I am not getting any output when I
 do sudo cat /dev/input/event0-10 or /dev/input/mouse0 or /dev/input/mice
 or /dev/input/wacom. The Xorg.conf doesn't contain anything related to
 Wacom, it is all handled by HAL in Ubuntu 8.1. Is that where the problem
 is coming from? Has anyone sorted this out already?
 
 
 
 



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


[PD] OSCX or mrpeach/osc ?

2009-03-25 Thread Alvaro
Hi,

I'm working on a new patch that uses OSC. I've been using OSCX so far, but then 
I came accross a page on pdpedia
that claims OSCX is no longer maintained, and that I should use mrpeach's 
objects instead. SVN history seems to confirm this, but then OSCX worksforme, 
is well documented, and there are plenty of examples. 
So, I don't want to step on anybody's toes, but what is the right choice for a 
new project? The alternative, to build an abstraction layer, would mean a lot 
of extra work. mrpeach are you there?

alvarito

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


[PD] OSC controlled audio file player

2009-03-21 Thread alvaro
Hi all,

I just spawned a rather bombastic project, called OSCPlayer. The
complete description is on 

http://puredata.info/Members/alvarito/OSCPlayer

Here's the short version:

=

During the Radio1:1 (htp://www.radioeinszueins.de) experiment, Berlin,
June to August 2006, our team decided to build a broadcasting system
that would cover our special needs. 

As a programmer, the mayor difficulty I had to face was the lack of a
player that could be controlled remotely through a standard protocol. I
finally settled for writing plug-ins for the Icecast streaming server.

While this worked as a temporary solution, it was apparent right from
the start that we were missing a central component: a player that would
take commands from a scheduler, do crossfades, switch to a life stream
or streams from external sources, blend in the station jingle, do
dynamic range compression, and then pipe the output to Icecast. 

While Puredata is not the obvious choice for building such a player,
such an implementation can be an excellent prototype as well as a
reference, and IMHO an interesting experiment.



WOW am I going to bother you with questions during the next couple of
months. Any kind of input much appreciated.

Best,
Alvaro


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


[PD] kein Betreff

2009-03-09 Thread Alvaro
Hi,

I'm having trouble using [piperead~] on Ubuntu Linux. When I try the example 
from the help file, [pipewrite~] works ok, but [piperead~] crashes with a 
segfault.
Anybody having similar trouble, or perhaps knows a solution? Thanks. einszueins.

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