var fDesc=new Array(); fDesc[0] = "Easy DJ Software is an open source music editing application used by DJ's to create, edit and mix music. Boasting an wide array of features and a sleek, and an easy to use interface it's fast becoming a popular choice amongst professional and semi-professional DJ's alike, and is also great for those just starting out.
If you need DJ software then Easy DJ really is the ideal solution. Housing a great range of features, a sleek user interface, excellent file support it caters to beginners and professionals alike. The vinyl control support and MIDI controller give you everything you need for total control of your mixes. Aesthetically, Easy DJ Software is the way to go, every aspect of your interface is customizable which gives you total control over how you'd like to work on your mixes. This is a huge advantage for any beginners wanting to try their hand at DJing as it dramatically reduces the cost of all the hardware you would otherwise have to buy. The program also caters to more advanced users, by providing a huge range of features, settings and options to suit even professionals. Hence, it has pretty much everything one needs in their DJ software and it's no wonder why it has become such a popular choice.
Features:
-Fast, Database-Powered Library
-MP3, OGG, WAVE, and FLAC playback
-Automatic Crossfading With Auto DJ
-Reads iTunes and Rhythmbox Libraries
-Advanced Software Mixing Engine
-And Much, Much More!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }