On Sat, 5 Nov 2011 10:17:54 -0400 Mike Blumenkrantz <m...@zentific.com> said:
> On Sat, 5 Nov 2011 23:12:21 +0900 > Carsten Haitzler (The Rasterman) <ras...@rasterman.com> wrote: > > > On Sat, 5 Nov 2011 09:47:08 -0400 Mike Blumenkrantz <m...@zentific.com> > > said: > > > > > On Sat, 5 Nov 2011 22:31:01 +0900 > > > Carsten Haitzler (The Rasterman) <ras...@rasterman.com> wrote: > > > > > > > On Sat, 5 Nov 2011 10:34:31 -0200 Gustavo Sverzut Barbieri > > > > <barbi...@profusion.mobi> said: > > > > > > > > > I wonder if this should go in few days before the freeze. Really, > > > > > let's put such a big thing in a branch and let it mature for a while, > > > > > merging into trunk after 1.1 is released. > > > > > > > > this thing has been going on for months. you just didnt see the previous > > > > patches i got. > > > erm without favoring one way or another, if WE haven't seen anything until > > > just now then why would it matter how long "this thing" has been going on > > > for? > > > > you were favored with some ecore_con rewriting just before 1.0... :) > that was in order to fix a huge number of bugs, not add a giant api. you REALLY should look then at the feature. it adds NO API to the c level api. it only adds actiosn to play named sounds and store them in the edj file. :) its far far far from giant. :) > > you're going to have to trust me then. the code is pretty much dormant > > unless the feature is used. as such i've given it much more testing than > > the people who wrote it and spent basically 2 solid says worth of work > > making it go from barely limping to actually working reliably. we have 2 > > more weeks of bug fixing to iron out the bugs. > > > > right now as best i know (please. i'd love to have other people who know > > this around), i'm the one with probably the most experience with audio. i > > spent several years as a teenager composing audio tunes via mod trackers. i > > have a decent understanding of what sequencing, tracking and sample > > manipulation are about - i am far from an expert at things like mp3/vorbis > > audio codec, but i do know the principles. if there is a problem in the api > > design (which is all in edc - and its right now a tiny partial > > implementation of my requirements, there is more to come) then i'd love to > > have people other than me know enough about audio, mixing, sequencing etc. > > to actually say something. speak up if u think u have audio under your > > belt. but as best i know, no-one has indicated they know this to date. : > > ( so i guess as the for-no-defacto-audio-guy... i say this is good as it > > has, api-wise, followed the spec i gave prince & govind - in its subset > > implementation. if there are bugs - they can be fixed. still have 2 more > > weeks of bugfixing. that's WHY there is a separate merge window vs freeze > > window. :) > seems reasonable enough I suppose. would still be nice if giant patches like > this could get brought in more than a couple days before the merge > window...maybe some sort of samsung policy yeah. i wish so too. but the deadline is a deadline. and this comes in before it. if people want to start making the deadline all fuzzy in that maybe u cant get in even if its before (and has been reviewed by a core dev etc.) then.. how does anyone know what it means. i was expecting a last minute rush for getting stuff in - thus the 2 weeks of fixing starting monday. :) yes - i told people get their stuff in by end of this week or it wont go into 1.1 and it'll wait for next release cycle or whenever. i can't set deadlines and then decide they don't apply and already expired case-by-case. if the patch is good enough to go in - it goes in. if it were not good enough (the previous N iterations of this patch it never made its way to svn. :) > > > > > On Friday, November 4, 2011, Mike Blumenkrantz <m...@zentific.com> > > > > > wrote: > > > > > > On Fri, 4 Nov 2011 05:18:13 -0700 > > > > > > "Enlightenment SVN" <no-re...@enlightenment.org> wrote: > > > > > > > > > > > >> Log: > > > > > >> From: Prince Kumar Dubey <prince.du...@samsung.com> > > > > > >> From: Govindaraju S M <govi...@samsung.com> > > > > > >> Subject: edje multisense patch for sound sample, tone and haptic > > > > > >> play > > > > > >> > > > > > >> ... This is the beginning of sound (and haptic) support in Edje - > > > > > >> it works, but only at certain basic sample playback levels. more > > > > > >> will > > > > > come. > > > > > >> > > > > > >> > > > > > >> > > > > > >> Author: raster > > > > > >> Date: 2011-11-04 05:18:13 -0700 (Fri, 04 Nov 2011) > > > > > >> New Revision: 64731 > > > > > >> Trac: http://trac.enlightenment.org/e/changeset/64731 > > > > > >> > > > > > >> Added: > > > > > >> trunk/edje/src/bin/edje_multisense_convert.c > > > > > >> trunk/edje/src/bin/edje_multisense_convert.h > > > > > >> trunk/edje/src/examples/multisense.edc > > > > > trunk/edje/src/lib/edje_multisense.c > > > > > >> trunk/edje/src/modules/ trunk/edje/src/modules/Makefile.am > > > > > >> trunk/edje/src/modules/alsa_snd_player/ > > > > > >> trunk/edje/src/modules/alsa_snd_player/Makefile.am > > > > > >> trunk/edje/src/modules/alsa_snd_player/alsa_snd_player.c > > > > > >> trunk/edje/src/modules/eet_snd_reader/ > > > > > >> trunk/edje/src/modules/eet_snd_reader/Makefile.am > > > > > >> trunk/edje/src/modules/eet_snd_reader/eet_snd_reader.c > > > > > >> trunk/edje/src/modules/multisense_factory/ > > > > > >> trunk/edje/src/modules/multisense_factory/Makefile.am > > > > > >> trunk/edje/src/modules/multisense_factory/multisense_factory.c > > > > > >> Modified: trunk/edje/AUTHORS > > > > > >> trunk/edje/configure.actrunk/edje/data/include/edje.inc > > > > > >> trunk/edje/doc/examples.dox trunk/edje/src/Makefile.am > > > > > >> trunk/edje/src/bin/Makefile.am trunk/edje/src/bin/edje_cc.c > > > > > >> trunk/edje/src/bin/edje_cc.h trunk/edje/src/bin/edje_cc_handlers.c > > > > > >> trunk/edje/src/bin/edje_cc_out.c trunk/edje/src/bin/edje_decc.c > > > > > >> trunk/edje/src/examples/Makefile.am trunk/edje/src/lib/Edje.h > > > > > >> trunk/edje/src/lib/Makefile.am trunk/edje/src/lib/edje_data.c > > > > > >> trunk/edje/src/lib/edje_embryo.c trunk/edje/src/lib/edje_load.c > > > > > >> trunk/edje/src/lib/edje_main.c trunk/edje/src/lib/edje_module.c > > > > > >> trunk/edje/src/lib/edje_private.h trunk/edje/src/lib/edje_program.c > > > > > >> > > > > > > ...really? > > > > > > > > > > > > -- > > > > > > Mike Blumenkrantz > > > > > > Zentific: Doctor recommended, mother approved. > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > > RSA(R) Conference 2012 > > > > > > Save $700 by Nov 18 > > > > > > Register now > > > > > > http://p.sf.net/sfu/rsa-sfdev2dev1 > > > > > > _______________________________________________ > > > > > > enlightenment-devel mailing list > > > > > > enlightenment-devel@lists.sourceforge.net > > > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > > > > > > > > > > > > -- > > > > > Gustavo Sverzut Barbieri > > > > > http://profusion.mobi embedded systems > > > > > -------------------------------------- > > > > > MSN: barbi...@gmail.com > > > > > Skype: gsbarbieri > > > > > Mobile: +55 (19) 9225-2202 > > > > > > > > > -- > > > Mike Blumenkrantz > > > Zentific: Doctor recommended, mother approved. > > > -- > Mike Blumenkrantz > Zentific: Doctor recommended, mother approved. > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel