Re: [Mixxx-devel] Packaging 1.6.0beta1

2007-11-19 Thread Jeremie ZIMMERMANN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sorry not to have posted this along with my previous message, but : - - I had to remove my mixxx.cfg file so the new version doesn't segfault. - - I got this error upon launch : Critical: Skin directory does not exist:

Re: [Mixxx-devel] Packaging 1.6.0beta1

2007-11-20 Thread Jeremie ZIMMERMANN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Debug: Starting up... Debug: Could not read /usr/share/mixxx/keyboard/Standard.kbd.cfg Debug: Using LoFi EQs Debug: Using LoFi EQs Debug: SoundManager::SoundManager() Debug: SampleRate 0 Debug: Latency 0 Debug: SoundManager::queryDevices() Debug:

[Mixxx-devel] Optimize option added

2007-11-20 Thread jsully
I added the optimize option to the SConstruct file, this is primarly relevant on windows, but should be mildly beneficial on linux as well. Having it on is the difference between 16ms and 25ms latency. Note that this is mutualy exclusive of the msvcdebug option (you have to explicitly set

Re: [Mixxx-devel] Optimize option added

2007-11-21 Thread Albert Santoni
Ok, couple of problems: 1) We already have -O3 in two other places on unix (always turned on). We really do want these turned on by default on unix, so I've removed the -O3 from the other spots and made your optimizations block enabled by default on unix. 2) This should be merged with Ben's

Re: [Mixxx-devel] Optimize option added

2007-11-21 Thread jsully
I think the only way to know for sure is with benchmarking. But I think we'd want the greatest possible optimization in our engine code so we can keep latency as low as possible. Its not that big a deal for the GUI stuff since that runs at user speed. I don't know if its possible to specify

Re: [Mixxx-devel] Optimize option added

2007-11-21 Thread Pieter Palmers
Albert Santoni wrote: Ok, couple of problems: 1) We already have -O3 in two other places on unix (always turned on). We really do want these turned on by default on unix, so I've removed the -O3 from the other spots and made your optimizations block enabled by default on unix. It is

Re: [Mixxx-devel] Optimize option added

2007-11-21 Thread Ben Wheeler
On Wed, Nov 21, 2007 at 07:11:02PM +0100, Pieter Palmers wrote: It is worthwhile to specify whether the CPU is a pentium or not: i.e.: -march=pentium since this enables more efficient float = int conversion. The performance penalty of the stock GCC conversion is rather large. if you can

Re: [Mixxx-devel] BCD3000 update

2007-11-22 Thread Richard Morgan
Hi, I unfortunately work in an evil retail empire which means I will have no free time to do anything until after Christmas! If you want to include the xml file that's fine by me but some more work will be needed to get the BCD3000 fully supported. Cheers Ric - Original Message

Re: [Mixxx-devel] Packaging 1.6.0beta1

2007-11-22 Thread Albert Santoni
Hi Sacha, John fixed another serious MP3 loading crash last night, which seemed to be affecting certain PCs more than others. (It's a long story.) I think there's a fair chance that fix might solve your problems, so I'd be curious to know if you still have this problem with SVN. (If you don't

Re: [Mixxx-devel] Packaging 1.6.0beta1

2007-11-22 Thread Albert Santoni
Hi Jeremie, On Wed, 2007-11-21 at 17:37 +0100, Jeremie ZIMMERMANN wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It works indeed ! Here are my few first observations : - - No other skin than Ncut (which I don't like very much ;) has the selector box for viewing playlist / browse

Re: [Mixxx-devel] Blocker bugs for 1.6.0

2007-11-25 Thread Robin Sheat
On Sunday 25 November 2007 20:57:35 Poor Yorick wrote: Although I was unable to get 1611 working on a freshly minted Ubuntu Gutsy, because the program hung every time I tried to change sound APIs, and JACK didn't show up even with JACK running, and configured properly - *more* interesting is

Re: [Mixxx-devel] Skin Directory Does Not Exist

2007-11-26 Thread Dave Jarvis
Hi, I think it uses it for direct rendering the waveform display. I wonder if there's a better way to do it, as it does seem excessive. Anyway, I wrote something similar for Blender. It's an audio analysis tool that graphs the contents of an entire wav file in a little window. Granted making

Re: [Mixxx-devel] Skin Directory Does Not Exist

2007-11-26 Thread Albert Santoni
On Mon, 2007-11-26 at 17:09 +, Adam Davison wrote: I wrote something similar for Blender. It's an audio analysis tool that graphs the contents of an entire wav file in a little window. Granted making something generic enough to work with all media streams would be a lot more

[Mixxx-devel] how make a midi controller xml file

2007-11-26 Thread mike
hi all, i'm from germany. i was surprised to found this nice software (and for free). i build successfully the CVS-linux-version and its run on my x86_64 2.6.23. my question is: how can i make a 'midi-controller' xml-file for a controller of my choice. theoretical can't this be a problem:

Re: [Mixxx-devel] how make a midi controller xml file

2007-11-26 Thread Garth Dahlstrom
What about something like? control group[Master]/group keycrossfader/key miditypeCtrl/miditype midino*1*/midino midichan*176*/midichan /control where B0 hex = 176 decimal -G On Nov 26, 2007 1:34 PM, mike [EMAIL PROTECTED] wrote: hi all, i'm from

[Mixxx-devel] Call for MIDI Mappings

2007-11-28 Thread Albert Santoni
Hi guys, After looking at our hardware compatibility page ( http://mixxx.sourceforge.net/wiki/index.php/Hardware_Compatibility ), I noticed we listed the Ecler NUO4 as a supported piece of hardware. The MIDI mapping for this isn't in SVN. Can anyone send me the MIDI mapping for the Ecler or any

Re: [Mixxx-devel] BCD3000 update

2007-11-30 Thread Adam Davison
Thanks. I wrote that e-mail from my phone on the train so svn browse wasn't available. I should also add that you may need to tweak exactly what message gets sent since I can't remember exactly what I did there. I imagine it's not to difficult to follow though. Like Albert said feel free to mail

Re: [Mixxx-devel] Working on a dedicated DM2 driver / Need some advice

2007-12-03 Thread Ben Wheeler
On Mon, Dec 03, 2007 at 05:18:58PM +0100, Jan Jockusch wrote: I've just received my Mixman DM2 (a lowcost USB controller which has a MIDI based driver for Windows and almost nothing for Linux) and am in the process of writing a Linux kernel driver for it, because there are several

Re: [Mixxx-devel] new features

2007-12-03 Thread jsully
Basically it didn't survive the transition to Qt4... Supposedly if that is fixed up it should work. I won't have time for it for another 2 weeks or so. Time will tell whether it makes it into 1.6. Otherwise the next version then. Hi Max, On Tue, 2007-12-04 at 00:03 +, Ben Wheeler wrote:

Re: [Mixxx-devel] Working on a dedicated DM2 driver / Need some advice

2007-12-04 Thread Adam Davison
- Can this be integrated into Mixxx (by having a MIDI key run the cursor down or up in the playlist, and two more keys load the song into the left or right turntable No I don't think you can control playlist scroll or song loading from MIDI. You can't at the moment. But it doesn't sound

Re: [Mixxx-devel] 6-channel soundcard with mixxx

2007-12-04 Thread Ben Wheeler
On Tue, Dec 04, 2007 at 01:29:42AM +0100, Sacha Berger wrote: Hi! I guess I am not the first to ask: I have a 6-output-channel USB audio interface. How can I assign headphone and master to the different channels of the interface? I would like to try using the alsa HW interface. It depends

Re: [Mixxx-devel] Working on a dedicated DM2 driver / Need some advice

2007-12-04 Thread Andre Roth
Hello ! If you'd like to get in contact with him, email me off-list and I'll send you his email. Alternatively, if Andre's reading the list, maybe he can comment? back from holidays, right into work ... -- Andre Roth | [EMAIL PROTECTED] GPG: FADF988E| 0959 4D7C F8ED DF4B 90A6 CF71 9EDF

Re: [Mixxx-devel] usbdm2 driver / Problem with setting LEDs

2007-12-04 Thread Andre Roth
Hello Jan, I've been busy for a while, but I will soon release a new version of the driver, and patches to mixxx as well as the midi mapping file for the DM2. I am currently able to use mixxx with the DM2, it works good, some small bugs remain, and there are some featurs missing... Status:

Re: [Mixxx-devel] A question

2007-12-04 Thread reilly davis
is there a guide any place on setting up the xml couple reasons i ask 1 is id like to get my midi keyboard that has all the knobs and stuff 8 knobs 8 sliders modulation wheel and pitch dont think id be usin the keys but if certain vst's play friendly i might 2 i wouldnt mind taking a crack at

Re: [Mixxx-devel] usbdm2 driver / Problem with setting LEDs

2007-12-04 Thread Ben Wheeler
On Tue, Dec 04, 2007 at 02:45:41PM +0100, Andre Roth wrote: MIDI is inherently unsigned, so I'm not sure what you mean. Unless as Jan said you mean that they are centred on 64 on transmit less or greater than that according to direction and velocity? But that isn't signed in the true

[Mixxx-devel] Test message.

2007-12-04 Thread Tuma
If you (and me) can see this text... I can write to the mixxx-devel. - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let

Re: [Mixxx-devel] Mildly amusing vinyl control bug, trunk borked, vinyl commentary

2007-12-05 Thread Poor Yorick
Impressive speed on this. Cheers. :) I'll re-build when I get home from work (4 hours from now) and get cracking. Albert, I archived that email where you asked me to remind you of something and I can't remember what it is now, so I can see what you meant. ~Y On Dec 6, 2007 12:55 AM, Garth

Re: [Mixxx-devel] scons errors on rev 1626

2007-12-05 Thread Albert Santoni
On Wed, 2007-12-05 at 22:48 -0700, Jason Schaefer wrote: Whats this all about? src/wtracktableview.cpp: In constructor 'WTrackTableView::WTrackTableView(QWidget*, ConfigObjectConf igValue*)': src/wtracktableview.cpp:50: error: 'setWordWrap' was not declared in this scope

Re: [Mixxx-devel] Hercules DJ Console on Linux supported again -- just in time for 1.6.0! :D

2007-12-05 Thread Robin Sheat
On Thursday 06 December 2007 17:43:41 Robin Sheat wrote: I'll start getting a build environment together for it (although, probably not right now, I'm at work:) and let you know. OK, I have a built environment successfully working and building the latest mixxx. It also successfully doesn't work

Re: [Mixxx-devel] Hercules DJ Console on Linux supported again -- just in time for 1.6.0! :D

2007-12-05 Thread Robin Sheat
On Thursday 06 December 2007 19:19:31 you wrote: should look like this... Cool, then my guess at what it should be was correct. So you'll need to build with scons djconsole_legacy=1 that will cause OK, building that now. That file contains the pre-libDJConsole code, it did absolutely nothing

[Mixxx-devel] beta test

2007-12-06 Thread andre janssens
Hi, I would like to partiicipate (if possible) in the betatesting op 1.6 Thanx, Andre - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going

Re: [Mixxx-devel] Hercules DJ Console on Linux supported again -- just in time for 1.6.0! :D

2007-12-06 Thread Garth Dahlstrom
On Dec 6, 2007 3:24 AM, Robin Sheat [EMAIL PROTECTED] wrote: On Thursday 06 December 2007 19:25:06 Garth Dahlstrom wrote: That file contains the pre-libDJConsole code, it did absolutely nothing when I compiled with it earlier tonight... you may have to run mixxx as root to get /dev/input

Re: [Mixxx-devel] EQ Filters work strange.

2007-12-06 Thread Garth Dahlstrom
The only thing I know about EQ filters is the high/mid/low knobs on the UI don't do what they are supposed to ... There are other folks on the list who have more insight into this stuff then I. Cheers, -G On Dec 4, 2007 1:04 PM, Tuma [EMAIL PROTECTED] wrote: Hi, All! I have Vestax VCI-100

[Mixxx-devel] Few questions.

2007-12-06 Thread Tuma
Hi, guys! How can I map Pitch slider control? What variable in xxx.midi.cfg is it? And channel volume? Where can I get full list of available MIDI controls to .cfg-variables? All of .cfg (MIDI and Keyboards) files have pure set of controls. I cann't get   enought from them. Can someone tell me,

Re: [Mixxx-devel] Beta nearly there for windows

2007-12-09 Thread Synthe
Adam Davison writes: I have updated the pre-beta build at: http://mixxx.sf.net/packages/mixxx-1.6.0-beta1-win.exe It is now very close to be releasable. Currently waiting on the following two commits: 1. Eq fixes (John) 2. Preferences dialog layout (Garth) Once those are in,

Re: [Mixxx-devel] Beta nearly there for windows

2007-12-09 Thread Adam Davison
I've got a feeling this is because portaudio doesn't support multichannel sound cards under directsound. Garth, I asked you about this the other day but I guess you never got around to replying. What was the status of getting this patch into portaudio? Adam On 09/12/2007, Synthe [EMAIL

Re: [Mixxx-devel] Beta nearly there for windows

2007-12-09 Thread Garth Dahlstrom
On Dec 9, 2007 4:15 AM, Adam Davison [EMAIL PROTECTED] wrote: I've got a feeling this is because portaudio doesn't support multichannel sound cards under directsound. Garth, I asked you about this the other day but I guess you never got around to replying. What was the status of getting this

Re: [Mixxx-devel] EQ Filters work strange.

2007-12-09 Thread Robin Sheat
On Monday 10 December 2007 10:25:40 you wrote: Is the hercules signal already logarithmic? No, it's linear. 0-255. with 127 or so being straight up. I think my phrasing may have been confusing. I mean, in the software, the pots are log. The pots need to be logarithmic so that it sounds linear

Re: [Mixxx-devel] EQ Filters work strange.

2007-12-09 Thread Adam Davison
Hi Tuma, I think part of the confusion here may be that you're using 1.5 which is now about 9 months old. A lot of stuff in the midi code has changed since then. The biggest problem you're going to have is that the midi mapping file format has changed to an xml based one. There's a script in svn

Re: [Mixxx-devel] EQ Filters work strange.

2007-12-09 Thread Tuma
On Monday 10 December 2007 12:25 am, [EMAIL PROTECTED] wrote: Is the hercules signal already logarithmic? The pots need to be logarithmic so that it sounds linear to the ear (Our ears are strange that way). Its strange that the hercules would do that on its own. Yes, everything in our

Re: [Mixxx-devel] EQ Filters work strange.

2007-12-10 Thread Garth Dahlstrom
Around line #289 in herculeslinux.cpp (its also now used in herculeslinuxlegacy.cpp): // GED's magic formula -- no longer used. // double v = ((second+1)/(4.- ((second((7/8.)*256))*((second-((7/8.)*256))*1/16.; // Albert's http://zunzun.com/ site saves the day by solving our data

[Mixxx-devel] remove me from the list

2007-12-10 Thread mrk krm
remove me from the list please! or tellme how to do it. - Original Message - From: Tuma [EMAIL PROTECTED] To: mixxx-devel@lists.sourceforge.net Subject: Re: [Mixxx-devel] EQ Filters work strange. Date: Mon, 10 Dec 2007 20:18:27 +0300 On Monday 10 December 2007 11:16 am, Adam

Re: [Mixxx-devel] EQ Filters work strange.

2007-12-10 Thread Ben Wheeler
On Mon, Dec 10, 2007 at 12:55:48PM +1300, Robin Sheat wrote: On Monday 10 December 2007 11:22:32 Sacha Berger wrote: Hence things behave differently on both sides of the center position. I found the bug when using a MIDI controller, but in those times it did not show up on Hercules. Maybe

Re: [Mixxx-devel] Fwd: logo 2.0

2007-12-11 Thread Tuma
On Tuesday 11 December 2007 1:45 am, Albert Santoni wrote: Good. =) I like the second version from up - coloured, but smooth. But maybe the 'M' will be continued as 'xxx' (made of sine), and 'I' will be as the current position pointer. All in the same style. Hi guys, As part of our ongoing

Re: [Mixxx-devel] Release.

2007-12-11 Thread Garth Dahlstrom
When its ready... But in all honesty, you, being a slackware user (the hardcore-old-school-do-it-yourself-operating-system) should just get the source from the repo and compile it yourself... Since no one is going to package mixxx for slackware unless the slackware people choose to do so in

Re: [Mixxx-devel] Release.

2007-12-11 Thread Adam Davison
Hi, Since you're probably not the only person who's relatively new to the mailing list, I'll explain briefly how the release procedure will (hopefully) work for 1.6.0. Before a final 1.6.0 is released, there will be a sequence of beta releases. These are generally not perfect but have all the

[Mixxx-devel] Request for info from distro packagers

2007-12-11 Thread Adam Davison
Hi, I suspect there's a few of you lurking out there on the mailing who do various Mixxx packaging tasks for linux distributions. I'd like to ask that if you are a distribution packager for Mixxx could you possibly make sure that either me or Albert, or better yet, both of us knows who you are,

[Mixxx-devel] MIDI control of playlist / loading into left/right player / need a pointer

2007-12-12 Thread Jan Jockusch
Hello mixxx developers, thanks to your advice and especially thanks to Andre Roth's programming work, I have a workable MIDI DM2 driver now (I posted an early version, which compiles under 2.6.22 only, sorry for that...). I would now like to turn to another topic, which is strictly a feature

Re: [Mixxx-devel] MIDI control of playlist / loading into left/right player / need a pointer

2007-12-12 Thread Robin Sheat
On Wednesday 12 December 2007 21:53:35 Jan Jockusch wrote: I'm going to spend a few hours poking through the source code to find the current MIDI binding hooks, I don't know if herculeslinuxlegacy uses the same hooks as midi stuff, but if it does, there is this code: case

Re: [Mixxx-devel] MIDI control of playlist / loading into left/right player / need a pointer

2007-12-12 Thread Jan Jockusch
Robin Sheat wrote: On Wednesday 12 December 2007 21:53:35 Jan Jockusch wrote: I'm going to spend a few hours poking through the source code to find the current MIDI binding hooks, ... Hopefully this is on the right track and enough to get you started. Thanks a lot!

Re: [Mixxx-devel] MIDI control of playlist / loading into left/right player / need a pointer

2007-12-13 Thread Jan Jockusch
Hi Albert, Hey Jan, I'm just in the middle of my exam period so I don't have enough time to fully review your patch yet, but for now, have you tried using this: moveCursor(QAbstractItemView::MovePrevious, Qt::NoModifier); (ie. MovePrevious instead of MoveUp, etc.) Looks good though,

Re: [Mixxx-devel] MIDI control of playlist / loading into left/right player / need a pointer

2007-12-13 Thread Garth Dahlstrom
er... sorry, been starring at Herc USB / HID code too long In MIDI under Win32, Herc sends 0 and 127 (7F). so (v==127) is what we want. On Dec 13, 2007 1:56 PM, Jan Jockusch [EMAIL PROTECTED] wrote: Garth Dahlstrom wrote: +if (v 1.0) m_pView-m_pTrackTableView-moveNext(); Those

Re: [Mixxx-devel] MIDI control of playlist / loading into left/right player / need a pointer

2007-12-14 Thread Adam Davison
Hi Jan, I don't have time to commit this myself today so someone else will probably get there first but I had a read of the patch and it all looks good to me. You've obviously looked at the code to see how to do stuff, looks to be very high quality for your first submission. Adam On 14/12/2007,

[Mixxx-devel] Hercules DJ Control MP3 progress

2007-12-14 Thread Robin Sheat
I've spent the past week hacking on the Herc, trying to get more than one LED to light (using the HID interface, rather than libdjconsole, still can't make that work). Tonight I finally made real progress! With a kernel patch (yeah, I know), I can now get multiple LEDs to light. I still have

Re: [Mixxx-devel] MIDI control of playlist / loading into left/right player / need a pointer

2007-12-14 Thread Albert Santoni
... and I just updated the docs: http://mixxx.sourceforge.net/wiki/index.php/AnnotatedControls Thanks for the patch Jan! (I'll probably hack the Griffin Powermate code to use your new controls some day.) Albert On Fri, 2007-12-14 at 07:33 -0500, Garth Dahlstrom wrote: This patch is now

Re: [Mixxx-devel] Hercules DJ Control MP3 progress

2007-12-14 Thread Jason Schaefer
This is a common issue with GPL projects. Mixxx users are not going to purchase this hardware if support is not good. I think more users of Free software need to speak up and contact hardware vendors directly, asking for cooperation. It sounds like they are going to answer questions, which is

Re: [Mixxx-devel] Hercules DJ Control MP3 progress

2007-12-15 Thread Albert Santoni
Hi Robin, Excellent work on this Hercules stuff. A lot of users are going to appreciate this. On Sun, 2007-12-16 at 01:21 +1300, Robin Sheat wrote: On Saturday 15 December 2007 01:35:31 Robin Sheat wrote: I've spent the past week hacking on the Herc, trying to get more than one LED to light

[Mixxx-devel] compiling the svn

2007-12-15 Thread mike
hi all, i try to build the current svn version of mixxx, but scons screams: Checking for QtCore (4.3 or higher)... no QT = 4.3 not found. i start it with scons qtdir=/opt/qt4 and qt4 is there (version:4.3.1)! also my $PKG_CONFIG_PATH shows /opt/qt4/lib64/pkgconfig. what can be wrong...? by the

Re: [Mixxx-devel] Hercules DJ Control MP3 progress

2007-12-15 Thread Robin Sheat
On Sunday 16 December 2007 04:18:40 you wrote: Since we don't really have a cue or loop function that deserves and LED, Adam made those three LEDs act as a VU meter on each side for the Herc on Win32. Ooh, good idea. Another thing - are you planning on pushing this patch upstream to the

[Mixxx-devel] Ubuntu package RC needs testing

2007-12-17 Thread Albert Santoni
Hi guys, I've uploaded a release candidate of the beta1 .deb packages for testing. If anyone can try it out and make sure it works, I'd appreciate it. http://mixxx.sourceforge.net/packages/ubuntu-710 There's also a Linux source tarball available here:

Re: [Mixxx-devel] Fwd: logo 2.0

2007-12-17 Thread Jan Jockusch
Hi everyone, I was planning to keep my nose out of the logo redesign, but I felt like doodling a bit. It's not awfully far from the first layout, which I liked best so far. But I took up the idea of designing a custom M and using green and blue in the double helix. I worked a bit on the depth

Re: [Mixxx-devel] Fwd: logo 2.0

2007-12-17 Thread Tuma
Mixxx is a Software. And all what DJs see when playing is Wave(!). So I think Mixxx logo is not place for DJ itself, turntables and so on. You idea maybe good for retail box for turntable or any other hardware. But I think logo 2.0 is really good for Mixxx. =) It shows what Mixxx really is - DJ

