Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
4klang-linux
Commits
8c10c079
Commit
8c10c079
authored
May 11, 2019
by
PoroCYon
Browse files
[clinkster] some misc fixes and tweaks
parent
ccd96269
Changes
5
Hide whitespace changes
Inline
Side-by-side
clinkster/Clinkster/converter/XML.pyc
deleted
100644 → 0
View file @
ccd96269
File deleted
clinkster/Clinkster/converter/clinksterxml.py
View file @
8c10c079
#!/usr/bin/env python
import
xml.dom
import
xml.dom.minidom
...
...
clinkster/Clinkster/converter/renoiseconvert.py
100644 → 100755
View file @
8c10c079
File mode changed from 100644 to 100755
clinkster/Clinkster/player/clinkster.asm
View file @
8c10c079
...
...
@@ -593,15 +593,15 @@ PUBLIC_FN(Clinkster_GenerateMusic,0):
%endif
.stereoloop:
mov
dword
[
noteposptr
],
PUBLIC_DATA
(
NotePositions
)
mov
dword
[
notesamptr
],
PUBLIC_DATA
(
NoteSamples
)
mov
dword
[
noteposptr
],
NotePositions
mov
dword
[
notesamptr
],
NoteSamples
xor
eax
,
eax
mov
edi
,
PUBLIC_DATA
(
MixingBuffer
)
mov
ecx
,
TOTAL_SAMPLES
rep
stosd
mov
esi
,
PUBLIC_DATA
(
InstrumentData
)
mov
esi
,
InstrumentData
%if USES_DELAY
jmp
short
.trackloop
...
...
clinkster/Clinkster/player/clinkster.h
View file @
8c10c079
...
...
@@ -17,6 +17,7 @@ extern "C" {
// and Clinkster_StartMusic can be called.
void
__stdcall
Clinkster_GenerateMusic
();
#ifdef WIN32
// Play the music
void
__stdcall
Clinkster_StartMusic
();
...
...
@@ -24,6 +25,7 @@ extern "C" {
// Use this function as the timer for the visuals in your intro.
// Returned value is measured in music ticks (pattern rows).
float
__stdcall
Clinkster_GetPosition
();
#endif
// Used for timing intro events to music notes.
// Returns how long ago (in ticks) a note was last triggered in the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment