Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Oxide Tracker

A chiptune music tracker featuring an envelope-based instrument editor for making your own 8-bit sounds. · By Paranoid Cactus

program crashes when instrument is larger than 3F

A topic by kompicf created Sep 04, 2023 Views: 87
Viewing posts 1 to 1

if I enter something larger than 3F as instrument and try to play it it crashes.

Here is the error message:

Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at OxideTracker.Track.GetChannelState(Song song, Double patternTimeSeconds, Double songTimeSeconds, ChannelState& channelState, Int32& nextPatternIndex)
   at OxideTracker.MusicPlayer.GetBufferSample(Int32 bufferIndex, Double[][] channelBuffers, Vector2d[] mixedBuffer)
   at OxideTracker.MusicPlayer.GetBuffer(Byte[] buffer, Boolean padEndOfBuffer, Double volume, Double[][] channelBuffers, Vector2d[] mixedBuffer)
   at OxideTracker.MusicPlayer.SubmitBuffer()
   at System.Threading.Thread.StartCallback()
Aborted