It works fine on my machine. because I don't have an "acoustics" folder, I
did change the path of the files that you are saving and the package
name. See the attached version of your file.
It seems like a path problem to me. make sure java and jmusic classpaths
and working directories are set up properly.
Cheers,
Rene
At 12:38 PM 9/11/2005, you wrote:
>i have attached my source files.
>thanks,
>-k
>
>On Nov 8, 2005, at 9:06 PM, r.wooller@... wrote:
>
>>Hi James,
>>could you please make a test class so that I can run it and verify the error.
>>Cheers,
>>Rene
>>
>>At 04:05 PM 8/11/2005, you wrote:
>>>hello,
>>>are there very many people on this list?
>>>i have been learning jmusic through the documentation for a few weeks.
>>>i am working on a school project, so there is a rather pressing time
>>>cosntraint. i have a file that creates four different parts, and then
>>>tries to write each one to a separate .au file, by calling Write four
>>>times, thusly:
>>>
>>> Write.au(phr1, "acoustics/Part1.au", inst);
>>> Write.au(phr2, "acoustics/Part2.au", inst);
>>> Write.au(phr3, "acoustics/Part3.au", inst);
>>> Write.au(phr4, "acoustics/Part4.au", inst);
>>>
>>>however, the first call to Write succeeds; all subsequent calls produce
>>>the following exception:
>>>
>>>java.io.FileNotFoundException: jmusic.tmp (No such file or directory)
>>> at java.io.FileInputStream.open(Native Method)
>>> at java.io.FileInputStream.<init>(FileInputStream.java:106)
>>> at jm.audio.Audio.addEmUp(Audio.java:337)
>>> at jm.audio.Audio.combine(Audio.java:169)
>>> at jm.util.Write.au(Write.java:361)
>>> at jm.util.Write.au(Write.java:442)
>>> at acoustics.GoldenSection.main(GoldenSection.java:138)
>>>java.io.FileNotFoundException: jmusic.tmp (No such file or directory)
>>>
>>>can anyone tell me why?
>>>
>>>the four parts all go together and are synchronised in time, but i want
>>>to get them in separate files so i then can import them into a sound
>>>editor for further manipulation.
>>>
>>>thanks a lot,
>>>-k
>>>
>>>
>>>
>>>-------------------------------------------------------
>>>SF.Net email is sponsored by:
>>>Tame your development challenges with Apache's Geronimo App Server. Download
>>>it for free - -and be entered to win a 42" plasma tv or your very own
>>>Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
>>>_______________________________________________
>>>Jmusic-dev mailing list
>>>Jmusic-dev@...
>>>https://lists.sourceforge.net/lists/listinfo/jmusic-dev
>>
>>
>>
>>
>>-------------------------------------------------------
>>SF.Net email is sponsored by:
>>Tame your development challenges with Apache's Geronimo App Server. Download
>>it for free - -and be entered to win a 42" plasma tv or your very own
>>Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
>>_______________________________________________
>>Jmusic-dev mailing list
>>Jmusic-dev@...
>>https://lists.sourceforge.net/lists/listinfo/jmusic-dev
|