
	function thread(threadid, title, postuserid, poster, threaddate, threadtime, message, replies)
	{
		this.threadid = threadid;
		this.title = title;
		this.postuserid = postuserid;
		this.poster = poster;
		this.threaddate = threaddate;
		this.threadtime = threadtime;
		this.message = message;
		this.replies = replies;
		
	}
	var threads = new Array(1);
	threads[0] = new thread(182293, 'Question from a non-keyboardist', '161318', '1/2-Fast Player', '11-13-2009', '05:27 PM', 'I\'m a guitar player and don\'t really play keys at all.  I recently started recording with Acid Music Studio, though, and I see the benefit of being able to put down some simple tracks using MIDI to control soft synths.\r\n\r\nThe local pawn shops often have some cheapo keyboards on the shelves, usually for around $50.  These are typically old Radio Shack or Yamaha amateur boards, not pro gear by any means.  [B][U]But[/U][/B], they have MIDI in & out ports.\r\n\r\nSo here\'s the question  -  how well would one of these work in the role of MIDI controller, using it to control a soft synth?\r\n\r\nAny problems I should worry about?  Suggestions?  Models to avoid?\r\n\r\nThanks!', '1');
