Showing posts with label os x. Show all posts
Showing posts with label os x. Show all posts

Saturday, August 4, 2012

Mixxx 1.10.1 for Mountain Lion

With the recent release of Mac OS X 10.8 Mountain Lion, all Mac applications are required to be signed by a developer registered with Apple, otherwise it won't work out-of-the-box. This new feature in Mountain Lion is called Gatekeeper, and gives Apple a way to stop spyware and other nasty stuff from spreading.

Because of this, we recommend keeping Gatekeeper enabled, and we've produced an updated build of Mixxx 1.10.1 that's signed so it should work on Mountain Lion:


In the near future, we'll be working to change our release process so all packages are signed, meaning there won't be a specific version for Mountain Lion. Thanks to our build server, we're now able to create Mixxx releases automatically, but it still requires a fair amount of work to keep it working because Mixxx changes so fast. It's also a bit of a headache to distribute our packages to all of our mirrors, so we'll try to improve that as well.

In the meantime, enjoy, and please file bugs if you run into any problems on Mountain Lion!

Friday, February 18, 2011

Mixxx 1.9 Now Available in the Mac App Store


The Mixxx Development Team is pleased to announce that Mixxx 1.9 is now available for Mac OS X through the Mac App Store!

We're excited to be one of the first open source applications in the Mac App Store, and grateful for the opportunity to share Mixxx with an even wider audience. This new release brings improved iTunes integration, and exclusive to the App Store, a new audio decoder that harnesses Core Audio to bring M4A playback support to Mixxx.

A full release announcement including a list of changes included in 1.9 will be posted in the next few days, as we're still finalizing Windows and Linux packages. We're also putting our build server to good use these days, and will have an update on that project soon. Stay tuned! 

Thursday, August 6, 2009

Mixxx 1.7.0 Released!

The Mixxx team is proud to announce the final release of Mixxx 1.7.0!



The result of countless contributions from developers all over the globe, Mixxx 1.7.0 features an overhauled MIDI mapping system with advanced scripting capabilities, improvements to vinyl control, and many other tweaks and optimizations.

Our brand new MIDI scripting engine allows both users and developers to easily add complex behaviour to their MIDI devices. Whether you're looking to get more out of your existing controller or want to take full advantage of cutting edge hardware, our 1.7.0 release won't disappoint you. If you'd like more information on MIDI scripting, please see our documentation.

Mixxx 1.7.0 is now available on our downloads page.

Since Mixxx 1.6.1 was released, the following changes have been made:
  • Improved MIDI device support:
    • MIDI learning wizard
    • MIDI mapping editor
    • Upgraded, faster mapping system
    • MIDI output now fully supported on Windows, OS X, and Linux.
    • QtScript/JavaScript-based MIDI Scripting Environment - Script complex behaviour for your MIDI controller!
    • Added full support for the Stanton SCS.3d and SCS.1m on all platforms.
    • Hercules MK2 and RMX improvements
    • Added Mixman DM2 mappings for Linux and OS X.
  • Vinyl Control:
    • Scratching responsiveness improved, with needle-skip prevention option added.
    • Signal quality indicators added to vinyl control preferences.
    • Improved support for soundcards with multiple stereo inputs
  • Convenience features:
    • The default skin is now widescreen, and fits nicely on netbook sized screens.
    • Stereo master VU meter added.
    • Cue points are now saved in the library for each track, with "auto-recall" cue option added to preferences.
    • Support for more platforms: 64-Bit Windows and a Universal OS X package for 10.4+!
    • Over 100 bug fixes and more!
With the release of 1.7.0, we've also transitioned to a more flexible development process. Because of this increased flexibility, we're already hard at work on Mixxx 1.8.0, which will feature looping and an overhauled library. With the release of 1.7.0, we're now able to spend less time incorporating support for new MIDI controllers, and more time working on the features you want the most.

Mixxx's development has always been driven by constant feedback from our users. Whether you're coming up with cool ideas on our forums or even just reporting bugs, we always appreciate hearing from you. Because your feedback is so valuable, we've launched a user survey to help us figure out where you want Mixxx to go. Taking a few minutes to fill out the survey is a easy way to help out the project and will help guide our future work.

Lastly, we're always looking for new contributors, and we hope our recent move to Launchpad and Bazaar for source code management will add more transparency to our development and encourage more people to get involved. If you're a programmer and want to work with a creative, enthusiastic team, hop on our IRC channel (#mixxx on Freenode) or sign up for our developers' mailing list.

Wednesday, September 24, 2008

Updated MixMan DM2 Driver for OS X


Joe Mattiello has updated his MixMan DM2 driver for Mac OS X. From his release announcement:


This version adds Mixxx support, which should mimic the Linux ALSA (Jan's) driver. This means it should be a drop in replacement with the same .xml config file already packaged. Note, this is different then the version for the DM2 under windows, which is a completely different setup.

This version also includes a more extendable Generic MIDI mode which supports 4 banks completely and a PD patch to get you started on custom setups.

Sites / DL's / Source :
http://code.google.com/p/dm2usbmididriver/
http://www.joemattiello.com/dm2/

The driver is also open source now, which the code available here.

Sunday, March 9, 2008

Mixxx 1.6.0 Beta2 for Tiger


Mixxx 1.6.0 Beta2 for OS X Tiger (Intel) has just been released! After we released our Leopard package, most of the feedback we heard from Mac users was "make it work on Tiger". With this new package, Tiger users can now play around with our latest beta release too.

If you're still running Tiger, you can pick up Mixxx 1.6.0 Beta2 on our downloads page.

Thursday, January 31, 2008

Progress since Beta 1


Since the release of Mixxx 1.6.0 beta1, we've been busy busy busy getting new features and bug fixes ready for beta2. The library has undergone substantial work including new playlist support, improvements to the file scanning, and several bug fixes that were causing stability issues in beta1.

Recently, Micah Lee (one of our Google Summer of Code students), began working on our BPM code again. Among his latest additions is support for "BPM schemes", which allows you to save preset BPM ranges to improve the accuracy of the BPM detection when launched from the track editor dialog.


"BPM Schemes" is one of the new features slipped into Mixxx 1.6.0 Beta2

Also, OS X users can expect a Leopard/Intel package for Beta2. Big thanks to all the testers who've helped me test the package.

Lastly, we expect the 1.6.0 beta2 release sometime in the next two weeks. There's still a few extra features we're going to try to slip in to the next release, so stay tuned!

Wednesday, October 24, 2007

Mixxx 1.6.0 Running on OS X

I picked up a Macbook a few days ago after weeks of trying to find a decent laptop. This is good news for Mixxx because it means our OS X maintainer (*cough* me) now has a Mac at home. :)

Since the last time I compiled Mixxx on OS X, we've done a tremendous amount of work to port the project to QT4. Because of all the changes, I needed to give our SCONS build files an update in order to make Mixxx 1.6.0 build properly on OS X. After a few hours of tweaking away, I got it compiling, linking, and running (don't take that for granted):

In the long run, hopefully we'll be able to better tackle OS X-only bugs. Despite this screenshot, we're still a ways off from the 1.6.0 beta release. We've got a fair number of bugs to fix in the meantime before anything is releasable.