Re: [PD] HELP Please! Pd-0.40.3-extended on Windows 7 with Fireface 400 to get 4 outs

2011-10-07 Thread Patrice Colet
Hello Lorenzo,

 I own a fireface 400 and use it under windows, so maybe I could be some help...


- "Lorenzo Sutton"  a écrit :

> Sorry to answer myself but no feedback on this an had some time today
> to 
> test.
> Turns out that if I select ASIO I have no option to have multiple 
> input/outputs as MIMO (or whatever the other windows system is
> called).

Where do you expect to have 'multiple input/output' ?

if I use FIREFACE asio I can use [dac~ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 
17 18]
and [adc~ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18]

just make sure that drivers are not already used by windows system, because it 
could make
this unstable.


> I tried some command line switches but to no avail and had to fall
> back 
> to stereo.

The only command line I use is about setting -asio -audiobuff -audioindev 
-audiooutdev

when starting pd from a batch file, just to be sure to use asio fireface with 
low latency and all input/output

but pd would save those settings once it has been applied through pd audio 
dialog.

 I have sometimes to use pd -listdev to check out where the hell are FIREFACE 
asio
because audio device number are often moving whenever I have other drivers 
enabled or not,
but I've heard about some solutions to get/set it from a patch,
maybe IOhannes could give some hints about this.

 Be sure you don't have jackdmp installed because it is conflictual with last 
portaudio release.

> 
> I wonder what is the smallest latency I can reliably expect with this
> setup.

The smallest latency I've been able to use with pd is about twice the buffer 
size
I could get with any audio interface, something about 2*buffersize/samplerate 
in seconds


> 
> Guess I really miss jack (audio) :(
> 
> Lorenzo.
> 
> On 04/10/2011 16:10, Lorenzo Sutton wrote:
> > Hey Pd-ers,
> >
> > This is an (kinda) urgent help call for Windows users.
> >
> > I've been asked to do a live elecronics (with live instrument
> input)
> > with a patch made for Pd-0.40.3-extended (indicated by the author).
> >
> > The (99% un-changable) setup is machine with Windows XP connected to
> a
> > Fireface 400 @ 44100.
> >
> > I installed Pd with no problem and the device is seen under the
> ASIO
> > devices but I can only see pairs of two.

How do you see this?

> > So my question are:
> > - how do I set the thing set-up to 1 in 4 out? (I'm used to jack on
> > linux where I simply specify the channels and then can route them
> > through jack)

Do you have fireface working under linux???

> > - How do I get the lowest latency possible (ideally <= 8 ms) on such
> a
> > setup?
> >
> > Thanks in advice for any help.
> > Lorenzo.
> >
> > ___
> > Pd-list@iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> >
> 
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list

-- 
Patrice Colet 

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


[PD] Ctrl-Return to create an object

2011-10-07 Thread Hans-Christoph Steiner
https://sourceforge.net/tracker/index.php?func=detail&aid=3420438&group_id=55736&atid=478072

MarioMey just reminded me that Ctrl-Return created an object in 0.42.5,
0.43 is just missing the binding in the above bug report.  Here's how to
re-add it in a GUI plugin:

 bind all <$::modifier-Key-Return> {pdsend "$::focused_window reselect"}

Or add this if you want just hitting enter to create:

 bind all   {pdsend "$::focused_window reselect"}

I also attached the file, if you just want to drop it to install it:

http://puredata.info/docs/faq/how-do-i-install-gui-plugins

.hc


bind all <$::modifier-Key-Return>  {pdsend "$::focused_window reselect"}
bind all   {pdsend "$::focused_window reselect"}
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] very compressed chip sounds

2011-10-07 Thread Mathieu Bouchard

Le 2011-10-07 à 20:25:00, Chris McCormick a écrit :


Surely we can do stuff like this in Pd?
Smallest Pd patch that makes an interesting tune?


I didn't aim for smallest patch for those guys, but I made a stereo tune 
whose patch fits in 2k and synthesises everything using a single [cpole~] 
through which I put a constant (DC) signal.


http://artengine.ca/matju/musique/matju_-_i_am_just_a_simple_pole_in_a_complex_plane.mp3

 __
| Mathieu BOUCHARD - téléphone : +1.514.383.3801 - Montréal, QC___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd with syphon

2011-10-07 Thread Pagano, Patrick
I looks like that Syphon provides both a SyphonClient & SyphonServer.bundle, 
which is more in line with 1.5, not 1.0 freeframe
I cannot create a [pix_freeframe SyphonClient] file if that is what you mean
I would love to be able to pipe GEM to Isadora on OSX

pp

From: Bastiaan van den Berg mailto:b...@spacedout.nl>>
Reply-To: mailto:b...@spacedout.nl>>
Date: Fri, 7 Oct 2011 16:43:46 +0200
To: "pd-list@iem.at" 
mailto:pd-list@iem.at>>
Subject: Re: [PD] pd with syphon

On Fri, Oct 7, 2011 at 14:45, Pagano, Patrick 
mailto:p...@digitalworlds.ufl.edu>> wrote:
Has anyone got pure data extended working with Syphon?

Seems there is a freeframe plugin for syphon, pd supports freeframe, doesnt it?

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


Re: [PD] pd with syphon

2011-10-07 Thread Hans-Christoph Steiner
On Fri, 2011-10-07 at 16:43 +0200, Bastiaan van den Berg wrote:
> On Fri, Oct 7, 2011 at 14:45, Pagano, Patrick
>  wrote:
> Has anyone got pure data extended working with Syphon?
> 
> 
> Seems there is a freeframe plugin for syphon, pd supports freeframe,
> doesnt it?

Also, vade, the main author of syphon, has always talked about writing a
Gem object.  Nag him about it, or even offer money or treats, and he'll
be more likely to do it.

.hc



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


Re: [PD] sqrt~ problem in Pd-extended?

2011-10-07 Thread Hans-Christoph Steiner

Thanks for reporting that, I committed something that I think should fix
it in tomorrow's build:

http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=revision&revision=15538

.hc

On Fri, 2011-10-07 at 11:52 +0200, Gerard Paresys wrote:
> Same problem with sqrt~ on MacOSX.5 and Pd-0.43.1-extended-20110927.app.
> No problem on MacOSX.5 and Pd-0.42.5-extended.app
> No problem with rsqrt~
> 
> Gerard
> --
> http://gerard.paresys.free.fr/
> 
> 
> >Date: Fri, 7 Oct 2011 01:04:03 -0700
> >From: Joe Newlin 
> >To: pd list 
> >Subject: [PD] sqrt~ problem in Pd-extended?
> >
> >Nightly auto-build Pd-0.43.1-extended-20111004-windowsxp-i386 on Windows 7.
> >
> >example: \doc\7.stuff\soundfile-tools\6.vocoder.pd, 
> >\extra\vanilla\sqrt~-help.pd etc.
> >
> >It looks like this was a known bug in the past and fixed at some 
> >point, having now returned?
> >
> >Is there a workaround?
> >
> >Thanks,
> >
> >--
> >www.joenewlin.net
> >www.twitter.com/joe_newlin
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list



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


Re: [PD] HELP Please! Pd-0.40.3-extended on Windows 7 with Fireface 400 to get 4 outs

2011-10-07 Thread Lorenzo Sutton
Sorry to answer myself but no feedback on this an had some time today to 
test.
Turns out that if I select ASIO I have no option to have multiple 
input/outputs as MIMO (or whatever the other windows system is called).
I tried some command line switches but to no avail and had to fall back 
to stereo.


I wonder what is the smallest latency I can reliably expect with this setup.

Guess I really miss jack (audio) :(

Lorenzo.

On 04/10/2011 16:10, Lorenzo Sutton wrote:

Hey Pd-ers,

This is an (kinda) urgent help call for Windows users.

I've been asked to do a live elecronics (with live instrument input)
with a patch made for Pd-0.40.3-extended (indicated by the author).

The (99% un-changable) setup is machine with Windows XP connected to a
Fireface 400 @ 44100.

I installed Pd with no problem and the device is seen under the ASIO
devices but I can only see pairs of two.
So my question are:
- how do I set the thing set-up to 1 in 4 out? (I'm used to jack on
linux where I simply specify the channels and then can route them
through jack)
- How do I get the lowest latency possible (ideally <= 8 ms) on such a
setup?

Thanks in advice for any help.
Lorenzo.

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




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


Re: [PD] pix.multi.crop (Michael Karr)

2011-10-07 Thread Jack

Le 07/10/2011 17:18, Michael Karr a écrit :
Aha, I see. Now this problem, when I try to use your patch with 
pix_movie it flashes green stroboscopically and repeats the entire 
video frame in all 9 blocks of the GEM window; and when I change the 
grid from 3x3 to 1x5, it does crop, but creates space between the 
individual crops. In gems.multi.crop the video loads fine and crops 
fine with the 1x5 setting.  I have tried to hook up the parameters 
like you did in your example, but the patch is set up quite 
differently from multi.crop.  How would I go about separating the 
cropping values in multi.crop from each other so that I can control 
them dynamically?


Thanks,
Michael


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

Use [pix_film] + [pix_texture] instead of [pix_movie].
Before to go more far i advise you to open each examples in Gem help to 
understand how Gem works.
To understand what are the differences between [pix_film] and 
[pix_movie] open Gem help.
For the problem about [pix_crop], change the values in the long message 
separate by commas arriving in [translateXYZ].
If you get small black lines between crops, the problem should come from 
the texture (send repeat 0 or repeat 1 to [pix_texture]).

++

Jack


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


Re: [PD] pix.multi.crop (Michael Karr)

2011-10-07 Thread Michael Karr
Aha, I see. Now this problem, when I try to use your patch with pix_movie it
flashes green stroboscopically and repeats the entire video frame in all 9
blocks of the GEM window; and when I change the grid from 3x3 to 1x5, it
does crop, but creates space between the individual crops. In
gems.multi.crop the video loads fine and crops fine with the 1x5 setting.  I
have tried to hook up the parameters like you did in your example, but the
patch is set up quite differently from multi.crop.  How would I go about
separating the cropping values in multi.crop from each other so that I can
control them dynamically?

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


Re: [PD] Pd-list Digest, Vol 79, Issue 22

2011-10-07 Thread Michael Karr
Aha, I see. Now this problem, when I try to use your patch with pix_movie it
flashes green stroboscopically and repeats the entire video frame in all 9
blocks of the GEM window; and when I change the grid from 3x3 to 1x5, it
does crop, but creates space between the individual crops. In
gems.multi.crop the video loads fine and crops fine with the 1x5 setting.  I
have tried to hook up the parameters like you did in your example, but the
patch is set up quite differently from multi.crop.  How would I go about
separating the cropping values in multi.crop from each other so that I can
control them dynamically?

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


Re: [PD] very compressed chip sounds

2011-10-07 Thread mark edward grimm
cool... thanks for this!

also made me think:

what would this be like compiled as an external?
what is the smallest sized external that does something interesting?

i have bee interested in learning/writing C last few weeks o rather
then small pieces of code implemented as patches just wondering what
this might be like as a series of compiled objects

cheers
mark

On Fri, Oct 7, 2011 at 8:25 AM, Chris McCormick  wrote:
> 
>
> Surely we can do stuff like this in Pd?
>
> Smallest Pd patch that makes an interesting tune?
>
> Chris.
>
> ---
> http://mccormick.cx
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
>



-- 

mark edward grimm | m.f.a | ed.m.
megr...@gmail.com | 315.378.2136
_

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


Re: [PD] pd with syphon

2011-10-07 Thread Bastiaan van den Berg
On Fri, Oct 7, 2011 at 14:45, Pagano, Patrick wrote:

>  Has anyone got pure data extended working with Syphon?
>

Seems there is a freeframe plugin for syphon, pd supports freeframe, doesnt
it?

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


Re: [PD] pd with syphon

2011-10-07 Thread Mathieu Bouchard

Le 2011-10-07 à 14:59:00, IOhannes m zmölnig a écrit :


as for Gem, it won't work (yet), as syphon will only work in 64bit mode,


Why will it only work in 64-bit mode ?

Is it that they didn't bother with 32-bit builds just like other people 
don't bother with 64-bit builds ?


 __
| Mathieu BOUCHARD - téléphone : +1.514.383.3801 - Montréal, QC___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd with syphon

2011-10-07 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/07/2011 02:45 PM, Pagano, Patrick wrote:
> Has anyone got pure data extended working with Syphon?

how do you envision this "working with" for "pd-extended"?

do you mean using syphon as input/output for video-frameworks (like Gem,
GF, pdp)? (nonne of which is specific to Pd-extended)

as for Gem, it won't work (yet), as syphon will only work in 64bit mode,
and Gem is not OSX-64bit ready yet (help!)

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk6O97MACgkQkX2Xpv6ydvTodQCfb05npNoMTINsEC7IJjy3KYBZ
jEYAnjX2BwWl0hlCtFkSQIdh2dGECWQ4
=YfZh
-END PGP SIGNATURE-

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


[PD] pd with syphon

2011-10-07 Thread Pagano, Patrick
Has anyone got pure data extended working with Syphon?

http://syphon.v002.info/

pp


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


[PD] very compressed chip sounds

2011-10-07 Thread Chris McCormick


Surely we can do stuff like this in Pd?

Smallest Pd patch that makes an interesting tune?

Chris.

---
http://mccormick.cx

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


[PD] PdDroidParty v154 (+ CanOfBeats)

2011-10-07 Thread Chris McCormick
Hey All,

The first Pd app based on the PdDroidParty source is now in the Android 
Marketplace. It's a re-boot of my old patch CanOfBeats, with a nicer interface 
and some features people were asking for like loading and saving:



So that is basically just a Pd patch packaged up and turned into a standalone 
Android app. The source code is nearly identical to the original PdDroidParty 
source.

PdDroidParty release 154 is now online here, with instructions for how to do 
that for your own Pd patches:



Have fun!

Cheers,

Chris.

---
http://mccormick.cx

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


Re: [PD] sqrt~ problem in Pd-extended?

2011-10-07 Thread Gerard Paresys

Same problem with sqrt~ on MacOSX.5 and Pd-0.43.1-extended-20110927.app.
No problem on MacOSX.5 and Pd-0.42.5-extended.app
No problem with rsqrt~

Gerard
--
http://gerard.paresys.free.fr/



Date: Fri, 7 Oct 2011 01:04:03 -0700
From: Joe Newlin 
To: pd list 
Subject: [PD] sqrt~ problem in Pd-extended?

Nightly auto-build Pd-0.43.1-extended-20111004-windowsxp-i386 on Windows 7.

example: \doc\7.stuff\soundfile-tools\6.vocoder.pd, 
\extra\vanilla\sqrt~-help.pd etc.


It looks like this was a known bug in the past and fixed at some 
point, having now returned?


Is there a workaround?

Thanks,

--
www.joenewlin.net
www.twitter.com/joe_newlin


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


[PD] sqrt~ problem in Pd-extended?

2011-10-07 Thread Joe Newlin
Nightly auto-build Pd-0.43.1-extended-20111004-windowsxp-i386 on Windows 7.

example: \doc\7.stuff\soundfile-tools\6.vocoder.pd,
\extra\vanilla\sqrt~-help.pd etc.

It looks like this was a known bug in the past and fixed at some point,
having now returned?

Is there a workaround?

Thanks,

-- 
www.joenewlin.net
www.twitter.com/joe_newlin
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list