Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site watcgl.UUCP Path: utzoo!watmath!water!watcgl!sahayman From: sahayman@watcgl.UUCP (Steve Hayman) Newsgroups: net.micro.mac Subject: Help needed programming 4-voice synth with Sumacc version 2 Message-ID: <2166@watcgl.UUCP> Date: Mon, 8-Jul-85 22:04:43 EDT Article-I.D.: watcgl.2166 Posted: Mon Jul 8 22:04:43 1985 Date-Received: Tue, 9-Jul-85 05:42:38 EDT Reply-To: sahayman@watcgl.UUCP (Steve Hayman) Organization: U of Waterloo, Ontario Lines: 25 I need some help programming the 4-voice synthesizer using SuMacC version 2. From what I've read, I get the impression that the following code fragment should work: FTSoundRec soundRec; FTSynthRec synthRec = {ftMode, &soundRec}; ...initialize soundRec, then StartSound( (Ptr) &synthRec, sizeof synthRec, (ProcPtr)-1 ); However, this results in a program that just sits there forever and ever, producing no sound at all. Can someone please tell me what I'm doing wrong? Actual source code fragments would be most useful. Just show me how to play 1 4-note chord. Please mail responses to me and I will summarize to the net if there is enough interest. Thanks... Steve Hayman watmath!watcgl!sahayman