Re: [PD] Gem crashes after relaunching with error: i965: Failed to submit batchbuffer: Invalid argument

2018-11-29 Thread andre rc
Hi,

I have the same issue. I tried 3 machines with ubuntu 18.04.1 with a
self-compiled Pd 0.49.0 and Gem 0.93. cloned from git.
One machine has an Nvidia Geforce GTX 660 Ti and it has no problems. The
other 2 machines have an Intel integrated graphics controller and they
crashed after recreating gemwin only when the text3d is used. With text2d
there's no problem, same with other gem objects.
pd -verbose -lib Gem:
i965: Failed to submit batchbuffer: No such file or directory

Best, A.


On Mon, 1 Oct 2018 at 22:38, Csaba Láng  wrote:

> to correct my previous statement, when I wrote metro is slower 3 times I
> was wrong, it is not 3000ms but ms but it is due to my last project
> where I used 200fps for the Pylon high speed cameras.
> now everything seems to make sense: when I used those USB3 cameras with
> the correct 200fps, this metro phenomenon did not occur, until I changed
> the cameras to webcams keeping accidentally the 200fps. when turned it off
> Gem went back to 20fps.
> Thanks for solving this mysterious case :)
>
> On Mon, Oct 1, 2018 at 8:50 PM Csaba Láng  wrote:
>
>> yes you are right, once it was 3 times slower, once it was 3 times faster.
>> Gem is on default framerate, I guess you mentioned it is 20fps.
>> Monitor is on 60Hz. There is a ratio of 1:3 indeed but I hope it has
>> nothing to do with metro.
>>
>> On Mon, Oct 1, 2018 at 8:43 PM IOhannes m zmölnig 
>> wrote:
>>
>>> On 10/1/18 6:30 PM, Csaba Láng wrote:
>>> > Indeed, annoying it is during developing the patch, however had a
>>> feeling
>>> > that maybe Gem makes my metro work slower exactly 3 times, one second
>>> lasts
>>> > 3 seconds in real time.
>>>
>>> i'm a bit confused now:
>>> in your last thread you stated that the metro was exactly 3 times faster
>>> (that is a [metro 1000] running a 333ms; now a [metro 1000] is running
>>> at 3000ms).
>>> while a slower/faster metro is entirely possible and te two problems
>>> might be unrelated, i wonder why exactly the same factor "3" occurs in
>>> both issues.
>>> could it be that the problem is somewhere else (e.g. a simple patch
>>> error?)
>>>
>>> at which framerate is your Gem-patch running? at which framerate is your
>>> monitor running?
>>>
>>>
>>> > it is in no correlating with the source of the bug.
>>>
>>> afaict, this is unrelated to the crasher bug you are describing.
>>>
>>>
>>> > But will never get the answer.
>>>
>>> i'm not sur what you mean by this.
>>>
>>> fgmsard
>>> IOhannes
>>>
>>> ___
>>> Pd-list@lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>>> https://lists.puredata.info/listinfo/pd-list
>>>
>> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)

2018-11-29 Thread Simon Iten
on osx at least you had to restart pd for new midi devices to work since 
“ages”… (not talking about extended)

