Re: [E-devel] edje multisense

2012-07-23 Thread The Rasterman
On Thu, 19 Jul 2012 13:58:29 +0200 Anisse Astier said: > On Wed, 18 Jul 2012 17:36:30 +0900, Carsten Haitzler (The Rasterman) > wrote : > > > On Tue, 17 Jul 2012 09:13:10 +0200 jls legalize > > said: > > > > > Hi > > > What do I need multisense in edje for? > > > Is there any app that uses it

Re: [E-devel] edje multisense

2012-07-19 Thread Daniel Juyung Seo
It crashes also at work. Can you have a look at this again? Now x is 8 and y is 4411380. Thanks. Daniel Juyung Seo (SeoZ) On Fri, Jul 20, 2012 at 6:11 AM, Daniel Juyung Seo wrote: > It crashes when I click the screen. > > Now x is 8 and y is -1073746288. > if (ev->button == 1 && matrix[x][y

Re: [E-devel] edje multisense

2012-07-19 Thread Daniel Juyung Seo
It crashes when I click the screen. Now x is 8 and y is -1073746288. if (ev->button == 1 && matrix[x][y][2] == 0) I need to check this at work. Daniel Juyung Seo (SeoZ) On Thu, Jul 19, 2012 at 9:33 PM, Jérôme Pinot wrote: > On 07/19/12 13:15, Vincent Torri wrote: >> i don't understand your

Re: [E-devel] edje multisense

2012-07-19 Thread Jérôme Pinot
On 07/19/12 13:15, Vincent Torri wrote: > i don't understand your commit wrt your explanation. I think that the > problem is here : memcpy(&data, &coord, sizeof(coord)); pointer size depends of arch > i would have done : memcpy(data, coord, sizeof(coord)); Indeed cleaner and more portable. Commi

Re: [E-devel] edje multisense

2012-07-19 Thread Jérôme Pinot
On 07/19/12 13:58, Anisse Astier wrote: > On Wed, 18 Jul 2012 17:36:30 +0900, Carsten Haitzler (The Rasterman) > wrote : > > > On Tue, 17 Jul 2012 09:13:10 +0200 jls legalize > > said: > > > > > Hi > > > What do I need multisense in edje for? > > > Is there any app that uses it? > > > Thanks

Re: [E-devel] edje multisense

2012-07-19 Thread Vincent Torri
On Thu, Jul 19, 2012 at 1:58 PM, Anisse Astier wrote: > On Wed, 18 Jul 2012 17:36:30 +0900, Carsten Haitzler (The Rasterman) > wrote : > >> On Tue, 17 Jul 2012 09:13:10 +0200 jls legalize said: >> >> > Hi >> > What do I need multisense in edje for? >> > Is there any app that uses it? >> > Thank

Re: [E-devel] edje multisense

2012-07-19 Thread Anisse Astier
On Wed, 18 Jul 2012 17:36:30 +0900, Carsten Haitzler (The Rasterman) wrote : > On Tue, 17 Jul 2012 09:13:10 +0200 jls legalize said: > > > Hi > > What do I need multisense in edje for? > > Is there any app that uses it? > > Thanks > > nothing uses it currently. you don't need it currently, bu

Re: [E-devel] edje multisense

2012-07-19 Thread Vincent Torri
i don't understand your commit wrt your explanation. I think that the problem is here : memcpy(&data, &coord, sizeof(coord)); i would have done : memcpy(data, coord, sizeof(coord)); Vincent On Thu, Jul 19, 2012 at 1:09 PM, Jérôme Pinot wrote: > On 07/18/12 10:18, Daniel Juyung Seo wrote: >> Loo

Re: [E-devel] edje multisense

2012-07-19 Thread Jérôme Pinot
On 07/18/12 10:18, Daniel Juyung Seo wrote: > Looks great! > But it crashed when I clicked my mouse. > I built elemies without sound support. > > Here is the backtrace. > http://slexy.org/view/s2tFeewyv1 > x is 5 and y is 4363412 in the following code. > if (ev->button == 1 && matrix[x][y][2]

Re: [E-devel] edje multisense

2012-07-18 Thread Jérôme Pinot
On 07/17/12 17:59, Vincent Torri wrote: > On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot wrote: > > On 07/17/12 12:47, jls legalize wrote: > >> Thank you very much Cedric > >> Where can I find this app? I tried searching but I cannot find it. > > > > It is not released yet, but you can give it a tr

Re: [E-devel] edje multisense

2012-07-18 Thread The Rasterman
On Tue, 17 Jul 2012 09:13:10 +0200 jls legalize said: > Hi > What do I need multisense in edje for? > Is there any app that uses it? > Thanks nothing uses it currently. you don't need it currently, but its the start of being able to have audio and haptic feedback control available in edje. --

Re: [E-devel] edje multisense

2012-07-17 Thread Daniel Juyung Seo
Looks great! But it crashed when I clicked my mouse. I built elemies without sound support. Here is the backtrace. http://slexy.org/view/s2tFeewyv1 x is 5 and y is 4363412 in the following code. if (ev->button == 1 && matrix[x][y][2] == 0) Daniel Juyung Seo (SeoZ) On Wed, Jul 18, 2012 at 12:

Re: [E-devel] edje multisense

2012-07-17 Thread Vincent Torri
On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot wrote: > On 07/17/12 12:47, jls legalize wrote: >> Thank you very much Cedric >> Where can I find this app? I tried searching but I cannot find it. > > It is not released yet, but you can give it a try. To test the sound, > you must compile with --enab

Re: [E-devel] edje multisense

2012-07-17 Thread Jérôme Pinot
On 07/17/12 12:47, jls legalize wrote: > Thank you very much Cedric > Where can I find this app? I tried searching but I cannot find it. It is not released yet, but you can give it a try. To test the sound, you must compile with --enable-sound and have recent EFL. http://ngc891.blogdns.net/cgit/e

Re: [E-devel] edje multisense

2012-07-17 Thread jls legalize
Thank you very much Cedric Where can I find this app? I tried searching but I cannot find it. 2012/7/17, Cedric BAIL : > On Tue, Jul 17, 2012 at 7:13 PM, jls legalize > wrote: >> thank you Rajeev for the answer. >> I'm the "e" package mantainer for Tiny Core Linux, so my question is >> where shou

Re: [E-devel] edje multisense

2012-07-17 Thread Cedric BAIL
On Tue, Jul 17, 2012 at 7:13 PM, jls legalize wrote: > thank you Rajeev for the answer. > I'm the "e" package mantainer for Tiny Core Linux, so my question is > where should I enable or not multisense. Do I need sndfile, remix, > vorbis and alsa in edje? At this point in time and for the coming r

Re: [E-devel] edje multisense

2012-07-17 Thread jls legalize
thank you Rajeev for the answer. I'm the "e" package mantainer for Tiny Core Linux, so my question is where should I enable or not multisense. Do I need sndfile, remix, vorbis and alsa in edje? 2012/7/17, Rajeev Ranjan : > > Hi, > Multisense in edje is for supporting various type of feedbacks li

Re: [E-devel] edje multisense

2012-07-17 Thread Rajeev Ranjan
Hi, Multisense in edje is for supporting various type of feedbacks like sound, vibration etc at edje level based on the events. This feature can be used by applications using edje's edc interfaces. Each type of multisense feedback can have various attributes eg. sound can have amplitude as a p

Re: [E-devel] edje, multisense and protability

2012-07-14 Thread Cedric BAIL
On Sat, Jul 14, 2012 at 3:28 PM, Gustavo Sverzut Barbieri wrote: > On Saturday, July 14, 2012, Cedric BAIL wrote: >> On Sat, Jul 14, 2012 at 9:32 AM, Vincent Torri >> > >> wrote: >> > currently, multisense is not portable : pipe stuff is used and it will >> > not work on Windows. >> > >> > We hav

Re: [E-devel] edje, multisense and protability

2012-07-14 Thread Gustavo Sverzut Barbieri
On Saturday, July 14, 2012, Cedric BAIL wrote: > Yop, > > On Sat, Jul 14, 2012 at 9:32 AM, Vincent Torri > > > wrote: > > currently, multisense is not portable : pipe stuff is used and it will > > not work on Windows. > > > > We have a beautiful ecore_pipe that is portable, why is it not used ??

Re: [E-devel] edje, multisense and protability

2012-07-14 Thread Cedric BAIL
Yop, On Sat, Jul 14, 2012 at 9:32 AM, Vincent Torri wrote: > currently, multisense is not portable : pipe stuff is used and it will > not work on Windows. > > We have a beautiful ecore_pipe that is portable, why is it not used ?? Because it's not really up to our standard. I discovered edje_mult

Re: [E-devel] edje, multisense and protability

2012-07-14 Thread Vincent Torri
On Sat, Jul 14, 2012 at 9:32 AM, Vincent Torri wrote: > hey > > currently, multisense is not portable : pipe stuff is used and it will > not work on Windows. > > We have a beautiful ecore_pipe that is portable, why is it not used ?? in addition, in edje_multisense.c, sometimes HAVE_LIBREMIX is us

Re: [E-devel] edje multisense example feedback?

2012-04-05 Thread Cedric BAIL
On Thu, Apr 5, 2012 at 7:04 AM, Sanjeev BA wrote: > Raster is at the Linux Foundation Collaboration Summit. > https://events.linuxfoundation.org/events/collaboration-summit/haitzler Does that mean you dispatched some ninja to track him ? -- Cedric BAIL --

Re: [E-devel] edje multisense example feedback?

2012-04-04 Thread Sanjeev BA
Raster is at the Linux Foundation Collaboration Summit. https://events.linuxfoundation.org/events/collaboration-summit/haitzler On Thu, Apr 5, 2012 at 1:48 PM, Vincent Torri wrote: > On Thu, Apr 5, 2012 at 3:08 AM, Jérôme Pinot wrote: > > Hi, > > > > Last week, I sent to the list an edje exampl

Re: [E-devel] edje multisense example feedback?

2012-04-04 Thread Vincent Torri
On Thu, Apr 5, 2012 at 3:08 AM, Jérôme Pinot wrote: > Hi, > > Last week, I sent to the list an edje example for multisense because > there was nothing working and no code example in the doc. > > I didn't get any feedback, so I would like to have some comments to know > if it was rejected/forgotten

Re: [E-devel] edje multisense

2011-11-06 Thread The Rasterman
On Sun, 6 Nov 2011 10:39:20 +0100 (CET) Vincent Torri said: > > > On Sun, 6 Nov 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Sun, 6 Nov 2011 08:54:43 +0100 (CET) Vincent Torri > > said: > > > > just apply this: > > > > http://yourpaste.net/9568/ > > you use the svn code of libremix

Re: [E-devel] edje multisense

2011-11-06 Thread Vincent Torri
On Sun, 6 Nov 2011, Carsten Haitzler (The Rasterman) wrote: > On Sun, 6 Nov 2011 08:54:43 +0100 (CET) Vincent Torri > said: > > just apply this: > > http://yourpaste.net/9568/ you use the svn code of libremix ? Vincent > >> >> hey >> >> trying to build with multisense, i have to install libr

Re: [E-devel] edje multisense

2011-11-06 Thread The Rasterman
On Sun, 6 Nov 2011 08:54:43 +0100 (CET) Vincent Torri said: just apply this: http://yourpaste.net/9568/ > > hey > > trying to build with multisense, i have to install libremix (as > multisense needs all its deps...). > > my Ubuntu does not have it. > > I google a bit and found that: > > h