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
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
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
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
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
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
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
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
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]
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
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.
--
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:
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
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
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
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
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
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
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
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 ??
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
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
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
--
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
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
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
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
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
28 matches
Mail list logo