Old Motifator threads are available in the Archive.
rabyn
Total Posts: 2
Joined 10-17-2012 status: Newcomer |
Greetings, I’m programming an XF8 for a show. I’ve made a lot of progress so far but I have a few questions. Unfortunately, I don’t have the board to program on unless we’re doing a date where the backline company is providing one & then I’m doing a show so it’s a catch 22. My next time with the XF8 will be when I get back home & spend some time at the local Guitar Center where they have one:) In the meantime, 1. Can I store the end result of a VOICE where I use the mod wheel? Meaning that if I put it about say 40% on, can I store THAT sound? As it is, if I set the MOD wheel to a certain point (where the keyboard player likes it) & store that VOICE, the MOD part is lost. Currently he’s just setting it manually each time but obviously there has to be a way to just make the VOICE include whatever effected sound as a default. 2. Is there way to create a VOICE from scratch (empty)? I have some samples I would like to build a voice around but when I start from an existing VOICE, there are inherent parameters & such that come with whatever VOICE I start from. If not, is there a way to clean out an existing VOICE?
I worked on adding some samples to an existing VOICE & thought I saved what I did to a USB drive by saving an ALL (with samples) file. When I restart the XF8 & reload the file, that VOICE is silent.
3. I would like to set it up so that via MIDI program changes messages, I can call up the correct sound on the XF8 when I change scenes on a Yamaha M7CL audio console. I’ll be working on this concept tomorrow before the show but here is what I’ve done so far. Via my Mac & MIDIMONITOR, I’ve caught the program changes for the VOICES I need to select. Via a program called QLAB, I’m able now to recall those VOICES. But I can’t figure out how to make sure I’m in USER1/band A other than to setup AUTOLOAD which is good unless the keyboard player accidentally ends up in PRESET 1,2,3 MODE OR USER 2, 3, 4… Is there a way via program change to select not only the VOICE but the BANK & USER & even the VOICE function? 4. I have a patch that I need to add a bit of distortion to but so far under effects, I only fine AMP SIMULATOR 1 & 2 & neither allow for adjusting how much (at least I haven’t found where to adjust that). These are effects on the inserts of the VOICE. Maybe I need to be working in another control window or something. The goal is to take a Wurlitzer sound (Natural Wurli) & add a bit of overdrive. I see where to adjust the parameters in the offline editor but I haven’t found these adjustments on the actual keyboard. Obviously once I get to where I can sync the two, I’ll be able to edit on my Mac but in the meantime, it would be helpful to understand where to adjust these things on the keyboard. Thanks in advance! ra byn (robin) |
Bad_Mister
Total Posts: 36620
Joined 07-30-2002 status: Moderator |
No. By design MIDI controllers will automatically RESET when a new program is recalled. Without this RESET chaos would quickly ensue. All Controllers retrun to pre-determined values no matter where the physical control is left positioned.
(oh, yes, I should mention there is a solution). Most pro keyboards give you a way to set CONTROLLERS to HOLD - that is, if you are using an Expression pedal to control your volume “live”, you may not want the FOOT PEDAL to automatically send 127 when you call up the next program. So the CONTROLLER RESET = HOLD parameter makes your controllers “live’ from one program to another. You “inherit” whatever the value is currently
But this will not help you, in your situation. You need to actually find out what that MOD WHEEL is responsible for controlling and then STORE that condition so the VOICE is recalled the way you require.
The MW will still return to 0 but your VOICE will come up sounding as if the FEG DEPTH were set to that “40%” value you desired. Now in your example, you don’t mention what it is the MW is controlling - it can be any of about 100 parameters… but the MW is being used to “EDIT” the Voice. You simply must go to the parameter being edited by the MW and adjust it… and STORE that adjustment to the VOICE. Because the MW will always RESET… or INHERIT the previous value. ”From scratch” in the Mtofi XF is a condition described by the INITIALIZE JOB From VOICE mode: Press [JOB] Press [F1] INITIALIZE Press [ENTER] This will create a default Voice with only 1 of the 8 Elements active It will reset all parameters to agreed upon values (not always 0, 0 is not as helpful as you might think). For example the VOLUME is set to 100 on a scale of 0-127. This avoids you having to set every single parameter manually. Life is way too short to do that. So the INIT Voice leaves you ready to create without having to activate a thousand parameters, all set at zero.
The INIT VOICE has WAVEFORM 0001 assigned to ELEMENT 1, (Waveform 0001 happens to be a piano).
What this means is, as with an organ - the sound rises in volume almost immediately, stays at full volume as long as you hold the key, and disappears almost immediately upon you releasing the key. This is the agreed upon default envelope. Much better than a 0 envelope which would require you know to go there.
So get used to the FROM SCRATCH conditions as provided by the INITIALIZED VOICE routine. And learn to build your Voices from there. Start by chosing a WAVEFORM for your ELEMENT - this is done on the OSCILLATOR page
PROGRAM CHANGE is a kind of MIDI message.
in order to select a Program from a specific Bank of the Motif XF, you must send both BANK SELECT and PROGRAM CHANGE messages from whatever you are using to control the XF. BANK SELECT tell it what BANK to go to, then the PROGRAM CHANGE tells it which program (Voice) to select from that Bank.
Press [EDIT]
|
BrianGalb4
Total Posts: 1
Joined 03-04-2013 status: Newcomer |
good topic |