Re: [PD] pd latency on puredyne 9.10 with Nvidia HDA

2011-03-26 Thread Billy Stiltner
Well with  the stock install of Ubuntu studio 10.10 except for the
graphics accelerator upgrade the audio was still glitching the same as
with 9.10 puredyne. So I done all the upgrades possible and  that
seemed to get the patch running without gem with a 50ms buffer.  There
is no glitching while messing with the guis in pure data like there is
in 9.10 so I'm guessing it's either a window drawing routine or
something to do with alsa or the audio codecs that got upgraded. Now
maybe I can figure out how to tinker with the alsa drivers to lower
the latency.

On 3/25/11, Billy Stiltner billy.stilt...@gmail.com wrote:
 From Vista I was just able to set the latency to 12ms in pd 042.5
 vanilla without loading any extra libraries besides the moog~filter
 from ggee and this did not have any audio dropouts.  This is without
 GEM

 I will try this same thing with the same patch in Uuntu Studio 10.10.

 Earlier I noticed from puredyne that whenever the audio glitches the
 cpu% jumps to 1% instead of 0 for soundcard IRQ process. I tried
 setting the priority of pd and pdgui to -10 and this seemed to help a
 bit. Maybe I need to adjust the buffers for ALSA to match the buffers
 of ASIO for ALL. which is set at 512bytes with a buffer offset of 4ms.



 On 3/25/11, Billy Stiltner billy.stilt...@gmail.com wrote:
 Thanks Bernardo

 Charles
 Possibly so.


 I wonder if I install the SB live if it will be autodetected. and the
 drivers are allready a part of the kernel or will I have to patch the
 kernel or something then reinstall all the audio software. At least I
 would determine if it is the soundcard or sound card drivers or not.



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


Re: [PD] help browser resize + guiplugins organization

2011-03-26 Thread Charles Goyard
Hi Hans,

Hans-Christoph Steiner wrote:
 Well, the horizontal resizing behaves weirdly too, adding a bunch of
 padding that is totally unnecessary, for example.

Yes, I fixed it already (with a separate pack for the listbox and the
scrollbar). However on my computer, if I manually resize the window
horizontally, the window does not automaticaly fit to the number of
listboxes anymore. That makes sense, since tk can't decide whever the
width is for the window or for the number of columns currently
displayed. Forcing the horizontal size back to the initial one could be
frustrating too. Adding an horizontal scrollbar sucks (sounds like OSX
Finder).

I think I can come up with an in-between solution, such as when
horizontally resizing, decide each new panel will have the width of
(window hsize / displayed listboxes).

I'm also working on this:
# TODO enter and up/down/left/right arrow key bindings for nav

In the meantime, I submitted a very short patch that just unlocks the
size.

-- 
Charlot

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


Re: [PD] pd latency on puredyne 9.10 with Nvidia HDA

2011-03-26 Thread ailo
Sounds like you have an interesting problem with your nvidia sound device.
Is the audio device a part of a graphic card by any chance?
Sounds like the graphics is interferring with the audio device, though
on puredyne the rtirq-init script together with the realtime kernel
should give higher priority to the audio device even when sharing irq
with other devices, if this is the source of your problem.
Perhaps Alsa would be interested to know of this problem? You could
subscribe to their mail list and let them know.

Here are the Creative Labs devices supported by Alsa:
http://www.alsa-project.org/main/index.php/Matrix:Vendor-Creative_Labs


On 03/25/2011 07:42 PM, Billy Stiltner wrote:
 Thanks Bernardo
 
 Charles
 Possibly so.
 
 
 I wonder if I install the SB live if it will be autodetected. and the
 drivers are allready a part of the kernel or will I have to patch the
 kernel or something then reinstall all the audio software. At least I
 would determine if it is the soundcard or sound card drivers or not.
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


-- 
ailo

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


[PD] text3d on new Macbook Pro

2011-03-26 Thread James Dunn
Hi list,

does anyone know how to get text3d working properly on the new Macbook
Pro? It's the 8,1 model with Intel HD Graphics 3000 running 10.6.6 and
Pd-extended 0.42.5. Is there a driver that needs to be installed?

thanks

James



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


[PD] using pix_artoolkit

2011-03-26 Thread Mathieu Bouchard


IOhannes a écrit :


On 03/25/2011 04:16 PM, Mathieu Bouchard wrote:

the new GEM build takes 30 minutes on my computer and I have to change


