samples/audio/S3MPlayer: Added sample module
authorJerome St-Louis <jerome@ecere.com>
Fri, 18 Apr 2014 08:58:09 +0000 (04:58 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 18 Apr 2014 08:58:09 +0000 (04:58 -0400)
samples/audio/S3MPlayer/S3MPlayer.ec
samples/audio/S3MPlayer/keven1.s3m [new file with mode: 0644]

index ff1ac01..bcfa070 100644 (file)
@@ -462,13 +462,14 @@ class MainWindow : Window
    {
       mixer.systemHandle = systemHandle;
       //s3m.Load("2ND_KEV.S3M");
-      s3m.Load("2nd_pm.s3m");
+      //s3m.Load("2nd_pm.s3m");
       //s3m.Load("theweird.s3m");
       //s3m.Load("forgivme.s3m");
       //s3m.Load("quiadroi.s3m");
       //s3m.Load("everyido.s3m");
       //s3m.Load("saywords.s3m");
-      //s3m.Load("keven1.s3m");
+      s3m.Load("keven1.s3m");
+      //s3m.Load("trans.s3m");
 
       instrument = s3m.instruments[0].sound;
       return true;
diff --git a/samples/audio/S3MPlayer/keven1.s3m b/samples/audio/S3MPlayer/keven1.s3m
new file mode 100644 (file)
index 0000000..273692c
Binary files /dev/null and b/samples/audio/S3MPlayer/keven1.s3m differ