> On 29 Nov 2018, at 23:05, Ingo  wrote:
> 
> Exactly!
> connect with any option does not connect the MIDI devices to Pd while running 
> Pd.
>  
> I tried aconnect -l, aconnect -i, aconnect -o, aconnect -d, aconnect -e and 
> aconnect -x from Pd with [shell] and from a terminal.
> I tried alsa-midi and oss-midi with or without sending the midi-dialog.
>  
> aconnect -i, aconnect -o and aconnect -l listed the USB-MIDI interface 
> correctly but did not connect it.
> The Pd console says:
>  
> opened 0 MIDI input device(s) and 0 output device(s)
>  
> Using OSS-MIDI nothing further happened.
> Using ALSA-MIDI it crashed after alsaconnect -i and sending any midi-dialog 
> like  [1 2 3 4 1 2 3 4 4 4( or  [2 3 4 5 2 3 4 5 4 4( twice.
>  
> When connecting the USB device during startup of Pd it works fine - but 
> aconnect -d or -x does not disconnect it either.
>  
> I just noticed that on my machine that I used for testing Pd 0.47.1 was 
> installed.
> Were there any changes since 0.47.1 and 0.48.1?
> I have another box with 0.48.1 installed and will try again tomorrow.
>  
> Ingo
>  
>  
>  
>  
> From: Jaime Oliver [mailto:jaime.oliv...@gmail.com] 
> Sent: Thursday, November 29, 2018 9:26 PM
> To: i...@fixitinthemix.de
> Cc: Pd-List
> Subject: Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)
>  
> you mean "aconnect -l" in the terminal does not give you any devices?
>  
> On Thu, Nov 29, 2018 at 3:25 PM Ingo  > wrote:
>> Doesn't work here.
>> 
>> 
>> 
>> From: Pd-list [mailto:pd-list-boun...@lists.iem.at 
>> ] On Behalf Of Jaime Oliver
>> Sent: Thursday, November 29, 2018 7:48 PM
>> To: IOhannes m zmoelnig
>> Cc: Pd-List
>> Subject: Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)
>> 
>> You can also use alsa-midi in pd and "aconnect" to connect your device to pd 
>> without using jack.
>> J
>> 
>> On Thu, Nov 29, 2018 at 1:43 PM IOhannes m zmölnig > > wrote:
>> On 11/29/18 6:56 PM, Ingo wrote:
>> > Mmmhh,
>> >
>> > I really don't want to use jack for this.
>> 
>> i didn't propose anything with jack.
>> qjackctl (despite it's name) is a tool that allows to manage
>> - jack audio connections
>> - jack midi connections
>> - alsa midi connections
>> 
>> i was only talking about the last option, which is totally independent
>> of of JACK.
>> 
>> qjcackctl would allow you to magically connect your new devices to Pd
>> once they are plugged in, without having the need to open any dialog.
>> 
>> i don't know about OSS-MIDI. i never use it.
>> 
>> 
>> fmadr
>> IOhannes
>> 
>> ___
>> Pd-list@lists.iem.at  mailing list
>> UNSUBSCRIBE and account-management -> 
>> https://lists.puredata.info/listinfo/pd-list 
>> 
>> 
>> 
>> 
>> -- 
>> **
>> Jaime E Oliver LR
>> www.jaimeoliver.pe 
>> 
> 
> 
>  
> -- 
> **
> Jaime E Oliver LR
> www.jaimeoliver.pe 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list

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


Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)

2018-11-29 Thread Ingo
Exactly!

connect with any option does not connect the MIDI devices to Pd while running 
Pd.

 

I tried aconnect -l, aconnect -i, aconnect -o, aconnect -d, aconnect -e and 
aconnect -x from Pd with [shell] and from a terminal.

I tried alsa-midi and oss-midi with or without sending the midi-dialog.

 

aconnect -i, aconnect -o and aconnect -l listed the USB-MIDI interface 
correctly but did not connect it.

The Pd console says:

 

opened 0 MIDI input device(s) and 0 output device(s)

 

Using OSS-MIDI nothing further happened.

Using ALSA-MIDI it crashed after alsaconnect -i and sending any midi-dialog 
like  [1 2 3 4 1 2 3 4 4 4( or  [2 3 4 5 2 3 4 5 4 4( twice.

 

When connecting the USB device during startup of Pd it works fine - but 
aconnect -d or -x does not disconnect it either.

 

I just noticed that on my machine that I used for testing Pd 0.47.1 was 
installed.

Were there any changes since 0.47.1 and 0.48.1?
I have another box with 0.48.1 installed and will try again tomorrow.

 

Ingo

 

 

 

 

From: Jaime Oliver [mailto:jaime.oliv...@gmail.com] 
Sent: Thursday, November 29, 2018 9:26 PM
To: i...@fixitinthemix.de
Cc: Pd-List
Subject: Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)

 

you mean "aconnect -l" in the terminal does not give you any devices?

 

On Thu, Nov 29, 2018 at 3:25 PM Ingo mailto:i...@fixitinthemix.de> > wrote:

Doesn't work here.



From: Pd-list [mailto:pd-list-boun...@lists.iem.at 
 ] On Behalf Of Jaime Oliver
Sent: Thursday, November 29, 2018 7:48 PM
To: IOhannes m zmoelnig
Cc: Pd-List
Subject: Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)

You can also use alsa-midi in pd and "aconnect" to connect your device to pd 
without using jack.
J

On Thu, Nov 29, 2018 at 1:43 PM IOhannes m zmölnig mailto:zmoel...@iem.at> > wrote:
On 11/29/18 6:56 PM, Ingo wrote:
> Mmmhh,
>
> I really don't want to use jack for this.

i didn't propose anything with jack.
qjackctl (despite it's name) is a tool that allows to manage
- jack audio connections
- jack midi connections
- alsa midi connections

i was only talking about the last option, which is totally independent
of of JACK.

qjcackctl would allow you to magically connect your new devices to Pd
once they are plugged in, without having the need to open any dialog.

i don't know about OSS-MIDI. i never use it.


fmadr
IOhannes

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



-- 
**
Jaime E Oliver LR
www.jaimeoliver.pe  






 

-- 

**

Jaime E Oliver LR
www.jaimeoliver.pe  

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


Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)

2018-11-29 Thread Jaime Oliver
you mean "aconnect -l" in the terminal does not give you any devices?

On Thu, Nov 29, 2018 at 3:25 PM Ingo  wrote:

> Doesn't work here.
>
>
>
> From: Pd-list [mailto:pd-list-boun...@lists.iem.at] On Behalf Of Jaime
> Oliver
> Sent: Thursday, November 29, 2018 7:48 PM
> To: IOhannes m zmoelnig
> Cc: Pd-List
> Subject: Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)
>
> You can also use alsa-midi in pd and "aconnect" to connect your device to
> pd
> without using jack.
> J
>
> On Thu, Nov 29, 2018 at 1:43 PM IOhannes m zmölnig 
> wrote:
> On 11/29/18 6:56 PM, Ingo wrote:
> > Mmmhh,
> >
> > I really don't want to use jack for this.
>
> i didn't propose anything with jack.
> qjackctl (despite it's name) is a tool that allows to manage
> - jack audio connections
> - jack midi connections
> - alsa midi connections
>
> i was only talking about the last option, which is totally independent
> of of JACK.
>
> qjcackctl would allow you to magically connect your new devices to Pd
> once they are plugged in, without having the need to open any dialog.
>
> i don't know about OSS-MIDI. i never use it.
>
>
> fmadr
> IOhannes
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
>
>
> --
> **
> Jaime E Oliver LR
> www.jaimeoliver.pe
>
>
>

-- 
**
Jaime E Oliver LR
www.jaimeoliver.pe
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)

2018-11-29 Thread Ingo
It was working fine on Pd-extended.
Once you opened the midi dialog or sent a pd-message with the settings new 
MIDIinterfaces were there.

I was monitoring the /dev/ folder every 2 or 3 seconds to see if midi1, midi2, 
midi3 or midi 4 was present or better has changed.
If a change happened I sent the message with the MIDI setup to Pd and the new 
devices were there.

e.g. [pd midi-dialog 1 2 3 4 1 2 3 4  4 4(  meaning open input 1,2,3 and 4 
and 
output 1,2,3 and 4.
(1st 4 digits are inputs, 2nd four digits are outputs, then number of midi ins 
and number of midi outs)

Now this doesn't do anything anymore.

Ingo



> -Original Message-
> From: Christof Ressi [mailto:christof.re...@gmx.at]
> Sent: Thursday, November 29, 2018 7:47 PM
> To: Ingo
> Cc: pd-list@lists.iem.at
> Subject: Aw: Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian
> 9.5)
>
> > I cannot recognize USB MIDI interfaces anymore without restarting Pd.
>
> just curious: did this actually work before? at least on Windows I've always
> had to restart Pd when I plug in a new MIDI device, but maybe that's because
> of portmidi.
>
> Christof
>
> > Gesendet: Donnerstag, 29. November 2018 um 18:56 Uhr
> > Von: Ingo 
> > An: pd-list@lists.iem.at
> > Betreff: Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian
> > 9.5)
> >
> > Mmmhh,
> >
> > I really don't want to use jack for this.
> > I simply need to know what I can do so that Pd sees new MIDI
> > interfaces when I reload the the midi dialog after connecting a new USB
> MIDI device.
> >
> > The way it was on Pd-exended was that Pd would search for MIDI devices
> > when when you opened the MIDI dialog "OSS-MIDI" while running Pd.
> > Now it doesn't do this anymore ...
> >
> > Pd actually ignores the Media/MIDI settings.
> > If I set the input to "none" and hit apply it still uses the MIDI
> > input from the startup - even though it shows "none" in the MIDI settings.
> > Please someone tell me that there is a way to do this!
> >
> > Is there any kind of a command to send to Pd to update the MIDI device
> list?
> > I really need to stay compatible with my previous software and
> > operating systems.
> > Reloading the patch is not an option.
> >
> > Ingo
> >
> >
> >
> > > -Original Message-
> > > From: Pd-list [mailto:pd-list-boun...@lists.iem.at] On Behalf Of
> > > IOhannes m zmoelnig
> > > Sent: Thursday, November 29, 2018 9:47 AM
> > > To: pd-list@lists.iem.at
> > > Subject: Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1
> > > (Debian 9.5)
> > >
> > > On 29.11.18 09:27, Ingo wrote:
> > > > Hi everybody,
> > > >
> > > > I know this has been coverd before but somehow I can't find it.
> > > >
> > > > I'm having a problem that after switching to Pd 0.48.1 on Debian
> > > > 9.5 I cannot recognize USB MIDI interfaces anymore without restarting
> Pd.
> > > > Can anybody tell me how to do this or point me to the relevant
> > > information?
> > > >
> > > > I used to simply recall the MIDI dialog and it was there - that's
> > > > not the case anymore.
> > > >
> > >
> > > use alsa-midi and some external software (like qjackctl) to manage
> > > the connection between the devices and Pd.
> > >
> > > fmasdr
> > > IOhannes
> >
> >
> >
> >
> >
> >
> > ___
> > Pd-list@lists.iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > https://lists.puredata.info/listinfo/pd-list
> >





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


Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)

2018-11-29 Thread Ingo
Oh, I see.

I'll give it a try and see if it works with OSS-MIDI.

Thanks
Ingo



> -Original Message-
> From: Pd-list [mailto:pd-list-boun...@lists.iem.at] On Behalf Of IOhannes m
> zmölnig
> Sent: Thursday, November 29, 2018 7:41 PM
> To: pd-list@lists.iem.at
> Subject: Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)
>
> On 11/29/18 6:56 PM, Ingo wrote:
> > Mmmhh,
> >
> > I really don't want to use jack for this.
>
> i didn't propose anything with jack.
> qjackctl (despite it's name) is a tool that allows to manage
> - jack audio connections
> - jack midi connections
> - alsa midi connections
>
> i was only talking about the last option, which is totally independent of of
> JACK.
>
> qjcackctl would allow you to magically connect your new devices to Pd once
> they are plugged in, without having the need to open any dialog.
>
> i don't know about OSS-MIDI. i never use it.
>
>
> fmadr
> IOhannes






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


Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)

2018-11-29 Thread Jaime Oliver
On Thu, Nov 29, 2018 at 1:49 PM Christof Ressi 
wrote:

> > I cannot recognize USB MIDI interfaces anymore without restarting Pd.
>
> just curious: did this actually work before? at least on Windows I've
> always had to restart Pd when I plug in a new MIDI device, but maybe that's
> because of portmidi.
>

yes!

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


Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)

2018-11-29 Thread Jaime Oliver
You can also use alsa-midi in pd and "aconnect" to connect your device to
pd without using jack.
J

On Thu, Nov 29, 2018 at 1:43 PM IOhannes m zmölnig  wrote:

> On 11/29/18 6:56 PM, Ingo wrote:
> > Mmmhh,
> >
> > I really don't want to use jack for this.
>
> i didn't propose anything with jack.
> qjackctl (despite it's name) is a tool that allows to manage
> - jack audio connections
> - jack midi connections
> - alsa midi connections
>
> i was only talking about the last option, which is totally independent
> of of JACK.
>
> qjcackctl would allow you to magically connect your new devices to Pd
> once they are plugged in, without having the need to open any dialog.
>
> i don't know about OSS-MIDI. i never use it.
>
>
> fmadr
> IOhannes
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>


-- 
**
Jaime E Oliver LR
www.jaimeoliver.pe
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)

2018-11-29 Thread Christof Ressi
> I cannot recognize USB MIDI interfaces anymore without restarting Pd.

just curious: did this actually work before? at least on Windows I've always 
had to restart Pd when I plug in a new MIDI device, but maybe that's because of 
portmidi.

Christof

> Gesendet: Donnerstag, 29. November 2018 um 18:56 Uhr
> Von: Ingo 
> An: pd-list@lists.iem.at
> Betreff: Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)
>
> Mmmhh,
> 
> I really don't want to use jack for this.
> I simply need to know what I can do so that Pd sees new MIDI interfaces when 
> I 
> reload the the midi dialog after connecting a new USB MIDI device.
> 
> The way it was on Pd-exended was that Pd would search for MIDI devices when 
> when you opened the MIDI dialog "OSS-MIDI" while running Pd.
> Now it doesn't do this anymore ...
> 
> Pd actually ignores the Media/MIDI settings.
> If I set the input to "none" and hit apply it still uses the MIDI input from 
> the startup - even though it shows "none" in the MIDI settings.
> Please someone tell me that there is a way to do this!
> 
> Is there any kind of a command to send to Pd to update the MIDI device list?
> I really need to stay compatible with my previous software and operating 
> systems.
> Reloading the patch is not an option.
> 
> Ingo
> 
> 
> 
> > -Original Message-
> > From: Pd-list [mailto:pd-list-boun...@lists.iem.at] On Behalf Of IOhannes m
> > zmoelnig
> > Sent: Thursday, November 29, 2018 9:47 AM
> > To: pd-list@lists.iem.at
> > Subject: Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)
> >
> > On 29.11.18 09:27, Ingo wrote:
> > > Hi everybody,
> > >
> > > I know this has been coverd before but somehow I can't find it.
> > >
> > > I'm having a problem that after switching to Pd 0.48.1 on Debian 9.5 I
> > > cannot recognize USB MIDI interfaces anymore without restarting Pd.
> > > Can anybody tell me how to do this or point me to the relevant
> > information?
> > >
> > > I used to simply recall the MIDI dialog and it was there - that's not
> > > the case anymore.
> > >
> >
> > use alsa-midi and some external software (like qjackctl) to manage the
> > connection between the devices and Pd.
> >
> > fmasdr
> > IOhannes
> 
> 
> 
> 
> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
> 



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


Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)

