Re: [PD] iemlib low pass filters exhibiting jitter?

2011-03-03 Thread Luka Princic // Nova deViator
cyrille henry c...@chnry.net:
 the biquad object from nusmuk audio (bq~) does also have audio inlet
 for filter coef. since it's a biquad, you can shape your filter...


thanks everyone for suggestions and comments. in the meanwhile i
disovered biquad object, which was perfect for my needs.

i will also try high (150ms) interpolation time and [block~ 1].
and, ah, yes, moog filter...

best,
luka


-- 
sujet est machinique!
Nova deViator ¤ http://deviator.si ¤ http://skylined.org ¤


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


[PD] iemlib low pass filters exhibiting jitter?

2011-03-02 Thread Luka Princic // Nova deViator


hi,

just a quick question, 
is it normal or somewhat on purpose that all versions of low pass
filters in iemlib (from lp2 - lp10 and cheb, butt, bess and crit)
exhibit slight high pitched jitter when cutoff frequency is being
dynamicly changed? is it a nature of such filter or just a type of
implementation that somewhat doesn't take care of interpolation (if
interpolation is a problem at all)?

any thoughts welcome...

is there a way i could avoid that jitter with these filters?

is there some other high-pole low pass filter in some other library i
could use?

sure, i can always use series of [lop~] ..



best, luka


-- 
sujet est machinique!
Nova deViator ¤ http://deviator.si ¤ http://skylined.org ¤


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


Re: [PD] import-disabled list-abs

2011-02-13 Thread Luka Princic // Nova deViator
Hans-Christoph Steiner h...@at.or.at:
 [import] is definitely not deprecated.  I've never seen 'import- 
 disabled' before, that's very strange.


in sfruit/cpugraph patch there's an object
[import-disabled maxlib] which is not created (dashed borders).

maybe that gives a clue?

in fact, doing a grep on patches reveals sfruit lib seems to be the
culprit:

random@wonko:/usr/lib/pd-extended/extra$ grep -R import-disabled *

controctopus/note-learner.pd:#X obj 736 16 import-disabled nsend
list-abs; sfruit/menubar.pd:#X obj 51 204 import-disabled zexy ggee;
sfruit/list-dripx.pd:#X obj 238 123 import-disabled list-abs;
sfruit/mate.pd:#X obj 62 50 import-disabled moonlib ggee;
sfruit/symbol-s2l.pd:#X obj 119 128 import-disabled zexy;
sfruit/trimdirs.pd:#X obj 303 253 import-disabled zexy list-abs;
sfruit/list-value-help.pd:#X obj 439 23 import-disabled list-abs;
sfruit/troute.pd:#X obj 378 17 import-disabled iemlib list-abs;
sfruit/list-value-extend.pd:#X obj 281 42 import-disabled list-abs;
sfruit/color.random-dark-light18.pd:#X obj 261 25 import-disabled
list-abs; sfruit/eqpowmix~.pd:#X obj 66 113 import-disabled hcs;
sfruit/list-idx-list.pd:#X obj 135 68 import-disabled list-abs iemlib;
sfruit/color.random-dark-light24.pd:#X obj 192 21 import-disabled
list-abs; sfruit/list-decorate.pd:#X obj 167 92 import-disabled
list-abs; sfruit/list-slice.pd:#X obj 308 24 import-disabled list-abs;
sfruit/list-range.pd:#X obj 152 246 import-disabled list-abs;
sfruit/hotpack.pd:#X obj -95 18 import-disabled iemlib;
sfruit/saveclear.pd:#X obj 111 22 import-disabled toxy;
sfruit/dialog.under-cursor.pd:#X obj 351 21 import-disabled hcs;
sfruit/list-value-extend-help.pd:#X obj 451 20 import-disabled list-abs;
sfruit/color.hsl2rgb.pd:#X obj 372 52 import-disabled list-abs;
sfruit/cpugraph.pd:#X obj 436 72 import-disabled maxlib;
sfruit/list-split-at-help.pd:#X obj 256 36 import-disabled list-abs;
sfruit/list-sample.pd:#X obj 241 65 import-disabled list-abs zexy;
sfruit/storebang.pd:#X obj 329 170 import-disabled zexy;
sfruit/symbol-shorten.pd:#X obj 187 37 import-disabled list-abs;
sfruit/dotrouteOSC.pd:#X obj 193 35 import-disabled zexy;
sfruit/gop-edit.pd:#X obj 325 55 import-disabled iemguts;
sfruit/vmetro.pd:#X obj 375 29 import-disabled list-abs;
sfruit/list-split-at.pd:#X obj 85 14 import-disabled list-abs;
sfruit/list-idx-many.pd:#X obj 285 34 import-disabled iemlib list-abs;
sfruit/pcount.pd:#X obj 174 191 import-disabled iemlib;
sfruit/savebang.pd:#X obj 124 17 import-disabled toxy;
sfruit/screendimens.pd:#X obj 139 35 import-disabled toxy;
sfruit/dialog.yes-no.pd:#X obj 481 22 import-disabled list-abs;
sfruit/deeprouteOSC.pd:#X obj 553 20 import-disabled zexy list-abs
mrpeach; sfruit/countseq.pd:#X obj 180 9 import-disabled list-abs
iemlib; sfruit/list-decorate-help.pd:#X obj 416 30 import-disabled
list-abs; sfruit/beat2frac.pd:#X obj 178 46 import-disabled zexy
list-abs; sfruit/list-swap.pd:#X obj 243 67 import-disabled list-abs;
sfruit/pausetimer.pd:#X obj 199 57 import-disabled iemlib;



