I am using the Audio Mod ( http://steamcommunity.com/sharedfiles/filedetails/?id=420416429 ) that has over 150+ sound samples.
I would love it if I could change tracks, skip track back/forward, skip forward/backwards NN seconds, get track length, and also other manipulation.
IMySoundBlock has limitations?
I would love it if I could change tracks, skip track back/forward, skip forward/backwards NN seconds, get track length, and also other manipulation.
Code:
IMySoundBlock soundblock = GridTerminalSystem.GetBlockWithName("Sound Block") as IMySoundBlock;
soundblock.AddTrackToSelection("Eye Of Tiger", false);
soundblock.AddTrackToSelection("Unforgiven",...