-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
39 lines (26 loc) · 889 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
BUG:
- About the Xaw interface troubles with the file-selector.
YMMV since I know near to 0% about Xaw.
- The tcl interface doesn't like filenames with white space.
(but doesn't mind if it happens in the config file ?).
Private notes:
@mail 35
timidity-io.c:
http://www.mega-tokyo.com/cgi-bin/yabb/YaBB.pl?board=SIERRA_AGI_SCI&action=display&num=990734937
SEQ_DEFINEBUF(128);
#define seqbuf_dump timidity_seqbuf_dump
という行を挿入しなければならない?
@mail 36
BSD ライセンスで使いたい。
@mail 37
timidity -idqqqqqqq /home/bryce/tmp/test.midi
でも
mcop warning: user defined signal handler found for SIG_PIPE, overriding
と表示されてしまう。
-> 'q' オプションが多いときは stderr,stdout を /dev/null にリダイレクト
@mail 41
alsa 0.9 対応
@mail 46
-io という organ インターフェースを作りたい。
#define INTERACTIVE_INTERFACE_IDS "kmqagrwA"
に o を追加しなければならないの?