wow, it takes 6min35.635 here, from a fresh checkout to a Gem binary and 
all plugins.


Congrats, you have a fast computer (and perhaps a cache of 
configure-results too).


in my experience, the thing that takes most of the time when building 
Gem is running autoreconf. since i cannot imagine what you would do to 
re-trigger a full run of autoreconf, any subsequent builds should be 
much faster.


I don't know... if I installed a library that I found out was missing, 
what else can I do, apart from ./configure again ?


if you re-run configure and change some options, only a few files will 
be rebuilt. (all those that include config.h, which are about 29 .cpp 
files of 597)


Well, most of the time, what I need to change in the conf, is what a 
configure-script did not detect, and needs to be detecting now. Can I skip 
autoreconf in that case ? but doing make seems to be redoing much of the 
work that ./configure does anyway.


and [pix_artoolkit] has it's own configure script anyhow, so you would 
only need to configure and build a single file.


But did you read at all what the problem was ? I didn't get any 
[pix_video] support, so I wasn't able to test whether the [pix_artoolkit] 
really worked.


btw, in a way this reminds me, why i couldn't use GF for ages: after 5 
minutes of compiling, it would freeze my computer. after changing my 
motherboard, i was finally able to build it.


When was that ? 2003 ?

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


Re: [PD] Report: Pd mini-con Dublin

2011-03-26 Thread Marco Donnarumma
Cheers Rich!

@Rich@Joao:
You can download pics here http://bit.ly/fe2AHE

If you need hi-res just let me know.
best,

M



 Great pix Marco! Thanks

 Rich Duckworth


-- 
Marco Donnarumma
Independent New Media and Sonic Arts Professional, Performer, Instructor
ACE, Sound Design MSc by Research (ongoing)
The University of Edinburgh, UK
~
Portfolio: http://marcodonnarumma.com
Lab: http://www.thesaddj.com | http://cntrl.sourceforge.net |
http://www.flxer.net
Event: http://www.liveperformersmeeting.net
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] using pix_artoolkit

2011-03-26 Thread IOhannes zmölnig
On 03/26/2011 03:19 PM, Mathieu Bouchard wrote:

 When was that ? 2003 ?

2010?

fgmnarsd
IOhannes



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


Re: [PD] using pix_artoolkit

2011-03-26 Thread Mathieu Bouchard

On Sat, 26 Mar 2011, IOhannes zmölnig wrote:

On 03/26/2011 03:19 PM, Mathieu Bouchard wrote:

When was that ? 2003 ?

2010?


Ok, well, I suppose that what you mean is that you don't want to be 
talking about Gem's buildsystem.


Nor GridFlow's buildsystem either. You only mention it so that I shut up 
about Gem's. I don't remember what your problem was all those years. 
Perhaps I have never known. But it doesn't sound familiar.


 ___
| Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] text3d on new Macbook Pro

2011-03-26 Thread ALAN BROOKER
Hi

Does text2d work? It could be fonts haven't been loaded into Gem

On Sat, Mar 26, 2011 at 1:13 PM, James Dunn ja...@4thharmonic.com wrote:
 Hi list,

 does anyone know how to get text3d working properly on the new Macbook
 Pro? It's the 8,1 model with Intel HD Graphics 3000 running 10.6.6 and
 Pd-extended 0.42.5. Is there a driver that needs to be installed?

 thanks

 James



 ___
 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] text3d on new Macbook Pro

2011-03-26 Thread James Dunn
Quoth AUTHOR on DATE ALAN BROOKER
 Hi

 Does text2d work? It could be fonts haven't been loaded into Gem

Hi Alan,

yes text2d works and text3d sort of works but it's the usual problem of
antialiasing - the edges are blocky (i think this is due to 3d
acceleration hence my driver question)

thanks

James


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


Re: [PD] MIDI triggered samples

2011-03-26 Thread martin brinkmann
On 03/25/2011 09:44 PM, Xavier Miller wrote:
 Wouldn't be possible to mix the best of both worlds (tabread4~ and
 sfread~) by pre-loading the first (milli-)seconds of each sound in
 memory, then switch to streaming 

i remember a couple of years ago something like this was posted to the
list. unfortunately i cannot find it in the archive, but basicly the
idea was: load a second of audio into a table, start playback of the
table and open the rest of the soundfile with readsf, and start
readsf-playback with 1 second delay (and switch from tableplayback
to diskstream, also with 1 sec. delay). as far as i remember,
this worked very well.

