var fDesc=new Array(); fDesc[0] = "SetLister is software for bands, solo musicians, singers, and worship leaders--anyone who needs to quickly and easily create and print a Setlist for a practice, rehearsal, or performance. One of the keys to success in the music industry is being organized, professional, and ready to meet the opportunities that come your way. And we think that you will find SetLister to be a valuable tool for helping you to "get your act together"! Many programs that are used to create setlists have too many complex features, are too difficult to use, or simply don't provide the features that you need (such as easily changing the order of songs in a setlist). For these reasons, we created SetLister. SetLister was designed and developed by a software developer who is also a musician (and uses the product regularly for his own gigs), so we think you will find it to be the most effective and easy-to-use software program available for this purpose.
Features:
- Create a Song List of your band's repertoire
- Add Songs to a Setlist with a double-click, drag-and-drop, or by clicking in the menu
- Easily change the order of songs in a Setlist by clicking and dragging the handles with the mouse
- Open multiple Setlist windows at one time
- Keyboard shortcuts allow for fast data entry
- Print Setlists for use at band practice or at gigs
- Print out a list of all of the Songs in your Song List
- Built-in PDF creation of Setlists and Reports
- Import Song List from a CSV file (can be edited using MS Excel)"; 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 = ''; } }