home *** CD-ROM | disk | FTP | other *** search
/ PC Musician 2000 / PC_Musician_2000.iso / PCMUSIC / MISC / BETA095 / MIDI2CS.PRO < prev   
Encoding:
Text File  |  1997-03-28  |  4.5 KB  |  155 lines

  1. # MIDI2CS PROJECT FILE 0.95 - rubo@berlin.snafu.de
  2. #
  3. # This projectfile shows default options
  4. # Change settings however you need
  5. # (deleting semicolons, adding samplefiles, ...)
  6.  
  7. # --- PROJECT GLOBAL VALUES SECTION ---
  8.  
  9. midifile    midi2cs.mid    ; midifile (will be read)
  10. ;nameofscore    midi2cs.sco    ; score file (will be written)
  11. ;scoreheader    midi2cs.hdr    ; file to be included into scorefile (readonly)
  12. ;nameoforc    midi2cs.orc ;off    ; orchestra file (will be written)
  13.  
  14. # samplerate, mono/stereo, master volume, tempo
  15. sr    44100    ; samplerate
  16. nchnls    1    ; 1=mono 2=stereo
  17. givol    0.2    ; master volume
  18. ;tempo    groovesample    beats    ; easy looping and syncing!
  19. ;tempo    120
  20.  
  21. # all tracks will be initialized by the following values
  22.  
  23. firstbar     0
  24. lastbar     1000
  25. ; drumchannel 10 ; off
  26. ; notrackpreselected
  27. ; duration [+/-]milliseconds
  28. ; transpose -24
  29. ; lesscomments
  30. ; separators
  31.  
  32. # - define default parameters and succession -
  33.  
  34. ; p_pch
  35. ; p_midinote
  36. ; p_midivelocity
  37. ; p_midirelease
  38. ; p_cps midi2cs.cps
  39. ; p_maxamplitude 32000
  40. ; p_fixeddB -6
  41.  
  42.  
  43. # --- TRACK SECTION ---
  44. # define individiual values for each track
  45.  
  46. miditrack    1    ;off
  47.  
  48.     ; sound <file>    ; soundpath (rel. or absolute WAV-, AIF- or ORCfile)
  49.     ; name dummy    ; soundname
  50.     ; relvolume 1.0    ; relative volume
  51.     ; instrument 1    ; number of Csound instrument
  52.  
  53.     score    ; all score parameters and order are optional
  54.  
  55.         ; firstbar   0
  56.         ; lastbar  1000
  57.         ; duration 1000    ; fixed duration in milliseconds
  58.         ; duration sample    ; fixed duration of used sample
  59.         ; transpose 0    ; up or down in n halftone steps
  60.         ; lowest c3    ; notes less than this will be transposed up
  61.         ; highest c4    ; notes higher than this will be transposed down
  62.         ; delay -0.3    ; the start parameter (p2) will be delayed
  63.  
  64.         # --- parameters and succession ---
  65.         ; p_pch
  66.         ; p_midinote
  67.         ; p_midivelocity
  68.         ; p_midirelease
  69.         ; p_maxamplitude 32000
  70.         ; p_fixeddB -6
  71.         ; p_cps midi2cs.cps
  72.  
  73.         ; channelsplitting    instr will be instr + channel
  74.         # - if you want to use default parameters set limit with parameters -
  75.         ; parameters 10    ; parameters has to be the last entry
  76.                            ; in the score section (instr + start +
  77.                            ; duration + the defined parameters)
  78.     endscore
  79.     ; separator
  80. endtrack
  81.  
  82. miditrack    2    ;off
  83.  
  84.     ; sound <file>    ; soundpath (rel. or absolute WAV-, AIF- or ORCfile)
  85.     ; name dummy    ; soundname
  86.     ; relvolume 1.0    ; relative volume
  87.     ; instrument 2    ; number of Csound instrument
  88.  
  89.     score    ; all score parameters and order are optional
  90.  
  91.         ; firstbar   0
  92.         ; lastbar  1000
  93.         ; duration 1000    ; fixed duration in milliseconds
  94.         ; duration sample    ; fixed duration of used sample
  95.         ; transpose 0    ; up or down in n halftone steps
  96.         ; lowest c3    ; notes less than this will be transposed up
  97.         ; highest c4    ; notes higher than this will be transposed down
  98.         ; delay -0.3    ; the start parameter (p2) will be delayed
  99.  
  100.         # --- parameters and succession ---
  101.         ; p_pch
  102.         ; p_midinote
  103.         ; p_midivelocity
  104.         ; p_midirelease
  105.         ; p_maxamplitude 32000
  106.         ; p_fixeddB -6
  107.         ; p_cps midi2cs.cps
  108.  
  109.         ; channelsplitting    instr will be instr + channel
  110.         # - if you want to use default parameters set limit with parameters -
  111.         ; parameters 10    ; parameters has to be the last entry
  112.                            ; in the score section (instr + start +
  113.                            ; duration + the defined parameters)
  114.     endscore
  115.     ; separator
  116. endtrack
  117.  
  118. miditrack    3    ;off
  119.  
  120.     ; sound <file>    ; soundpath (rel. or absolute WAV-, AIF- or ORCfile)
  121.     ; name dummy    ; soundname
  122.     ; relvolume 1.0    ; relative volume
  123.     ; instrument 3    ; number of Csound instrument
  124.  
  125.     score    ; all score parameters and order are optional
  126.  
  127.         ; firstbar   0
  128.         ; lastbar  1000
  129.         ; duration 1000    ; fixed duration in milliseconds
  130.         ; duration sample    ; fixed duration of used sample
  131.         ; transpose 0    ; up or down in n halftone steps
  132.         ; lowest c3    ; notes less than this will be transposed up
  133.         ; highest c4    ; notes higher than this will be transposed down
  134.         ; delay -0.3    ; the start parameter (p2) will be delayed
  135.  
  136.         # --- parameters and succession ---
  137.         ; p_pch
  138.         ; p_midinote
  139.         ; p_midivelocity
  140.         ; p_midirelease
  141.         ; p_maxamplitude 32000
  142.         ; p_fixeddB -6
  143.         ; p_cps midi2cs.cps
  144.  
  145.         ; channelsplitting    instr will be instr + channel
  146.         # - if you want to use default parameters set limit with parameters -
  147.         ; parameters 10    ; parameters has to be the last entry
  148.                            ; in the score section (instr + start +
  149.                            ; duration + the defined parameters)
  150.     endscore
  151.     ; separator
  152. endtrack
  153.  
  154. endofproject
  155.