2018-11-29 Thread IOhannes m zmölnig
On 11/29/18 6:56 PM, Ingo wrote:
> Mmmhh,
> 
> I really don't want to use jack for this.

i didn't propose anything with jack.
qjackctl (despite it's name) is a tool that allows to manage
- jack audio connections
- jack midi connections
- alsa midi connections

i was only talking about the last option, which is totally independent
of of JACK.

qjcackctl would allow you to magically connect your new devices to Pd
once they are plugged in, without having the need to open any dialog.

i don't know about OSS-MIDI. i never use it.


fmadr
IOhannes



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


Re: [PD] (GEM) running pix_film without installing quicktime?

2018-11-29 Thread enrike
On this machine I am testing now I have the standard desktop. I am 
running windows 7. I think the machines in the lab are the same



18/11/29 16:22(e)an, Chris Clepper igorleak idatzi zuen:
You have DirectShow support which can load video.  Make sure the 
Aero/Metro/etc is turned off and you have the 'Standard Desktop' only.


DirectShow is far better on Windows than Quicktime too.

On Thu, Nov 29, 2018 at 3:19 AM enrike > wrote:



 >> ok but do I need to install those codecs or can I just drop a dll
 >> inside GEM?
 >
 > i don't think so ...
 >
 >
 > just out of curiosity: can you playback this ?
 >
 >
http://klingt.org/fileservice/downloads/05826154340905930-test2_cut.zip
 >
 > (that's a simple 2 seconds mjpeg file encoded with FFMPEG.)

I will try in the evening in the class computers but at home I have a
clean windows 7 install in an old machine. I tried there but does not
play the video you sent. In the PD console I get this

filmQT: Could not initialize quicktime: error -2093

[pix_movie]: DirectShow support

[pix_movie]: opening

C:/Users/r2d2/Desktop/malinette-soft-win-master/malinette-soft-win-master/malinette-ide/projects/malinette-default/test2_cut.avi

with format 1908

Unable to connect filters -2147220969

[pix_movie]: unable to open file:

C:/Users/r2d2/Desktop/malinette-soft-win-master/malinette-soft-win-master/malinette-ide/projects/malinette-default/test2_cut.avi




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






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


Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)

2018-11-29 Thread Ingo
Mmmhh,

I really don't want to use jack for this.
I simply need to know what I can do so that Pd sees new MIDI interfaces when I 
reload the the midi dialog after connecting a new USB MIDI device.

The way it was on Pd-exended was that Pd would search for MIDI devices when 
when you opened the MIDI dialog "OSS-MIDI" while running Pd.
Now it doesn't do this anymore ...

Pd actually ignores the Media/MIDI settings.
If I set the input to "none" and hit apply it still uses the MIDI input from 
the startup - even though it shows "none" in the MIDI settings.
Please someone tell me that there is a way to do this!

Is there any kind of a command to send to Pd to update the MIDI device list?
I really need to stay compatible with my previous software and operating 
systems.
Reloading the patch is not an option.

Ingo



> -Original Message-
> From: Pd-list [mailto:pd-list-boun...@lists.iem.at] On Behalf Of IOhannes m
> zmoelnig
> Sent: Thursday, November 29, 2018 9:47 AM
> To: pd-list@lists.iem.at
> Subject: Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)
>
> On 29.11.18 09:27, Ingo wrote:
> > Hi everybody,
> >
> > I know this has been coverd before but somehow I can't find it.
> >
> > I'm having a problem that after switching to Pd 0.48.1 on Debian 9.5 I
> > cannot recognize USB MIDI interfaces anymore without restarting Pd.
> > Can anybody tell me how to do this or point me to the relevant
> information?
> >
> > I used to simply recall the MIDI dialog and it was there - that's not
> > the case anymore.
> >
>
> use alsa-midi and some external software (like qjackctl) to manage the
> connection between the devices and Pd.
>
> fmasdr
> IOhannes






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


