Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4513] Re; MIDI In and Csound5

Date2004-04-24 17:34
From"gogins@pipeline.com"
Subject[CSOUND-DEV:4513] Re; MIDI In and Csound5
You're the first to try MIDI on Linux as far as I know. It doesn't work at
all on Windows. This should be getting some attention soon.

There is no install target as yet.

----- Original Message ----- 
From: "Dave Phillips" 
To: "Csound Developers Discussion List" 
Sent: Saturday, April 24, 2004 11:31 AM
Subject: [CSOUND-DEV:4512] MIDI In and Csound5


> Greetings:
>
>   I tested the attached CSD file with the latest Csound5. It works, but
> latency is simply terrible. I used various settings for -b and -B, but
> latency was still wretched. This is happening on a system patched for
> low-latency. Has anyone else tested MIDI I/O under Linux and Csound5 ?
>
> Best,
>
> dp
>
>
> 
>
> 
> -o devaudio -M/dev/midi -dm6
> 
>
> 
>
>         instr 1
> inum    notnum
> iamp    ampmidi inum*50
> kfreq   cpsmidib
> a1      oscil   iamp,kfreq,1
> a2      oscil   iamp,kfreq*1.003,2
> a3      oscil   iamp,kfreq*.997,3
> asig    =       a1+a2+3
> kenv    linenr  1,.07,.11,.01
>         out     asig*kenv
>         endin
>
> 
>
> ; ==============================================
>
> 
> f1 0 8192 10 .1 0 .2 0 0 .4 0 0 0 0 .8
> f2 0 8192 10 1 0 .9 0 0 .7 0 0 0 .4
> f3 0 8192 10 .5 0 .6 0 0 .3 0 0 0 .9
> ;f0 10000
> i1 0 10000
> e
> 
>
> 
>
>


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .

Date2004-04-24 20:26
FromDave Phillips
Subject[CSOUND-DEV:4515] Re: Re; MIDI In and Csound5
gogins@pipeline.com wrote:

>You're the first to try MIDI on Linux as far as I know. It doesn't work at
>all on Windows. This should be getting some attention soon.
>  
>
I haven't checked MIDI output yet, will report back on that asap.

>There is no install target as yet.
>  
>
Okay, thanks for the clarification.

Btw, Michael: I'm building the boost lib(s) now. After they're 
installed, I think I have all the components to build CsoundVST. Are 
there any special build instructions ? SCons reports that it will be 
built by default; if that's true, perhaps the build should report when 
it doesn't actually build it ?

Best,

dp

Date2004-04-25 06:26
Fromglyn
Subject[CSOUND-DEV:4518] Re: Re; MIDI In and Csound5
gogins@pipeline.com wrote:

>You're the first to try MIDI on Linux as far as I know. It doesn't work at
>all on Windows. This should be getting some attention soon.
>
>  
>
FWIW, istvan's midi code from csound 4.23.4.2 works pretty nicely, at 
least under linux, and might be worth looking at if you can get ahold of 
it (i only have binaries), unless you want to go with the portmidi solution.

glyn