| Dear Peiman,
Yes, I tried to install it manually. I'm using Kubuntu Linux as OS.
It's a good idea to join the blue mailing list.
I will do so!
2009/3/29 peiman khosravi :
> did you install blue manually? what operating system are you on?
> You can also join the blue mailing list.
>
> Best
> Peiman
>
> 2009/3/29 Stefan Thomas :
>> Dear all,
>> thanksf for Your help, but I'm still having problems.
>> First I tried to install blue, but I got the following error messages
>> that I don't understand.
>> sh blue.sh
>> Exception in thread "main" java.lang.NoClassDefFoundError: blue/Blue
>> Caused by: java.lang.ClassNotFoundException: blue.Blue
>> at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
>> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
>> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
>> Could not find the main class: blue.Blue. Program will exit.
>> I then tried to put directly the cps-file in csound files. In the
>> score file I didn't get errors, but I dont understand, where exactly I
>> have to put in the file in the orchestra. At tghe very end? At the
>> beginning?
>> Maybee it could help that I have attached the file that scala has
>> produced, as well as the orchestra and sore file.
>>
>> 2009/3/29 Steven Yi :
>>> Just a quick note, blue can read Scala files in a number of ways:
>>>
>>> 1. As a noteProcessor, can translate blue PCH format to frequency
>>> (i.e. 8.1 = octave 8, scale degree 1; 8.22 = octave 8, scale degree
>>> 22)
>>>
>>> 2. PianoRoll can read in Scala and create number of steps per octave
>>> as indicated in Scala scale; outputs frequency for note
>>>
>>> 3. Tracker object can do tracking microtonally using blue PCH format
>>> and scale definition
>>>
>>> There's also a python class if you're going to do scripting and want
>>> to use scala within blue. The method I generally promote is to create
>>> instruments that will take in either PCH or frequency for a single
>>> pfield, using:
>>>
>>> ipch = (p4 < 20 ) ? cpspch(p4) : p4
>>>
>>> I promote making instrument be able to take in a raw frequency because
>>> then they are versatile enough to work with whatever scale you may
>>> wish to work with. blue will take care of translating your notes from
>>> what is in your head and how you're working with musical values and
>>> converting it to the frequency values that csound would then be
>>> concerned with.
>>>
>>> Thanks!
>>> steven
>>>
>>> On Sat, Mar 28, 2009 at 9:42 PM, Anthony Kozar
>>> wrote:
>>>> I wasn't aware that Csound could use Scala files. Is the file maybe just a
>>>> list of frequencies for each Midi note number? In that case, you can read
>>>> the file into a table and index the table with the note number to obtain the
>>>> frequency. Use the GEN23 function to read the file and then use a "table"
>>>> opcode in your instrument.
>>>>
>>>> http://csounds.com/manual/html/GEN23.html
>>>> http://csounds.com/manual/html/table.html
>>>>
>>>>
>>>> Also, I believe that blue can read Scala files and somehow correlate them to
>>>> your score.
>>>>
>>>> Anthony Kozar
>>>> mailing-lists-1001 AT anthonykozar DOT net
>>>> http://anthonykozar.net/
>>>>
>>>> Stefan Thomas wrote on 3/28/09 6:35 PM:
>>>>
>>>>> Dear community,
>>>>> I'm proud of having made my first csound instrument, that I can use
>>>>> with realtime midi.
>>>>> Now I would like to tune my instrument.
>>>>> I have the great scala software by Manuel Op de Coul. It has created a
>>>>> cps-file for csound, but I don't know how to use it.
>>>>> Do I have to copy it into the orchestra-file or into the score-file?
>>>>>
>>>>>
>>>>> Send bugs reports to this list.
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>> csound"
>>>>
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|