Migrated fork of https://github.com/Gota7/GotaSequenceLib > A platform-agnostic library for interpreting and playing sequence data for NintendoWare. The bulk of the player code was made by Kermalis.
Find a file
2022-06-13 14:36:26 +02:00
Playback convert to net6.0 2022-06-13 14:36:26 +02:00
.gitignore Initial commit 2020-04-09 17:01:50 -04:00
CtrCafe.cs Add Files 2020-04-09 17:02:23 -04:00
GotaSequenceLib.csproj convert to net6.0 2022-06-13 14:36:26 +02:00
GotaSequenceLib.sln Add Files 2020-04-09 17:02:23 -04:00
LICENSE.md Initial commit 2020-04-09 17:01:50 -04:00
Nitro.cs Add Files 2020-04-09 17:02:23 -04:00
NoteParameter.cs Add Files 2020-04-09 17:02:23 -04:00
Notes.cs Add Files 2020-04-09 17:02:23 -04:00
NX.cs Add Files 2020-04-09 17:02:23 -04:00
OpenTrackParameter.cs Add Files 2020-04-09 17:02:23 -04:00
packages.config convert to net6.0 2022-06-13 14:36:26 +02:00
RandomParameter.cs Add Files 2020-04-09 17:02:23 -04:00
README.md Edit Readme 2020-04-09 17:56:32 -04:00
Revolution.cs Add Files 2020-04-09 17:02:23 -04:00
SequenceCommand.cs From MIDI Conversion 2020-04-10 01:45:35 -04:00
SequenceCommandParameter.cs Add Files 2020-04-09 17:02:23 -04:00
SequenceCommands.cs Add Files 2020-04-09 17:02:23 -04:00
SequenceFile.cs Update For NS2 2021-01-12 11:39:16 -05:00
SequencePlatform.cs Add Files 2020-04-09 17:02:23 -04:00
SMF.cs Update For NS2 2021-01-12 11:39:16 -05:00
TimeParameter.cs Add Files 2020-04-09 17:02:23 -04:00
U8S16Parameter.cs Add Files 2020-04-09 17:02:23 -04:00
UInt24.cs Update For NS2 2021-01-12 11:39:16 -05:00
UInt24Parameter.cs Add Files 2020-04-09 17:02:23 -04:00
VariableLength.cs Add Files 2020-04-09 17:02:23 -04:00
VariableParameter.cs Add Files 2020-04-09 17:02:23 -04:00

Gota's Sequence Library

A platform-agnostic library for interpreting and playing sequence data for NintendoWare sequences. The bulk of the player code was made by Kermalis.

Dependencies

Note, this library depends on my Sound/IO library which you can find here: https://github.com/Gota7/GotaSoundIO