var fDesc=new Array(); fDesc[1] = "one of the best available. It possesses a very accurate feature for the automatic detection of devices and a wide range of configuration options. Users don’t need to be experts in order to set a whole home theater quickly."; fDesc[2] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site."; fDesc[3] = "display your photographs. Take as many pictures you can of your room at varying angles. Install the program and goto its website \"http://photosynth.net \" and click \"create synth\". After uploading all your photos, the program will automatically generate the 3D view from your photos."; fDesc[4] = "it. Fruityloops can play any sample file (wav), generator (Fruityloops soft- synth), VSTi & DXi) or midi instrument you feed it. We can assure you that the stunning, photorealistic interface will push your creative forces to new heights."; fDesc[5] = "Virtual Music Studio Products for PC – Dance eJay 7. In this program, you are confined only by a music genre. What comes to everything else, you are free in your creativity. You can make your own songs and unique mixes."; fDesc[6] = "be used as a conversion tool. It will help you to convert audio files from one format into another. Many audio formats are supported by this software."; fDesc[7] = "ARP2600 V, CS80 V, MiniMOOG V and MOOG Modular V. Then, you can choose which synthesized sound you will like the keyboard to play. You can choose the type of the sound and the characteristics.."; fDesc[8] = "though. By the looks of it, there is nothing you can't possibly do with this application. It also doesn't seem to be the easiest tool out there. I am not a musician, but there is one particular feature that I caught my eye."; fDesc[9] = "effects without having to write any code."; fDesc[10] = "XP and Vista. When using SynthEdit software you can use it to design your own Synth from beginning to end. It will allow you to create a raw product and make it into the sound that you want."; fDesc[11] = ", FruityLoops 3.0, and Orion 2.2). Standalone operation requires a soundcard with DirectSound drivers, and a midi controller. Thanks to an original mixture of FM, AM, additive and substractive synthesis, Rainbow is able to produce a wide assortment of sounds, from analog emulations or synthesized drums to 80's electric pianos or synth basses."; fDesc[12] = ", which is something that most samplers only dream of being able to do. Their sound morphing is a great way to create new and fresh sounds. Adding your own pads and textures is capable with the library of over 800 presets that is also included. At the heart of the Cameleon 5000 is their morph square."; fDesc[13] = "as a standalone application. Oxe FM Synth features a multitimbral (16 MIDI channels), 8 operators (6 oscillators, 1 noise generator/limiter and 1 filter) all with envelope capabilities, 1 LFO per channel, Modulation matrix with self-modulation, global reverb and delay."; fDesc[14] = "signal processing components. Virtual Synth is a stand alone synthesizer, this program has some very good filters for musicians."; fDesc[15] = "of modules. High sample-rate control data path allows for vocoder-like and other effects to be designed."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }