Anyone figure out how to write path shortcuts in messages? In the [soundfiler] object's help patch, for example, [read ../sound/bell.aiff array2( accesses lib/pd/doc/sound/bell.aiff. I tried opening a patch using the ".." then /sound/ and copied the file to the same directory as bell.aiff. the file didnt open however. Ok. ________________________________________________________________________ Check out the new AOL. Most comprehensive set of free safety and security tools, free access to millions of high-quality videos from across the web, free AOL Mail and more.
the most foolproof way is to write the complete path to your sample, eg c:/audio/samples/sample.wav
the easiest way is to put your sample in the same folder as your patch, and then use only one dot before the filename, eg [read -resize ./sample.wav arrayname(
you could also put the sample in a folder inside the folder where your patch is, and use [read -resize ./folder/sample.wav arrayname(
On 2/4/07, europa989@aol.com europa989@aol.com wrote:
Anyone figure out how to write path shortcuts in messages? In the [soundfiler] object's help patch, for example, [read ../sound/bell.aiff array2( accesses lib/pd/doc/sound/bell.aiff. I tried opening a patch using the ".." then /sound/ and copied the file to the same directory as bell.aiff. the file didnt open however. Ok. ________________________________________________________________________ Check out the new AOL. Most comprehensive set of free safety and security tools, free access to millions of high-quality videos from across the web, free AOL Mail and more.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
much thanks, i at first had some difficulty implementing this with opening patches with messages, though ideas are kicking in.
-----Original Message----- From: hard.off@gmail.com To: europa989@aol.com Cc: pd-list@iem.at Sent: Sat, 3 Feb 2007 9:19 PM Subject: Re: [PD] ..
the most foolproof way is to write the complete path to your sample, eg c:/audio/samples/sample.wav the easiest way is to put your sample in the same folder as your patch, and then use only one dot before the filename, eg [read -resize ./sample.wav arrayname( you could also put the sample in a folder inside the folder where your patch is, and use [read -resize ./folder/sample.wav arrayname( On 2/4/07, europa989@aol.com europa989@aol.com wrote:
Anyone figure out how to write path shortcuts in messages? In the [soundfiler] object's help patch, for example, [read
../sound/bell.aiff
array2( accesses lib/pd/doc/sound/bell.aiff. I tried opening a patch using the ".." then /sound/ and copied the file to the same
directory
as bell.aiff. the file didnt open however. Ok.
________________________________________________________________________
Check out the new AOL. Most comprehensive set of free safety and security tools, free access to millions of high-quality videos from across the web, free AOL Mail and more. _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Check out the new AOL. Most comprehensive set of free safety and security tools, free access to millions of high-quality videos from across the web, free AOL Mail and more.
You can also use [getdir] to get the current directory, then add
the ../ to get from there to where you want to.
.hc
On Feb 4, 2007, at 12:00 AM, europa989@aol.com wrote:
much thanks, i at first had some difficulty implementing this with
opening patches with messages, though ideas are kicking in.-----Original Message----- From: hard.off@gmail.com To: europa989@aol.com Cc: pd-list@iem.at Sent: Sat, 3 Feb 2007 9:19 PM Subject: Re: [PD] ..
the most foolproof way is to write the complete path to your sample, eg c:/audio/samples/sample.wav
the easiest way is to put your sample in the same folder as your patch, and then use only one dot before the filename, eg [read -resize ./sample.wav arrayname(
you could also put the sample in a folder inside the folder where your patch is, and use [read -resize ./folder/sample.wav arrayname(
On 2/4/07, europa989@aol.com europa989@aol.com wrote:
Anyone figure out how to write path shortcuts in messages? In the [soundfiler] object's help patch, for example, [read ../sound/
bell.aiff
array2( accesses lib/pd/doc/sound/bell.aiff. I tried opening a patch using the ".." then /sound/ and copied the file to the same
directory
as bell.aiff. the file didnt open however. Ok.
__
Check out the new AOL. Most comprehensive set of free safety and security tools, free access to millions of high-quality videos from across the web, free AOL Mail and more.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/
listinfo/pd-list
__ Check out the new AOL. Most comprehensive set of free safety and
security tools, free access to millions of high-quality videos from
across the web, free AOL Mail and more.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Using ReBirth is like trying to play an 808 with a long stick. - David Zicarelli
I just use:
[bang( | [openpanel] | [symbol] | [read $1 array(
Although that doesn't answer your question.
-Chuckk
On 2/3/07, hard off hard.off@gmail.com wrote:
the most foolproof way is to write the complete path to your sample, eg c:/audio/samples/sample.wav
the easiest way is to put your sample in the same folder as your patch, and then use only one dot before the filename, eg [read -resize ./sample.wav arrayname(
you could also put the sample in a folder inside the folder where your patch is, and use [read -resize ./folder/sample.wav arrayname(
On 2/4/07, europa989@aol.com europa989@aol.com wrote:
Anyone figure out how to write path shortcuts in messages? In the [soundfiler] object's help patch, for example, [read ../sound/bell.aiff array2( accesses lib/pd/doc/sound/bell.aiff. I tried opening a patch using the ".." then /sound/ and copied the file to the same directory as bell.aiff. the file didnt open however. Ok. ________________________________________________________________________ Check out the new AOL. Most comprehensive set of free safety and security tools, free access to millions of high-quality videos from across the web, free AOL Mail and more.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list