Re: [Mixxx-devel] Does anybody compile with midiscript=0

2010-10-09 Thread Philip Whelan
+1 on making it mandatory. -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 L3. Spend less time writing and rewriting code and more time

[Mixxx-devel] Script for Exporting/Importing Crates

2010-10-19 Thread Philip Whelan
This is a python script which should work on Linux for Exporting crates to an XML format which it can use to later reconstruct said crates. The format it uses for now is the following: --- mixxx-crates mixxx-crate name=NAME track artist=..

Re: [Mixxx-devel] Script for Exporting/Importing Crates

2010-10-19 Thread Philip Whelan
Here I am sending a slightly updated version of the script. The minor changes include: * using args instead of sys.argv. * describe export/import as the arguments. In the future I might include support for XSPF. In essence I would have to create a Zip file with two directories, playlists and

Re: [Mixxx-devel] [PATCH] Add SSE3 optimized version of EngineFilterIIR

2011-01-06 Thread Philip Whelan
This work needs to be done, so thanks a lot for taking a stab at it. Hopefully with time you can finally get it right. I'll see what I can do with it, although unfortunately this stuff is not my forte. -- Learn how

Re: [Mixxx-devel] Gsoc- Session History Possible Project

2011-03-27 Thread Philip Whelan
That sounds like the mixxx log file, instructions on finding it are here: http://mixxx.org/wiki/doku.php/reporting_bugs#windows You can also generate a CUE file of the tracks you are mixing using the recording feature in Mixxx. This feature just got merged into trunk. I plan on also supporting

Re: [Mixxx-devel] Fwd: Cleanup of midi-mappings-scripts.js

2012-03-12 Thread Philip Whelan
On 2012-03-12 11:43 AM, RJ Ryan rr...@mixxx.org wrote: How much would these fixes conflict with your midiscript-fixes branch? Not at all. I've made no changes to that file and also kept backwards compatability for the MSE APIs. -- Forwarded message -- From: Ilkka Tuohela

Re: [Mixxx-devel] libaudiodecoder

2012-04-16 Thread Philip Whelan
Will the libaudiodecoder library be ported to Linux? I know linux has no licensed or even general decoder API but it would at least allow us to cleanly encapsulate all the decoder code for Mixxx while at the same time making the library completely portable.

Re: [Mixxx-devel] libaudiodecoder

2012-04-17 Thread Philip Whelan
2) Neither Media Foundation nor Core Audio support OGG and FLAC. I'm not sure what the best way thing to do there is. The only sane solution I can think of is to use libFLAC/libOGG. There is a codec for Media Foundation but it's very unlikely that someone will have it installed. You would have

Re: [Mixxx-devel] Loop pushing in Mixxx....need your pointers.

2012-04-26 Thread Philip Whelan
On Thu, Apr 26, 2012 at 1:54 PM, zestoi zes...@djism.com wrote: the mapping in live is quite good for simple things. may well be enough for a lot of users. there should also really be a simpler way of using modifier states for shifted controls than resorting to javascript. the scripting used

Re: [Mixxx-devel] late breaking 1.11 feature: point and click MIDI mapping

2012-04-27 Thread Philip Whelan
If we want to use a modifier system like Traktor (which, I totally disagree with, by the way) we could generate the necessary javascript on the fly. If a user wanted to modify it directly we could output a full MIDI mapping which is not directly importable back into the modifiers system. I

Re: [Mixxx-devel] HID blacklist

