Sponsored Content
Top Forums Shell Programming and Scripting Use of awk and printf - help needed Post 302749599 by LDHB2012 on Friday 28th of December 2012 05:27:10 PM
Old 12-28-2012
That's amazing.

It worked the first time around. I really appreciate your help on this.

If you could answer a qusetion... I'm having trouble finding a tutorial or information on the "l - 13" or "l - 9" portion of the code.

I read the man on awk for substr (which is vague and confusing) and I'm just curious how I can make myself fluent in this language without having to pull my hair out and ask a billion questions.... If you could give me some insight on that, I'd really appreciate it.

-David

Happy New Year!

---------- Post updated at 05:27 PM ---------- Previous update was at 05:12 PM ----------

I KIND OF understand what it's saying but not quite.

substr($1, l - 13, 4)

The above looks like it's starting the count, 4 from the end, 13 to the left, which goes over 2012.

substr($1, l - 9, 2)
The above starts the count 2 from the end, 9 to the left, which is right between the 2012 and 12, which seems perfect. Am I missing something here? (obviously I am.)
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

awk printf problem

Hi Friends, Can anyone guide me how to compute sum of column4 from the below file x using awk command? when i do using awk I'm getting sum 7482350198352648.000000 which is not accurate. $ cat x 56,232,dfgjkhdfj,,56,anand 56,22,dfgjkhdfj,7482347823453123.97834 ,56,Khan 56,23,dfgjkhdfj, ... (6 Replies)
Discussion started by: krishna
6 Replies

2. UNIX for Dummies Questions & Answers

AwK printf question

Hi, Does anyone know a easy way to printf $3,$4, ... all the way to the last field in the file? I will need to modify $1 and $2 and then printf modified $1 and $2 and the rest of the fields(which are not changed). I know I can use NF as the total number of field. Do I use a for next statement to... (4 Replies)
Discussion started by: whatisthis
4 Replies

3. Shell Programming and Scripting

Awk printf problem

Hi, I've got a basic problem using printf statement in awk. I want to write float values with always 8 characters width. Examples : 1.345678 12.45678 123.4567 1234.678 -23.5678 -2.45678 -23456.8 ..... I cannot find the right printf format %8.1f, %7.5f.... Can anyone help ?... (4 Replies)
Discussion started by: cazhot
4 Replies

4. Shell Programming and Scripting

printf in awk

Hi friends.. I am confused about awk printf option.. I have a comma separated file 88562848,21-JAN-08,2741079, -1188,-7433,TESTING 88558314,21-JAN-08,2741189, -1273,-7976,TESTING and there is a line in my script ( written by someone else) What is the use of command? I guess... (10 Replies)
Discussion started by: clx
10 Replies

5. Shell Programming and Scripting

awk and printf

echo $bbsize 1.5 echo $fillpercent .95 echo $bbsize | awk '{printf "%.2f\n",$0*$fillpercent}' 2.25 echo $bbsize | awk '{printf "%.2f\n",$0*.95}' 1.42 1.42 is what I'm expecting... echo $blocksize 4096 echo $bbsize | awk '{printf "%.2f\n",$0*$blocksize}' 2.25 echo $bbsize |... (3 Replies)
Discussion started by: xgringo
3 Replies

6. Shell Programming and Scripting

IF and awk/printf

Hi Friends, Scripting newb here. So I'm trying to create a geektool script that uses awk and printf to output certain fields from top (namely command, cpu%, rsize, pid and time, in that order). After much trial and error, I've pretty much succeeded, with one exception. Any process whose name... (3 Replies)
Discussion started by: thom.mattson
3 Replies

7. Shell Programming and Scripting

AWK printf help

Target file contains short text (never more than 1 line) and filenames. The format is, e.g.,: TEXT1 filename1 TEXT2 TEXT3 filename3dddd filename3dddd TEXT4 filename4 TEXT5 filename5dddd filename5dddd filename5 where dddd is a random 4-digit whole number. Desired output: (4 Replies)
Discussion started by: uiop44
4 Replies

8. Shell Programming and Scripting

awk with printf

Hi, I am using the following code to assign a count value to a variable. But I get nothing. Do you see anything wrong here. I am new to all this. $CTR=`remsh $m -l $MACHINES{$m} -n cat $output | grep -v sent | grep \"$input\" | sort -u | awk '{print $5}'`; Upto sort - u it's... (2 Replies)
Discussion started by: nurani
2 Replies

