Re: [Mixxx-devel] RE : Re: release progress

2015-05-24 Thread Sébastien Blaisot
y ? Maybe it's a build env bug. Like jpeg library not installed on build env. I have put test tracks with embedded jpeg cover art not shown under windows in the lp bug I filled. (can't find the number right now) Sébastien Blaisot Message d'origine De : Max L

Re: [Mixxx-devel] Multiple mic inputs

2015-05-24 Thread Sébastien Blaisot
Le 24/05/2015 22:04, Philip Chapman a écrit : > > I have a use case where I would like to be able to support two > microphone inputs. I have tried using a 4 channel mixer to combine the > input of two mics into one channel, then feed that into my sound card > input. However, I get a lot of n >

Re: [Mixxx-devel] RE : Re: release progress

2015-05-25 Thread Sébastien Blaisot
ssion algorithms has been applied (PNG vs JPEG) seems nearly impossible. What do you think of it ? regards, sb Le 24/05/2015 21:57, Sébastien Blaisot a écrit : Well well well, It's worst than I thought... Selecting mixxx\src\test\id3-test-data as library makes Mixxx crash at startup (1.12

[Mixxx-devel] Cover art test (Was: release progress)

2015-05-25 Thread Sébastien Blaisot
. I just created a pull request to correct the test. I think this will fail CI tests at least on windows as jpeg cover art are failing under windows. https://github.com/mixxxdj/mixxx/pull/594 sb Le 25/05/2015 18:14, Sébastien Blaisot a écrit : Hi, I think that cover art unit tests are not

Re: [Mixxx-devel] Cover art test (Was: release progress)

2015-05-25 Thread Sébastien Blaisot
Oh, and there is a typo in jpeg test cover file. It's actually cover_test.jpg instead of cover-test.jpg S.B. Le 25/05/2015 21:04, Sébastien Blaisot a écrit : Ok, Got It. on one hand : const QString kCoverLocationTest("/src/test/id3-test-data/cover-test.jpg"); [...] QIma

Re: [Mixxx-devel] release progress

2015-06-02 Thread Sébastien Blaisot
Le 02/06/2015 21:29, RJ Ryan a écrit : > I believe the blocking items are: > > * critical Windows bugs > * skin polish (Jus has an active Deere branch) > * website updates (I'm working on this) > * manual updates Hi RJ and all, I agree with your blockers. In my opinion, there are also two more bl

Re: [Mixxx-devel] release progress

2015-06-04 Thread Sébastien Blaisot
Le 03/06/2015 15:53, RJ Ryan a écrit : On Tue, Jun 2, 2015 at 7:13 PM, Sébastien Blaisot <mailto:mi...@blaisot.org>> wrote: Secondly, we have some anoying bugs with windows installer that should be resolved before releasing 1.12 or they will impact next version

Re: [Mixxx-devel] release progress

2015-06-04 Thread Sébastien Blaisot
Le 04/06/2015 19:11, RJ Ryan a écrit : On Thu, Jun 4, 2015 at 12:55 PM, Sébastien Blaisot <mailto:mi...@blaisot.org>> wrote: 3) Install Mixxx in a versionned directory (either "Mixxx $VERSION" or better "Mixxx\$VERSION") Pros - Let you install

Re: [Mixxx-devel] formating source Code with clang-format

2015-06-08 Thread Sébastien BLAISOT
sure that this kind of rule can be automatically enforced (detecting if comment is code or plain text is not easy). +1 for automatic code review that can enforce coding style, security and sanity checks, ... -- Sébastien BLAISOT Le 08/06/2015 09:22, Daniel Schürmann a écrit : > Hi, >

[Mixxx-devel] travis-ci restart

2015-06-10 Thread Sébastien BLAISOT
Hi, I have a failed (stalled) build in travis-ci on PR606 (last commit). I suspect a temporary problem on travis-ci. Is there a way to restart travis-ci compilation other than pushing a new commit ? Thanks, -- Sébastien Blaisot

Re: [Mixxx-devel] travis-ci restart

2015-06-11 Thread Sébastien BLAISOT
relation between this two commits and engineBuffer I have compiled Mixxx on my computr without problem (and it builds fine under travis-ci but the tests are failing). I don't know what to do with that. can somebody take a look at that ? --- Sébastien Blaisot Le 10/06/2015 09:44, Séba

Re: [Mixxx-devel] formating source Code with clang-format

2015-06-11 Thread Sébastien BLAISOT
give you a solution, but maybe this at least added a smile in this thread. today, our users are awaiting us on 1.12 release and I think this is what we should focus on right now. --- Sébastien Blaisot Le 11/06/2015 16:32, Owen Williams a écrit : > On Thu, 2015-06-11 at 14:08 +, Ga

Re: [Mixxx-devel] mapping file name conventions

2015-06-11 Thread Sébastien Blaisot
Le 11/06/2015 21:02, Be a écrit : > Mappings included in Mixxx have the XML file named with hyphens > separating words but the script files are named with spaces separating > words. Having two naming conventions gets confusing and annoying, > especially when typing the file names in a shell. I sugg

Re: [Mixxx-devel] wiki overhaul

2015-06-12 Thread Sébastien BLAISOT
a 2-deck controller, but now has a mapping that can control 4 channels (with a channel switch for deck A and deck B). --- Sébastien Blaisot Le 12/06/2015 12:15, Be a écrit : > I have overhauled the hardware compatibility page. It should now be way > more useful to new users considering what

Re: [Mixxx-devel] wiki overhaul

2015-06-12 Thread Sébastien BLAISOT
in the facts, I didn't see any difference. The main difference for me is "provided with mixxx" vs "downloadable elsewhere". -- Sébastien BLAISOT Le 12/06/2015 16:24, RJ Ryan a écrit : > Certified Mappings mean that the Mixxx core team owns one and personally Q

Re: [Mixxx-devel] Mappings for different use cases

2015-06-12 Thread Sébastien BLAISOT
other way is this : https://bugs.launchpad.net/mixxx/+bug/1451334 [3] if you can switch channel/sampler/effect/... for each "deck" of the controller, you don't need multiple mappings. --- Sébastien Blaisot Le 12/06/2015 16:46, Be a écrit : > Great idea! We should hav

[Mixxx-devel] change milestone for bug lp:1457618

2015-06-13 Thread Sébastien Blaisot
Hi, Can someone change milestone to 1.12 for bug lp:1457618 It seems I can't do that. Thanks, sb -- ___ Get Mixxx, the #1 Free MP3 DJ Mixing software Today http://mixxx.org

[Mixxx-devel] NSIS setup help

2015-06-13 Thread Sébastien Blaisot
Hi all, I'm trying to update my windows build env with NSIS to build packages (in order to test my fix for lp:1457618 before making a PR). I've read NSIS wiki page, but it's a bit outdated http://www.mixxx.org/wiki/doku.php/build_windows_installer I have some questions : * Do I need NSIS v2.46

Re: [Mixxx-devel] NSIS setup help

2015-06-13 Thread Sébastien Blaisot
Nevermind, forget about this, I finally found how to do it and updated the wiki page. sb Le 13/06/2015 21:07, Sébastien Blaisot a écrit : > Hi all, > > I'm trying to update my windows build env with NSIS to build packages > (in order to test my fix for lp:1457618 before makin

Re: [Mixxx-devel] most wanted mappings

2015-06-13 Thread Sébastien Blaisot
Le 12/06/2015 17:03, Be a écrit : > The recent update of the hardware compatibility tables shows that we > don't have many mappings for controllers have not been discontinued. There is mapping for some of them in the forum. Doing a simple search with mixxx + brand name + model name gives forum en

[Mixxx-devel] change importance and milestone for bug lp:1464975

2015-06-14 Thread Sébastien Blaisot
Hi, Can anybody change importance to low and milestone to 1.12 for bug lp:1464975 ? I can not do it. Thanks, sb -- ___ Get Mixxx, the #1 Free MP3 DJ Mixing software Today ht

Re: [Mixxx-devel] mapping file name conventions

2015-06-14 Thread Sébastien Blaisot
Le 14/06/2015 18:24, Be a écrit : > What about renaming all the MIDI scripts to end with .midi.js and the > HID scripts to .hid.js? > > On 06/14/2015 11:08 AM, Sébastien Blaisot wrote: >> Le 14/06/2015 17:59, Be a écrit : >>> Do we really need the word "scripts&

Re: [Mixxx-devel] release progress

2015-06-14 Thread Sébastien Blaisot
OK, trying to gather what we said about "1.12 release blockers": Done: * skin polish (Jus has an active Deere branch) => PR579 & PR608 merged. * (win) installing 1.12 on top of a previous version installation => PR621 waiting for merge * (win) Uninstalling Mixxx leave files behind => PR603 merge

Re: [Mixxx-devel] 1.12 release progress

2015-07-21 Thread Sébastien BLAISOT
ection. Mixxx probably tries to enumerate all drives at startup, even network ones. I think it should be limited to local drives. Launch time is short if I unmount network shares before launching mixxx. Hope this can be of any help in sorting out this issue. --- Sébastien Blaisot Le 22/07/2015 00:

Re: [Mixxx-devel] 1.12 release progress

2015-07-22 Thread Sébastien BLAISOT
g project leader, or with a published process (like voting for example). This should be published. --- Sébastien Blaisot Le 22/07/2015 16:12, RJ Ryan a écrit : > Daniel/RAWRR are right -- the goal posts are moving slightly and we're scope > creeping. > > Active, trivial / low

Re: [Mixxx-devel] Advanced mapping questions

