Re: [PD] openEXR in Gem

2013-09-25 Thread Py Fave
just an idea

one possible trick would be to use a glsl shader  for that and opening
two 8 bit files

witch could be  in the shader .
one file would be the normal 8 bit rendering
the other would add resolution :

 0001 0010 0011
+
 0101 0010 0011


file 1 pixel   * 256 + file 2


i think glsl shaders can process higher bitdepths .

it adds complexity ,
but could work

am i right?

2013/9/23 Patrice Colet colet.patr...@free.fr:
 loading an exr image created with Blender failed with gem 0.93.git 374f713 and
 image loading support: magick SGI jpeg tiff,
 same image is loaded by cinelerra...

 anyway I was interested about getting z-depth data, I didn't know if it was 
 possible with pix objects

 thank you


 - Mail original -
 Envoyé: Lundi 23 Septembre 2013 14:41:10

 it seems to work with the sample images provided here
 http://www.openexr.com/downloads.html
 on linux debian GEM: ver: 0.93.git 374f713 compiled: May 19 2013 with
 image loading support: magick SGI jpeg tiff

 ++b


 Le 23/09/2013 14:10, Py Fave a écrit :
  i think no
  i don't know if gem can handle anything higher than 8 bits / pixel
  .
  it seems like no .(especially pix_boxes)
 
  but i'm perhaps wrong/outdated
  if you see an alternative ,
  let me know .
 
 
 
 
 
  2013/9/23 Patrice Colet colet.patr...@free.fr:
   Is it possible to read openEXR files with Gem?
 
  Colet Patrice
 
 
  ___
  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
 


 ___
 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

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


Re: [PD] ANN: pd-l2ork v.20130920 released

2013-09-25 Thread Mario Mey
I would like to try pd-l2ork... but, when I try to install .deb, Ubuntu 
Software Center tell me that it couldn't find libstk0-dev. When I try 
to install it, in Synaptic, the installation ask me to uninstall almost 
my audio applications.


I remember something like this when I tried to change Jack version. 
Could this be?


I use jackd (Jackdmp, I think...)




El 23/09/13 09:26, Ivica Ico Bukvic escribió:

As usual, apologies for x-posting...

It is my pleasure to announce the latest release of pd-l2ork free 
open-source visual programming language for interactive media, and 
supporting K12 educational module for the 32-bit and 64-bit Linux, as 
well as Raspberry Pi (Arm) platforms. pd-l2ork is the infrastructural 
backbone of Virginia Tech DISIS Linux Laptop Orchestra 
(http://l2ork.music.vt.edu). Highlights include:


*Ported all vanilla GUI objects and events to cairo-based SVG-like 
tkpath canvas providing antialiased drawing capabilities, bezier patch 
cords, and setting stage for a zoomable canvas
*Implemented a new scrollbar system using semi-transparent objects 
right on the canvas
*Implemented filtering of autorepeat keyboard events for key, keyup, 
keyname objects
*Expanded K12 library with numerous improvements and added a couple 
demo files

*Backported resizable objects and recent files
*Implemented native drag-n-drop
*Improved GUI appearance
*Began porting 3rd party objects to new cairo-based canvas 
(non-accelerated 3rd-party objects can be recognized by having a blue 
selection box and their considerably slower redraw)
*Cleaned-up extended pddp documentation and added comprehensive 
cyclone documentation
*Began filtering (disabling) building of redundant externals within 
the cyclone and other 3rd-party libraries
*Proper visual reordering without the potentially cpu-expensive 
canvas_redraw for all accelerated objects (non-accelerated 3rd-party 
objects can be recognized by having a blue selection box and their 
considerably slower redraw)
*Disabled drawing of redundant nlets for objects embedded inside a GOP 
object (for Max users, equivalent to a bpatcher)
*Embedded tkdnd and tkpath libs directly into source for a monolithic 
build; made several improvements to the tkpath lib fork

*Many other minor bugfixes and improvements (see Changelog for more info)

A screenshot of the K12 module is attached. Alternatively, it can be 
found at:

http://puredata.info/downloads/Pd-L2Ork/releases/20130920/screenshot/image_view_fullscreen

Complete Changelog:
http://puredata.info/downloads/Pd-L2Ork/releases/20130920/

Download Links:
Binary Builds  Documentation: http://l2ork.music.vt.edu/main/?page_id=56
Source: http:///github.com/pd-l2ork/

Best wishes,
--
Ivica Ico Bukvic, D.M.A
Composition, Music Technology
Director, DISIS Interactive Sound  Intermedia Studio
Director, L2Ork Linux Laptop Orchestra
Head, ICAT IMPACT Studio
Virginia Tech
Department of Music
Blacksburg, VA 24061-0240
(540) 231-6139
(540) 231-5034 (fax)
disis.music.vt.edu
l2ork.music.vt.edu
ico.bukvic.net


___
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] ANN: pd-l2ork v.20130920 released