l.




 
 .hc
 
 On Dec 3, 2010, at 9:18 AM, Luka Princic // Nova deViator wrote:
 
 
  hi,
 
  i'm working on an abstraction that contains an object from a library
  for which i need to create [import nusmuk] in order to use
  ([granulator]). when i create a new instance of that abstraction, pd
  console reports
 
  import-disabled list-abs
  ... couldn't create
 
 
  could someone explain what this error means?
  is it deprecated to use [import] and i should rather use syntax like
  [nusmuk/granulator] ?
 
 
  l.
  -- 
  sujet est machinique!
  Nova deViator ¤ http://deviator.si ¤ http://skylined.org ¤
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 News is what people want to keep hidden and everything else is  
 publicity.  - Bill Moyers
 
 


-- 
sujet est machinique!
Nova deViator ¤ http://deviator.si ¤ http://skylined.org ¤

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


[PD] [GEM] pix_film mjpeg crash

2011-02-13 Thread Luka Princic // Nova deViator


hi,

been reading some previous discussions, and it seems like the best
codec for pix_film is mjpeg, as in not-cpu-expensive. if i encode my
movies with ffmpeg with parameters

-an -vcodec mjpeg -sameq 

pd crashes when trying to open that avi in pix_film.

pix_film reports on creation:

pix_film:: quicktime support
pix_film:: libmpeg3 support
pix_film:: libaviplay support

there is no error on stderr apart from 

[pix_film]: opening video-mjpeg.avi with format 1908 
[pix_film]:  ... 
[pix_film]:  ... 
[pix_film]:  ... 
socket receive error: Connection reset by peer (104)
Segmentation fault



if anyone would have an idea how can i make Gem work with mjpeg videos
it would be greatly appreciated.


l.


-- 
sujet est machinique!
Nova deViator ¤ http://deviator.si ¤ http://skylined.org ¤


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


Re: [PD] [GEM] pix_film mjpeg crash

2011-02-13 Thread Luka Princic // Nova deViator
Bastiaan van den Berg b...@spacedout.nl:

 On Sun, Feb 13, 2011 at 15:01, Luka Princic // Nova deViator 
 n...@deviator.si wrote:
 
  been reading some previous discussions, and it seems like the best
  codec for pix_film is mjpeg, as in not-cpu-expensive. if i encode my
  movies with ffmpeg with parameters
 
 
 I usually follow the following workflow for encoding :
 
 First I grab some video from a random source and run it through
 mencoder to get a mjpeg avi without sound :
 
 # mencoder INPUT -o OUTPUT -ovc lavc -lavcopts
 # vbitrate=1800:vcodec=mjpeg
 -nosound
 ( these files work perfectly in veejay btw )
 
 Then I run it through ffmpeg to turn it into a quicktime file :
 
 # ffmpeg -i INPUT(.avi) -vcodec copy OUTPUT(.mov)
 
 You should find that pix_film has no problem opening the
 resulting .mov files :)


thanks for instructions bastiaan, however,
no crash tho, but loads of errors:

[svq3 @ 0xb6f44614]unsupported slice header (FF)
[ffmpeg_video] Error: Skipping corrupted frame



l

-- 
sujet est machinique!
Nova deViator ¤ http://deviator.si ¤ http://skylined.org ¤


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


Re: [PD] [GEM] pix_film mjpeg crash

2011-02-13 Thread Luka Princic // Nova deViator
atuc a...@gmx.de:

 hallo,
 
 i had a similar problem with mjepeg movies on ubuntu maverick,
 
 1. test if you can play files: lqtplay mjpeg.mov


testing with lqtplay:

if i created files with 

mencoder INPUT -o OUTPUT -ovc lavc -lavcopts \\
vbitrate=1800:vcodec=mjpeg -nosound
+
ffmpeg -i INPUT(.avi) -vcodec copy OUTPUT(.mov)

or with

ffmpeg -i input.avi -an -vcodec mjpeg output.mov

it run with loads of
[ffmpeg_video] Error: Skipping corrupted frame
and then displayed info:

INFO: playing lovesong_live2.mov
Type: Quicktime
  0 audio tracks.
  1 video tracks.
