Could anyone tell me a use they have for [vsnapshot~]? Trying to make a good example to explain its purpose, thanks
Better not play with it - it's not well designed and I want to put it out to pasture once I or someone can design a correct one.
cheers Miller
On Sun, Jun 28, 2015 at 12:22:03AM -0300, Alexandre Torres Porres wrote:
Could anyone tell me a use they have for [vsnapshot~]? Trying to make a good example to explain its purpose, thanks
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Ok, and you know what? I've been making tests, and it seems [snapshot~] is just doing the same job as [vsnapshot~], so I'm not sure if there's a case it is needed.
Since you are thinking about getting it to work, let me ask, what would it be needed for?
cheers
2015-06-28 1:33 GMT-03:00 Miller Puckette msp@ucsd.edu:
Better not play with it - it's not well designed and I want to put it out to pasture once I or someone can design a correct one.
cheers Miller
On Sun, Jun 28, 2015 at 12:22:03AM -0300, Alexandre Torres Porres wrote:
Could anyone tell me a use they have for [vsnapshot~]? Trying to make a good example to explain its purpose, thanks
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
ok, so now I see that snapshot~ may output values in the same rate as vsnapshot~ but it'll only output the last sample of a block, and won't work for block sizes less than 64 in size
so yeah, the idea of a vsnapshot~ seems nice, and seems to work fine, what would the bugs be?
cheers
2015-06-28 2:21 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
Ok, and you know what? I've been making tests, and it seems [snapshot~] is just doing the same job as [vsnapshot~], so I'm not sure if there's a case it is needed.
Since you are thinking about getting it to work, let me ask, what would it be needed for?
cheers
2015-06-28 1:33 GMT-03:00 Miller Puckette msp@ucsd.edu:
Better not play with it - it's not well designed and I want to put it out to pasture once I or someone can design a correct one.
cheers Miller
On Sun, Jun 28, 2015 at 12:22:03AM -0300, Alexandre Torres Porres wrote:
Could anyone tell me a use they have for [vsnapshot~]? Trying to make a good example to explain its purpose, thanks
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
It's a bad design that it on,y allows up to one block of 'history' - it needs to be rewritten to use a delay line (or something like that). Also it should allow interpolation, I think as an option.
Better not use it - any change that 'fixes' it will be incompatible!
cheers Miller
On Sun, Jun 28, 2015 at 04:55:31AM -0300, Alexandre Torres Porres wrote:
ok, so now I see that snapshot~ may output values in the same rate as vsnapshot~ but it'll only output the last sample of a block, and won't work for block sizes less than 64 in size
so yeah, the idea of a vsnapshot~ seems nice, and seems to work fine, what would the bugs be?
cheers
2015-06-28 2:21 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
Ok, and you know what? I've been making tests, and it seems [snapshot~] is just doing the same job as [vsnapshot~], so I'm not sure if there's a case it is needed.
Since you are thinking about getting it to work, let me ask, what would it be needed for?
cheers
2015-06-28 1:33 GMT-03:00 Miller Puckette msp@ucsd.edu:
Better not play with it - it's not well designed and I want to put it out to pasture once I or someone can design a correct one.
cheers Miller
On Sun, Jun 28, 2015 at 12:22:03AM -0300, Alexandre Torres Porres wrote:
Could anyone tell me a use they have for [vsnapshot~]? Trying to make a good example to explain its purpose, thanks
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
any change that 'fixes' it will be incompatible!
Well, I like the idea and design that it can convert any sample from the audio block, and not only the last one from it. I guess it'll still have this same functionality, right? :)
2015-06-28 14:00 GMT-03:00 Miller Puckette msp@ucsd.edu:
It's a bad design that it on,y allows up to one block of 'history' - it needs to be rewritten to use a delay line (or something like that). Also it should allow interpolation, I think as an option.
Better not use it - any change that 'fixes' it will be incompatible!
cheers Miller
On Sun, Jun 28, 2015 at 04:55:31AM -0300, Alexandre Torres Porres wrote:
ok, so now I see that snapshot~ may output values in the same rate as vsnapshot~ but it'll only output the last sample of a block, and won't
work
for block sizes less than 64 in size
so yeah, the idea of a vsnapshot~ seems nice, and seems to work fine,
what
would the bugs be?
cheers
2015-06-28 2:21 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
Ok, and you know what? I've been making tests, and it seems
[snapshot~] is
just doing the same job as [vsnapshot~], so I'm not sure if there's a
case
it is needed.
Since you are thinking about getting it to work, let me ask, what
would it
be needed for?
cheers
2015-06-28 1:33 GMT-03:00 Miller Puckette msp@ucsd.edu:
Better not play with it - it's not well designed and I want to put it
out
to pasture once I or someone can design a correct one.
cheers Miller
On Sun, Jun 28, 2015 at 12:22:03AM -0300, Alexandre Torres Porres
wrote:
Could anyone tell me a use they have for [vsnapshot~]? Trying to
make a
good example to explain its purpose, thanks
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
I wonder if [cyclone/Snapshot~] works and behaves as [vsnapshot~] is desired to. Perhaps it'd be a good place to grab some ideas from the code.
2015-06-28 16:03 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
any change that 'fixes' it will be incompatible!
Well, I like the idea and design that it can convert any sample from the audio block, and not only the last one from it. I guess it'll still have this same functionality, right? :)
2015-06-28 14:00 GMT-03:00 Miller Puckette msp@ucsd.edu:
It's a bad design that it on,y allows up to one block of 'history' - it needs to be rewritten to use a delay line (or something like that). Also it should allow interpolation, I think as an option.
Better not use it - any change that 'fixes' it will be incompatible!
cheers Miller
On Sun, Jun 28, 2015 at 04:55:31AM -0300, Alexandre Torres Porres wrote:
ok, so now I see that snapshot~ may output values in the same rate as vsnapshot~ but it'll only output the last sample of a block, and won't
work
for block sizes less than 64 in size
so yeah, the idea of a vsnapshot~ seems nice, and seems to work fine,
what
would the bugs be?
cheers
2015-06-28 2:21 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
Ok, and you know what? I've been making tests, and it seems
[snapshot~] is
just doing the same job as [vsnapshot~], so I'm not sure if there's a
case
it is needed.
Since you are thinking about getting it to work, let me ask, what
would it
be needed for?
cheers
2015-06-28 1:33 GMT-03:00 Miller Puckette msp@ucsd.edu:
Better not play with it - it's not well designed and I want to put
it out
to pasture once I or someone can design a correct one.
cheers Miller
On Sun, Jun 28, 2015 at 12:22:03AM -0300, Alexandre Torres Porres
wrote:
Could anyone tell me a use they have for [vsnapshot~]? Trying to
make a
good example to explain its purpose, thanks
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
2015-06-28 16:55 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
I wonder if [cyclone/Snapshot~] works and behaves as [vsnapshot~] is desired to. Perhaps it'd be a good place to grab some ideas from the code.
It doesn't!
apart from downsampling an audio-signal?
how would it do that better than you can with [samphold~]?
2015-06-28 18:13 GMT-03:00 IOhannes m zmölnig zmoelnig@iem.at:
On 06/28/2015 05:22 AM, Alexandre Torres Porres wrote:
Could anyone tell me a use they have for [vsnapshot~]? Trying to make a good example to explain its purpose, thanks
you mean apart from downsampling an audio-signal?
gfdsar IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
oh, I see you have a patch, let me check it
2015-06-28 20:01 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
apart from downsampling an audio-signal?
how would it do that better than you can with [samphold~]?
2015-06-28 18:13 GMT-03:00 IOhannes m zmölnig zmoelnig@iem.at:
On 06/28/2015 05:22 AM, Alexandre Torres Porres wrote:
Could anyone tell me a use they have for [vsnapshot~]? Trying to make a good example to explain its purpose, thanks
you mean apart from downsampling an audio-signal?
gfdsar IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
that's a nice application, cause ou can do linear interpoltion with the downsampling ;)
2015-06-28 20:02 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
oh, I see you have a patch, let me check it
2015-06-28 20:01 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
apart from downsampling an audio-signal?
how would it do that better than you can with [samphold~]?
2015-06-28 18:13 GMT-03:00 IOhannes m zmölnig zmoelnig@iem.at:
On 06/28/2015 05:22 AM, Alexandre Torres Porres wrote:
Could anyone tell me a use they have for [vsnapshot~]? Trying to make a good example to explain its purpose, thanks
you mean apart from downsampling an audio-signal?
gfdsar IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list