9. Shell Programming and Scripting

printf format with awk

Hello Here is an easy one Data file 12345 (tab) Some text (tab) 53.432 23456 (tab) Some longer text (tab) 933.422 34567 (tab) Some different text (tab) 29.309 I need to awk these three tab-delimited columns so that the first two are unchanged (unformatted) and the third shows two decimal... (1 Reply)
Discussion started by: palex
1 Replies

10. Shell Programming and Scripting

awk printf dillemma

Please help me format this file: Source file looks like this, there are three columns, separated by space. First column has varrying width: 1 248105240 W25_2013 10 248103710 W06_2013 100 248103710 W06_2013 1000 248103710 W06_2013 I need to transform the file into a fixed width per column.... (1 Reply)
Discussion started by: tamahomekarasu
1 Replies
PVLOOK(1)						  The Canonical Csound Reference						 PVLOOK(1)

NAME
pvlook - View formatted text output of STFT analysis files. . DESCRIPTION
View formatted text output of STFT analysis files created with pvanal. SYNTAX
csound -U pvlook [flags] infilename pvlook [flags] infilename INITIALIZATION
pvlook reads a file, and frequency and amplitude trajectories for each of the analysis bins, in readable text form. The file is assumed to be an STFT analysis file created by pvanal. By default, the entire file is processed. -bb n -- begin at analysis bin number n, numbered from 1. Default is 1. -eb n -- end at analysis bin number n. Defaults to the highest. -bf n -- begin at analysis frame number n, numbered from 1. Defaults to 1. -ef n -- end at analysis frame number n. Defaults to the highest. -i -- prints values as integers. Defaults to floating point. EXAMPLES
$ csound -U pvlook test.pv Using csound.txt Csound Version 3.57 (Aug 3 1999) util PVLOOK: ; Bins in Analysis: 513 ; First Bin Shown: 1 ; Number of Bins Shown: 513 ; Frames in Analysis: 1184 ; First Frame Shown: 1 ; Number of Data Frames Shown: 1184 Bin 1 Freqs.0.000 87.891 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 -87.891 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 87.891 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 Bin 1 Amps. 0.180 0.066 0.252 0.248 0.245 0.246 0.246 0.249 0.252 0.251 0.250 0.248 0.244 0.245 0.248 0.250 0.254 0.251 0.248 0.247 0.244 0.246 0.249 0.250 0.253 0.251 0.247 0.246 0.245 0.246 0.250 0.251 0.252 0.250 0.247 0.245 0.246 0.247 0.251 0.252 0.250 0.249 0.246 0.245 0.248 0.249 0.252 0.253 0.249 0.248 0.245 0.245 0.249 0.251 0.252 0.252 0.249 0.246 0.246 0.245 0.249 0.252 0.252 0.251 0.249 0.245 0.246 0.248 0.250 0.253 0.251 0.249 0.247 0.244 0.247 0.249 0.250 0.253 0.251 0.248 0.247 0.245 0.247 0.250 0.252 0.252 0.251 0.247 0.246 0.246 0.247 0.251 0.252 0.251 0.249 0.246 0.245 0.248 0.249 0.252 0.252 0.249 0.248 0.246 0.245 0.249 0.250 0.252 0.252 0.249 0.247 0.246 0.246 0.249 0.252 0.252 0.251 0.248 0.245 0.246 0.247 0.249 0.253 0.251 0.249 0.247 0.245 0.246 0.248 0.250 0.253 0.251 0.248 0.247 0.244 0.246 0.250 0.251 0.252 0.250 0.247 0.246 0.246 0.248 0.251 0.252 0.251 0.250 0.246 0.245 0.247 0.248 0.251 0.252 0.250 0.248 0.246 0.245 0.248 0.249 0.252 0.252 0.248 0.247 0.245 0.245 0.249 0.251 0.251 0.251 0.248 0.246 0.246 0.247 0.250 0.252 0.251 0.250 0.248 0.244 0.246 0.248 0.250 0.253 0.251 0.248 0.247 0.245 0.247 0.249 0.250 0.252 0.250 0.247 0.246 0.245 0.247 0.251 0.252 0.251 0.250 0.246 0.245 0.247 0.248 0.252 0.252 0.249 0.248 0.245 0.245 0.248 0.249 0.251 0.252 0.248 0.247 0.245 0.245 0.249 0.250 0.251 0.251 0.248 0.246 0.245 0.246 0.249 0.252 0.251 0.250 0.247 0.244 0.246 0.247 0.249 0.252 0.251 0.249 0.247 0.244 0.247 0.249 0.250 0.252 0.250 0.247 0.246 0.245 0.247 0.250 0.251 0.251 0.250 0.246 0.245 0.246 0.248 0.251 0.252 0.250 0.249 0.245 0.245 0.247 0.248 0.251 0.252 0.249 0.247 0.245 0.245 0.248 0.250 0.251 0.251 0.247 0.246 0.245 0.245 0.249 0.251 0.251 0.250 0.247 0.245 0.246 0.246 0.249 0.252 0.251 0.249 0.247 0.244 0.247 0.248 0.250 0.252 0.250 0.247 0.246 0.245 0.247 0.250 0.251 0.252 0.249 0.246 0.245 0.245 0.247 0.251 0.251 0.250 0.249 0.246 0.245 0.247 0.248 0.251 0.251 0.249 0.248 0.245 0.245 0.248 0.249 0.251 0.251 0.248 0.246 0.245 0.245 0.249 0.251 0.251 0.251 0.247 0.245 0.245 0.246 0.249 0.251 0.250 0.249 0.247 0.244 0.246 0.248 0.250 0.252 0.250 0.247 0.246 0.245 0.247 0.249 0.250 0.251 0.249 0.246 0.246 0.245 0.247 0.250 0.250 0.250 0.249 0.245 0.245 0.246 0.248 0.251 0.251 0.249 0.248 0.245 0.245 0.247 0.249 0.251 0.251 0.248 0.246 0.245 0.245 0.248 0.250 0.251 0.250 0.247 0.245 0.245 0.246 0.249 0.251 0.250 0.249 0.246 0.244 0.246 0.247 0.250 0.251 0.250 0.248 0.246 0.245 0.247 0.249 0.250 0.251 0.249 0.247 0.246 0.245 0.247 0.250 0.250 0.251 0.248 0.245 0.245 0.246 0.248 0.251 0.251 0.249 0.248 0.245 0.245 0.247 0.249 0.251 0.251 0.248 0.247 0.245 0.245 0.248 0.249 0.250 0.250 0.247 0.246 0.246 0.246 0.249 0.251 0.250 0.250 0.246 0.245 0.246 0.247 0.250 0.251 0.249 0.248 0.246 0.244 0.246 0.248 0.250 0.251 0.249 0.247 0.246 0.245 0.247 0.250 0.250 0.251 0.249 0.245 0.245 0.246 0.248 0.251 0.250 0.250 0.248 0.245 0.245 0.247 0.248 0.251 0.250 0.248 0.247 0.245 0.246 0.248 0.250 0.251 0.250 0.247 0.246 0.245 0.246 0.249 0.251 0.250 0.249 0.246 0.245 0.246 0.247 0.250 0.251 0.250 0.249 0.246 0.244 0.246 0.248 0.250 0.251 0.249 0.247 0.246 0.245 0.247 0.249 0.250 0.251 0.287 0.331 0.178 0.008 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.140 1.265 2.766 3.289 3.296 3.293 3.296 3.296 3.290 3.293 3.292 3.291 3.297 3.295 3.294 3.296 3.291 3.292 3.294 3.291 3.296 3.297 3.292 3.295 3.292 3.290 3.295 3.293 3.294 3.297 3.292 3.293 3.294 3.290 3.295 3.295 3.292 3.296 3.293 3.291 3.294 3.291 3.293 3.297 3.292 3.295 3.294 3.288 3.293 3.293 3.292 3.297 3.294 3.292 3.295 3.290 3.292 3.295 3.292 3.295 3.295 3.290 3.294 3.292 3.292 3.297 3.293 3.293 3.295 3.290 3.292 3.293 3.290 3.296 3.296 3.292 3.295 3.291 3.290 3.294 3.291 3.294 3.296 3.291 3.293 3.293 3.290 3.295 3.294 3.293 3.296 3.291 3.291 3.293 3.290 3.294 3.296 3.292 3.295 3.293 3.288 3.293 3.292 3.292 3.297 3.292 3.293 3.294 3.289 3.292 3.294 3.291 3.296 3.293 3.291 3.294 3.291 3.292 3.296 3.292 3.294 3.295 3.289 3.292 3.292 3.291 3.296 3.294 3.292 3.295 3.290 3.290 3.293 3.291 3.295 3.296 3.291 3.294 3.291 3.289 3.294 3.292 3.293 3.295 3.291 3.292 3.293 3.290 3.294 3.295 3.292 3.294 3.291 3.289 3.293 3.291 3.293 3.296 3.292 3.293 3.293 3.288 3.292 3.293 3.292 3.296 3.293 3.291 3.294 3.289 3.292 3.295 3.291 3.294 3.293 3.289 3.292 3.291 3.290 3.295 3.293 3.292 3.294 3.289 3.291 3.293 3.290 3.295 3.294 3.290 3.293 3.290 3.289 3.294 3.291 3.293 3.295 3.290 3.292 3.292 3.289 3.293 3.293 3.292 3.295 3.291 3.289 3.292 3.290 3.292 3.295 3.291 3.293 3.292 3.288 3.292 3.291 3.291 3.295 3.291 3.291 3.292 3.289 3.291 3.294 3.291 3.294 3.292 3.289 3.292 3.290 3.290 3.295 3.292 3.293 3.294 3.289 3.291 3.292 3.290 3.294 3.293 3.291 3.293 3.289 3.290 3.293 3.291 3.294 3.295 3.290 3.292 3.291 3.289 3.294 3.293 3.292 3.294 3.290 3.290 3.292 3.289 3.293 3.294 3.291 3.293 3.291 3.289 3.292 3.291 3.291 3.295 3.291 3.291 3.292 3.288 3.292 3.293 3.291 3.295 3.292 3.290 3.292 3.289 3.291 3.294 3.291 3.293 3.292 3.288 3.291 3.291 3.290 3.295 3.292 3.291 3.293 3.289 3.290 3.292 3.290 3.294 3.293 3.290 3.292 3.290 3.289 3.293 3.291 3.292 3.294 3.290 3.290 3.291 3.289 3.293 3.293 3.291 3.293 3.290 3.288 3.291 3.290 3.292 3.294 3.290 3.292 3.291 3.288 3.291 3.291 3.291 3.294 3.291 3.290 3.291 3.288 3.291 3.293 3.291 3.293 3.292 3.288 3.291 3.290 3.290 3.294 3.291 3.291 3.292 3.288 3.290 3.291 3.290 3.294 3.293 3.290 3.292 3.289 3.289 3.293 3.290 3.292 3.293 3.289 3.291 3.290 3.289 3.293 3.292 3.291 3.293 3.289 3.289 3.291 3.289 3.292 3.293 3.290 3.292 3.290 3.288 3.292 3.291 3.291 3.294 3.290 3.290 3.291 3.288 3.291 3.292 3.291 3.293 3.291 3.288 3.291 3.289 3.290 3.293 3.290 3.292 3.292 3.288 3.291 3.291 3.290 3.293 3.291 3.290 3.292 3.288 3.289 3.292 3.290 3.292 3.293 3.289 3.291 3.289 3.288 3.293 3.291 3.291 3.292 3.288 3.289 3.290 3.288 3.292 3.293 3.290 3.292 3.289 3.288 3.291 3.290 3.291 3.293 3.289 3.290 3.290 3.287 3.291 3.291 3.290 3.293 3.290 3.288 3.290 3.288 3.290 3.293 3.291 3.292 3.291 3.288 3.290 3.289 3.289 3.293 3.290 3.290 3.291 3.287 3.289 3.291 3.289 3.292 3.291 3.288 3.290 3.288 3.288 3.292 3.290 3.291 3.292 3.288 3.289 3.290 3.288 3.292 3.292 3.290 3.292 3.289 3.288 3.291 3.289 3.291 3.293 3.289 3.291 3.290 3.287 3.291 3.290 3.290 3.293 3.289 3.289 3.290 3.287 3.290 3.292 3.290 3.292 3.290 3.287 3.290 3.289 3.289 3.292 3.290 3.290 3.291 3.287 3.289 3.290 3.289 3.292 3.291 3.289 3.291 3.288 etc... CREDITS
Author: Richard Karpen Seattle, Wash 1993 (New in Csound version 3.57) AUTHORS
Barry Vercoe MIT Media Lab Author. Dan Ellis MIT Media Lab, Cambridge Massachussetts Author. COPYRIGHT
5.07 06/23/2009 PVLOOK(1)
All times are GMT -4. The time now is 10:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy