Csound Csound-dev Csound-tekno Search About

[Csnd] ORC.TESTED

Date1999-11-16 10:28
Fromroberto zanata
Subject[Csnd] ORC.TESTED
Hi!
Roberto Zanata
Windows 98 SBLive
If this simple ORC it looks OK I could continue with
the precise oscillators poscil,lposcil,lposcint!
;////////////////////////////////////////
;
----------------------------------------------------------------------
; OPCODES TESTED: oscil, linseg, expseg
;
--------------------------------------------------------------------------
;
;sr = 96000    OK
;sr = 44100    0K
;sr = 48000    OK
;sr = 96000    OK
;
-------------------------------------------------------------------
;
;kr = sr       OK
;kr = sr/2     OK
;kr = sr/10    OK
;kr = sr/100   OK
;mono          OK
;stereo out    OK
;4-chan out    not tested
;8-chan out    not tested
;Linux         not tested
;Dos (console) OK
;Win95         not tested
;Win98         OK
;WinNT         not tested
;SGI           not tested
;Irix          not tested
;Realtime       Win98 MME --> OK, Win98 DirectSound
-->OK, Win98 DirectSound3D -->OK, Linux -->Not tested,
MAC -->not tested
;Realtime MIDI  OK
;MIDI file activated   OK
;NOTES & COMMENTS:
; instr 1 = envelope generated with linseg 
; instr 2 = envelope generated with expseg 
; instr 3 = envolope in table
;_______
;////////////////////////////////////////

sr = 44100
kr = 4410
ksmps = 10
nchnls = 1



instr 1 

                               
  kEnvelope      linseg  0,1,10000,1,0    	           
  
  aOscillator    oscil   kEnvelope,440,1       		
	out     aOscillator                       
endin                                 
;
-------------------------------------------------------------------


instr 2

                          
  kEnvolope      expseg  0.001,1,10000,1,0.001        
        
  aOscillator    oscil   kEnvolope,440,1       		 
	out     aOscillator                       
endin                                 
;
-------------------------------------------------------------------


instr 3


   kEnvolope     oscil   1,1/p3,2       
   aOscillator   oscil   kEnvolope*10000,440,1     
	out     aOscillator
endin


;SCORE
;_____________________________________________
f1 0 4096 10 1					
f2 0 256 7 0 128 1 128 0			

;       strt	dur	

i1	0	2	
i2	2	2	
i3	4	2 	

e














=====

__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com
--