720x576, depth 24
rate 25.00 [25:1] constant
length 25423 frames
compressor jpeg.
Native colormodel:  Undefined
Interlace mode: None (Progressive)
No timecodes available
supported.
  0 text tracks.
Timescale: 25
WARNING: no audio stream
INFO: Xvideo port 280: 0x32595559 (YUY2) packed [BC_YUV422]
INFO: Xvideo port 280: 0x32315659 (YV12) planar [BC_YUV420P]
INFO: Xvideo port 280: 0x59565955 (UYVY) packed
INFO: Xvideo port 280: 0x30323449 (I420) planar [BC_YUV420P]
Stream colormodel Undefined, using 24 bpp RGB
INFO: gl: DRI=Yes
INFO: gl: frame=720x576, texture=1024x1024
INFO: using BC_RGB888 + OpenGL
INFO: window size is 720x576

but no video shown. and didn't really crash, just froze there with
black player window.


any ideas?

i'm now using rawvideo (-vcodec rawvideo) and it works just fine in
GEM. but would be happy to be able to play mjpeg files.

also, does the mjpeg encoded video file need to be in .mov container?
can it be in .avi containter for example?


l.







-- 
sujet est machinique!
Nova deViator ¤ http://deviator.si ¤ http://skylined.org ¤


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


[PD] import-disabled list-abs

2010-12-03 Thread Luka Princic // Nova deViator

hi,

i'm working on an abstraction that contains an object from a library
for which i need to create [import nusmuk] in order to use
([granulator]). when i create a new instance of that abstraction, pd
console reports

import-disabled list-abs
... couldn't create


could someone explain what this error means?
is it deprecated to use [import] and i should rather use syntax like
[nusmuk/granulator] ?


l.
-- 
sujet est machinique!
Nova deViator ¤ http://deviator.si ¤ http://skylined.org ¤


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


Re: [PD] [GEM] MAX texture size and number of objects...

2010-10-28 Thread Luka Princic // Nova deViator
Luka Princic // Nova deViator n...@deviator.si:

 Mathieu Bouchard ma...@artengine.ca:
  On Wed, 27 Oct 2010, IOhannes m zmoelnig wrote:
   [gemhead]
   |
   [GEMglGetFloatv GL_MAX_TEXTURE_SIZE]
  or
  [get max_texture_size
|
  [gf/gl]
  
  where [ is a messagebox you click on.
  
  iirc, a [gemwin] must have been opened though.
 
 
 thanks Mathieu and Iohannes.
 both of these worked.

hey, 

this goes on...
if i make a grid 16 squares, each with a different 3840x3840 texture.
how much system RAM i need and how much GPU ram?


l.

-- 
sujet est machinique!
Nova deViator ¤ http://deviator.si ¤ http://skylined.org ¤


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


Re: [PD] [GEM] limit of pic size to pix_image ?

2010-10-27 Thread Luka Princic // Nova deViator
Mathieu Bouchard ma...@artengine.ca:
 On Wed, 27 Oct 2010, IOhannes m zmoelnig wrote:
 
  [gemhead]
  |
  [GEMglGetFloatv GL_MAX_TEXTURE_SIZE]
|
 
 or
 
 [get max_texture_size
   |
 [gf/gl]
 
 where [ is a messagebox you click on.
 
 iirc, a [gemwin] must have been opened though.


thanks Mathieu and Iohannes.
both of these worked.


l.

-- 
sujet est machinique!
Nova deViator ¤ http://deviator.si ¤ http://skylined.org ¤


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


[PD] non-motion blur in GEM?

2010-10-11 Thread Luka Princic // Nova deViator

hi all,

could somebody point me in the way or help me achieve blur on a pix
(possibly something like gaussian) in GEM?

i've seen pdp_blur is actually pdp_bq - biquad filter, but i'm
mathematicaly not savy enough to be able to translate or make my own
formula for pix_bq ?


l.

-- 
sujet est machinique!
Nova deViator ¤ http://deviator.si ¤ http://skylined.org ¤


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


Re: [PD] non-motion blur in GEM?

2010-10-11 Thread Luka Princic // Nova deViator
IOhannes m zmoelnig zmoel...@iem.at:
 On 2010-10-11 15:08, Luka Princic // Nova deViator wrote: 
  could somebody point me in the way or help me achieve blur on a pix
  (possibly something like gaussian) in GEM?
 if you need a non-motion blur, how about [pix_convolve]?
 i think the examples have the convolution kernel for a gaussian blur.


thanks iohannes,

however, is my thinking correct that in order to achieve stronger blur
i need to use bigger matrix?
i found this and it seems to explain a lot, but also opens up millions
of other questions: blurring in java for begginers:
http://www.jhlabs.com/ip/blurring.html


l.



-- 
sujet est machinique!
Nova deViator ¤ http://deviator.si ¤ http://skylined.org ¤


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