Re: [PD] (GEM) running pix_film without installing quicktime?

2018-11-29 Thread Chris Clepper
You have DirectShow support which can load video.  Make sure the
Aero/Metro/etc is turned off and you have the 'Standard Desktop' only.

DirectShow is far better on Windows than Quicktime too.

On Thu, Nov 29, 2018 at 3:19 AM enrike  wrote:

>
> >> ok but do I need to install those codecs or can I just drop a dll
> >> inside GEM?
> >
> > i don't think so ...
> >
> >
> > just out of curiosity: can you playback this ?
> >
> > http://klingt.org/fileservice/downloads/05826154340905930-test2_cut.zip
> >
> > (that's a simple 2 seconds mjpeg file encoded with FFMPEG.)
>
> I will try in the evening in the class computers but at home I have a
> clean windows 7 install in an old machine. I tried there but does not
> play the video you sent. In the PD console I get this
>
> filmQT: Could not initialize quicktime: error -2093
>
> [pix_movie]: DirectShow support
>
> [pix_movie]: opening
> C:/Users/r2d2/Desktop/malinette-soft-win-master/malinette-soft-win-master/malinette-ide/projects/malinette-default/test2_cut.avi
>
> with format 1908
>
> Unable to connect filters -2147220969
>
> [pix_movie]: unable to open file:
>
> C:/Users/r2d2/Desktop/malinette-soft-win-master/malinette-soft-win-master/malinette-ide/projects/malinette-default/test2_cut.avi
>
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] (GEM) running pix_film without installing quicktime?