bis denn!
martin

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


[PD] List delete carnage - 2 questions

2011-03-26 Thread J bz
Hey all,

I'm stuck.

I have a sensor which is spitting out numbers between 1-180.

Each number triggers an event that I only want to happen once but the sensor
repeats numbers every so often.

What I require is to have my numbers in 'something', so that if that number
has already been used I want Pd to say - 'hey' and then allow me to change
that number until we find one that hasn't been used?

I have spent the last couple of hours working with my numbers in a message
box and using [list-delete].  I think it must be my usage because it's
behaving very erratically (patch attached).  If someone could tell me what
I'm doing wrong with this and then maybe I/we can get onto the main problem
- which is; what should/can I use that will tell me if a number has already
been used and spit it back at me so I can do some maths stuff to change to a
different number that hasn't been used already.

Best wishes,

Julian

W7 PDE (latest)
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd latency on puredyne 9.10 with Nvidia HDA

2011-03-26 Thread Billy Stiltner
On 3/26/11, ailo ailo...@gmail.com wrote:
 Sounds like you have an interesting problem with your nvidia sound device.
 Is the audio device a part of a graphic card by any chance?
 Sounds like the graphics is interferring with the audio device, though
 on puredyne the rtirq-init script together with the realtime kernel
 should give higher priority to the audio device even when sharing irq
 with other devices, if this is the source of your problem.
 Perhaps Alsa would be interested to know of this problem? You could
 subscribe to their mail list and let them know.

 Here are the Creative Labs devices supported by Alsa:
 http://www.alsa-project.org/main/index.php/Matrix:Vendor-Creative_Labs

Thanks ailo for the link. I'm not sure if the audio card is seperate
from the video and ethernet chip or not but they are all built into
the motherboard. I'm going to look into the machine later. I could not
find any info about the sound device from the computer manufacturere.
Windows just lists the device as HD audio.

Yes I will check the alsa forums. I thought someone else on this list
might have encountered the problem before. It is odd that only
interaction with pd's gui objects causes the glitching and interaction
with other windows does not. I still haven't tracked down the problem.

I think the sound device has it's own irq and is not shared with anything.

I'll have to check the device confiuration in vista and somehow match
it on linux.
I noticed in the pd config file there are settings for which audio
device to use.

On another note I/O latency measured with MAX on Vista is 30 ms. I
guess that is due to the 256 byte framebuffer and ASIO matching it's
buffer to max's. I'm sure it is less with pd. It sure doesn't sound
like 30ms though there is a definite delay when playing with the
example fm synth.

perhaps a rewriting of tcl/tks  gui rendering to use hardware
acceleration would help.

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


Re: [PD] pd latency on puredyne 9.10 with Nvidia HDA

2011-03-26 Thread ailo
If the device is not sharing irq with another device, then there should
be no problems in that regard. Haven't ever heard of your symptoms.

On Linux, if you use jack, PD's ms setting won't make any difference on
audio, only midi. I wouldn't use any lower setting on PD than the lowest
you would use with jack.
To avoid glitches with jack, try using a high frames/period. Also, make
sure you are realtime capable, which should already be prepared on Puredyne.
Could be someone already had you're problem and discussed it on another
mail list. Alsa would be my strongest bet.

On 03/27/2011 12:19 AM, Billy Stiltner wrote:
 On 3/26/11, ailo ailo...@gmail.com wrote:
 Sounds like you have an interesting problem with your nvidia sound device.
 Is the audio device a part of a graphic card by any chance?
 Sounds like the graphics is interferring with the audio device, though
 on puredyne the rtirq-init script together with the realtime kernel
 should give higher priority to the audio device even when sharing irq
 with other devices, if this is the source of your problem.
 Perhaps Alsa would be interested to know of this problem? You could
 subscribe to their mail list and let them know.

 Here are the Creative Labs devices supported by Alsa:
 http://www.alsa-project.org/main/index.php/Matrix:Vendor-Creative_Labs
 
 Thanks ailo for the link. I'm not sure if the audio card is seperate
 from the video and ethernet chip or not but they are all built into
 the motherboard. I'm going to look into the machine later. I could not
 find any info about the sound device from the computer manufacturere.
 Windows just lists the device as HD audio.
 
 Yes I will check the alsa forums. I thought someone else on this list
 might have encountered the problem before. It is odd that only
 interaction with pd's gui objects causes the glitching and interaction
 with other windows does not. I still haven't tracked down the problem.
 
 I think the sound device has it's own irq and is not shared with anything.
 
 I'll have to check the device confiuration in vista and somehow match
 it on linux.
 I noticed in the pd config file there are settings for which audio
 device to use.
 
 On another note I/O latency measured with MAX on Vista is 30 ms. I
 guess that is due to the 256 byte framebuffer and ASIO matching it's
 buffer to max's. I'm sure it is less with pd. It sure doesn't sound
 like 30ms though there is a definite delay when playing with the
 example fm synth.
 
 perhaps a rewriting of tcl/tks  gui rendering to use hardware
 acceleration would help.
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