2015-07-22 Thread Sébastien BLAISOT
> --- > > Sébastien Blaisot you can use : Low => engine.setValue("[EqualizerRack1_[Channel1]_Effect1]", "parameter1", value) Mid => engine.setValue("[EqualizerRack1_[Channel1]_Effect1]", "parameter2", value) High => engine.setValue(

Re: [Mixxx-devel] Advanced mapping questions

2015-07-22 Thread Sébastien BLAISOT
I don't know how > I could replace them to control the standard EQ. --- Sébastien Blaisot Le 22/07/2015 19:46, Sébastien BLAISOT a écrit : >> --- >> >> Sébastien Blaisot > > you can use : > Low => engine.setValue("[EqualizerRack1_[Channel1]_Effe

Re: [Mixxx-devel] 1.12 release progress

2015-07-22 Thread Sébastien Blaisot
mputer with Windows for testing if that didn't > require installing a bunch of stuff to compile an unmerged pull request. > > On 07/22/2015 12:27 PM, Sébastien BLAISOT wrote: >> Hi, >> >> I strongly disagree with you. We have a wonderfull new feature with >> re

Re: [Mixxx-devel] 1.12 release progress

2015-07-22 Thread Sébastien Blaisot
Le 22/07/2015 23:02, Owen Williams a écrit : > For PRs that people think are ready and would like to merge in, can you > list the actual numbers? Our PR list is very dense and fast-moving. > > I am willing to take a look at the PRs that are in flight, but I can't > guarantee that I will agree tha

Re: [Mixxx-devel] Deere state

2015-08-01 Thread Sébastien Blaisot
What an improvement ! I find Deere far more usable now. However, it would be nice if the "mic" section could show 2 mic as well as an "aux" section to control aux passthrough. I will try to add that if I have some time after my vacations. regards, sb Le 30/07/2015 17:09, Owen Williams a écri

Re: [Mixxx-devel] Deere state

2015-08-02 Thread Sébastien Blaisot
e FX section. S.Brandt Mixxx - Free Digital DJ Mixing Software www.mixxx.org <http://www.mixxx.org> | Get Involved <http://mixxx.org/get-involved/> On Aug 1, 2015, at 6:27 PM, Sébastien Blaisot <mailto:mi...@blaisot.org>> wrote: What an improvement ! I find D

[Mixxx-devel] PR#667 review & merge

2015-08-10 Thread Sébastien Blaisot
Hi, Can someone merge or comment PR#667 please ? I missed HID mapping script in new mapping for Hercules DJ Control MP3 e2. This PR corrects this. MIDI driver for this controller is a real pain under Linux, so I think it is important to have correc

Re: [Mixxx-devel] build server is back

2015-08-19 Thread Sébastien Blaisot
That's good news. I was wondering today why we didn't have builds after july, 23. Is your build server also building for windows ? regards, sb Le 19/08/2015 20:21, Owen Williams a écrit : > At least, it seems like it's working, there's a new file on the > downloads server: > > http://downloads

[Mixxx-devel] port windows installer to Wix

2015-09-01 Thread Sébastien Blaisot
Hi All, I'm in an effort to port Mixxx's windows installer to Wix. I really have hard times because windows installer framework is... well... you know. I primarily focused on the reproduction of the existing operation, with some gain in this migration (working upgrades primarily). I am now abl

Re: [Mixxx-devel] port windows installer to Wix

2015-09-01 Thread Sébastien Blaisot
I have two more questions : 4. Can we get rid of windows XP Support ? 5. actual installer creates empty directories "promo" and "sqldrivers". Are they still required or just oldies that we can forget ? regards, sb Le 01/09/2015 23:05, Sébastien Blaisot a écrit : >

Re: [Mixxx-devel] port windows installer to Wix

2015-09-02 Thread Sébastien BLAISOT
ven if not installed by Mixxx's installer (except for controller mappings) The other benefit is to support autorepair functionnality of windows installer framework. regards, -- Sébastien Blaisot Le 02/09/2015 08:43, Tuukka Pasanen a écrit : > Hello, > What are main benfits of

Re: [Mixxx-devel] port windows installer to Wix

2015-09-02 Thread Sébastien BLAISOT
keep XP compatibility 5. ok, I'll drop sqldrivers but keep promo as pointed by Sean. regards, -- Sébastien Blaisot Le 02/09/2015 08:38, Daniel Schürmann a écrit : > Hi Sébastien, > > Thank you for all your work on Windows! > > I'll try to answer some of yo

Re: [Mixxx-devel] port windows installer to Wix

2015-09-02 Thread Sébastien BLAISOT
Sébastien Blaisot Le 02/09/2015 17:27, Sean M. Pappalardo - D.J. Pegasus a écrit : > On 09/02/2015 08:11 AM, Sébastien BLAISOT wrote: > >> 2. I'm afraid $(WIX) is a locally defined variable from the blog author. >> in fact $(WIX) is not a windows variable format, it

Re: [Mixxx-devel] port windows installer to Wix

2015-09-02 Thread Sébastien Blaisot
Le 02/09/2015 17:27, Sean M. Pappalardo - D.J. Pegasus a écrit : > > > On 09/02/2015 08:11 AM, Sébastien BLAISOT wrote: >> 2. I'm afraid $(WIX) is a locally defined variable from the blog author. >> in fact $(WIX) is not a windows variable format, it should be %

Re: [Mixxx-devel] port windows installer to Wix

2015-09-02 Thread Sébastien Blaisot
oops, found it, there indeed IS a %WIX% environment variable set by installer. sb Le 02/09/2015 19:28, Sébastien Blaisot a écrit : > Le 02/09/2015 17:27, Sean M. Pappalardo - D.J. Pegasus a écrit : >> >> On 09/02/2015 08:11 AM, Sébastien BLAISOT wrote: >>> 2. I'

Re: [Mixxx-devel] port windows installer to Wix

2015-09-03 Thread Sébastien BLAISOT
entionnaly increase complexity over time. regads, --- Sébastien Blaisot Le 03/09/2015 13:04, Daniel Schürmann a écrit : > We are free to decide when it is the right moment to drop XP since Microsoft > has reintroduced XP support into Visual Studio. > It also looks like that there is

Re: [Mixxx-devel] port windows installer to Wix

2015-09-05 Thread Sébastien Blaisot
Le 02/09/2015 08:38, Daniel Schürmann a écrit : > 3. IMHO it is nothing wrong to install a 32 binary to a 64 bit Windows. > So It should be possible to keep a degree of freedom in case of issues. > However, we should encourage the user to use 64 bit binaries, since > there should be a performance g

Re: [Mixxx-devel] 1.12 -> trunk merge needs help

2015-10-15 Thread Sébastien Blaisot
Le 15/10/2015 08:42, Daniel Schürmann a écrit : > Unfortunately I have no access to the build server (network timeout) > Since there are no recent windows builds builds on > http://downloads.mixxx.org/builds/1.12/ > I assume there is still an issue. Can one forward me the failing build > message?

Re: [Mixxx-devel] 1.12 windows build fixing

2015-10-15 Thread Sébastien Blaisot
Still failing: cl : Ligne de commande warning D9002 : option '/arch:SSE2' inconnue ignorée audiotagger.cpp d:\mixxx-buildserver64\include\taglib\trefcounter.h(36) : warning C4005: 'NOMINMAX' : redéfinition de macro arguments de ligne de commande : voir la définition précédente de 'NOMI

Re: [Mixxx-devel] 1.12 windows build fixing

2015-10-15 Thread Sébastien Blaisot
As we are in a #ifdef _WIN32, why not using native static_assert ? https://msdn.microsoft.com/fr-fr/library/dd293588.aspx sb Le 15/10/2015 22:05, Daniel Schürmann a écrit : > Thank you. > > I have fixed the issue and have a working STATIC_ASSERT > just build local, will commit next. > > > Am 15.

Re: [Mixxx-devel] 1.12 windows build fixing

2015-10-15 Thread Sébastien Blaisot
It seems to be compiling fine if you replace STATIC_ASSERT(sizeof(wchar_t) == sizeof(QChar)); with static_assert(sizeof(wchar_t) == sizeof(QChar), "wchar_t is not the same size than QChar"); and remove STATIC_ASSERT definition in src/util/assert.h sb Le 15/10/2015 23:41, Sébasti

Re: [Mixxx-devel] 1.12 windows build fixing

2015-10-15 Thread Sébastien Blaisot
or VC) using scons and mixxx 1.12 config ;) sb Le 15/10/2015 23:50, Daniel Schürmann a écrit : > Is this available on VC without c++11 support? > > Am 15.10.2015 um 23:41 schrieb Sébastien Blaisot: >> As we are in a #ifdef _WIN32, why not using native static_assert ? >> https:

Re: [Mixxx-devel] 1.12 windows build fixing

2015-10-15 Thread Sébastien Blaisot
: > Nice! Then I will prepare a commit, using this. > > Am 15.10.2015 um 23:57 schrieb Sébastien Blaisot: >> I have no idea. >> It is available in Visual Studio 2010, 2012, 2013 and 2015 >> https://msdn.microsoft.com/fr-fr/library/hh567368.aspx#featurelist >> but I do

Re: [Mixxx-devel] 1.12 windows build fixing

2015-10-15 Thread Sébastien Blaisot
sorry, wrong line. I meant https://github.com/mixxxdj/mixxx/blob/1.12/plugins/soundsourcemediafoundation/soundsourcemediafoundation.cpp#L396 sb Le 16/10/2015 00:09, Sébastien Blaisot a écrit : > Probably you also need to patch this : > https://github.com/mixxxdj/mixxx/blob/1.12/p

Re: [Mixxx-devel] 1.12 windows build fixing

2015-10-15 Thread Sébastien Blaisot
in fact, both of them need to be replaced with TAGLIB_FILENAME_FROM_QSTRING(getFilename()) sb Le 16/10/2015 00:24, Sébastien Blaisot a écrit : > sorry, wrong line. > > I meant > https://github.com/mixxxdj/mixxx/blob/1.12/plugins/soundsourcemediafoundation/soundsourcemediafoundat

Re: [Mixxx-devel] 1.12 windows build fixing