2018-11-29 Thread IOhannes m zmoelnig
On 29.11.18 12:47, oliver wrote:
> so, for this we have to wait for a next official windows Gem release ...


yay!

in the meantime: can't you just pre-load the images into [pix_buffer]?
it will still eat the file-handles, but you only need to load the images
once into the buffer, and then you can just access them.

fgamsdr
IOhannes



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


Re: [PD] Inclusiveness: Fratments of my Personal Experience

2018-11-29 Thread Julian Brooks
Bang on Joe.
We stand (fail & fall) - together
(makes fist, raises it skyward:)

On Wed, 28 Nov 2018 at 15:53, Joe Deken  wrote:

> I'd like to mak a contribution to discussing inclusiveness in Pd.  I'm not
> sure I'll succeed; I'm uncomfortable Plato's regime of abstractions and
> ideals. I'm even less comfortable when confronted by any/all labels which
> try to express and encompass any unique and precious human life. What then
> could I offer "inclusiveness and Pd?" Please allow some points  simply
> from my personal experience.
>
>Note below: I'll divvy up my remarks here and number them -- allowing
> you easily to stop reading anywhere along the line. And if you decide to
> stop reading quickly.   I still give you my sincere "thanks for
> listening."
>
> 0) I am thankful to all people of goodwill who *act on their commitment.*
> --  particularly to you who downplay *controversy and polarization* around
> diverse alternative particular tactics we may actively employ.  I'll start
> simply with a link to the inclusiveness video which PA indicated,  which
> does not require youtube:
>
>  http://newblankets.org/worth_a_look/equality_audio_industry.webm
>
>  Further (personal) perspective on inclusiveness and diversity ...
>
> 1) I'm fairly old and have worked on many things which I now realize have
> been useless or worse.  But I have been a parent to five children. My
> first child was a daughter, Kate.  Honestly I couldn't tell you if Kate
> "identifies as female" because she and I don't speak.  Kate was born
> beautiful and perfect and healthy with the smile of a cherub or a Buddha
> that will never leave my eidetic   consciousness. But
> on the day Kate was born she was also recently deceased. This beautiful
> perfect girl at that point (by only a matter of hours) beyond any possible
> help.
>
> 2) So what? Shall we relay another medical malpractice tale, to bore us
> all with its sheer repetitiveness?  We could simply state that Kate's
> parents trusted the wrong people and let her die.  But a bit of truths is
> not the truth; a picture is not a pixel.  So it's worth considering
> additional matters of fact and on the
> record from that dark day in 1976:
>   The (male) obstetrician would not listen to Kate's (female & medical
> professional) mother or take her seriously. Mom brought her unborn child
> to this doc's hospital the evening before Kate's birth, in mortal
> distress.
>
> 3) Without my resorting to abstractions, my daughter Kate's story forces
> upon me this truth: Enormous harm is done by people whom we TRUST TOO MUCH
> and by those who advertise that they "MEAN NO HARM."
>   Great harm is done simply through "experts" and other gatekeepers.
> These "leaders" lack dedication to open observation; they lack the
> simple modesty to question their own scope and skills.
> Policymakers, warmongers and other experts casually absorb arrogance and
> tunnel vision with their elitist miseducation. Elitism is a pollution as
> endemic as plastics in our five major ocean gyres around the Earth.  But
> elitist self-preserving traditions and practices are  also hostile and
> lethal to us all. So let's face it:  This pollution is another toxic waste
> that "advanced society" has produced.  And let us now  remediate as best
> we can. Sooner addressed, more lives rescued.
>
> 4) But no one likes sad stories. Not me.  After Kate's death, it turns out
> that I was blessed with three incomprehensible and awesome sons. And then
> my youngest arrived twelve years after Kate -- a miracle daughter, Claire.
>  (Of coure _every_ child who survives their trip to arrive safely on our
> little planet is a miracle. -- It's simply eye-opening to realize miracles
> which are also everyday facts.)  There could not be any words to say what
> it is to have a living daughter who is a kindred spirit and a
> mathematician and a first grade teacher?  Rather a simple action: I'm
> delighted to be able to send "PA's equality video from Pd-list" today to
> my daughter Claire and her first-graders.
>
> 5) Why is my ramble relevant to all us denizens of Pd-land?  I'll convey
> an unoriginal viewpoint/observation I first learned from Chris McCormick.
> But I now appreciate how vital this aspect is. And why?  Through the
> *works* of Miller and Katja and Iohannes and Fred Jan and Dan and Julian
> and Connie and Susan and Liam and  Alexandros ... (you fill in the blanks
> you can keep your own list going as long as you like-- I'm out of ink but
> not out of people.)
>
> Consider this:
>
>  The free/open community must dedicate itself beyond producing the
> finest and most worthwhile software that humankind has ever seen.
> We also be working just as effectively together to cultivate
>
>--   better social practices in our self-organizing co-operative
> community --
>
>  It simply stands to reason. Building an inclusive and welcoming
> community is vital.  If we don't nurture healthy and inclusive and
> 

Re: [PD] (GEM) running pix_film without installing quicktime?

2018-11-29 Thread oliver

hi, answering to 2 replies:



me.grimm wrote:

 >> the class is already happening.

oh... thats not good :)

i just remembered... although it adds a layer of complication can you 
just use [pix_image] with a folder of jpeg's encoded 0.jpg, 1.jpg, etc? 
then just run it with a counter. this is basically just motion-jpeg 
without being in the .mov container right?


i have done this with students when in your situation before. its a bit 
more of a pain for beginners but maybe distribute an abstraction?


just a thought.


that will not work on windows because of this bug:

https://github.com/umlaeute/Gem/issues/156

according to IOhannes this has been fixed in the sources already but you 
would have to compile Gem on windows yourself. i didn't succeed at it 
and it's probably nothing  you should do while a class is happening.


so, for this we have to wait for a next official windows Gem release ...



enrike wrote:

>
> I will try in the evening in the class computers but at home I have a
> clean windows 7 install in an old machine. I tried there but does not
> play the video you sent. In the PD console I get this
>
> filmQT: Could not initialize quicktime: error -2093
>

yeah, thought so ;-(

this means mjpeg codec is not supported natively, you will need some 
codec pack to be installed in windows.


i tried without success to produce an "indeo" video with ffmpeg. this is 
the codec the "homer.avi" video uses.


"wmv" can be played by [pix_film], but only on "auto 1" mode, frame 
messages don't work. same for mpg files encoded with "mpeg1video".


sorry, but i guess unless you can install codecs on your student's 
machines you are probably out of luck here, unless someone can prove me 
wrong ...





best

oliver



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


Re: [PD] Recognizing USB MIDI interfaces on Pd 0.48.1 (Debian 9.5)

2018-11-29 Thread IOhannes m zmoelnig
On 29.11.18 09:27, Ingo wrote:
> Hi everybody,
> 
> I know this has been coverd before but somehow I can't find it.
> 
> I'm having a problem that after switching to Pd 0.48.1 on Debian 9.5 I
> cannot recognize USB MIDI interfaces anymore without restarting Pd.
> Can anybody tell me how to do this or point me to the relevant information?
> 
> I used to simply recall the MIDI dialog and it was there - that's not the
> case anymore.
> 

use alsa-midi and some external software (like qjackctl) to manage the
connection between the devices and Pd.

fmasdr
IOhannes



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