Re: [Mixxx-devel] Want to work on Mixxx 1.12? List of things that need doing.

2014-01-03 Thread Max Linke
On Wed, 2014-01-01 at 21:57 +0430, Ben Sollars wrote:
 Hey, a quick question if you don't mind answering..
 
 I figured it made more sense just to start using Linux and set that up for
 developing Mixxx, which has proved a lot easier so far. I've successfully
 followed the compiling instructions, and followed the instructions for
 setting up Qt Creator to develop Mixxx. How can I tell if I've done
 everything I need to before I start actually working with the code? I've
 gone through the instructions on the Qt Creator page but I'm not sure if
 it's worked or not.

Using Linux is definitely easier then windows. If you compiled mixxx and
run it from the command line you are good to go. Assign one of the easy
bugs to yourself and start hacking. If you have any questions just ask
on the mailing list.
https://bugs.launchpad.net/mixxx/+bugs?field.tag=easy

As for Qt Creator I have no idea how that thing works. I use a heavily
customized vim with some command line tools. You'll have more luck with
answers on this using the mailing list
 
best Max
 
 Thanks if you're able to help, I do appreciate it.
 
 Ben
 
 
 On 28 December 2013 21:32, Ben Sollars shunty...@gmail.com wrote:
 
  I haven't had any other replies or offers of help so far, do you know of
  anyone in particular who's generally happy to help out with this stuff?
 
  Once I've cloned the main repository I'll start working through the other
  steps again. Last time I got as far 5.c in the instructions (using the SDK
  cmd shell to run scons) but whatever scons was trying to do kept failing. I
  tried Googling the error message but didn't get far, so tried going back a
  couple of steps.
 
 
  On 28 December 2013 21:24, Max Linke max_li...@gmx.de wrote:
 
  Please write where you got stuck there are also other people on this list
  that can help you.
 
 
  Ben Sollars shunty...@gmail.com wrote:
 
  Cool, thanks, got that running in the GitHub client now. I've been
  trying to follow the compiling on windows wiki but I keep getting stuck.
 
  Hope you're enjoying the vacation.
 
 
  On 28 December 2013 21:09, Max Linke max_li...@gmx.de wrote:
 
  Yeah if you want a local copy of our source code it is. The repo is
  mixxxdj/mixxx
 
  If you have problems setting up the development environment try to
  check each step in the wiki and also the hints. I documented everything I
  needed to get mixxx compiling there myself a while ago. But I'm currently
  on a vacation trip and don't have access to my windows machine.
 
 
  Ben Sollars shunty...@gmail.com wrote:
 
  Cheers, I've got the dependencies, I need to get the main repository
  though. Is cloning the same as checking out/branching for my purposes?
 
 
  On 28 December 2013 20:52, Max Linke max_li...@gmx.de wrote:
 
  http://windows.github.com
 
  This explains how the client works. You also have to checkout our
  windows dependency repository: mixxxdj/winlib
 
 
  Ben Sollars shunty...@gmail.com wrote:
 
  Hey Max, thanks for this.
 
  I still can't figure this out. I'm trying to follow the instructions
  exactly as I don't understand most of what I'm doing, and if it 
  doesn't
  work I won't know if it's because I didn't follow the instructions or
  because of something else.
 
  This is so frustrating. I really want to get involved with Mixxx and
  learn more about coding but I can't even get the basics of checking 
  out the
  repository. I've got the GitHub git client installed but I still 
  can't see
  an obvious way to check out a repository.
 
  If you can help me out with this stuff I will try and find some way
  to pay you back.
 
  Ben
 
 
  On 27 December 2013 21:56, Max Linke max_li...@gmx.de wrote:
 
  Hi
 
  I'm using the git client from Github on windows. It is pretty
  simple to understand and hands you a Unix like got shell for more
  complicated operations. That can be quite handy because most guides 
  and
  tips on the web assume that you have a command line.
 
  Best Max
 
  Ben Sollars shunty...@gmail.com wrote:
 
   Hey guys
 
  I am definitely up for getting involved in Mixxx but am already
  getting stuck.. the compiling on Windows guide says to 'choose Git
  Checkout/Branch' under Tortoise Git, but I can't see this option in 
  the
  TortoiseGit context menu.. there are plenty of similar-sounding 
  ones, but
  not close enough that I'm sure it's the right one.
 
  Any help would be appreciated, although I think I may need quite a
  bit more of it.
 
  Cheers
 
  Ben
 
 
  On 25 December 2013 07:53, RJ Ryan rr...@mixxx.org wrote:
 
  Hey Mixxxers,
 
  All the pieces are falling into place and we are making great
  progress on Mixxx 1.12!
 
  Check out the milestone page for the latest status:
  https://launchpad.net/mixxx/+milestone/1.12.0
 
  If you've been inactive for a while or are looking for a starter
  project to get involved with Mixxx I've made a list of various 
  tasks that I
  would love to have an owner to drive for inclusion in 1.12.
 
  Bugs:
 
  * Any bug on 

