Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey there - been working with the CMI for a bit and noticed that when you save sequences, with samples mapped to various voice slots etc, when the sequences are reloaded, all the sequencer parts come back intact but the voices do not. I am saving a .RS file which I assume to be a "realtime sequencer" file and then loading that file back into the CMI - is there something further one needs to do to get the voice mappings saved with the rest of the project??
 

.vc is just the current voice, .in is all the voices, .rs is just the sequence data and voice references. if the voices are in the same location as the .rs file is will load them, if they are in different locations then you will get a list of missing voices.

What you are looking for is .sy. This is the current system including voices, rs data, system setting - the entire lot :)

Ah! Very good! I will try that. Thanks very much