repo.or.cz
/
pineappletracker.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
just changed some #includes to get it to compile on debian sparc
[pineappletracker.git]
/
hively
/
functions-to-change
blob
6342e2fa1efcddfd315e23e2bf7b8a9038554f40
1
These functions will be polymorphic,overloaded,whatever....in other words they
2
will change depending on whether you load a .mod,.song,or .ahx.
3
4
5
actions.c
6
----------
7
act_trackinc
8
act_trackdec
9
act_transpinc
10
act_transpdec
11
act_noteinc
12
act_notedec
13
act_octaveinc
14
act_octavedec
15
act_instrinc
16
act_instrdec
17
act_fxinc
18
act_fxdec
19
act_paraminc
20
act_paramdec
21
act_addline
22
act_delline
23
act_clronething
24
act_clritall
25
act_clrinsongtab
26
act_clrintracktab
27
act_clrininstrtab
28
29
gui.c
30
------
31
initsonglines
32
inittracks
33
initinstrs
34
readsong?
35
readtrack?
36
readinstr
37
drawsonged
38
drawtracked
39
drawinstred
40
drawgui?
41
42
modes.c
43
-------
44
_nextfreetrack
45
_nextfreeinstr
46
_insertc
47
_parsecmd
48
normalmode
49
cmdlinemode
50
insertmode
51
visualmode
52
visuallinemode
53
54
(musicchip)file.c
55
------------------
56
savefile
57
loadfile
58
59
chip.c
60
------
61
silence
62
iedplonk
63
startplaytrack
64
startplaysong
65
playroutine?
66
initchip?
67
interrupthandler?