var fDesc=new Array(); fDesc[0] = "Create great sounding chord progressions, use piano-style phrases even if you’ve never touched a piano, auto-harmonize melodies, get chord suggestions, load MIDI files with chord detection, use the chord palette or the "circle of fifths" chart, RapidComposer will always assist you in songwriting.

Phrases always conform to the current chord and scale on the master track. Forget about tinkering with notes. Lay out the chords on the master track, or just drop a chord progression on it, with a key-press you can generate a harmony track with perfect voice leading."; 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 = ''; } }