Re: Stereo Samples
2003-11-03 by Peter Kaye
Not weird at all. You are not thinking in terms of the CMI's architecture. A sample is known as a "sub-voice". It can be either mono or stereo. Sub-voices must be contained in a "voice" to be played (other then auditioning direct from disk). A "voice" provides keymaps etc. A "voice" can be either mono or stereo, but not both. This means you can not load a stereo sub-voice into a mono voice and vv. If you wish to sample in stereo, you must make a stereo voice (vc *********.vc s). From then on, any sub-voice you create within that voice will be stereo. Peter Kaye
Show quoted textHide quoted text
> Date: Mon, 03 Nov 2003 10:24:05 -0000 > From: "Peter" <PeterC@Core-Design.com> > Subject: Re: Stereo Samples > > Ah, great. That works. I usually press <F5> to load a sample but it > seems it won't load a Stereo Sample until you've typed in the > command below, THEN it will allow you to simply press <F5> to load > any further Stereo samples. Weird!!! > > Peter > > --- In Fairlight-CMI@yahoogroups.com, "Laurent Lemaire" > <llemaire@s...> wrote: > > Hi Peter, > > > > You can load a stereo voice file in a mono voice. > > > > So... either you reset the current system before loading the > > stereo voice file : > > > > # SYSR > > # VL my_stereo_voice.VC > > > > Or you can create a stereo Voice within your current system and > > then load the voice file... (it is the way to sample in stereo > too): > > > > # VC foo S > > # VL my_stereo_voice.VC > > > > Hope it helps. > > > > Laurent. > > > > PS: I'm gonna change my job and give CMI training sessions... ;-)) >