ref: 3039e3b846a0ac47e3ebb52feec14784391dac36
parent: 9ed788fbd91c3bd2db8bfd7ed0a20b641be10cdb
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Jun 17 13:03:54 EDT 2019
Link to the actual source code for Organya.cpp and Sound.cpp
--- a/src/Organya.cpp
+++ b/src/Organya.cpp
@@ -1,3 +1,9 @@
+// Some of the original source code for this file can be found here:
+// https://github.com/shbow/organya/blob/master/source/OrgFile.cpp
+// https://github.com/shbow/organya/blob/master/source/OrgPlay.cpp
+// https://github.com/shbow/organya/blob/master/source/Sound.cpp
+// https://github.com/shbow/organya/blob/master/source/WinTimer.cpp
+
#include "Organya.h"
#include <stddef.h>
@@ -104,7 +110,7 @@
{ 64, 16, 20 }, // 4 Oct
{ 32, 32, 24 }, // 5 Oct
{ 16, 64, 28 }, // 6 Oct
- { 8, 128, 32 }, // 7 Oct
+ { 8,128, 32 }, // 7 Oct
};
BOOL MakeSoundObject8(signed char *wavep, signed char track, signed char pipi)
--- a/src/Sound.cpp
+++ b/src/Sound.cpp
@@ -1,3 +1,6 @@
+// Some of the original source code for this file can be found here:
+// https://github.com/shbow/organya/blob/master/source/Sound.cpp
+
#include "Sound.h"
#include <math.h>