Message: 2
Date: Tue, 19 Jan 2016 15:41:11 -0500
From: "me.grimm" <
megrimm@gmail.com>
To: Alexandre Torres Porres <
porres@gmail.com>
Cc: "
pd-list@lists.iem.at" <
pd-list@lists.iem.at>
Subject: Re: [PD] pd for c.h.i.p.
Message-ID:
<
CACE5Q16f=p0L_Hi+wrXAZ+z5b+aLqRiYFHt6Ln1kSLAk1WYPqQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
the audio input looks awesome:
http://docs.getchip.com/#microphone-and-audio-inputjust "scrape and slice" and "solder blob"
:)
On Tue, Jan 19, 2016 at 2:56 PM, Alexandre Torres Porres <porres@gmail.com>
wrote:
I was getting it today, but it turned out that the 9$ board was overtaxed
in customs to a total of 160 brazilian reais (that's about 40$ tax on a 9$
thing, yeah...) so I'm asking them nicely to please not screw me that much
and so hard and revise the price I have to pay... it might be another month
or so 'til I see the end of this :) wish me luck
in the meantime, I'd love to hear if anyone else is having fun with it and
Pd
cheers
2016-01-19 17:49 GMT-02:00 katja <katjavetter@gmail.com>:
Congratulations, if you get it today. The kickstarter blog doesn't
provide technical info. Better look here:
http://docs.getchip.com/#introduction
It says that CHIP runs a Debian system. You can install package
puredata through Synaptic (is pre-installed), or through command
apt-get. I bet it's also possible to use Miller's RPi builds.
If you install puredata from repository (Synaptic, apt-get) you could
disable recommended dependencies, being GEM in this case, which will
not work on CHIP anyway.
Keep us updated!
Katja
On Tue, Jan 19, 2016 at 7:04 PM, Alexandre Torres Porres
<porres@gmail.com> wrote:
hi, I'm getting my c.h.i.p. in the mail today, anybody else is checking
this
new board?
https://www.kickstarter.com/projects/1598272670/chip-the-worlds-first-9-computer
My greatest interest is, of course, installing Pd in it, I wonder if
anyone
else is compiling Pd for it and if there are plans to offer a compiled
version for its system
thanks
_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
--
____________________
m.e.grimm, m.f.a, ed.m.
syracuse u., tc3
megrimm.net
____________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160119/d453d83f/attachment-0001.html>
------------------------------
Message: 3
Date: Tue, 19 Jan 2016 22:11:34 +0000
From: <schafferdavid@hotmail.com>
To: "pd-list@iem.at List" <pd-list@iem.at>
Subject: [PD] Bluetooth button control
Message-ID: <DUB405-EAS32CD245CB6350AA1BA29A5BFC10@phx.gbl>
Content-Type: text/plain; charset="utf-8"
Hi, I'd like to know if anyone out there has ever used a Bluetooth button to remotely control pd. I would like to use several of those on a theatre set to trigger individual sounds.
Thank you.
D.S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160119/626371e5/attachment-0001.html>
------------------------------
Message: 4
Date: Wed, 20 Jan 2016 01:02:48 +0100
From: IOhannes m zmölnig <zmoelnig@iem.at>
To: pd-list@lists.iem.at
Subject: Re: [PD] closebang and initbang in Vanilla
Message-ID: <569ECEA8.1020201@iem.at>
Content-Type: text/plain; charset="utf-8"
On 01/19/2016 10:00 AM, IOhannes m zmoelnig wrote:
On 2016-01-19 00:42, Miller Puckette wrote:
OK... the support should be in git
thank you very much.
ok.
so the new and shiny iemguts-0.2 [1] features both [initbang] and
[closebang].
these will magically start working as soon as use Pd>=0.47.
this also means, they magically won't work with any *currently*
available Pd (even git, which still claims to be 0.46)...
(hint: shouldn't the version number in m_pd.h be bumped to something
line "0.47-0 ([WIP])"?)
Debian packages have been uploaded, they should appear in the archives
within the next few hours.
gmsadr
IOhannes
[1] https://git.iem.at/pd/iemguts/tags/v0.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160120/4561d023/attachment-0001.sig>
------------------------------
Message: 5
Date: Wed, 20 Jan 2016 00:09:30 +0000 (UTC)
From: Jonathan Wilkes <jancsika@yahoo.com>
To: IOhannes m zmoelnig <zmoelnig@iem.at>, "pd-list@lists.iem.at"
<pd-list@lists.iem.at>
Subject: Re: [PD] closebang and initbang in Vanilla
Message-ID:
<1022934957.8099010.1453248570863.JavaMail.yahoo@mail.yahoo.com>
Content-Type: text/plain; charset="utf-8"
so one from the new millenium: locking a network ressource (e.g. an
gigabit IP-camera that saturates the the network once it's told to start
delivering frames).
What happens currently if you click <ctrl-c> in the terminal on a Pd
instance that's using that network resource?
Is LB_PANIC a public interface (having an external and/or pd class interface)?
Or is it a private interface that Pd would use to call free methods?
Is there a deep reason to have it named "panic" which clashes with its meaning
in Linux?
I don't have any examples to
hand, except a rather lame one: sending an all-notes-off message to some MIDI
output.
A naive question-- suppose I have a [foo] external in my patch and click <ctrl-c>.If LB_PANIC calls foo_free, and I have a blocking call there to free up
resources for libborksalot.so, what happens? If that resource just hangs, is
my terminal likewise now hanging, unresponsive?
-Jonathan
On Tuesday, January 19, 2016 3:52 PM, IOhannes m zmoelnig <zmoelnig@iem.at> wrote:
On 2016-01-19 20:59, Miller Puckette wrote:
Sort of. I think it's a bad idea to go through and close all the windows
(sometimes closing a window takes time) - but just send objects a message
in case they need to get off some resource.
i'm not really interesting about "closing windows".
what i do want is to call the "free" method of each object though
(assuming that those objects are written properly to free any open
ressources in their destructor).
I don't have any examples to
hand, except a rather lame one: sending an all-notes-off message to some MIDI
output.
so one from the new millenium: locking a network ressource (e.g. an
gigabit IP-camera that saturates the the network once it's told to start
delivering frames).
fgamsd
IOhannes
_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160120/6cbdbaec/attachment.html>
------------------------------
Subject: Digest Footer
_______________________________________________
Pd-list mailing list
Pd-list@lists.iem.at
to manage your subscription (including un-subscription) see
http://lists.puredata.info/listinfo/pd-list
------------------------------
End of Pd-list Digest, Vol 130, Issue 71
****************************************