Problem loading multisamples as a programme
Moderators: Sharp, X-Trade, Pepperpotty, karmathanever
-
- Posts: 4
- Joined: Sat Jul 07, 2012 1:24 pm
- Location: scotland
Problem loading multisamples as a programme
My Triton seems to load multisamples as a programme fine but as soon as I turn it off and on again the multisample programme is completely silent. Is this some sort of malfunction or am I just doing it wrong?
Signature
A Program is just a bunch of settings for filter, envelopes, etc, including which multisample number to play.
So the actual multisample and associated samples have to be loaded into RAM in order to be able to be played. As on a computer, RAM (memory) is volatile, meaning that it loses it's contents when powered off.
So you have to load the samples back into RAM from disk every time you turn on. Much like when you turn on the computer, it loads any computer programs and indeed the operating system itself, from disk into RAM where it can be read much faster than if it were kept on and constantly read from disk.
But program settings are simply a bunch of short numbers so the keyboard is able to store them between power-off (because they don't need to be read at audio rate, they don't need to be in RAM), so the program itself is saved as long as you used the 'Write' procedure to store it.
A side effect of this is that the program will still be pointing for example to multisample location #35 or whatever, so if you don't load the multisamples back in the same order, then the programs will be pointing to the wrong multisamples, and your previous recording of for example a flute will now be a piano, but with all of the program settings and FX you had set up for the flute..
So the actual multisample and associated samples have to be loaded into RAM in order to be able to be played. As on a computer, RAM (memory) is volatile, meaning that it loses it's contents when powered off.
So you have to load the samples back into RAM from disk every time you turn on. Much like when you turn on the computer, it loads any computer programs and indeed the operating system itself, from disk into RAM where it can be read much faster than if it were kept on and constantly read from disk.
But program settings are simply a bunch of short numbers so the keyboard is able to store them between power-off (because they don't need to be read at audio rate, they don't need to be in RAM), so the program itself is saved as long as you used the 'Write' procedure to store it.
A side effect of this is that the program will still be pointing for example to multisample location #35 or whatever, so if you don't load the multisamples back in the same order, then the programs will be pointing to the wrong multisamples, and your previous recording of for example a flute will now be a piano, but with all of the program settings and FX you had set up for the flute..
Current Gear: Kronos 61, RADIAS-R, Volca Bass, ESX-1, microKorg, MS2000B, R3, Kaossilator Pro +, MiniKP, AX3000B, nanoKontrol, nanoPad MK II,
Other Mfgrs: Moog Sub37, Roland Boutique JX03, Novation MiniNova, Akai APC40, MOTU MIDI TimePiece 2, ART Pro VLA, Focusrite Saffire Pro 40.
Past Gear: Korg Karma, TR61, Poly800, EA-1, ER-1, ES-1, Kawai K1, Novation ReMote37SL, Boss GT-6B
Software: NI Komplete 10 Ultimate, Arturia V Collection, Ableton Live 9. Apple OSX El Capitan on 15" MacBook Pro
Other Mfgrs: Moog Sub37, Roland Boutique JX03, Novation MiniNova, Akai APC40, MOTU MIDI TimePiece 2, ART Pro VLA, Focusrite Saffire Pro 40.
Past Gear: Korg Karma, TR61, Poly800, EA-1, ER-1, ES-1, Kawai K1, Novation ReMote37SL, Boss GT-6B
Software: NI Komplete 10 Ultimate, Arturia V Collection, Ableton Live 9. Apple OSX El Capitan on 15" MacBook Pro
-
- Posts: 4
- Joined: Sat Jul 07, 2012 1:24 pm
- Location: scotland
Write procedure
So the problem might be that I've not been using the "write" procedure to store it...what page is the write procedure in? Is it the multisample page or is it the program page?
Signature