Source
...
Target
Commits (1)
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
GBLS Module_HelpVersion GBLS Module_HelpVersion
GBLS Module_ComponentName GBLS Module_ComponentName
GBLS Module_ComponentPath GBLS Module_ComponentPath
Module_MajorVersion SETS "1.24" Module_MajorVersion SETS "1.25"
Module_Version SETA 124 Module_Version SETA 125
Module_MinorVersion SETS "" Module_MinorVersion SETS ""
Module_Date SETS "19 Apr 2015" Module_Date SETS "08 May 2016"
Module_ApplicationDate SETS "19-Apr-15" Module_ApplicationDate SETS "08-May-16"
Module_ComponentName SETS "WaveSynth" Module_ComponentName SETS "WaveSynth"
Module_ComponentPath SETS "castle/RiscOS/Sources/HWSupport/Sound/Voices/WaveSynth" Module_ComponentPath SETS "castle/RiscOS/Sources/HWSupport/Sound/Voices/WaveSynth"
Module_FullVersion SETS "1.24" Module_FullVersion SETS "1.25"
Module_HelpVersion SETS "1.24 (19 Apr 2015)" Module_HelpVersion SETS "1.25 (08 May 2016)"
END END
/* (1.24) /* (1.25)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1. * Last processed by srccommit version: 1.1.
* *
*/ */
#define Module_MajorVersion_CMHG 1.24 #define Module_MajorVersion_CMHG 1.25
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 19 Apr 2015 #define Module_Date_CMHG 08 May 2016
#define Module_MajorVersion "1.24" #define Module_MajorVersion "1.25"
#define Module_Version 124 #define Module_Version 125
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "19 Apr 2015" #define Module_Date "08 May 2016"
#define Module_ApplicationDate "19-Apr-15" #define Module_ApplicationDate "08-May-16"
#define Module_ComponentName "WaveSynth" #define Module_ComponentName "WaveSynth"
#define Module_ComponentPath "castle/RiscOS/Sources/HWSupport/Sound/Voices/WaveSynth" #define Module_ComponentPath "castle/RiscOS/Sources/HWSupport/Sound/Voices/WaveSynth"
#define Module_FullVersion "1.24" #define Module_FullVersion "1.25"
#define Module_HelpVersion "1.24 (19 Apr 2015)" #define Module_HelpVersion "1.25 (08 May 2016)"
#define Module_LibraryVersionInfo "1:24" #define Module_LibraryVersionInfo "1:25"
...@@ -401,7 +401,7 @@ GateOnOne ...@@ -401,7 +401,7 @@ GateOnOne
; Calculate scale factor to convert segment durations from the reference ; Calculate scale factor to convert segment durations from the reference
; value of 48us to the current sample period ; value of 48us to the current sample period
MOV R0, #48<<16 MOV R0, #48<<16
DivRem R1,R0,R8,R2 DivRem R1,R0,R8,R2,norem
; Abuse the timbre accumulator to store the result ; Abuse the timbre accumulator to store the result
STR R1,[R9,#SoundChannelTimbre] STR R1,[R9,#SoundChannelTimbre]
ADRL R8,WaveTable0 ADRL R8,WaveTable0
......