2013-09-25 Thread Ivica Bukvic
Can you check if you have any libstk packages available in the software
center? Also make sure that you have universe repertories enabled. Btw what
version of Ubuntu are you using? Albert Graef has a launchpad with all
these packages built for newer versions of Ubuntu. HTH
On Sep 25, 2013 8:01 AM, Mario Mey mario...@gmail.com wrote:

  I would like to try pd-l2ork... but, when I try to install .deb, Ubuntu
 Software Center tell me that it couldn't find libstk0-dev. When I try to
 install it, in Synaptic, the installation ask me to uninstall almost my
 audio applications.

 I remember something like this when I tried to change Jack version. Could
 this be?

 I use jackd (Jackdmp, I think...)




 El 23/09/13 09:26, Ivica Ico Bukvic escribió:

 As usual, apologies for x-posting...

 It is my pleasure to announce the latest release of pd-l2ork free
 open-source visual programming language for interactive media, and
 supporting K12 educational module for the 32-bit and 64-bit Linux, as well
 as Raspberry Pi (Arm) platforms. pd-l2ork is the infrastructural backbone
 of Virginia Tech DISIS Linux Laptop Orchestra (http://l2ork.music.vt.edu).
 Highlights include:

 *Ported all vanilla GUI objects and events to cairo-based SVG-like tkpath
 canvas providing antialiased drawing capabilities, bezier patch cords, and
 setting stage for a zoomable canvas
 *Implemented a new scrollbar system using semi-transparent objects right
 on the canvas
 *Implemented filtering of autorepeat keyboard events for key, keyup,
 keyname objects
 *Expanded K12 library with numerous improvements and added a couple demo
 files
 *Backported resizable objects and recent files
 *Implemented native drag-n-drop
 *Improved GUI appearance
 *Began porting 3rd party objects to new cairo-based canvas
 (non-accelerated 3rd-party objects can be recognized by having a blue
 selection box and their considerably slower redraw)
 *Cleaned-up extended pddp documentation and added comprehensive cyclone
 documentation
 *Began filtering (disabling) building of redundant externals within the
 cyclone and other 3rd-party libraries
 *Proper visual reordering without the potentially cpu-expensive
 canvas_redraw for all accelerated objects (non-accelerated 3rd-party
 objects can be recognized by having a blue selection box and their
 considerably slower redraw)
 *Disabled drawing of redundant nlets for objects embedded inside a GOP
 object (for Max users, equivalent to a bpatcher)
 *Embedded tkdnd and tkpath libs directly into source for a monolithic
 build; made several improvements to the tkpath lib fork
 *Many other minor bugfixes and improvements (see Changelog for more info)

 A screenshot of the K12 module is attached. Alternatively, it can be found
 at:

 http://puredata.info/downloads/Pd-L2Ork/releases/20130920/screenshot/image_view_fullscreen

 Complete Changelog:
 http://puredata.info/downloads/Pd-L2Ork/releases/20130920/

 Download Links:
 Binary Builds  Documentation: http://l2ork.music.vt.edu/main/?page_id=56
 Source: http:///github.com/pd-l2ork/

 Best wishes,

 --
 Ivica Ico Bukvic, D.M.A
 Composition, Music Technology
 Director, DISIS Interactive Sound  Intermedia Studio
 Director, L2Ork Linux Laptop Orchestra
 Head, ICAT IMPACT Studio
 Virginia Tech
 Department of Music
 Blacksburg, VA 24061-0240(540) 231-6139(540) 231-5034 
 (fax)disis.music.vt.edul2ork.music.vt.eduico.bukvic.net



 ___pd-l...@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


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


[PD] comport error

2013-09-25 Thread Paula Pin
hello everybody ! !

during the last days Iḿ trying to fixed out one instalation that needs the
object ascii4pd on ubuntu and is not working, can someone give some ideas
or solution to figure out  this ???
Arduino is sending serial data but pd is not getting the numbers (on ubuntu)
In Mac is working perfectly, probably Iḿ missing something 


)()()()()()()()
[comport] ** WARNING ** port 9600 not valid, must be between 0 and 98
[comport] opening serial port 9600 failed!
[comport]: available serial ports:
0/dev/ttyACM0
[comport] opened serial line device 0 (/dev/ttyACM0)

