Ik krijg er nog steeds e mails Kan het stoppen Verstuurd vanaf mijn iPad
Op 3 jun. 2013 om 17:47 heeft mixxx-devel-requ...@lists.sourceforge.net het volgende geschreven: > Send Mixxx-devel mailing list submissions to > mixxx-devel@lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/mixxx-devel > or, via email, send a message with subject or body 'help' to > mixxx-devel-requ...@lists.sourceforge.net > > You can reach the person managing the list at > mixxx-devel-ow...@lists.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Mixxx-devel digest..." > > > Today's Topics: > > 1. Re: Hate JavaScript and XML? ...then keep reading! > (Juan Pedro Bol?var Puente) > 2. GSOC (Rachit Kulshreshtha) > 3. Re: GSOC (Daniel Sch?rmann) > 4. Introduction Mail (??) > 5. MinGW build of Mixxx from Fedora Core is ready to merge! > (Steven Boswell II) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 30 May 2013 01:06:17 +0200 > From: Juan Pedro Bol?var Puente <raskolni...@gnu.org> > Subject: Re: [Mixxx-devel] Hate JavaScript and XML? ...then keep > reading! > To: RJ Ryan <russelljr...@gmail.com> > Cc: Too Many DJs <mixxx-devel@lists.sourceforge.net> > Message-ID: <51a689e9.3060...@gnu.org> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > >> In the later case, it could still be used internally, but get rid of it >> for scripting purposes, where it adds a lot of noise and makes the >> scripts >> hard to maintain. >> >> >> Ideally if a control does not require scripts then it should be mapped >> via XML. This is the most efficient and low-latency way to process input >> from a controller. Using script add to input processing latency since >> the Javascript VM has to be invoked. > > I understand that. What I mean, a script writer should not be concerned > with XML editing. The same effect could be achieved by a JS function > that installs the connection that the XML creates, yet maintaining the > XML file as a layer that *overrides* whatever the script means. In > Ableton Live (sorry for mentioning non-free software here) scripts can > wire the connections between controls and MIDI signals (by wiring I mean > establishing the connection without manually processing the signal, like > the XML file does) yet the user can use "remote mappings" to override > these. Yet the abstraction is transparent in both sides, the script > writer does everything in the script, and the user does everything in > the GUI, no intermediate XML file needed. > >> Also, for the performance argument, that convinces me that we really >> need an API like this: >> >> engine.connectMidiToControl(status, midino, group, control, >> options); >> engine.connectControlToMidi(group, control, status, >> midino,options); >> >> I disagree -- the XML mappings already have tons of options for how to >> interpret messages and cover the common cases. In this case, the >> connection should be made in the XML so that it is editable by the user >> without editing the script. > > Maybe I am missing something, but what I expressed can not be achieved > with the XML settings. I am going to try to put it in this way, a > simple mapping that says... > > If SHIFT is pressed, KNOB 1 controls "master volume" > else KNOB 1 controls "prehear volume" > > ...can not be expressed in the XML file. Instead, one should write such > functionality in the script, but, in the script, one can just process > directly (with the latency it involves) the KNOB 1 signal, one can not > "route it" to control "master volume". > > In my ideal world, one could express such thing with an API resembling > what I suggested in the previous email. > > That does not conflict with customization from GUI if the XML presets > *override* what the script says, instead of the XML presets being the > central dispatch point as they are know. > >> Well, it depends on what you imagine for generating the XML. Is this a >> utility that allows for easy authoring of scripts that generates the >> XML/JS once and then the XML/JS is distributed or is this something that >> generates the XML every time? A few tools already exist for the former >> (and that's mostly fine though if the author wants to re-integrate >> changes made by other community members then they have to do it by hand) >> but the latter is not OK since it is not editable by a user without >> changing the script that generates the XML. > > It is like the former. The XML generated is as well-formatted (indented > and editable), yet the generated JS is a bit complicated -- it is better > to modify the CoffeeScript in that case. > > You mention there are similiar tools already existing: could you provide > me some links to these? I would be very interested in researching them. > > While it is still an ongoing development, feel free to take a look at my > current results here: > > http://sinusoid.es/mixco/ > > The API is somwehat documented (interleaving it with code following > Literate Programming) and there are some unit tests (not many now, since > I just started using TDD after an initial exploration phase). > > Cheers! > > JP > > > > > > ------------------------------ > > Message: 2 > Date: Thu, 30 May 2013 16:24:23 +0530 > From: Rachit Kulshreshtha <rachit....@gmail.com> > Subject: [Mixxx-devel] GSOC > To: Too Many DJs <mixxx-devel@lists.sourceforge.net> > Message-ID: > <CANcG_FvPQM6y-Wbdu3BpoWkHx=caanwszz2jtob0-y4oh66...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > hello all, > > thanks for considering me for the gsoc project, and also for the comment to > my proposal. I'll also be happy to participate in the discussions and be an > active member on the forum. I shall also try to do something on my own and > make a significant contribution. > > -- > Rachit Kulshreshtha > 4th year > MSc (hons) Physics > B.E. (hons) Electronics and Instrumentation > BITS - Pilani, Goa Campus > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 3 > Date: Thu, 30 May 2013 15:32:43 +0200 > From: Daniel Sch?rmann <dasch...@mixxx.org> > Subject: Re: [Mixxx-devel] GSOC > To: Rachit Kulshreshtha <rachit....@gmail.com> > Cc: Too Many DJs <mixxx-devel@lists.sourceforge.net> > Message-ID: > <cabvyhnitmkovyah9dwayv9_cf5eyfxs4qkxldo5ivuaamg3...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi Rachit, > > I am very happy, that you are still here. > > As you might have noticed, there is no one working on the library layout > project. > > But we have still a strong demand for a library re-layout. > > Especially to fix the GUI issues in > lp:~smstewart91/mixxx/advanced_autodj<https://code.launchpad.net/%7Esmstewart91/mixxx/advanced_autodj> > and > lp:~ulatekh/mixxx/auto-dj-crates<https://code.launchpad.net/%7Eulatekh/mixxx/auto-dj-crates> > > Are you still interested in working on this theme or an other theme that > matters matters more to you? > > I am sure you will still receive a good community support for your ideas! > > Kind regards, > > Daniel > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 2013/5/30 Rachit Kulshreshtha <rachit....@gmail.com> > >> hello all, >> >> thanks for considering me for the gsoc project, and also for the comment >> to my proposal. I'll also be happy to participate in the discussions and be >> an active member on the forum. I shall also try to do something on my own >> and make a significant contribution. >> >> -- >> Rachit Kulshreshtha >> 4th year >> MSc (hons) Physics >> B.E. (hons) Electronics and Instrumentation >> BITS - Pilani, Goa Campus >> >> >> ------------------------------------------------------------------------------ >> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET >> Get 100% visibility into your production application - at no cost. >> Code-level diagnostics for performance bottlenecks with <2% overhead >> Download for free and get started troubleshooting in minutes. >> http://p.sf.net/sfu/appdyn_d2d_ap1 >> _______________________________________________ >> Get Mixxx, the #1 Free MP3 DJ Mixing software Today >> http://mixxx.org >> >> >> Mixxx-devel mailing list >> Mixxx-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/mixxx-devel > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 4 > Date: Thu, 30 May 2013 14:09:04 +0000 > From: ?? <weixind...@gmail.com> > Subject: [Mixxx-devel] Introduction Mail > To: Too Many DJs <mixxx-devel@lists.sourceforge.net> > Message-ID: > <CAMzusdEx5pOTBYtdbXrRWNEv-uFHW+X+PkmL85WWrvNROf=d...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, everyone, > I am Xin Wei from China. You can call me "Xin" or "weixin". I'm so happy > that I am the lucky one finally accepted by Mixxx in GSOC 2013, and it's my > honor to work with all mixxxers. My proposal is to perfect the preset > mapping workflow, as well as develop an api server for users to get presets > from mixxx.org or other websites. This is my proposal link on gdoc ( > https://docs.google.com/document/d/1ALYxNoN49JG2D_sAJC2D1trttuZd97K5LbSHUO47FZI/edit# > ). > Everybody interested in my work can leave comments on it. I do really > treasure your ideas and suggestions. > > -- > Best Regards! > weixin > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 5 > Date: Mon, 3 Jun 2013 08:47:29 -0700 (PDT) > From: Steven Boswell II <ulat...@yahoo.com> > Subject: [Mixxx-devel] MinGW build of Mixxx from Fedora Core is ready > to merge! > To: "mixxx-devel@lists.sourceforge.net" > <mixxx-devel@lists.sourceforge.net> > Message-ID: > <1370274449.99300.yahoomail...@web164606.mail.gq1.yahoo.com> > Content-Type: text/plain; charset="iso-8859-1" > > Please see https://code.launchpad.net/~ulatekh/mixxx/mingw -- we can now > build the MS Windows version of Mixxx (including the installer) from Fedora > Core. > > > The necessary information to build the dependent packages is at > https://github.com/ulatekh/fedora-mingw-ardour -- I'm working to get these > packages submitted to Fedora and RPMFusion, but there seems to be a really > big backlog. > > Finally, the lament on http://mixxx.org/wiki/doku.php/build_windows_installer > , i.e. "Now, doesn't this make you long for a MinGW build?", has been > answered! > > I've been working with Tuukka Pasanen on his ffmpeg branch -- with my > changes, it builds and runs under MS Windows, and I got it to play a .wma > file.? My MinGW version of ffmpeg is REALLY minimalist; my next project is to > build as many of its dependencies as I can.? There are only several dozen of > those. :-) > > > To the Powers That Be: please look at my branch and consider merging it. > > Steven Boswell > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite > It's a free troubleshooting tool designed for production > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap2 > > ------------------------------ > > _______________________________________________ > Get Mixxx, the #1 Free MP3 DJ software Today > http://mixxx.org > > Mixxx-devel mailing list > Mixxx-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mixxx-devel > > > End of Mixxx-devel Digest, Vol 85, Issue 1 > ****************************************** ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2 _______________________________________________ Get Mixxx, the #1 Free MP3 DJ Mixing software Today http://mixxx.org Mixxx-devel mailing list Mixxx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mixxx-devel