2015-10-15 Thread Sébastien Blaisot
I finally got it compile on my machine. I sent a PR with all the changes I made : https://github.com/mixxxdj/mixxx/pull/743 sb Le 16/10/2015 00:31, Sébastien Blaisot a écrit : > in fact, both of them need to be replaced with > TAGLIB_FILENAME_FROM_QSTRING(getFilename()) > > sb

Re: [Mixxx-devel] 1.12 windows build fixing

2015-10-16 Thread Sébastien BLAISOT
ng it and trying to install. I don't know what can be the side effect of this. Thanks, -- Sébastien Blaisot Le 16/10/2015 00:35, Sébastien Blaisot a écrit : > I finally got it compile on my machine. > > I sent a PR with all the changes I made : > > https://github.com/

[Mixxx-devel] License/EULA translations ?

2015-10-18 Thread Sébastien Blaisot
Hi all, While working on using wix to build Mixxx installer, I made it localizable (i.e. generate a localized installer). I was wondering if it is a good idea to use a localized LICENSE agreement. Our license agreement is mainly based on external licenses, like GPLv2. The only official GPLv2 is

Re: [Mixxx-devel] builds succeeded!

2015-11-02 Thread Sébastien BLAISOT
apt-get update sudo apt-get install mixxx regards, --- Sébastien Blaisot Le 02/11/2015 09:28, Max Linke a écrit : > I can't install that package in debian testing due to missing > dependencies. (packages libtab1c2a, libprotobuf-lite8 don't exists > anymore). It also

Re: [Mixxx-devel] an intern program to consider

2015-11-06 Thread Sébastien Blaisot
I agree with sean and what I personnally understand by "leadership" are 2 things : - We don't have a decision process published - We don't have a release management cycle published (merge window, feature freeze milestone, string freeze milestone, release goals and decision, ...). Actually, I t

Re: [Mixxx-devel] Welcome Taglib 1.10

2015-11-16 Thread Sébastien Blaisot
Le 17/11/2015 07:42, RJ Ryan a écrit : > Windows / Mac build environments are now on taglib 1.10. OMG! A library change just before a release. We really need a release management policy... Sébastien -- __

Re: [Mixxx-devel] Welcome Taglib 1.10

2015-11-17 Thread Sébastien Blaisot
red this addition > carefully, and although upgrading a bundled library is always a risk, we > felt the benefits were enough to make up for it. > > > > On Tue, 2015-11-17 at 08:10 +0100, Sébastien Blaisot wrote: >> Le 17/11/2015 07:42, RJ Ryan a écrit : >>> Windows

Re: [Mixxx-devel] Old Windows versions: forbid installation or just warn?

2015-11-18 Thread Sébastien BLAISOT
ant, they can try to compile from source or use older Mixxx versions as well. This is better also for us because we can use modern and recent code. (in the same way, do we need to switch to c++11? people can't install modern c++11-compliant compilers on their old OS :) --- Sébastien Blai

Re: [Mixxx-devel] Old Windows versions: forbid installation or just warn?

2015-11-18 Thread Sébastien Blaisot
ppalardo - D.J. Pegasus mailto:spappala...@mixxx.org>> wrote: On 11/18/2015 09:13 AM, Sébastien BLAISOT wrote: > Associated question is: If you choose to warn only, who is willing to > maintain legacy windows installer code and horrible hacks to

Re: [Mixxx-devel] Old Windows versions: forbid installation or just warn?

2015-11-18 Thread Sébastien Blaisot
On 11/18/2015 09:13 AM, Sébastien BLAISOT wrote: > Associated question is: If you choose to warn only, who is willing to > maintain legacy windows installer code and horrible hacks to make this > happen ? ;) To be clear, when we say an OS version is "not suppor

[Mixxx-devel] TESTERS NEEDED: New windows installer

2015-11-18 Thread Sébastien Blaisot
Hi all, I finally got wix to build an installer package for Mixxx and with the help of Pegasus, I have my build env fixed. So here you will find installer for 2.0-rc1-1.12-git5627 : https://owncloud.blaisot.org/index.php/s/nyEDsb0vEV7aa1m There are 6 files. The exe ones are old installers buil

Re: [Mixxx-devel] TESTERS NEEDED: New windows installer

2015-11-19 Thread Sébastien BLAISOT
de that completely remove all traces from a previous installation the second has my preference but seems harder as it involves writing an autonomous cleanup executable and embedding it into the installer. --- Sébastien Blaisot Le 19/11/2015 08:44, Daniel Schürmann a écrit : > Hi Séba

Re: [Mixxx-devel] [Fwd: Re: [mixxx] Incorporate new mapping from bestdani on the forums. Thanks! (#780)]

2015-11-19 Thread Sébastien BLAISOT
oid future question that can be directed to this bundling. --- Sébastien Blaisot Le 19/11/2015 16:37, Sean M. Pappalardo - D.J. Pegasus a écrit : > On 11/19/2015 07:10 AM, Owen Williams wrote: > >> do we need to get this forum user to sign the contributor agreement? >> Controller

Re: [Mixxx-devel] 2.0 RC2

2015-12-17 Thread Sébastien Blaisot
Le 18/12/2015 00:14, Be a écrit : > What's going on with the RC2 release? And what is the target date for > 2.0 release? Do you mean this one: http://mixxx.org/download/#beta Did you miss the anouncement ? :-p sb -- ___

Re: [Mixxx-devel] build on linux

2016-01-02 Thread Sébastien Blaisot
Le 02/01/2016 12:24, zezinho a écrit : > Anyway, it is ready for Mageia 6 : > > http://madb.mageia.org/package/show/source/1/application/0/release/cauldron/name/mixxx Thanks. However, it seems that the screenshots are from an older version. Is it possible to update them ? Thanks for your work to

Re: [Mixxx-devel] build on linux

2016-01-02 Thread Sébastien Blaisot
Le 02/01/2016 17:03, RJ Ryan a écrit : > Hm LIBDIR=/usr/lib64 isn't quite right since we join the prefix with > it so that would result in /usr/usr/lib64 hummm, by default, prefix=/usr/local https://github.com/mixxxdj/mixxx/blob/1.12/build/mixxx.py#L383 we use /usr in debian build rules https:/

Re: [Mixxx-devel] TESTERS NEEDED: New windows installer

2016-01-02 Thread Sébastien Blaisot
best to address them. Thanks in advance, Sébastien Le 19/11/2015 10:56, Sébastien BLAISOT a écrit : 2015-11-19 1:14 GMT+01:00 Sébastien Blaisot <mailto:mi...@blaisot.org>>: Hi all, I finally got wix to build an installer package for Mixxx and with the help of Pegas

Re: [Mixxx-devel] build on linux

2016-01-02 Thread Sébastien Blaisot
it looks like our build script doesn't like filenames that contain a space : grep: /home/iurt/rpmbuild/BUILDROOT/mixxx-2.0.0-3.mga6.x86_64/usr/share/mixxx/controllers/Hercules: No such file or directory grep: DJ: No such file or directory grep: Control: No such file or directory grep: MP3: No s

Re: [Mixxx-devel] TESTERS NEEDED: New windows installer

2016-01-02 Thread Sébastien Blaisot
cs.transifex.com/formats/ [4] http://www.opentag.com/okapi/wiki/index.php?title=Filters jus On Jan 2, 2016, at 6:38 PM, Sébastien Blaisot <mailto:mi...@blaisot.org>> wrote: I built english and french installers, but I will need more translations. Can somebody explain me how to extract

Re: [Mixxx-devel] TESTERS NEEDED: New windows installer

2016-01-05 Thread Sébastien Blaisot
s On Jan 2, 2016, at 6:38 PM, Sébastien Blaisot <mailto:mi...@blaisot.org>> wrote: I built english and french installers, but I will need more translations. Can somebody explain me how to extract strings and make a file suitable for transifex ? We can maybe publish it to transif

Re: [Mixxx-devel] TESTERS NEEDED: New windows installer

2016-01-06 Thread Sébastien Blaisot
french (I can confirm that) and all other will see english. thanks for your help, sb Le 05/01/2016 21:58, Sébastien Blaisot a écrit : Yeah, I found way to make a multilingual MSI installer: http://www.codeproject.com/Articles/103749/Creating-a-Localized-Windows-Installer-Bootstrap Pretty

Re: [Mixxx-devel] TESTERS NEEDED: New windows installer

2016-01-06 Thread Sébastien Blaisot
or me to sleep now). sb Le 05/01/2016 21:58, Sébastien Blaisot a écrit : Yeah, I found way to make a multilingual MSI installer: http://www.codeproject.com/Articles/103749/Creating-a-Localized-Windows-Installer-Bootstrap Pretty hard, but really cool. So it seems we will be able to ship a u

Re: [Mixxx-devel] 2.1/2.0.1 plans and development cycle going forth

2016-01-07 Thread Sébastien BLAISOT
I would like to have the new installer for 2.1, but we need to merge PR744 first, install wix on build server and integrate wix with scons (I'm waiting for the first manual wix package on the build server to know if this will work) --- Sébastien Blaisot Le 07/01/2016 10:31, D

[Mixxx-devel] Windows Installer translation

2016-01-09 Thread Sébastien Blaisot
Hi everybody, The new Windows installer based on the Wix Toolset has landed into master branch. The new MSI installer will be localized. The strings from this installer are available on transifex for translation https://www.transifex.com/mixxx-dj-software/mixxxdj-windows-installer It is a very

Re: [Mixxx-devel] Windows 10 warning

2016-01-21 Thread Sébastien Blaisot
Le 22/01/2016 00:21, Be a écrit : > Many users have been reporting a variety of peculiar issues with sound > in Mixxx on Windows 10. Would it be a good idea to make some sort > official recommendation to Windows users to not upgrade to Windows 10 yet? I'm using windows 10 without any problem. mayb

Re: [Mixxx-devel] GSOC proposal: cue points revamp

2016-03-22 Thread Sébastien Blaisot
Hi Daniel, Ferran and all the others, a grid layout is a nice idea, but keep in mind that we have users with a smaller resolution and we need to keep the default skin usable at such lowres. Hope you will find a way to add that button grid without increasing the minimum skin resolution. regard

[Mixxx-devel] thoughts about our windows build env

2016-06-18 Thread Sébastien Blaisot
Hi all, Our Linux build env is easy to setup: just install a few -devel and build tools packages included in the distribution and you're done. On the other hand, our windows build env is really hard to set up. You need to install the build tools (Microsoft visual studio, nsis, wix, ...), but a

Re: [Mixxx-devel] thoughts about our windows build env

2016-06-18 Thread Sébastien Blaisot
working Win10 virtual machine Image? If that isn't allowed, can we provide a batch file, that can be run on a virgin Win10? An other Idea (l think Uwe has done some research) is to setup a cross compile environment on Linux. Am 18.06.2016 5:21 nachm. schrieb "Sébastien Blaisot&q

Re: [Mixxx-devel] thoughts about our windows build env

2016-06-19 Thread Sébastien Blaisot
Le 20/06/2016 à 01:59, Sean M. Pappalardo - D.J. Pegasus a écrit : > Hello. > > On 06/18/2016 08:01 AM, Sébastien Blaisot wrote: >> I see another solution: why not seeing our windows build env as code, >> just like the Mixxx base code. we can entirely script the build env &g

Re: [Mixxx-devel] Focus two library panes

2016-08-15 Thread Sébastien Blaisot
Why not having two feature list, one on the left as it is actually to switch the left pane, and one on the right to switch le right pane ? This way, you click in the left feature list when you want to change the left pane and in the right feature list when you want to change the right pane.

Re: [Mixxx-devel] configuration help

2016-11-16 Thread Sébastien Blaisot
Le 16/11/2016 à 20:07, Thorsten Munsch a écrit : > install the free ASIO4ALL driver first This is usually a bad advice: https://www.mixxx.org/manual/latest/chapters/configuration.html#audio-api Use WDM-KS API instead, ASIO4ALL is just a wrapper on WDM-KS API, adding one more overlay. -- Sébas

Re: [Mixxx-devel] wiki down

2016-12-08 Thread Sébastien Blaisot
Is there something in /var/lib/mysql-upgrade ? sb Le 08/12/2016 à 20:10, RJ Ryan a écrit : It appears mariadb writes these to /var/lib/mysql, so unfortunately those are gone too. On Thu, Dec 8, 2016 at 10:07 AM, Thorsten Munsch mailto:thorsten.mun...@synthor.de>> wrote: The binlogs a

Re: [Mixxx-devel] wiki down

2016-12-08 Thread Sébastien Blaisot
0 23:21 DATADIR.link -> mysql-5.7/ On Thu, Dec 8, 2016 at 12:56 PM Sébastien Blaisot mailto:mi...@blaisot.org>> wrote: Is there something in /var/lib/mysql-upgrade ? sb Le 08/12/2016 à 20:10, RJ Ryan a écrit : It appears mari

Re: [Mixxx-devel] wiki down

2016-12-08 Thread Sébastien Blaisot
Nice. Now, install and configure duplicity ;) sb Le 08/12/2016 à 22:43, RJ Ryan a écrit : Alright, we didn't lose data after all! Forums are back online with posts up through 12/7. Thanks for pointing me to /var/lib/mysql-upgrade Sebastian. The "DATADIR" symlink in there is clearly cruft l

Re: [Mixxx-devel] Please test these 2.1 Windows builds

2017-01-18 Thread Sébastien Blaisot
first try in 5 minutes: * No Mixxx logo on splash screen. * Interface freeze on track loading into deck when disk is busy (library rescan in progress) (not sure if it's related to build env or if it was like that before) otherwise, seems to work pretty well. album art show correctly (png + jp

Re: [Mixxx-devel] Please test these 2.1 Windows builds

2017-01-19 Thread Sébastien Blaisot
Le 19/01/2017 à 08:35, RJ Ryan a écrit : On Wed, Jan 18, 2017 at 11:23 PM Sébastien Blaisot <mailto:mi...@blaisot.org>> wrote: otherwise, seems to work pretty well. album art show correctly (png + jpg), so qt's imageformat are included. The only imageformats .libs t

Re: [Mixxx-devel] Jenkins builds have returned

2017-01-20 Thread Sébastien Blaisot
Do you see the Mixxx logo on the splash screen ? sb Le 20/01/2017 à 08:30, Daniel Schürmann a écrit : Great News, Thank you. I can confirm that Mixxx still runs on my WinXP Virtual Box. Anything special I should test? 2017-01-20 5:55 GMT+01:00 Be mailto:b...@gmx.com>>: \o/ Thanks

Re: [Mixxx-devel] Jenkins builds have returned

2017-01-20 Thread Sébastien Blaisot
just tested again and there is actually no Logo with Deere and LatNight. Loading the Deere skins takes ages ~35s. Loading Shade takes ~11s and LateNight ~18s 2017-01-20 9:09 GMT+01:00 Sébastien Blaisot <mailto:mi...@blaisot.org>>: Do you see the Mixxx logo on the splash screen ?

Re: [Mixxx-devel] Jenkins builds have returned

2017-01-20 Thread Sébastien Blaisot
So this is not a format logo. Shad uses a skin-specific splash image. Deere and Latenight rely on the default fallback image I think. shade image is png default fallback image is SVG so probably an SVG related stuff. sb Le 20/01/2017 à 11:00, Sébastien Blaisot a écrit : Agree, same

Re: [Mixxx-devel] Mixxx User Manual updates

2017-06-24 Thread Sébastien Blaisot
Hi Everyone, Having the manual in a separate github project doesn't help to sync code merge and manual update. Other projects manage this by asking contributors in PR to update manual before accepting merge. No manual update, no code merge. (at least for each code change that change the int

Re: [Mixxx-devel] [Feature Proposal] Ctlra Controller Hotplug Support

2017-07-07 Thread Sébastien Blaisot
Hi Harry, Mixxx is a cross-platform application (Linux, MacOS, Windows). Is ctrla also a cross-platform library ? If this is not the case, it is a show stopper IMHO. As far as I can see, it only seems to be documented under linux. Regards, sb Le 06/07/2017 à 23:57, Harry van Haaren a écrit

Re: [Mixxx-devel] [Feature Proposal] Ctlra Controller Hotplug Support

2017-07-08 Thread Sébastien Blaisot
Le 08/07/2017 à 03:00, Harry van Haaren a écrit : On Fri, Jul 7, 2017 at 8:45 PM, Sébastien Blaisot <mailto:mi...@blaisot.org>> wrote: Mixxx is a cross-platform application (Linux, MacOS, Windows). Is ctrla also a cross-platform library ? Currently nope, it is a WIP library

[Mixxx-devel] Windows installer : need testers and translators

2017-07-22 Thread Sébastien BLAISOT
Hi Mixxx users, I've been working in the last few days to improve windows installer and address the remaining bugs, especially the one concerning visual c++ redistributables installation. PR for the new windows installer is here : https://github.com/mixxxdj/mixxx/pull/1306 You can find a

Re: [Mixxx-devel] USB sound card table update

2017-09-15 Thread Sébastien Blaisot
Le 15/09/2017 à 08:34, Daniel Schürmann a écrit : > To be clear, onboard sound cards and USB class compliant sound cards (which includes every sound card listed on the wiki) should both work with WDM-KS? I am pretty sure. But I cannot prove it. AFAIK Daniel is right. Most soundcards are nati

Re: [Mixxx-devel] USB sound card table update

2017-09-21 Thread Sébastien Blaisot
On windows, you can configure your soundcard outputs if your driver advertise that possibility upto 7.1: (sorry, french version here) if you choose this, you can select each output in Mixxx: But, from my own experience: * This is generally true with DESKTOP onboard soundcards that have at

[Mixxx-devel] Travis-ci failing on MacOS (Was: website is down)

2017-09-25 Thread Sébastien Blaisot
Le 26/09/2017 à 07:28, Be a écrit : Now Travis is failing for macOS builds too... it seams that travis switched to python3 so print "..." syntax should be replaced by print("...") probably we need a way to switch back to python2(easier short-term fix) but I don't know how brew work for that.

Re: [Mixxx-devel] launchpad bugtracker

2017-11-16 Thread Sébastien Blaisot
Le 16/11/2017 à 18:44, Sean M. Pappalardo - D.J. Pegasus a écrit : On 11/16/2017 09:11 AM, Daniel Poelzleithner wrote: is there a particular reason from using the launchpad bug tracker anything other then historic reasons ? It does some things better than GitHub Issues. I have created a wiki pa

Re: [Mixxx-devel] Mixxx manual info

2017-11-17 Thread Sébastien BLAISOT
Le 17/11/2017 à 13:31, Josep Maria Antolin a écrit : As for translating the manual ( as an author of one of the only two mostly complete translations ), what happens when the english versions of the sentences change, is that the translated sentence dissapears and has to be rewritten completel

Re: [Mixxx-devel] launchpad bugtracker

2017-11-17 Thread Sébastien BLAISOT
We already have CI that every forker can use to test before PR. just connect to travis-ci and appveyor with your github account, select your fork, and you're done & you have CI on your fork. we could be easier without the need to first register to travis and appveyor, but it works well, I use

[Mixxx-devel] Fwd: Deploy all the things!

2017-11-18 Thread Sébastien BLAISOT
FYI, travis just announced the availability of deployment. maybe we can add this and publish the travis-built artifacts like we do for appveyor. This way, we will have a way to effectively and easilly test each PR without a build environment. sb Message transféré Sujet :

  1   2   >