ascii4pd.txt: can't open
ascii4pd.txt: read failed
)()()()()()()()()

thanks a lot ! ! ! !



-- 
Paula Pin

790 pln

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


Re: [PD] comport error

2013-09-25 Thread Charles Goyard
Hi,

Paula Pin wrote:
 
 [comport] ** WARNING ** port 9600 not valid, must be between 0 and 98
 [comport] opening serial port 9600 failed!
 [comport]: available serial ports:
 0/dev/ttyACM0
 [comport] opened serial line device 0 (/dev/ttyACM0)

It looks like you mixed the order of parameters.

Try inverting the speed (9600) and the port number.

What are the exact parameters you give to comport ?


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


[PD] gem:using lighting in a geo with shader

2013-09-25 Thread Ronni Montoya
Hi, i discovered that lighting doesnt work in gem when i use a shader
with a geo.
Why is that?

Any idea how can i make lighting work with a geo with shader?

is there any trick?



cheers

R.

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


Re: [PD] comport error

2013-09-25 Thread Paula Pin
hi everyone ! !

the comport is woorking now thanks Ale for the solution, now I have only
this problem

ascii4pd.txt: can't open
ascii4pd.txt: read failed

the abstraction convert.ascii.pd  looks not work on the actual
configuration 

inside this there is a mensage that is not working ascii4pd.txt

someone has the same problem or know some solution to this


thanks a lot




2013/9/25 Charles Goyard c...@fsck.fr

 Hi,

 Paula Pin wrote:
 
  [comport] ** WARNING ** port 9600 not valid, must be between 0 and 98
  [comport] opening serial port 9600 failed!
  [comport]: available serial ports:
  0/dev/ttyACM0
  [comport] opened serial line device 0 (/dev/ttyACM0)

 It looks like you mixed the order of parameters.

 Try inverting the speed (9600) and the port number.

 What are the exact parameters you give to comport ?


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




-- 
Paula Pin

790 pln

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


[PD] Pure Data Patch Repository

2013-09-25 Thread puredata

http://www.pdpatchrepo.info


Hi all,

I am very pleased to announce the Pure Data Patch Repository website  
(and live pd patch streaming). It's a one-man show, so I need your  
feedback:


- is the live stream stable (no buffering)?
- is the gui working (knobs, bang)?
- is sharing a patch working (mp3 / ogg, png, pd, zip)?
- any layout bugs?
- ... (emailing me directly is ok)

You can subscribe to the RSS feed to know when someone shared a patch:
http://www.pdpatchrepo.info/rss/patch

I would like to thanks IOhannes and the Institute of Electronic Music  
and Acoustics for providing the bandwidth for the stream. Two thumbs up!


I took the liberty to attach 2 size of the logo (if you want to post /  
link about it).


Cheers!
attachment: pdpatchrepo_150.pngattachment: pdpatchrepo_244.png___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] [PD-announce] Pure Data Patch Repository

2013-09-25 Thread puredata

http://www.pdpatchrepo.info


Hi all,

I am very pleased to announce the Pure Data Patch Repository website  
(and live pd patch streaming). It's a one-man show, so I need your  
feedback:


- is the live stream stable (no buffering)?
- is the gui working (knobs, bang)?
- is sharing a patch working (mp3 / ogg, png, pd, zip)?
- any layout bugs?
- ... (emailing me directly is ok)

You can subscribe to the RSS feed to know when someone shared a patch:
http://www.pdpatchrepo.info/rss/patch

I would like to thanks IOhannes and the Institute of Electronic Music  
and Acoustics for providing the bandwidth for the stream. Two thumbs up!


I took the liberty to attach 2 size of the logo (if you want to post /  
link about it).


Cheers!
attachment: pdpatchrepo_150.pngattachment: pdpatchrepo_244.png___
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