2012-05-09 Thread Philip Whelan
On Wed, May 9, 2012 at 8:55 AM, Sean M. Pappalardo - D.J. Pegasus spappala...@mixxx.org wrote: LOL, come on now, if you can do all that, tuning jog wheels is easy by comparison! (Where is the disconnect though? I've documented things extensively on the Wiki, even giving full examples of jog

[Mixxx-devel] Slip mode in DJO-Hacks-Trunk

2012-06-02 Thread Philip Whelan
I just noticed Owen added a slip mode to his hacks branch. I'm just sending this out to comment on it and ask Owen: how accurate is it? This would be excellent to use with my new MIDI Fighter Pro mapping. In the future we should attempt to make it possible to implement it in MIDI Script, not

Re: [Mixxx-devel] Slip mode in DJO-Hacks-Trunk

2012-06-03 Thread Philip Whelan
I feel like there's problems during the seek after slip is disabled. It's like there's a moment of silence between the release of the slip mode and the reseek to the new position. I think you can hint the position to the CacheReader or RAMAN to fix that. I was mostly worried that the loss of

Re: [Mixxx-devel] Using Clementine Code in Mixxx

2012-07-16 Thread Philip Whelan
Hi Max, From what I know we would need them to specifically license a version of the code to us that would allow us to include it in a binary that can go onto the Mac Appstore, especially if the code is for non-optional components. It's not an awesome situation but it's one of the compromises

Re: [Mixxx-devel] Web of Trust vs. Evil Profiteers

2012-08-03 Thread Philip Whelan
What if we add some insidious Phone home checks? Fight fire with fire? yes... I know, they would get edited out by evil doers and booed by our users, but what else can we really do? -- Live Security Virtual Conference

Re: [Mixxx-devel] Ffmpeg sound source

2012-09-07 Thread Philip Whelan
Hi there Tuukka Pasanen, On Thu, Sep 6, 2012 at 11:13 PM, Tuukka Pasanen tuukka.pasa...@ilmi.fiwrote: Let's see if i can't get it working next week. What is the right thing to do? Post a patch (against trunk) or branch a devel tree? The usual policy is to create a branch off of the latest

Re: [Mixxx-devel] Qt 5 Released

2012-12-19 Thread Philip Whelan
I believe there is also a new QJs API which uses the V8 backend instead of JavascriptCore. On Wed, Dec 19, 2012 at 1:31 PM, Albert Santoni albe...@mixxx.org wrote: Hi guys, Big news from Qt - Qt 5.0.0 is released! Here's some relevant links: http://qt-project.org/qt5

Re: [Mixxx-devel] GitHub

2012-12-30 Thread Philip Whelan
I agree, we should do a poll. I'll be glad to participate so we can just get the ball rolling finally. To elaborate my position (also to offer some more choices for the poll), If I were the benevolent dictator of Mixxx (which I'm not, thankfully for all) I'd dictate the use of github as the

Re: [Mixxx-devel] question

2013-04-26 Thread Philip Whelan
Yes, it is possible to use multiple controllers at the same time. I use a Vestax VCI-100 SE with my MIDI Fighter PRO all the time. On Fri, Apr 26, 2013 at 3:23 PM, ezra kone e...@carlyazss.net wrote: Hi developers, my name is Ezra, and I have a question about controller support. I'm

Re: [Mixxx-devel] Building Mixxx with MinGW on a Linux machine

2013-05-22 Thread Philip Whelan
Unfortunately, it looks like we will never switch to qmake, especially since the build servers are setup to use it. Qtcreator has some support for SCons already, http://scons.org/wiki/IDEIntegration#Qt_Creator, so there seems to be little benefit to the switch. Of course you can always use it if

Re: [Mixxx-devel] Git / GitHub migration nearing completion

2013-06-12 Thread Philip Whelan
Thank you all very much! This is great! Hopefully I'll get a branch or two up soon. I've seen the recent discussions and it looks like the merges do create more feedback. Cheers and congratulations! On Wed, Jun 12, 2013 at 2:51 PM, RJ Ryan rr...@mixxx.org wrote: Hi all, Just wanted to give

Re: [Mixxx-devel] Create XML file from Javascript automatically

2013-06-13 Thread Philip Whelan
The other mixco script also generated the XML file in the same way. On Sun, Jun 9, 2013 at 8:57 AM, t...@trellis.ch wrote: Hello, inspired by the 'hate Javascript and XML' thread i updated a control script so there is no need to manually create the XML file anymore. Basic idea is to

Re: [Mixxx-devel] high-res MIDI interface with pull architecture?

2013-07-11 Thread Philip Whelan
I've actually thought of adding in a new command for MIDI Script to allow on the fly rebinding. This way the latency penalty for using MIDIScript when using mode switches would only affect the mode switch itself, not the actual commands that are switched. In case that is not clear at all an