var fDesc=new Array(); fDesc[0] = "Powerful arranger/sequencer based on advanced technologies with full real-time control of MIDI data generation and transformation. Combining best advantages of existing musical software, it gives great flexibility for professionals and real simplicity for amateur musicians. It has all you need to create a professional arrangement or a full song with excellent multi-object visualization of all events, markers and processes in real-time for both Initial and Processed data.

Using Musical Object Morphing technology (MOM) Onyx allows easy conversion of a ready MIDI file to Onyx Orchestrator Style (up to 10 tracks and 16 measure length) without losing any nuances, which can be later used for generation of a new song accompaniment following any chord progressions (up to 100 chord types and 1/8 note step if you want), even in a different meter. You may have as many OOStyles per song as you want and they will sound perfect in every Chord, Key, Scale and Meter. Styles can be merged by Orchestrator clips editing: you can drag an instrument/clip of one OOStyle to the zone of another OOStyle. Moreover, the accompaniment can be generated in many different ways, by changing the positions of initial pattern measures, altering chord/scale steps, flexible fill inserting, and real-time FXs adding."; 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 = ''; } }