-- 
ailo

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


Re: [PD] List delete carnage - 2 questions

2011-03-26 Thread Charles Goyard
J bz wrote:
 
 I have a sensor which is spitting out numbers between 1-180.
 
 Each number triggers an event that I only want to happen once but the sensor
 repeats numbers every so often.

You can use a table of 180 elements, each of which is initialized with
zeros. When a sensor number occurs, check against the table. If it's 0,
turn it to 1 and go on. If it's 1, do nothing and wait for a fresh
number from the sensor. Or, if you don't want to wait, scan the
table for the first zero. What appends when there's no zeros left is up
to you.

 (patch attached)

You did not sew it solid enough it seems:).

-- 
Charlot

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


[PD] [PD-announce] Call for papers and workshops: Pure Data Convention 2011 (fwd)

2011-03-26 Thread Mathieu Bouchard


reminder...!

how many hours left ?

 ___
| Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC
Paper draft submission: March 28, 2011
Notification of acceptance: May 16, 2011
Final Paper submission: July 11, 2011

The 4th Pure Data Convention will be held August 08-14, 2011, at Liszt School 
of Music and Bauhaus-Universität in Weimar, Germany. In custom of the previous 
conventions we invite you to submit your papers related to the Pure Data 
programming environment in the fields of computer science, artistic creation 
and scientific research. The papers will be rated according to academic 
standards such as novelty and relevance in a peer review process. The Pd 
community is a heterogeneous group of users, developers, authors, artists, 
musicians, programmers; often in more than one role at a time.

Papers from widely divergent perspectives are encouraged. Some possible topics 
could include:

• Libraries and externals extending Pd
• Tools built in or for Pd
• Education
• Spatialisation
• Pd on mobile devices
• Pd embedded in games and applications
• Pd as a framework for audiovisual works

Please check the website for the of terms of submission. Templates for the 
Papers (LaTeX, Open/LibreOffice) will be provided soon on the conventions home 
page:
http://www.uni-weimar.de/medien/wiki/Pure_Data_convention_2011

The conference is held in English, thereby the papers have to be in English. 
The length of a paper should be 4-8 pages, including an abstract (50-100 words) 
and up to 5 keywords.

Proposals for workshops of all levels, from beginner to special interest, may 
be directed my email to max.neupert at the domain uni-weimar.de

A separate call for music, performances and artworks will follow soon.

Please feel free to forward this email to anybody who might be interested!



The PureData Convention 2011 organization team.

Björn Lindig and Max Neupert

PGP.sig
Description: Signierter Teil der Nachricht
___
Pd-announce mailing list
pd-annou...@iem.at
http://lists.puredata.info/listinfo/pd-announce
___
Pd-announce mailing list
pd-annou...@iem.at
http://lists.puredata.info/listinfo/pd-announce
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] [PD-announce] patch dans patch (5ième partie)

2011-03-26 Thread Mathieu Bouchard


http://gridflow.ca/gallery/patch_dans_patch_l.png
http://gridflow.ca/gallery/patch_dans_patch_m.png
http://gridflow.ca/gallery/patch_dans_patch_n.png
http://gridflow.ca/gallery/patch_dans_patch_o.png
http://gridflow.ca/gallery/patch_dans_patch_p.png

http://gridflow.ca/gallery/patch_dans_patch_q.png
http://gridflow.ca/gallery/patch_dans_patch_r.png
http://gridflow.ca/gallery/patch_dans_patch_s.png
http://gridflow.ca/gallery/patch_dans_patch_t.png
http://gridflow.ca/gallery/patch_dans_patch_u.png

 ___
| Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC
___
Pd-announce mailing list
pd-annou...@iem.at
http://lists.puredata.info/listinfo/pd-announce
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list