[PD] video player GEM pix_movie/film

2010-09-30 Thread Gintaras Lau.
Hello, I want to run video player with pure data GEM pix_film or pix_movie and play mpeg DVD quality files or higher possible full screen. I have Ubuntu 10.04 on a D945GSEJT board with atom N270 processor (http://www.mini-box.com/Intel-D945GSEJT-Mini-ITX-Motherboard) an pure data installed. All

[PD] Visuals to audio synch.MIDI(0-127)

2010-04-15 Thread Gintaras Lau.
Dear list, as far as I understand, the use of pd algorithms like bonk, fiddle for any purpose is up to authors decision and technical intuition and perhaps study programs at IEM, workshops. I'm struggling with bachelor's writing about synchronization of audio and visuals in that way: Pd virtual

Re: [PD] sys_gui full screen text

2010-04-13 Thread Gintaras Lau.
]. so you could make your own Tcl proc like: proc displaytext {x y args} {        # code here to place the text in $args at ($x, $y) } Then invoke it using [sys_gui] [ displaytext 25 100 this is the text to display( | [sys_gui] .hc On Apr 12, 2010, at 2:07 PM, Gintaras Lau. wrote

[PD] make pix_opencv

2010-04-12 Thread Gintaras Lau.
Dear list, There are many step by step sites to add repositories, externals, libraries and do other configuration. But what usually drops me down is that magic word make. Where could be the important points to understand and finish every make process my self? Why lot's of make files are bad for

Re: [PD] sys_gui full screen text

2010-04-12 Thread Gintaras Lau.
.  Try this: .hc On Apr 11, 2010, at 5:22 PM, Gintaras Lau. wrote: Dear list, I have created window with a commands using sys_gui: [toplevel .new( [.new configure -bg black( [wm atributes .new -fullscreen 1( | [sys_gui] I have read manuals from some sites recommended by Hans

[PD] sys_gui full screen text

2010-04-11 Thread Gintaras Lau.
Dear list, I have created window with a commands using sys_gui: [toplevel .new( [.new configure -bg black( [wm atributes .new -fullscreen 1( | [sys_gui] I have read manuals from some sites recommended by Hans-Christoph Steiner, but commands presented there are not accepted by pd except those I

[PD] Lithuanian symbol on canvas label or text2d

2010-04-11 Thread Gintaras Lau.
Dear list, a problem I have encountered is my native language symbols like: ą,č,ę,ė,į,š,ų,ū. I use Alt+Shift keys to change layout. While typing I get symbols like font webding. As I started to enter text from the textfile (instead of typing to message flag) it seems to be all right to set canvas

[PD] playlist ( where the hell are you ??? )

2010-02-11 Thread Gintaras Lau.
Hello, I would like you to help me to understand why I'm stuck in this situation. I found playlist.pd_linux in pd/extra/unauthorized folder, downloaded help-playlist.pd, playlist.c, playlist.tk, Makefile and other files from http://lekerleo.nerim.net/PD/degoyon/playlist/ makefile didn't worked:

Re: [PD] playlist ( where the hell are you ??? )

2010-02-11 Thread Gintaras Lau.
: error: invalid use of undefined type ‘struct _widgetbehavior’ make: *** [playlist.pd_linux] Error 1 Miller: http://markmail.org/message/vo2lixoxk6wdq76l g. 2010/2/11 ydego...@gmail.com ydego...@gmail.com: Gintaras Lau. wrote: Hello, I would like you to help me to understand why I'm stuck

[PD] Usb light flash pd

2010-02-08 Thread Gintaras Lau.
How in theory or practice possible to control laptop USB light with pd, to dim, flash? Thank you ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Fwd: Usb light flash pd

2010-02-08 Thread Gintaras Lau.
Please ignore that question because i found an answer in pd list. http://lists.puredata.info/pipermail/pd-list/2005-10/032209.html -- Forwarded message -- From: Gintaras Lau. gintar...@gmail.com Date: 2010/2/9 Subject: Usb light flash pd To: iem pd-list@iem.at How in theory

Re: [PD] Quantize [ctlout]'puts?

2010-01-26 Thread Gintaras Lau.
how [expr] and mathematics works in 'pd', but how to use that mathematical expression to [ctlout] data? Thanks Gintaras 2010/1/25 IOhannes m zmoelnig zmoel...@iem.at: hi. Gintaras Lau. wrote: Hello, Is it possible or necessary to quantize simultaneously outgoing MIDI signals of 'n' [ctlout X

[PD] Quantize [ctlout]'puts?

2010-01-24 Thread Gintaras Lau.
Hello, Is it possible or necessary to quantize simultaneously outgoing MIDI signals of 'n' [ctlout X X] objects. Question aroused from the simple sort of problems: My patch is a medium between audio (-rt) and windows (OS) VJ software. Generated movements of sliders are smooth and constantly

Re: [PD] [bonk~] 1.3 error useage [-ntps]...

2010-01-16 Thread Gintaras Lau.
try this patch: #N canvas 0 0 448 298 10; #X obj 97 65 bonk~; and see what happens? thanks Miller On Sat, Jan 16, 2010 at 04:54:55PM +0200, Gintaras Lau. wrote: I hope I allowed to attach files this way here and those are the right one. Seems like [bonk~] is dead in patches I made

[PD] [bonk~] 1.3 error useage [-ntps]...

2010-01-14 Thread Gintaras Lau.
Hello, I'm a pd Vanilla user and since I upgraded to ubuntu 9.10 [bonk~] unusually respond to parameter change (tresh.,mask etc.). It worked on 9.04. On strtup pd outputs: bonk version 1.3 error: usage is: bonk [-npts #] [-hop #] [-nsigs #] [-nfilters #] [-halftones #] ... you might be able to

Re: [PD] Research delay

2009-11-12 Thread Gintaras Lau.
Hello João Pais, exactly I'm looking for help to get on a track to understand the situation for such approach in the world of sound technologies. I noticed programmers use these tricks in they patches to get some predictable or in-range randomization. I'm not quit sure about formulation of

[PD] Research delay

2009-11-04 Thread Gintaras Lau.
Hello, I'm making a diploma work and need help from community like this to assure that my work is related to science or is a part of it, even if it (what I did) just a small improvement on the other hand. There is no information about it in my native language, so sometimes I get confused about

[PD] Interactive amplitude, FFT~EQ

2009-11-03 Thread Gintaras Lau.
Excuse me, can I consider that amplitude of the sound has no digital nature then extracted from a real musician playing, and use it to control modulation frequencies, levels, dry/wet or something? Does it have common with interactive control, that could be named one or has any other name? Not

Re: [PD] Audio Matrix~

2009-10-22 Thread Gintaras Lau.
://en.flossmanuals.net/PureData/TroubleShooting D. Gintaras Lau. wrote: Hello, I'm having fun to create audio signal router with [matrix~]. Everything seems easy, just why I got DSP loop error when trying to conect a signal from [pd effect 1] back to matrix free inlets 0  1         2   3

[PD] Audio Matrix~

2009-10-21 Thread Gintaras Lau.
Hello, I'm having fun to create audio signal router with [matrix~]. Everything seems easy, just why I got DSP loop error when trying to conect a signal from [pd effect 1] back to matrix free inlets 0 1 2 3 || || [matrix~ 4 4 1] |0|1 || | | [pd effect

[PD] Messages from System

2009-10-05 Thread Gintaras Lau.
Hello, I send a message [gcalctool(_[system] and my calculator starts. E.g. I send a message [echo $USERNAME(_[system] and would like to get it back to pd. How to input messages from the system? Thank you. ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] Messages from System

2009-10-05 Thread Gintaras Lau.
That solved everything to me. Thank you. 2009/10/5 Roman Haefeli reduzie...@yahoo.de: On Mon, 2009-10-05 at 09:59 +0300, Gintaras Lau. wrote: Hello, I send a message [gcalctool(_[system] and my calculator starts. E.g. I send a message [echo $USERNAME(_[system] and would like to get it back

[PD] W/R Line of .txt

2009-10-03 Thread Gintaras Lau.
Hello, numbers Ctrl+3 are changing and written to text file through [set $1(_[textfile]. There are many of Ctrl+3 and numbers need to be written to the same text file. How to define a line for each [set $1(_[textfile] to be stored in a single file, different lines and later read a chosen line

Re: [PD] W/R Line of .txt

2009-10-03 Thread Gintaras Lau.
Thank you Derek. Fast reply, Could you tell me the name of library that contain [col]. I don't have one yet. Thank you 2009/10/3 Derek Holzer de...@umatic.nl: I recommend the [col] external for this, both writing to and reading from specific lines in a file. best, D. Gintaras Lau. wrote