Re: [PD] Issues with Gem 0.39-3 on OS X via Deken in Pd

2017-09-30 Thread Dan Wilcox

> On Sep 30, 2017, at 12:00 PM, pd-list-requ...@lists.iem.at wrote:
> 
> So I'm really confused on what the technical issues are.

The macOS [pix_film], [pix_image], & [pix_record] backends use the Quicktime 
framework (via QTKit) provided by Apple with the OS.

Apple stopped updating Quicktime a while ago in favor of the AVFoundation 
framework starting with macOS 10.7. Quicktime, being older, was designed for 32 
bit systems and not updated for 64 bit. AVFoundation being newer was designed 
for 64 bit systems and does not support 32 bit.

As of macOS 10.12, Quicktime is no longer included with the OS. This was after 
being deprecated for 5 versions of the OS, so no surprise. If you are running 
10.12, [pix_film], [pix_image], & [pix_record] simply will not work as there is 
no Quicktime. The backends need to be transitions to use AVFoundation instead.

Everything else in GEM works.

I started the basics of adding AVFoundation backends a couple years ago now, 
but just haven't gotten around to things very often and was hoping (in vain 
apparently) that there were some other people willing to finish it off. There 
is currently a [pix_film] working with AVFoundation but it has a memory leak I 
haven't fixed, so Pd crashes after playing a video for about a minute.


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 



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


Re: [PD] trouble with pd-0.48-0 and multiple screens

2017-09-30 Thread Ali Momeni
Hello all,
Sorry for the delay, I was traveling and didn't have access to multiple
monitors.
I had a chance to send the 0.48-1 build from Dan and it seems to have fixed
the jumping window problem!

Thank you and well done Dan!

On Wed, Sep 27, 2017 at 12:03 PM, Raphaël Ilias 
wrote:

> Hi,
>
> I tested the mac build given by Dan : http://docs.danomatika.com/
> pdbuilds/Pd-0.48-1-multimonitor.app.zip
>
> It works here !
>
> My setup again :
> - MBP 2012 with mac OS X Yosemite 10.10.5
> - second monitor set on the left of laptop/main screen.
>
> I can place a subpatch window on the left/second monitor, close it, and it
> when I click the subpatch to open it again, it appears at its previous
> position, on the left screen (and not in the nowhere limbo anymore).
> I attach my test patch, not sure that makes sense
>
> Thank you very much !
> (sorry Dan for making wait, as I told you, I don't have access everyday to
> the studio where I have a second monitor... sometimes my life is not so
> hightech !)
>
> I'm not familiar with git-thing (I spent ten minutes wondering what PR
> stands for) so I don't know if I tested the updated version of IOhannes.
>
> thanks everyone, this will be very helpful here soon when I will be back
> working on big patch with many windows...
>
> bye
>
> Raphaël
>
>
> 2017-09-27 12:27 GMT+02:00 Dan Wilcox :
>
>> As a followup, please test this possible solution: Pd-0.48-1-multimonit
>> or.app.zip
>> 
>>
>> I spent time on fixing this so I would like to at least get a
>> confirmation from those that posted the initial thread.
>>
>> On Sep 22, 2017, at 11:19 AM, Dan Wilcox  wrote:
>>
>> Note: IOhannes has an updated PR: https://github.com/pure-da
>> ta/pure-data/pull/225
>>
>> The previous build should work them same.
>>
>> On Sep 21, 2017, at 1:35 PM, Dan Wilcox  wrote:
>>
>> Ok, I believe I have a fix: https://github.com/pure-d
>> ata/pure-data/pull/224
>>
>> You can download and try a test build for newer Macs (10.9+):
>> Pd-0.48-1-multimonitor.app.zip
>> 
>>
>> From doing some research, it seems support for negative positions was
>> added to Tk a while ago and it seems to be working fine. I basically just
>> removed the hard clipping to 0 and only try to do the manual placement if
>> Tk is 8.4.
>>
>>
>>
>> 
>> Dan Wilcox
>> @danomatika 
>> danomatika.com
>> robotcowboy.com
>>
>>
>>
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/li
>> stinfo/pd-list
>>
>>
>
>
> --
> Raphaël Ilias
>   ___
> * phae.fr *
>
>  phae.il...@gmail.com / 06 04 45 79 78
>   ___
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] purr data 2.3.2's gem on windows 10

2017-09-30 Thread Jonathan Wilkes via Pd-list
> Hello List,

> 1. Please don't ask why i use windows.

> 2. please tell me if there is a better place to post about this.

> 3. i installed purr-data 2.3.2 (and other versions before) on windows 10 
> (x64).

> gem is included but i startup i get :
> GEM: image loading support: SGI 

> only

> and i can't find a way of loading jpg or movies in gem.

> if i load example pix_film opr pix_movie, i get 

> verbose( 0):[pix_movie]: AVI support verbose( 0):[pix_movie]: image support

> [pix_film]: unable to open file: C:/Users/PC-VonoXS/Desktop/pour 
> josep/capture014_type1.avi

> (standard dv file , that used to work on pd-extended)

> but gem 93.3 is quite old , especially for glsl stuff.


Hi Py,
I maintain Purr Data. I'll have a look at this.

-Jonathan

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


Re: [PD] purr data 2.3.2's gem on windows 10

2017-09-30 Thread Alexandre Torres Porres
2017-09-30 8:52 GMT-03:00 Py Fave :

> Hello List,
>
> 1. Please don't ask why i use windows.
>

haha



>
> 2. please tell me if there is a better place to post about this.
>

Please report bugs here:

https://git.purrdata.net/jwilkes/purr-data


But this list is also relevant for Gem issues
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] purr data 2.3.2's gem on windows 10

2017-09-30 Thread Py Fave
Hello List,

1. Please don't ask why i use windows.

2. please tell me if there is a better place to post about this.

3. i installed purr-data 2.3.2 (and other versions before) on windows 10
(x64).

gem is included but i startup i get :

GEM: image loading support: SGI

only

and i can't find a way of loading jpg or movies in gem.

if i load example pix_film opr pix_movie, i get


verbose( 0):[pix_movie]: AVI supportverbose( 0):[pix_movie]: image support


[pix_film]: unable to open file: C:/Users/PC-VonoXS/Desktop/pour
josep/capture014_type1.avi

(standard dv file , that used to work on pd-extended)

but gem 93.3 is quite old , especially for glsl stuff.



even for alea.mpg or other files

I converted an image to sgi format and it works.

so it seems there is a problem in gem plugins (except for sgi input)

any hint welcome, i can feedback if needed.

i already tried a lot of versions of gem, pd ,

such as this one https://github.com/avilleret/Gem/releases/


without success,

but it doesn't seem very far from working state.


in fact, what is the better solution to get a working and recent gem on windows?



Thanks

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