From 3039e3b846a0ac47e3ebb52feec14784391dac36 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Mon, 17 Jun 2019 17:03:54 +0000 Subject: [PATCH] Link to the actual source code for Organya.cpp and Sound.cpp --- src/Organya.cpp | 8 +++++++- src/Sound.cpp | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/Organya.cpp b/src/Organya.cpp index f24304c5..3de9f757 100644 --- 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 @@ -104,7 +110,7 @@ OCTWAVE oct_wave[8] = { 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) diff --git a/src/Sound.cpp b/src/Sound.cpp index e8a04510..225c211c 100644 --- 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