[PD] solitude

2008-04-07 Thread johannes krause
hi hans, hi list,

where i can get the "solitude" patch?
i was downloading it from pd site and was geting some
mpeg stuff.

thanx, johannes



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


[PD] OSC between win and mac

2007-06-18 Thread Johannes Krause
hey list,


i send OSC messages from a windows computer
(running eyecon) to a mac (running pd). 



when i am using:


dumpOSC 7000
 I
 I
OSCroute /Poly1 /Poly2 /Poly3
 I

there is no output in the atomboxes.

 
how to receive OSC messages in pd?

where i have to specify the ip?



shouts joh








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


Re: [PD] loading samples in arrays

2007-06-11 Thread Johannes Krause
Frank Barknecht schrieb:
> Hallo,
> Johannes Krause hat gesagt: // Johannes Krause wrote:
>
>   
>> Georg Holzmann schrieb:
>> 
>>> Hallo Johannes!
>>>
>>>   
>>>   
>>>> i am using the tabplay~ object to play out of 48 arrays.
>>>> it takes alot of time to load the samples in the arrays.
>>>> 
>>>> 
>>> However, you can also try to stream it directly from the harddisk with 
>>> [readsf~] - then you don't have to load them at all !
>>>
>>> LG
>>> Georg
>>>
>>>   
>>>   
>> gruss georg,
>>
>> i want to loop 4*4 samples at the same time. will readsf~ be good for that?
>> 
>
> It depends: You can just reopen the files of course. remeber to first
> send the "open ..." command before sending another 1 to resume
> playing. If this will be smooth depends on your material, but maybe
> you can mask the transition a bit, for example by using two readsf~ to
> play the same file and start them slightly shifted (maybe prepare your
> soundfiles accordingly).
>
> Another possibility is for example illustrated in the class material
> Tom Erbe just posted: It shows how you can load only part of a sample
> into a table.  See:
> http://music.ucsd.edu/~tre/172/w6a-soundfilerbuffering.pd
> http://music.ucsd.edu/~tre/classblog.php
>
> (Probably works best with a threaded soundfiler.)
>
> And finally you can combine the partial soundfiler loading ("-skip
> ...") with readsf~ playing by loading e.g. the beginning of a sample
> into a table and then switch over to playing the rest of the sample
> from disk with readsf~. You can do this to smooth out possible
> loop-point clicks as well by fading out readsf~ and switching over to
> table-playing again. 
>
> Lots of possibilities, some slightly hackish, but that's part of the
> fun.
>
> Ciao
>   
hey list,


i ve tried 2 options to play at least 7 quad-samples out of  the arrays.

first way is to play the sample with readsf~  and write it straight
into 4 arrays with tabwrite~.  when readsf~ finished then start  play
out of the
arrays.  this needs a lot of time to start playing - maybe depending on
the length
(each quad-sample is 90 sec) - and  interrupts before it plays out of
the arrays.


second way based on

http://music.ucsd.edu/~tre/172/w6a-soundfilerbuffering.pd

...is to use the soundfiler wich gets 2 messages by a bang and reading
the same
quad-sample into 8 arrays (2 buffer, each buffer 4 arrays)  and switch
betrween them
at a specified sample. (in this case 661500 samples)

so when i try to play 7 samples, iam going to read in 56 arrays at same
time, with
tabplay~ it needs 10 sec to start playing.

when i read the second buffer later the the the first one it takes about
5 sec to play
and it interrupts at the transition.



any idea to handle that kind of problem?

other ways to get much better results?




thanks and shouts . joh





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


Re: [PD] messages in time

2007-06-10 Thread Johannes Krause
Frank Barknecht schrieb:
> Hallo,
> Johannes Krause hat gesagt: // Johannes Krause wrote:
>   
>> how to block or freeze a message in time?
>> i want to send 2 messages. one should
>> recieved later than the other one.
>> 
>
> There are various ways. A simple one is to put both messages in a
> message box seperated by a comma. Then both will come after each
> other. If you want to temporarily store any normal message, you can
> use the [list] object's right inlet. Send a bang to the left inlet to
> retrieve the message. A more complex setup is possible with
> list-fifo.pd from the [list]-abs collection, which is a first in,
> first out buffer for arbitrary messages (list-lifo is the same for
> last in, last out). Just send messages to its second inlet and get the
> messages out again one by one with bangs into the first inlet.
>
> Ciao
>   
thanks frank,

list is exactly the object i was searching for.

joh

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


[PD] messages in time

2007-06-09 Thread Johannes Krause
hi list,

how to block or freeze a message in time?
i want to send 2 messages. one should
recieved later than the other one.

thanks joh.


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


Re: [PD] loading samples in arrays

2007-06-02 Thread Johannes Krause
Georg Holzmann schrieb:
> Hallo Johannes!
>
>   
>> i am using the tabplay~ object to play out of 48 arrays.
>> it takes alot of time to load the samples in the arrays.
>> 
>
> However, you can also try to stream it directly from the harddisk with 
> [readsf~] - then you don't have to load them at all !
>
> LG
> Georg
>
>   
gruss georg,

i want to loop 4*4 samples at the same time. will readsf~ be good for that?


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


[PD] loading samples in arrays

2007-06-02 Thread Johannes Krause
hi list,

i want to play 48 samples (12 quadrophonic) in pd, each about 4 min at
44.1 kHz.

i am using the tabplay~ object to play out of 48 arrays.
it takes alot of time to load the samples in the arrays.

what is the best way to load the samples into the arrays in less time?
is it more efficient to use 4 channel audio files with soundfiler?

joe


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


Re: [PD] Gem: can't load library

2006-12-02 Thread Johannes Krause
yo list,

i was installing gem and libmpeg1,
but i still got this problem when starting pd,
the pd window shows now:

/dev/dsp (read/write): Device or resource busy
(now will try write-only...)
/dev/dsp (writeonly): Device or resource busy
/usr/local/pd/lib/pd/extra/Gem.pd_linux:
/usr/local/pd/lib/pd/extra/Gem.pd_linux
: undefined symbol: glDeleteProgramsNV
Gem: can't load library

i am running 3 pd versions on my laptop, these give back different
fault-messages to the
pd windows.  my latest version (look above). the other ones (
pd-extendet and an old version) shows this:

/dev/dsp (read/write): Device or resource busy
(now will try write-only...)
/dev/dsp (writeonly): Device or resource busy
/dev/dsp (readonly): Device or resource busy
Gem: can't load library
cyclone: can't load library
zexy: can't load library
maxlib: can't load library  

thanks for help, yohannes




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


Re: [PD] Gem: can't load library

2006-12-01 Thread Johannes Krause
Georg Holzmann schrieb:
> Hallo!
>
>> /usr/local/pd/lib/pd/extra/Gem.pd_linux: libmpeg.so.1: cannot open
>> shared object file: No such file or directory
>> Gem: can't load library
> [...]
>> what`s the problem?
>
> it seems that you don't have libmpeg ...
>
> how did you install pd and all the externals ?
> because if you are on ubuntu you can also use the gem debian packages,
> where all the dependencies will be resolved automatically ...
>
> LG
> Georg
>
gruss,

i installed about
http://autobuild.puredata.info/auto-build/2006-11-14/Pd-0.39.2-extended-2006-11-14-linux-i686-ubuntu-dapper-i386.tar.bz2

i never heard about, so you may explain about gem debian packages and
where i can find it... thanks for help. gruss joh

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


[PD] Gem: can't load library

2006-12-01 Thread Johannes Krause
hey pd-list,

i am running pd on linux- ubuntu, when I starting pd
the pd window shows :

/usr/local/pd/lib/pd/extra/Gem.pd_linux: libmpeg.so.1: cannot open
shared object file: No such file or directory
Gem: can't load library

and some objects like /ftos/ will not be created. /
/I checked the binaries to load but Gem, cyclone, zexy,and maxlib is
already subscriped.
what`s the problem?

thanks johannes


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


[PD] Gem: can't load library

2006-12-01 Thread Johannes Krause
ey pd-list,

i am running pd on linux- ubuntu, when I starting pd
the pd window shows :

/usr/local/pd/lib/pd/extra/Gem.pd_linux: libmpeg.so.1: cannot open
shared object file: No such file or directory
Gem: can't load library

and some objects like /ftos/ will not be created. /
/I checked the binaries to load but Gem, cyclone, zexy,and maxlib is
already subscriped.
what`s the problem?

thanks johannes


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


[PD] Gem: can't load library

2006-12-01 Thread Johannes Krause
hey pd-list,

i am running pd on linux- ubuntu, when I starting pd
the pd window shows :

/usr/local/pd/lib/pd/extra/Gem.pd_linux: libmpeg.so.1: cannot open
shared object file: No such file or directory
Gem: can't load library

and some objects like /ftos/ will not be created. /
/I checked the binaries to load but Gem, cyclone, zexy,and maxlib is
already subscriped.
what`s the problem?

thanks johannes


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