Re: [PD] next PdCon?

2020-01-07 Thread Adenosina Tri Phosfato
As someone who organized one of this before - and also quoting Miller - I
say all that you need to do in order to make a PdCon happen is that you
organize it and call it a Pd Convention.

If you like biblical quotes "build it and they will come".

Em ter., 7 de jan. de 2020 às 21:38, Sumeeta Chanda 
escreveu:

> What is a PdCon? shorter camps / formal two-year-program?
>
> On Wed, Jan 8, 2020 at 12:06 AM Christof Ressi 
> wrote:
>
>> Hi,
>>
>> > Im asking because we have a great setup in Leicester in the UK with a
>> few institutions that would probably get behind it if there was the
>> interest.
>>
>> This sounds great! I would love to finally attend a PdCon, so there's
>> definitely interest from my side :-)
>>
>> Christof
>>
>> > Gesendet: Dienstag, 07. Januar 2020 um 23:03 Uhr
>> > Von: "Sean Carroll" 
>> > An: pd-list@lists.iem.at
>> > Betreff: [PD] next PdCon?
>> >
>> > Hi
>> >
>> > I was wondering if there is anyone organising a new PdCon on the
>> horizon. I found some mentions on the list of one that maybe happening in
>> Athens a few years ago??
>> >
>> > Im asking because we have a great setup in Leicester in the UK with a
>> few institutions that would probably get behind it if there was the
>> interest.
>> >
>> > Interested to know what people think?
>> >
>> > All the best
>> >
>> >
>> > ___
>> > Pd-list@lists.iem.at mailing list
>> > UNSUBSCRIBE and account-management ->
>> https://lists.puredata.info/listinfo/pd-list
>> >
>>
>>
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> https://lists.puredata.info/listinfo/pd-list
>>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] next PdCon?

2020-01-07 Thread Sumeeta Chanda
What is a PdCon? shorter camps / formal two-year-program?

On Wed, Jan 8, 2020 at 12:06 AM Christof Ressi 
wrote:

> Hi,
>
> > Im asking because we have a great setup in Leicester in the UK with a
> few institutions that would probably get behind it if there was the
> interest.
>
> This sounds great! I would love to finally attend a PdCon, so there's
> definitely interest from my side :-)
>
> Christof
>
> > Gesendet: Dienstag, 07. Januar 2020 um 23:03 Uhr
> > Von: "Sean Carroll" 
> > An: pd-list@lists.iem.at
> > Betreff: [PD] next PdCon?
> >
> > Hi
> >
> > I was wondering if there is anyone organising a new PdCon on the
> horizon. I found some mentions on the list of one that maybe happening in
> Athens a few years ago??
> >
> > Im asking because we have a great setup in Leicester in the UK with a
> few institutions that would probably get behind it if there was the
> interest.
> >
> > Interested to know what people think?
> >
> > All the best
> >
> >
> > ___
> > Pd-list@lists.iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
> >
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] next PdCon?

2020-01-07 Thread Christof Ressi
Hi,

> Im asking because we have a great setup in Leicester in the UK with a few 
> institutions that would probably get behind it if there was the interest.

This sounds great! I would love to finally attend a PdCon, so there's 
definitely interest from my side :-)

Christof

> Gesendet: Dienstag, 07. Januar 2020 um 23:03 Uhr
> Von: "Sean Carroll" 
> An: pd-list@lists.iem.at
> Betreff: [PD] next PdCon?
>
> Hi
>
> I was wondering if there is anyone organising a new PdCon on the horizon. I 
> found some mentions on the list of one that maybe happening in Athens a few 
> years ago??
>
> Im asking because we have a great setup in Leicester in the UK with a few 
> institutions that would probably get behind it if there was the interest.
>
> Interested to know what people think?
>
> All the best
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
>



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


[PD] next PdCon?

2020-01-07 Thread Sean Carroll
Hi 

I was wondering if there is anyone organising a new PdCon on the horizon. I 
found some mentions on the list of one that maybe happening in Athens a few 
years ago??

Im asking because we have a great setup in Leicester in the UK with a few 
institutions that would probably get behind it if there was the interest. 

Interested to know what people think? 

All the best 


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


Re: [PD] "good" phasor~ in B16.long-varispeed.pd not looping?

2020-01-07 Thread Philipp Schmalfuß

Hi,

i implemented the B16 example in one of my abstractions "pp.sfplayer~"  
which you can download via deken, search for "audiolab".
The onset for tabread4~ is calculated every audio block, so a loop  
will not start between blocks but that's good enough for me..



Quoting "Peter P." :


Hi list,

I am trying to understand the B16.long-varispeed.pd patch that measures
a [phasor~]'s phase to calculate an onset which is to be sent into the
right inlet of a [tabread4~]. The patch shows a good example and a bad
one. Interestingly the [phasor~] in the bad one does produce looping
playback, while the onset value in the "good" example keeps increasing
beyond the end of the table. Perhaps this different behavior is intended?

I am currently trying to adapt an abstraction of mine, which uses
[line~] to read a table from a certain start position to an end position
(also backwards) to use the method from the above example. Seems to be
quite a riddle...

P



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










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


Re: [PD] deken external in database / objectlist file

2020-01-07 Thread IOhannes m zmölnig
On 1/5/20 11:28 PM, João Pais wrote:
> where is it? I downloaded the zip file, used the "find file" button, and
> searched the page, but deken.exe didn't come up.


On https://github.com/pure-data/deken/tree/master/developer#windows is read:
> If you don't want to install Python3, bash (MSYS),... on your Windows
> machine, you can also download self-contained binaries from our
> Continuous Integration setup:
>   Windows 32bit
>   Windows 64bit
>
> These builds are snaphots of the latest development branch of deken.
> If they don't work for you, you might want to check the releases page
> for downloads that have been tested by humans.

the links in this paragraph take me to the exe files.
the "releases" page on github also has windows binaries.

the windows binaries for the cmdline tool are not included in "deken"
package available via deken, as the cmdline tools are targetted at
developers (who want to upload their own packages) whereas the "Find
externals..." button is targetted at users (who want to download other
people's packages).


> 
> Does that mean that a database entry can only be made using the deken
> command line?

no. but it is the simplest way.
i strongly suggest to use it.

having said that: you can also manually upload an objectlist-file, as
described on the page you linked to.

i don't know why you think you can add the information into
`README.txt`, the documentation says that the file must have the same
name as the .dek-file with a .txt appended. so if your deken-package is
called "frobnozzel(Windows-i386-32)(Sources).dek", then the objectlist
file must be called "frobnozzel(Windows-i386-32)(Sources).dek.txt".

the file format is described as:
> The objectlist file has one line per object, with the object-name at
> the beginning, followed by a TAB (\t) and a short (single-line)
> description of the object.

this format doesn't allow for any additional data (e.g. the one you
would like to put into a README.txt).

the part that is missing from the docs is, that this file must be
uploaded besides the .dek file. so the objectlist-file is is *not* part
for the .dek file, but can be downloaded separately.
(so there's also little use in downloading deken packages and searching
their contents for the objectlist)

i hope this helps,

gamsdr
IOhannes




signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list