hi what's the best way to visualize the elapsed time and current position while playing a sound file from an array?
If you're reading with a Phasor, I'd take the output of that (not multiplied by the number of samples) to a snapshot object, repeated by either [bang~] or a [metro(something small)]. Then feed the output of that to a hslider set to the same visual width as your array and mapped to 0 to 1. This will show you your approx current position.
Date: Mon, 17 May 2010 17:31:40 +0200 From: potaxpotax@gmail.com To: pd-list@iem.at Subject: [PD] visualize time/position in soundfile
hi what's the best way to visualize the elapsed time and current position while playing a sound file from an array?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
http://clk.atdmt.com/UKM/go/197222280/direct/01/ We want to hear all your funny, exciting and crazy Hotmail stories. Tell us now
This is a good example:
http://www.youtube.com/watch?v=boX0v54SqtU
André Damião Bandeira (11)9819-1999 www.myspace.com/basavizi
From: jbturgid@hotmail.com To: potaxpotax@gmail.com; pd-list@iem.at Date: Mon, 17 May 2010 17:01:35 +0100 Subject: Re: [PD] visualize time/position in soundfile
If you're reading with a Phasor, I'd take the output of that (not multiplied by the number of samples) to a snapshot object, repeated by either [bang~] or a [metro(something small)]. Then feed the output of that to a hslider set to the same visual width as your array and mapped to 0 to 1. This will show you your approx current position.
Date: Mon, 17 May 2010 17:31:40 +0200 From: potaxpotax@gmail.com To: pd-list@iem.at Subject: [PD] visualize time/position in soundfile
hi what's the best way to visualize the elapsed time and current position while playing a sound file from an array?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Get a free e-mail account with Hotmail. Sign-up now.
_________________________________________________________________
VOCÊ PODE TER 25 GB GRATUITOS PARA ARMAZENAR SEUS ARQUIVOS NA WEB. VEJA AQUI COMO.
http://www.windowslive.com.br/public/product.aspx/view/1?cname=skydrive&...
I don't know what's the best way but here is _a_ way:
set the range of a horizontal slider to match the length of the array you can use the outlet of soundfiler and send it to the [hsl] object's receive symbol through a message, for example:
[soundfiler] | [range 0 $1( | [s myslider]
(it will only update whenever you load a file) then you can take a [line] (no tilde) and send it exactly the same messages as the [line~] you use for playing the sound (unless you are using a phasor~ for that...), and have it control the slider. place the slider under your array to serve as a readhead I did something similar in this patch: http://www.timvets.net/software/pd_beatslicer.php?page=software in the video, the yellow slider on the top left follows the sections of the array being played gr, Tim
2010/5/17 PF potaxpotax@gmail.com
hi what's the best way to visualize the elapsed time and current position while playing a sound file from an array?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
2010/5/17 tim vets timvets@gmail.com
I don't know what's the best way but here is _a_ way:
set the range of a horizontal slider to match the length of the array you can use the outlet of soundfiler and send it to the [hsl] object's receive symbol through a message, for example:
(I forgot to mention: i think it will only work if you use the -resize flag for loading a file into your array, unless the output of [soundfiler] is clipped to the number of samples that actually got loaded into the table...?)
[soundfiler] | [range 0 $1( | [s myslider]
(it will only update whenever you load a file) then you can take a [line] (no tilde) and send it exactly the same messages as the [line~] you use for playing the sound (unless you are using a phasor~ for that...), and have it control the slider. place the slider under your array to serve as a readhead I did something similar in this patch: http://www.timvets.net/software/pd_beatslicer.php?page=software in the video, the yellow slider on the top left follows the sections of the array being played gr, Tim
2010/5/17 PF potaxpotax@gmail.com
hi
what's the best way to visualize the elapsed time and current position while playing a sound file from an array?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list