Warning, /education/minuet/src/plugins/csoundsoundcontroller/template.csd is written in an unsupported language. File is not indexed.

0001 <CsoundSynthesizer>
0002 <CsOptions>
0003 ; Select audio/midi flags here according to platform
0004 --opcode-lib=/data/data/org.kde.minuet/qt-reserved-files/share/libfluidOpcodes.so
0005 -odac         ;;;realtime audio out and realtime midi in
0006 ;-iadc    ;;;uncomment -iadc if realtime audio input is needed too
0007 ; For Non-realtime ouput leave only the line below:
0008 ;-o fluidNote.wav -W ;;; for file output any platform
0009 </CsOptions>
0010 <CsInstruments>
0011 
0012 sr = 44100
0013 ksmps = 32
0014 nchnls = 2
0015 0dbfs = 1
0016 
0017 giengine fluidEngine
0018 ; soundfont path to manual/examples
0019 isfnum   fluidLoad "/data/data/org.kde.minuet/qt-reserved-files/share/sf_GMbank.sf2", giengine, 1
0020          fluidProgramSelect giengine, 1, isfnum, 0, 0
0021 
0022 instr 1
0023 
0024         mididefault   60, p3
0025         midinoteonkey p4, p5
0026 ikey    init p4
0027 ivel    init p5
0028         fluidNote giengine, 1, ikey, ivel
0029 
0030 endin
0031 
0032 instr 99
0033 
0034 imvol  init 7
0035 asigl, asigr fluidOut giengine
0036        outs asigl*imvol, asigr*imvol
0037 
0038 endin
0039 </CsInstruments>
0040 <CsScore>
0041 </CsScore>
0042 </CsoundSynthesizer>