Re: [Mixxx-devel] Want to work on Mixxx 1.12? List of things that need doing.

2014-01-03 Thread Nazar Gerasimchuk
 How can I tell if I've done
 everything I need to before I start actually working with the code? I've
 gone through the instructions on the Qt Creator page but I'm not sure if
 it's worked or not.

Hi, Ben!

Here is article about configuring Qt Creator to work on Mixxx (using
Scons): http://www.mixxx.org/wiki/doku.php/qtcreator

If you've done everything right you get ability to compile (for me it takes
near 10 minutes at first time) and run mixxx.

Also, here is article on how you can organize your workflow:
http://neval8.wordpress.com/2013/07/07/en-typical-workflow-with-github-on-shared-project/



- - - - -
Kind regards, Nazar.
troy...@gmail.com


2014/1/3 Max Linke max_li...@gmx.de

 On Wed, 2014-01-01 at 21:57 +0430, Ben Sollars wrote:
  Hey, a quick question if you don't mind answering..
 
  I figured it made more sense just to start using Linux and set that up
 for
  developing Mixxx, which has proved a lot easier so far. I've successfully
  followed the compiling instructions, and followed the instructions for
  setting up Qt Creator to develop Mixxx. How can I tell if I've done
  everything I need to before I start actually working with the code? I've
  gone through the instructions on the Qt Creator page but I'm not sure if
  it's worked or not.

 Using Linux is definitely easier then windows. If you compiled mixxx and
 run it from the command line you are good to go. Assign one of the easy
 bugs to yourself and start hacking. If you have any questions just ask
 on the mailing list.
 https://bugs.launchpad.net/mixxx/+bugs?field.tag=easy

 As for Qt Creator I have no idea how that thing works. I use a heavily
 customized vim with some command line tools. You'll have more luck with
 answers on this using the mailing list

 best Max
 
  Thanks if you're able to help, I do appreciate it.
 
  Ben
 
 
  On 28 December 2013 21:32, Ben Sollars shunty...@gmail.com wrote:
 
   I haven't had any other replies or offers of help so far, do you know
 of
   anyone in particular who's generally happy to help out with this stuff?
  
   Once I've cloned the main repository I'll start working through the
 other
   steps again. Last time I got as far 5.c in the instructions (using the
 SDK
   cmd shell to run scons) but whatever scons was trying to do kept
 failing. I
   tried Googling the error message but didn't get far, so tried going
 back a
   couple of steps.
  
  
   On 28 December 2013 21:24, Max Linke max_li...@gmx.de wrote:
  
   Please write where you got stuck there are also other people on this
 list
   that can help you.
  
  
   Ben Sollars shunty...@gmail.com wrote:
  
   Cool, thanks, got that running in the GitHub client now. I've been
   trying to follow the compiling on windows wiki but I keep getting
 stuck.
  
   Hope you're enjoying the vacation.
  
  
   On 28 December 2013 21:09, Max Linke max_li...@gmx.de wrote:
  
   Yeah if you want a local copy of our source code it is. The repo is
   mixxxdj/mixxx
  
   If you have problems setting up the development environment try to
   check each step in the wiki and also the hints. I documented
 everything I
   needed to get mixxx compiling there myself a while ago. But I'm
 currently
   on a vacation trip and don't have access to my windows machine.
  
  
   Ben Sollars shunty...@gmail.com wrote:
  
   Cheers, I've got the dependencies, I need to get the main
 repository
   though. Is cloning the same as checking out/branching for my
 purposes?
  
  
   On 28 December 2013 20:52, Max Linke max_li...@gmx.de wrote:
  
   http://windows.github.com
  
   This explains how the client works. You also have to checkout our
   windows dependency repository: mixxxdj/winlib
  
  
   Ben Sollars shunty...@gmail.com wrote:
  
   Hey Max, thanks for this.
  
   I still can't figure this out. I'm trying to follow the
 instructions
   exactly as I don't understand most of what I'm doing, and if it
 doesn't
   work I won't know if it's because I didn't follow the
 instructions or
   because of something else.
  
   This is so frustrating. I really want to get involved with Mixxx
 and
   learn more about coding but I can't even get the basics of
 checking out the
   repository. I've got the GitHub git client installed but I still
 can't see
   an obvious way to check out a repository.
  
   If you can help me out with this stuff I will try and find some
 way
   to pay you back.
  
   Ben
  
  
   On 27 December 2013 21:56, Max Linke max_li...@gmx.de wrote:
  
   Hi
  
   I'm using the git client from Github on windows. It is pretty
   simple to understand and hands you a Unix like got shell for
 more
   complicated operations. That can be quite handy because most
 guides and
   tips on the web assume that you have a command line.
  
   Best Max
  
   Ben Sollars shunty...@gmail.com wrote:
  
Hey guys
  
   I am definitely up for getting involved in Mixxx but am already
   getting stuck.. the compiling on Windows guide says to 'choose
 Git
   Checkout/Branch' 

Re: [Mixxx-devel] Want to work on Mixxx 1.12? List of things that need doing.

2013-12-27 Thread Ben Sollars
Hey guys

I am definitely up for getting involved in Mixxx but am already getting
stuck.. the compiling on Windows guide says to 'choose Git Checkout/Branch'
under Tortoise Git, but I can't see this option in the TortoiseGit context
menu.. there are plenty of similar-sounding ones, but not close enough that
I'm sure it's the right one.

Any help would be appreciated, although I think I may need quite a bit more
of it.

Cheers

Ben


On 25 December 2013 07:53, RJ Ryan rr...@mixxx.org wrote:

 Hey Mixxxers,

 All the pieces are falling into place and we are making great progress on
 Mixxx 1.12!

 Check out the milestone page for the latest status:
 https://launchpad.net/mixxx/+milestone/1.12.0

 If you've been inactive for a while or are looking for a starter project
 to get involved with Mixxx I've made a list of various tasks that I would
 love to have an owner to drive for inclusion in 1.12.

 Bugs:

 * Any bug on the milestone page!

 * Cross-platform issues with BPMEditor widget used for the BPM column in
 the library https://bugs.launchpad.net/bugs/1201079

 * Make SoundTouch vs. RubberBand a preference 
 option.https://bugs.launchpad.net/bugs/1258560

 Features:
 * cover art support https://bugs.launchpad.net/mixxx/+bug/661459
 * Mac App Store sandboxing 
 supporthttps://bugs.launchpad.net/mixxx/+bug/1257340
 * Visualize distance / closeness to a key when pitch 
 shifting.https://bugs.launchpad.net/bugs/1258624
 * Support key notation in search 
 operators.https://bugs.launchpad.net/bugs/1180433

 Also I am making good progress on the effects framework and am reaching
 the point that I would love others to start contributing individual effects
 to my branch. You can write them yourself or port existing FLOSS plugins
 (e.g. LADSPA or LV2) to our framework. I will link a wiki page soon. I
 really need help w/ people finding effects out there and porting them to
 Mixxx so that I can focus on the framework.





 --
 Rapidly troubleshoot problems before they affect your business. Most IT
 organizations don't have a clear picture of how application performance
 affects their revenue. With AppDynamics, you get 100% visibility into your
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics
 Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
 ___
 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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
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

Re: [Mixxx-devel] Want to work on Mixxx 1.12? List of things that need doing.

2013-12-27 Thread Max Linke
Hi

I'm using the git client from Github on windows. It is pretty simple to 
understand and hands you a Unix like got shell for more complicated operations. 
That can be quite handy because most guides and tips on the web assume that you 
have a command line.

Best Max

Ben Sollars shunty...@gmail.com wrote:
Hey guys

I am definitely up for getting involved in Mixxx but am already getting
stuck.. the compiling on Windows guide says to 'choose Git
Checkout/Branch'
under Tortoise Git, but I can't see this option in the TortoiseGit
context
menu.. there are plenty of similar-sounding ones, but not close enough
that
I'm sure it's the right one.

Any help would be appreciated, although I think I may need quite a bit
more
of it.

Cheers

Ben


On 25 December 2013 07:53, RJ Ryan rr...@mixxx.org wrote:

 Hey Mixxxers,

 All the pieces are falling into place and we are making great
progress on
 Mixxx 1.12!

 Check out the milestone page for the latest status:
 https://launchpad.net/mixxx/+milestone/1.12.0

 If you've been inactive for a while or are looking for a starter
project
 to get involved with Mixxx I've made a list of various tasks that I
would
 love to have an owner to drive for inclusion in 1.12.

 Bugs:

 * Any bug on the milestone page!

 * Cross-platform issues with BPMEditor widget used for the BPM column
in
 the library https://bugs.launchpad.net/bugs/1201079

 * Make SoundTouch vs. RubberBand a preference
option.https://bugs.launchpad.net/bugs/1258560

 Features:
 * cover art support https://bugs.launchpad.net/mixxx/+bug/661459
 * Mac App Store sandboxing
supporthttps://bugs.launchpad.net/mixxx/+bug/1257340
 * Visualize distance / closeness to a key when pitch
shifting.https://bugs.launchpad.net/bugs/1258624
 * Support key notation in search
operators.https://bugs.launchpad.net/bugs/1180433

 Also I am making good progress on the effects framework and am
reaching
 the point that I would love others to start contributing individual
effects
 to my branch. You can write them yourself or port existing FLOSS
plugins
 (e.g. LADSPA or LV2) to our framework. I will link a wiki page soon.
I
 really need help w/ people finding effects out there and porting them
to
 Mixxx so that I can focus on the framework.






--
 Rapidly troubleshoot problems before they affect your business. Most
IT
 organizations don't have a clear picture of how application
performance
 affects their revenue. With AppDynamics, you get 100% visibility into
your
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of
AppDynamics
 Pro!

http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
 ___
 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





--
Rapidly troubleshoot problems before they affect your business. Most IT

organizations don't have a clear picture of how application performance

affects their revenue. With AppDynamics, you get 100% visibility into
your
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of
AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk



___
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

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
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

Re: [Mixxx-devel] Want to work on Mixxx 1.12? List of things that need doing.

2013-12-26 Thread Peter G. Marczis
Hi,
just a short question, will 1.12 support 4 decks ? With 2 deck controller +
switch button ? Other thing, would it be possible to have a button to
disable the mixer section ? (would be useful for controllers with real
mixer build in like AA VMS series, so mixer would not mix, but follow the
controller statuses)
Thanks for the answers in advace !
Br,
 Peter
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
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

Re: [Mixxx-devel] Want to work on Mixxx 1.12? List of things that need doing.

2013-12-26 Thread Daniel Schürmann
Hi Peter and other DJs,

the final feature set heavily depends on the contributions it will receive.

Four deck support is already partly supported in 1.11 and will be part of
1.12. but there is still a lot of work to do.

Currently Owen has started to work on two four deck issues:
https://github.com/mixxxdj/mixxx/pull/6
https://github.com/mixxxdj/mixxx/pull/7

We need also help in extend existing skins and controller mappings to four
deck support.

I am sure that any help in testing and coding is very welcome.
Maybe Owen and Jus can give more details.

-- 

External Mixer support is already under the hood. It would be fine, if one
could extend the skin for an external Mixers setup.
Currently we have a new capability to resize some skin widgets. Maybe this
could be re-used for such an approach.

Kind regards and thank you in advance,

Daniel

























2013/12/26 Peter G. Marczis marc...@demonkutya.com

 Hi,
 just a short question, will 1.12 support 4 decks ? With 2 deck controller
 + switch button ? Other thing, would it be possible to have a button to
 disable the mixer section ? (would be useful for controllers with real
 mixer build in like AA VMS series, so mixer would not mix, but follow the
 controller statuses)
 Thanks for the answers in advace !
 Br,
  Peter


 --
 Rapidly troubleshoot problems before they affect your business. Most IT
 organizations don't have a clear picture of how application performance
 affects their revenue. With AppDynamics, you get 100% visibility into your
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics
 Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
 ___
 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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
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