Re: [Mixxx-devel] Fwd: logo 2.0

2007-12-17 Thread Albert Santoni
[OT/threadjacked] Well, since you asked, I posted another quick demo I shot last month: http://www.youtube.com/watch?v=U2ZPSSXlK60 Enjoy, Albert P.S. I'll try to actually do a real mix sometime... :) On Tue, 2007-12-18 at 01:13 +, Gustavo Homem wrote: On Monday 17 December 2007 21:56,

Re: [Mixxx-devel] Fwd: logo 2.0

2007-12-18 Thread Jan Jockusch
Tuma wrote: Cool! That is really what I've wrote about! But I did not think it'll be so cool. Great! You are master. =) I really like it. Hey, I've got a fan! This really gets me going! Okay, so I said I wasn't going to go any deeper into the logo topic. Maybe that was a bit rash. Look at it

[Mixxx-devel] Skin Scaling and Positioning XML (future plans)

2007-12-18 Thread Synthe
After a while thinking about how to best approach scaling in the mixxx skinning interface, i came up with this is a possible solution to the way scaling would work in terms of structure in the XML file. Also adding static images that could be placed around would make scaling much easier to

[Mixxx-devel] Skin Scaling and Positioning XML (future plans) Cont.

2007-12-18 Thread Synthe
also i would be more than willing to help create a DTD or XSD for validating the xml once finalized. i also would create a web page to help create elements to put in the xml file similar to http://www.metatitan.com/cssbuilder.php (for css but under the same concept). -DJSynthe

Re: [Mixxx-devel] Skin Scaling and Positioning XML (future plans)

2007-12-18 Thread Garth Dahlstrom
I've been meaning to investigate how the KDE games (mahjongg, KPatience, etc) do their scaling in more recent versions of KDE (3.5+?)...My suspicion is that they have converted the graphics over to SVG and they use some canvas proportioning trick to scale them. I think ultimately that is the

Re: [Mixxx-devel] Fwd: logo 2.0

2007-12-18 Thread Ben Wheeler
On Mon, Dec 17, 2007 at 04:56:29PM -0500, Garth Dahlstrom wrote: You guys realize that Mixxx 1.6.0 supports time-encoded vinyl right? http://www.youtube.com/watch?v=9dRLNT2yspg (Albert, the game god himself, in action) Looks like the on-screen crossfader stays hard right throughout that mix.

Re: [Mixxx-devel] Ubuntu package RC needs testing

2007-12-18 Thread Ben Wheeler
On Mon, Dec 17, 2007 at 10:28:46AM -0500, Albert Santoni wrote: There's also a Linux source tarball available here: http://mixxx.sourceforge.net/packages/mixxx_1.6.0beta1.tar.gz If these packages work and there's no major changes in trunk this week, then these will probably be what's

[Mixxx-devel] no dj console found :-(

2007-12-18 Thread mike
hello folk, when mixxx start it can't found the dj console mk2. Debug: Midi Sequencer: unknown event Debug: Midi Sequencer: unknown event Debug: PowerMate: write(): Ungültiger Dateideskriptor Debug: PowerMate: write(): Ungültiger Dateideskriptor Debug: HerculesLinux: Constructor called Debug:

Re: [Mixxx-devel] no dj console found :-(

2007-12-18 Thread Garth Dahlstrom
You need a udev rule to run as non-root and get access to the DJ Console... You can get it by apt-getting libdjconsole-data... (or if you aren't running debian/ubuntu: download the deb, run `ar -x tar -zxvf data.tar.gz` and then go look at the udev rule file that you exploded) On Dec 18, 2007

Re: [Mixxx-devel] Ubuntu package RC needs testing

2007-12-18 Thread Ben Wheeler
On Tue, Dec 18, 2007 at 04:05:59PM -0500, Garth Dahlstrom wrote: Can't we just turn the compiler warnings off? There problem solved... next! :P Yes, and if I cover my eyes and ears, all is well in my world... Oh wait, what's that smell? Ben

Re: [Mixxx-devel] Fwd: logo 2.0

2007-12-19 Thread Garth Dahlstrom
Attached: Mixxx-Logo-G1.JPG (less then 40KB so it doesn't get quarantined) Here's a sketch of the replaced X concept. I'm not really happy with the Mi, but I have to wait till my Christmas computer comes before I can edit it. [ Not in the mood to edit it on my eeePC. :D ] -G attachment:

Re: [Mixxx-devel] Ubuntu package RC needs testing

2007-12-19 Thread Adam Davison
This is a beta release. So compiler warnings are less of a problem than say, it crashing. Adam On 18/12/2007, Ben Wheeler [EMAIL PROTECTED] wrote: On Mon, Dec 17, 2007 at 10:28:46AM -0500, Albert Santoni wrote: There's also a Linux source tarball available here:

Re: [Mixxx-devel] Build.

2007-12-19 Thread Garth Dahlstrom
On Ubuntu, rcc is installed in /usr/bin as part of the libqt4-dev... So either you are missing the QT4 slackware package or there's something different about the way its set-up that's causing to look for /usr/lib/qt/bin/rcc-qt4 instead. On Dec 19, 2007 1:16 PM, Tuma [EMAIL PROTECTED] wrote:

Re: [Mixxx-devel] Hercules DJ Control MP3 progress

2007-12-20 Thread Albert Santoni
Committed in r1701... Thanks Robin! On Fri, 2007-12-21 at 14:53 +1300, Robin Sheat wrote: On Wednesday 19 December 2007 02:05:59 Robin Sheat wrote: Some more patchy-goodness. This is against head, again. And this one is just the same, but as an added bonus, it lets you compile with

Re: [Mixxx-devel] The state of Australian DJ gear

2007-12-21 Thread Robin Sheat
On Friday 21 December 2007 16:35:04 Poor Yorick wrote: I'm an Aussie myself. I have the nice advantage that I have friends in California who ship me out a big box of stuff sometimes... It's exactly the same here in NZ. My herc I bought from Amazon, shipped to a friend in Alaska, who forwarded

Re: [Mixxx-devel] Ubuntu package RC needs testing

2007-12-21 Thread mutil
I 've just install the packages in debian sid and it's working fine. I had various problems with mixxx from 1.4.1 to debian but with this version everything just seems fine (except for a few bugs of course). Unfortunately i can't say the same with xubuntu 7.10 where this mysterious (for me,

[Mixxx-devel] hercules won't run

2007-12-21 Thread mike
hi, i try since some days to get run this console. in mixxx1.5 all controllers are ok. only the jogwheel won't do run. but in the svn 1.6 always when mixxx startup it can't found the hercules console. i use scons qtdir=/opt/qt4 djconsole=1 hifieq=1 Debug: HerculesLinux: Constructor called

Re: [Mixxx-devel] hercules won't run

2007-12-21 Thread Robin Sheat
On Saturday 22 December 2007 11:50:12 Albert Santoni wrote: Mike, what DJ Console do you have? (MP3 Control one or the MK2?) Based on the USB IDs, I think it's the Mk1 If you're using the MP3 Control one, you probably need to compile with the djconsole_legacy=1 flag (someone correct me if I'm

Re: [Mixxx-devel] hercules won't run

2007-12-21 Thread Garth Dahlstrom
Hi Mike, Here are some ideas (don't remember if I already suggested them): - check libdjconsole0 and libdjconsole-data are installed - try doing ldd `which mixxx` that will show us that the linker can resolve the libdjconsole lib... - maybe try the snapshot build @

Re: [Mixxx-devel] hercules won't run

2007-12-21 Thread Albert Santoni
Mike, what DJ Console do you have? (MP3 Control one or the MK2?) If you're using the MP3 Control one, you probably need to compile with the djconsole_legacy=1 flag (someone correct me if I'm wrong). As for your SCONS woes, you don't have pkg-config set up the way every distribution does, and

Re: [Mixxx-devel] hercules won't run

2007-12-21 Thread Garth Dahlstrom
b100 = mk2 (what I have) b000 = mk1 (from memory) d001 = Control MP3 Mixxx 1.5.0 controlled all three devices with the code enabled via djconsole_legacy=1, its better to use djconsole=1 if you have an Mk1 or Mk2, but if it doesn't work legacy should work for all of them (just not quite as well in

[Mixxx-devel] First 1.6.0-beta1 packages out

2007-12-23 Thread Adam Davison
Hi everyone, Just to announce that we've just pushed out the first packages (Windows and Ubuntu) for 1.6.0-beta1. You can get them from the downloads page on the website (http://mixxx.sf.net). More detailed discussion is here: http://mixxxblog.blogspot.com/ We're now in the phase where we need

[Mixxx-devel] Fix for channel selector bug

2007-12-24 Thread Robin Sheat
I just fixed the last thing that was stopping me from being able to fully use mixxx, the inability to select more channels on any device than the first sound card had. Watch those stray semicolons, and see the attached patch :) -- Robin [EMAIL PROTECTED] JabberID: [EMAIL PROTECTED] Hostes

Re: [Mixxx-devel] Fix for channel selector bug

2007-12-24 Thread Garth Dahlstrom
Thanks, this has been committed. On Dec 24, 2007 3:26 AM, Robin Sheat [EMAIL PROTECTED] wrote: I just fixed the last thing that was stopping me from being able to fully use mixxx, the inability to select more channels on any device than the first sound card had. Watch those stray semicolons,

[Mixxx-devel] SCons

2007-12-24 Thread Tuma
I have error with SCons. scons qtdir=/usr/local/Trolltech/Qt-4.3.3 scons: Reading SConscript files ... Platform: Linux QT path: /usr/local/Trolltech/Qt-4.3.3 Loading qt4 tool... Checking for C library portaudio... yes Checking for C library mad... yes Checking for C library id3tag... yes Checking

Re: [Mixxx-devel] SCons

2007-12-25 Thread mike
Tuma wrote: I have error with SCons. scons qtdir=/usr/local/Trolltech/Qt-4.3.3 scons: Reading SConscript files ... Platform: Linux QT path: /usr/local/Trolltech/Qt-4.3.3 Loading qt4 tool... Checking for C library portaudio... yes Checking for C library mad... yes Checking for C library

[Mixxx-devel] QtCore

2007-12-25 Thread Tuma
Thanx, Mike! Next problem is: scons qtdir=/usr/local/Trolltech/Qt-4.3.3 scons: Reading SConscript files ... Platform: Linux QT path: /usr/local/Trolltech/Qt-4.3.3 Loading qt4 tool... Checking for C library portaudio... yes Checking for C library mad... yes Checking for C library id3tag... yes

Re: [Mixxx-devel] QtCore

2007-12-25 Thread Patrick Wildgruber
Tuma wrote: Thanx, Mike! Next problem is: scons qtdir=/usr/local/Trolltech/Qt-4.3.3 scons: Reading SConscript files ... Platform: Linux QT path: /usr/local/Trolltech/Qt-4.3.3 Loading qt4 tool... Checking for C library portaudio... yes Checking for C library mad... yes Checking for C

Re: [Mixxx-devel] QtCore

2007-12-25 Thread mike
Tuma wrote: I run Slackware 11. And QT4 src (same as dev in other distros) is built and installed. I've modified SConscript similar to your: ret = context.TryAction(*export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/local/Trolltech/Qt-4.3.3/lib/pkgconfig *

Re: [Mixxx-devel] hercules won't run

2007-12-25 Thread mike
Garth Dahlstrom wrote: works with djconsole_legacy=, except from the led's! Yeah the LEDs don't work in legacy mode thanks to a breakage in the Linux EV_LED api that happened during the 2.4.x - 2.6.x change. LEDs only work with djconsole=1 (libdjconsole, libusb, etc), but your

Re: [Mixxx-devel] QtCore

2007-12-25 Thread mike
Tuma wrote: Thanx, Mike! Next problem is: scons qtdir=/usr/local/Trolltech/Qt-4.3.3 scons: Reading SConscript files ... Platform: Linux QT path: /usr/local/Trolltech/Qt-4.3.3 Loading qt4 tool... Checking for C library portaudio... yes Checking for C library mad... yes Checking for C

Re: [Mixxx-devel] QtCore

2007-12-25 Thread Albert Santoni
to: ret = context.TryAction(*export PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/X11/lib64/pkgconfig:/opt/qt4/lib64/pkgconfig * pkg-config --atleast-version=%s '%s' % (version,name) )[0] Why don't you just set your PKG_CONFIG_PATH env var properly before you run SCONS in your bashrc (or

[Mixxx-devel] Collusion 1280 res skin

2007-12-26 Thread synthe
I just wanted to ask your opinions on the Collusion skin included with mixxx1.6.0 beta 1. It's always good to get as much feedback about the user experience to make further improvements on skins. -DJSynthe - This SF.net

Re: [Mixxx-devel] QtCore

2007-12-27 Thread mike
Albert Santoni wrote: to: ret = context.TryAction(*export PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/X11/lib64/pkgconfig:/opt/qt4/lib64/pkgconfig * pkg-config --atleast-version=%s '%s' % (version,name) )[0] Why don't you just set your PKG_CONFIG_PATH env var properly before you run

Re: [Mixxx-devel] QtCore

2007-12-27 Thread Albert Santoni
On Thu, 2007-12-27 at 11:06 +, mike wrote: Albert Santoni wrote: On Wed, 2007-12-26 at 19:41 +, mike wrote: Albert Santoni wrote: to: ret = context.TryAction(*export PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/X11/lib64/pkgconfig:/opt/qt4/lib64/pkgconfig *

Re: [Mixxx-devel] QtCore

2007-12-27 Thread Tuma
Sorry. I've pathced wrong string. def CheckForPKG( context, name, version= ): if version == : context.Message( Checking for %s... \t % name ) ret = context.TryAction( pkg-config --exists '%s' % name )[0] else: context.Message(

Re: [Mixxx-devel] QtCore

2007-12-27 Thread Tuma
When I export correct PKG_CONFIG_PATH # pkg-config --cflags QtCore answers: -DQT_SHARED -I/usr/local/Trolltech/Qt-4.3.3/include -I/usr/local/Trolltech/Qt-4.3.3/include/QtCore So pkg-config works correct. - This SF.net

[Mixxx-devel] Post size limit increased to 200k

2007-12-28 Thread Adam Davison
Hello, Since everyone is sending images for the logo stuff and I keep getting e-mailed asking where people's posts have gone, I've increased the mail size limit from 40k to 200k. If people object to this, then I can change it back. If your post is larger than this, then you'll still need to

  1   2   3   4   5   6   7   8   9   10   >