var fDesc=new Array(); fDesc[0] = "It is an easy to use and powerful MIDI tool, focused towards composers, arrangers and music fans. SM2.4 is intended to create many different types of transformations of MIDI-songs or fragments of songs. Thus, SM2.4 creates rhythm, meter, harmonic and other translations of your original MIDI source material.
The principal of SM2.4's work is applying an algorithm to the initial song or song fragment. The rules of this algorithm create a translation of the original work. SM2.4 has 6 types of transformations determined by the algorithm used. These algorithms are sensitive to the musical content of the selected MIDI file hence using the same transformation on different MIDI files will provide different results. This program allows you to create a new song using the transformations. The final resulting songs depends both upon the original source MDI file and the type of transformation selected. Thus, SM2.4 applies special algorithms to a MIDI song and creates a harmonically, rhythm, meter, etc. altered song."; 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 = ''; } }