Re: [PD] Korg nanokontrol studio ?

2020-07-10 Thread gnd
Thanks a lot, this helped !

FYI (for Linux users) - it seems its enough to set this and write to
device once (in windows vm or a windows machine) and it will work after
reboot / reconnecting in Linux.

best,

gnd/

On 7/10/20 11:31 PM, William Huston wrote:
> On Fri, Jul 10, 2020 at 4:53 PM gnd  wrote:
> 
>>
>> just fishing if anyone on here does have / is using nanokontrol studio
>> with PD ?
>>
>> Im able to read midi data of the device, with some tweaking even in
>> bluetooth mode, but i am not able to send midi back to it (to control
>> button lights :(
>>
> 
> On my nanoKontroi2, you have to go into the Korg Control Editor,
> Under Control (tab) Common, set LED mode to external.
> 
> HTH,
> BH
> 
> 
> --
> William Huston:  williamahus...@gmail.com
> Binghamton NY
> 
> *Public Service Mapping / Videography / Research / Education / Safety
> Advocacy*
> Blog <http://WilliamAHuston.blogspot.com> -- Facebook
> <http://facebook.com/billhuston> -- Twitter
> <http://twitter.com/WilliamAHuston>-- Youtube
> <https://www.youtube.com/channel/UCGijK1amWOLglT3YeTyEBNQ?sub_congfirmation=1>
> * -- Podcast Blog <https://billhustonpodcast.blogspot.com/>*
> *Document collections*: VirtualPipelines
> <http://TinyURL.com/VirtualPipelines> -- BHDCSDimockArchive
> <http://bit.ly/BHDCSDimockArchive>
> *Please support my work! -- *TinyURL.com/DonateToBillHuston
> 



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


[PD] Korg nanokontrol studio ?

2020-07-10 Thread gnd
Hi list,

just fishing if anyone on here does have / is using nanokontrol studio
with PD ?

Im able to read midi data of the device, with some tweaking even in
bluetooth mode, but i am not able to send midi back to it (to control
button lights :(

If someone has dealt with it already, please hit me up )
best,

gnd/



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


[PD] GEM building error: Event.cpp / addevent

2018-12-18 Thread gnd
Hi !

Not sure if the gem-dev mailinglist still works so ill ask here. I was
trying to build the latest sources of GEM 0.43.3 with latest pd 0.49.0
and i stumbled across this error:

Event.cpp: In function 'void triggerKeyboardEvent(char*, int, int)':
Event.cpp:461:38: error: invalid conversion from 'const char*' to
'char*' [-fpermissive]
   addEvent(KEYBOARD, gensym(string)->s_name, 0, 0, state, 0, value, 0);

It is also described here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909824

I would be interested in the patch as apparently it is not included in
the sources i downloaded. Also checking the GEM Sourceforge i dont see
any changes from 2018 (as the Debian bug would suggest) - maybe its in a
branch ?

Thanks for any suggestions how to make it build !

gnd/



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


Re: [PD] GEM building error: Event.cpp / addevent

2018-12-18 Thread gnd
Now i see the Gem repository on Github, ill try to build from there.

Would be nice to update the links on gem.iem.at (and elsewhere) that
still point to sourceforge..

gnd/



On 12/18/18 2:45 PM, gnd wrote:
> Also checking the GEM Sourceforge i dont see
> any changes from 2018 (as the Debian bug would suggest) - maybe its in a
> branch ?



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


[PD] Portugal

2017-08-01 Thread gnd
Hi !!

Is there some pd people around Porto, Lisbon and the rest of Portugal ?

(Sorry for the holiday message ;)

gnd/

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


[PD] playing .mid files in puredata

2015-03-31 Thread gnd
Hi,

im facing a problem i never encountered. i suspect it might be very
trivial, however i have no clue. I have midi notes from a track exported
in a .mid file:

$ file beat_midi.mid
beat midi.mid: Standard MIDI data (format 0) using 1 track at 1/96

i would like to play the file and get the midi note values into pd
somehow. what would be the best way ?

sorry for this, i guess, ultimately (?) trivial question.

best,

gnd/

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


Re: [PD] pix_video + firewire problem

2014-08-12 Thread gnd

Hi !

Thanks for the suggestion ! It worked perfectly !
Im gonna try also the git repo

best,

gnd/

On 2014-08-12 16:13, Antoine Villeret wrote:

I just checked 0.93.3 out on a Ubuntu 12.04 32bit system.
And it suffer from the same issue reported in [1].
Note that I also give a workaround there to build DV plugin despite 
of the

issue.

[1] https://github.com/umlaeute/Gem/issues/38

--
do it yourself
http://antoine.villeret.free.fr


2014-08-12 15:06 GMT+02:00 Antoine Villeret 
:



hi,

if you can `dvgrab` your camera, then your camera has a DV link 
interface.
`dc1394` is not the same and it's intended for industrial IIDC 
compliant

cameras.
You *cannot* grab a DV camera with the DC1394 library, see [1].

To use your DV camera with Gem, you need either to compile the 
`videoDV4L`

plugin or to use a V4L wrapper for DV camcorder [2].
 You can also try the Unicap plugin, but I'm not sure if it supports 
DV

cam.

Unfortunately, I'm unable to build the videoDV4L plugin on Ubuntu 
14.04.
`./configure` says DV plugin is enable (but is it the same ?) but 
the is

no gem_videoDV4L.so.
I'll file a bug report for this.

Maybe this plugin works in 0.93.3 release, I never tried it before.
if you build Gem yourself, please consider the use of the git repo 
[3].

there are *lots* of improvements since 0.93.3 release.
The latest build system update will give you more information about 
which

plugins are actually enabled when configuring.

+
A

[1] :

http://damien.douxchamps.net/ieee1394/libdc1394/faq/#Can_I_use_it_for_my_DV_camcorder
[2] : https://sourceforge.net/projects/dv4l.berlios/
[3] : git://git.code.sf.net/p/pd-gem/gem

--
do it yourself
http://antoine.villeret.free.fr


2014-08-10 23:55 GMT+02:00 :

Hi,


im running a clean install of Ubuntu 12.04, with Puredata 0.43.0-4 
from

Ubuntu repos, with a compiled Gem-0.93.3.

Configure output of Gem shows:

capture-support
use PLUGINS  : yes
use v4l  : yes (libv4l)
use v4l2 : yes (libv4l)
use ieee1394 : yes ( libdc1394 )

When i connect the dv device i see in dmesg:

[14522.765477] firewire_core: phy config: card 0, new root=ffc1,
gap_count=5
[14522.765695] firewire_core: phy config: card 0, new root=ffc1,
gap_count=5
[14523.269924] firewire_core: created device fw1: GUID 
002011010f002781,

S400

Im able to dvgrab from the device without problems.

When i create pix_video i see in console:

[pix_video]: backend #0='v4l2'  : v4l2 analog
[pix_video]: backend #1='v4l'   : v4l analog
[pix_video]: backend #2='dc1394': dc1394 iidc

When i send [driver dv( to pix_video:

videoctl: driver dv
[pix_video]: could not find a backend for driver 'dv'

When i send [device /dev/fw1( to pix_video:

videoctl: device /dev/fw1
Cannot open '/dev/fw1': 25, Inappropriate ioctl for device
videoDC1394: no cameras found

I try to set [driver 2(:

videoDC1394: no cameras found

I send now [device /dev/fw1( to pix_video:

videoctl: device /dev/fw1
videoDC1394: no cameras found

and so on ..

The device is there (i chmoded it to 777 to make sure)

# ls -la /dev|grep fw
crwxrwxrwx   1 root root251,   0 Aug 10 19:41 fw0
crwxrwxrwx+  1 root video   251,   1 Aug 10 23:43 fw1

this is my kernel:

3.2.0-65-lowlatency #68-Ubuntu SMP PREEMPT

Does anyone have any idea what could be wrong ? I guess it must be 
sth

stupid and trivial..

thx & regards,


gnd/









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







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


[PD] pix_video + firewire problem

2014-08-10 Thread gnd

Hi,

im running a clean install of Ubuntu 12.04, with Puredata 0.43.0-4 from 
Ubuntu repos, with a compiled Gem-0.93.3.


Configure output of Gem shows:

capture-support
use PLUGINS  : yes
use v4l  : yes (libv4l)
use v4l2 : yes (libv4l)
use ieee1394 : yes ( libdc1394 )

When i connect the dv device i see in dmesg:

[14522.765477] firewire_core: phy config: card 0, new root=ffc1, 
gap_count=5
[14522.765695] firewire_core: phy config: card 0, new root=ffc1, 
gap_count=5
[14523.269924] firewire_core: created device fw1: GUID 
002011010f002781, S400


Im able to dvgrab from the device without problems.

When i create pix_video i see in console:

[pix_video]: backend #0='v4l2'  : v4l2 analog
[pix_video]: backend #1='v4l'   : v4l analog
[pix_video]: backend #2='dc1394': dc1394 iidc

When i send [driver dv( to pix_video:

videoctl: driver dv
[pix_video]: could not find a backend for driver 'dv'

When i send [device /dev/fw1( to pix_video:

videoctl: device /dev/fw1
Cannot open '/dev/fw1': 25, Inappropriate ioctl for device
videoDC1394: no cameras found

I try to set [driver 2(:

videoDC1394: no cameras found

I send now [device /dev/fw1( to pix_video:

videoctl: device /dev/fw1
videoDC1394: no cameras found

and so on ..

The device is there (i chmoded it to 777 to make sure)

# ls -la /dev|grep fw
crwxrwxrwx   1 root root251,   0 Aug 10 19:41 fw0
crwxrwxrwx+  1 root video   251,   1 Aug 10 23:43 fw1

this is my kernel:

3.2.0-65-lowlatency #68-Ubuntu SMP PREEMPT

Does anyone have any idea what could be wrong ? I guess it must be sth 
stupid and trivial..


thx & regards,


gnd/









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