• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D13-Aug-2020802 2118

argdecode.cH A D13-Aug-202062 KiB1,8681,668

cscore_internal.cH A D13-Aug-20201.7 KiB4617

cscorfns.cH A D13-Aug-202024.3 KiB953768

csdebug.cH A D13-Aug-202012.3 KiB367311

csmodule.cH A D13-Aug-202039.4 KiB1,119848

csound.cH A D03-May-2022141.4 KiB4,5663,648

getstring.cH A D13-Aug-20209.9 KiB312246

init_static_modules.cH A D13-Aug-20202.7 KiB7124

main.cH A D13-Aug-202022.7 KiB607479

new_opts.cH A D13-Aug-20207.8 KiB213162

one_file.cH A D13-Aug-202038.1 KiB1,2381,103

opcode.cH A D13-Aug-20207.5 KiB231165

server.cH A D13-Aug-202012 KiB411354

threads.cH A D13-Aug-202029.1 KiB1,122761

threadsafe.cH A D13-Aug-202021.5 KiB694565

utility.cH A D13-Aug-20208.9 KiB290195

README.md

1Top: files for main software operation
2============================
3
4* argdecode.c: argument decoding and parameter setting
5* cscore_internal.c: cscore score processing main routine
6* cscorfns.c: cscore score processing functions
7* csdebug.c: csound runtime debugger
8* csmodule.c: dynamic module loading (for plugins)
9* csound.c: CSOUND object initialisation, API functions, performance routines.
10* getstring.c: string localisation.
11* init_static_modules: initialisation of some opcode modules.
12* main.c: compilation and startup routines.
13* new_opts.c: configuration variable system
14* one_file.c: CSD file reading.
15* opcode.c: opcode listing.
16* server.c: UDP server.
17* threads.c: threading and locks.
18* threadsafe.c: threadsafe API implementation.
19* utility.c: functions for running Csound utilities.
20
21