[PD] Number box and CPU load

2008-09-04 Thread Mika Ristimäki
Hi all, I have a one quick question about number boxes and how they effect CPU load. I use number boxes quite a lot for debugging and sometimes I forget to remove them from the final patch or abstraction. So I was wondering do the number boxes cause significant CPU usage even when they

Re: [PD] Csound opcode Moogladder to Pd?

2008-08-26 Thread Mika Ristimäki
Hi, I once made some kind of implementation of the Moogladder filter to Pd. I never evaluated the implementation so I'm not sure if it really sounds as the Csound version or gives the same output as in the paper. It is kind of crude Pd code anyway. =) But I'll attach the patch here if

Re: [PD] how to use [tcpserver] in a non-OSC context?

2008-08-14 Thread Mika Ristimäki
Hi, I don't know if this answers your question but PdMtlAbstractions have convert.pd2ascii and convert.ascii2pd abstractions that I have used to convert lists to ascii data and vice versa. Might be of help. The abstractions can be downloaded from http://wiki.dataflow.ws/PdMtlAbstractions.

Re: [PD] Multiple Audio Devices

2008-06-13 Thread Mika Ristimäki
to adat1 can you do -audioindev 1, and -inchannels 36, does that give you all inchannels? marius. Mika Ristimäki wrote: Hi again, I've been searching the list archives even more and I've found several posts that say that this can be done and that the instructions can be found from

Re: [PD] Multiple Audio Devices

2008-06-11 Thread Mika Ristimäki
Hi again, I've been searching the list archives even more and I've found several posts that say that this can be done and that the instructions can be found from the archives. However I haven't been able to find any instructions. =) So any ideas how to do it in Windows XP? Sorry for

[PD] Multiple audio devices

2008-06-09 Thread Mika Ristimäki
Hi all, I have a problem how to use multiple audio devices in Pd. I tired to search the archives but didn't find anything useful. Anyway... I have RME Fireface 800 audio interface and RME Octamic microphone pre-amplifier. Octamic is connected to Fireface with ADAT. I'm using Windows XP. I

Re: [PD] 32-bit or 64-bit xp for PD?

2008-04-16 Thread Mika Ristimäki
be with externals. Basically, 64-bit support is very close to being production ready, we just need some people willing to do the last testing and fixes. .hc On Apr 15, 2008, at 9:02 AM, Mika Ristimäki wrote: Hi all, I'm sure this has been asked before, but searching the archives I couldn't quite

[PD] Trinity audio group multitrack recorder

2008-02-14 Thread Mika Ristimäki
aware of the Geiger's work with PDa, so any ideas how that port might fit to the above mentioned device?? Or better yet, is there someone already doing the porting?? -Mika Ristimäki ___ PD-list@iem.at mailing list UNSUBSCRIBE and account

[PD] non-audio data in Pd

2008-01-17 Thread Mika Ristimäki
Hi, I was wondering what is the best way to pass non-audio data from object to another. I mean for example I would like to have one object encoding audio and another object sending the encoded audio over a network. So what would be the best way to pass this encoded data to another object?

[PD] About internal delays

2007-11-27 Thread Mika Ristimäki
Hi, all My first post.. how exciting =) Well anyway...just one quick question. Does the audio buffer size that can be adjusted with -audiobuf flag stay constant all the time? Or is it something that PD adjusts dynamically in case of dropped frames or something? I been having some delay related

Re: [PD] About internal delays

2007-11-27 Thread Mika Ristimäki
buffer allows you to more complicated calculation (but increases latency). marius. Mika Ristimäki wrote: Hi, all My first post.. how exciting =) Well anyway...just one quick question. Does the audio buffer size that can be adjusted with -audiobuf flag stay constant all the time