Can you send us the main patch too ? Because it is not possible to detect the problem with the subpatch. ++
Jack
Le mercredi 01 septembre 2010 à 20:26 +0200, Leandro da Mota Damasceno a écrit :
It's still quiet buggy and childish...
Ok, here's the thing: I want a patch that gets a list that is a sequence of numbers. each number is set to play a different sample that has been loaded. I'm still fixing the "play" part.
I'm sending it attached so you can tell me what to do.
On Wed, Sep 1, 2010 at 8:21 PM, Jack jack@rybn.org wrote: Send us your patch. You can send list (and anything) to subpatch without problem. I guess you have an object in your subpatch that doesn't accept list but float. ++
Jack Le mercredi 01 septembre 2010 à 20:01 +0200, Leandro da Mota Damasceno a écrit : > Hi guys, > > > this is a very newbie question, but I'm trying to send a list to the > inlet of a subpatch i just made and PD is complaining it expected > float. Does that mean I cannot send list to an inlet by default? is > there a walk around? > > > Leandro > _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
and please "reply to all"! :)
On 1 September 2010 21:40, Jack jack@rybn.org wrote:
Can you send us the main patch too ? Because it is not possible to detect the problem with the subpatch. ++
Jack
Le mercredi 01 septembre 2010 à 20:26 +0200, Leandro da Mota Damasceno a écrit :
It's still quiet buggy and childish...
Ok, here's the thing: I want a patch that gets a list that is a sequence of numbers. each number is set to play a different sample that has been loaded. I'm still fixing the "play" part.
I'm sending it attached so you can tell me what to do.
On Wed, Sep 1, 2010 at 8:21 PM, Jack jack@rybn.org wrote: Send us your patch. You can send list (and anything) to subpatch without problem. I guess you have an object in your subpatch that doesn't accept list but float. ++
Jack Le mercredi 01 septembre 2010 à 20:01 +0200, Leandro da Mota Damasceno a écrit : > Hi guys, > > > this is a very newbie question, but I'm trying to send a list to the > inlet of a subpatch i just made and PD is complaining it expected > float. Does that mean I cannot send list to an inlet by default? is > there a walk around? > > > Leandro > _______________________________________________ > 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
Oh, sorry! I thought it was going to the whole list already...
here's the main patch...
On Wed, Sep 1, 2010 at 8:49 PM, ypatios ypatios@gmail.com wrote:
and please "reply to all"! :)
On 1 September 2010 21:40, Jack jack@rybn.org wrote:
Can you send us the main patch too ? Because it is not possible to detect the problem with the subpatch. ++
Jack
Le mercredi 01 septembre 2010 à 20:26 +0200, Leandro da Mota Damasceno a écrit :
It's still quiet buggy and childish...
Ok, here's the thing: I want a patch that gets a list that is a sequence of numbers. each number is set to play a different sample that has been loaded. I'm still fixing the "play" part.
I'm sending it attached so you can tell me what to do.
On Wed, Sep 1, 2010 at 8:21 PM, Jack jack@rybn.org wrote: Send us your patch. You can send list (and anything) to subpatch without problem. I guess you have an object in your subpatch that doesn't accept list but float. ++
Jack Le mercredi 01 septembre 2010 à 20:01 +0200, Leandro da Mota Damasceno a écrit : > Hi guys, > > > this is a very newbie question, but I'm trying to send a list to the > inlet of a subpatch i just made and PD is complaining it expected > float. Does that mean I cannot send list to an inlet by default? is > there a walk around? > > > Leandro > _______________________________________________ > 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
-- ypatios
In your abstraction 'MusExp', you have a [s SampleNoOut] sending a list. Therefore, you have a problem in your main patch (near 'Input_Song_control' where you receive (by [r SampleNoOut]) the list in a [pack] ([pack s f]). So you need to receive a float in the second inlet but you get a list. There is the same problem with your other [r SampleNoOut] follow by [sel 1 2 3]. [sel] need a float here ! ++
Jack
Le mercredi 01 septembre 2010 à 21:00 +0200, Leandro da Mota Damasceno a écrit :
Oh, sorry! I thought it was going to the whole list already...
here's the main patch...
On Wed, Sep 1, 2010 at 8:49 PM, ypatios ypatios@gmail.com wrote: and please "reply to all"! :)
On 1 September 2010 21:40, Jack <jack@rybn.org> wrote: Can you send us the main patch too ? Because it is not possible to detect the problem with the subpatch. ++ Jack Le mercredi 01 septembre 2010 à 20:26 +0200, Leandro da Mota Damasceno a écrit : > It's still quiet buggy and childish... > > > Ok, here's the thing: I want a patch that gets a list that is a > sequence of numbers. each number is set to play a different sample > that has been loaded. I'm still fixing the "play" part. > > > I'm sending it attached so you can tell me what to do. > > On Wed, Sep 1, 2010 at 8:21 PM, Jack <jack@rybn.org> wrote: > Send us your patch. > You can send list (and anything) to subpatch without problem. > I guess you have an object in your subpatch that doesn't > accept list but > float. > ++ > > Jack > > > Le mercredi 01 septembre 2010 à 20:01 +0200, Leandro da Mota > Damasceno a > écrit : > > > Hi guys, > > > > > > this is a very newbie question, but I'm trying to send a > list to the > > inlet of a subpatch i just made and PD is complaining it > expected > > float. Does that mean I cannot send list to an inlet by > default? is > > there a walk around? > > > > > > Leandro > > > _______________________________________________ > > 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 -- ypatios
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
SampleNoOut was supposed to be a float. why you're telling me it's a list, so I can fix it?
(sorry to send again. forgot to reply to all.)
On Wed, Sep 1, 2010 at 9:34 PM, Jack jack@rybn.org wrote:
In your abstraction 'MusExp', you have a [s SampleNoOut] sending a list. Therefore, you have a problem in your main patch (near 'Input_Song_control' where you receive (by [r SampleNoOut]) the list in a [pack] ([pack s f]). So you need to receive a float in the second inlet but you get a list. There is the same problem with your other [r SampleNoOut] follow by [sel 1 2 3]. [sel] need a float here ! ++
Jack
Le mercredi 01 septembre 2010 à 21:00 +0200, Leandro da Mota Damasceno a écrit :
Oh, sorry! I thought it was going to the whole list already...
here's the main patch...
On Wed, Sep 1, 2010 at 8:49 PM, ypatios ypatios@gmail.com wrote: and please "reply to all"! :)
On 1 September 2010 21:40, Jack <jack@rybn.org> wrote: Can you send us the main patch too ? Because it is not possible to detect the problem with the subpatch. ++ Jack Le mercredi 01 septembre 2010 à 20:26 +0200, Leandro da Mota Damasceno a écrit : > It's still quiet buggy and childish... > > > Ok, here's the thing: I want a patch that gets a list that is a > sequence of numbers. each number is set to play a different sample > that has been loaded. I'm still fixing the "play" part. > > > I'm sending it attached so you can tell me what to do. > > On Wed, Sep 1, 2010 at 8:21 PM, Jack <jack@rybn.org> wrote: > Send us your patch. > You can send list (and anything) to subpatch without problem. > I guess you have an object in your subpatch that doesn't > accept list but > float. > ++ > > Jack > > > Le mercredi 01 septembre 2010 à 20:01 +0200, Leandro da Mota > Damasceno a > écrit : > > > Hi guys, > > > > > > this is a very newbie question, but I'm trying to send a > list to the > > inlet of a subpatch i just made and PD is complaining it > expected > > float. Does that mean I cannot send list to an inlet by > default? is > > there a walk around? > > > > > > Leandro > > > _______________________________________________ > > 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 -- ypatios
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
That depend, do you need the first (1) or the second (2) float of your list ? (the list is in 'Gesture_Analysis', it is [1 2( before [MusExp]) ++
Jack
Le mercredi 01 septembre 2010 à 21:43 +0200, Leandro da Mota Damasceno a écrit :
SampleNoOut was supposed to be a float. why you're telling me it's a list, so I can fix it?
(sorry to send again. forgot to reply to all.)
On Wed, Sep 1, 2010 at 9:34 PM, Jack jack@rybn.org wrote: In your abstraction 'MusExp', you have a [s SampleNoOut] sending a list. Therefore, you have a problem in your main patch (near 'Input_Song_control' where you receive (by [r SampleNoOut]) the list in a [pack] ([pack s f]). So you need to receive a float in the second inlet but you get a list. There is the same problem with your other [r SampleNoOut] follow by [sel 1 2 3]. [sel] need a float here ! ++
Jack Le mercredi 01 septembre 2010 à 21:00 +0200, Leandro da Mota Damasceno a écrit : > Oh, sorry! I thought it was going to the whole list already... > > > here's the main patch... > > > On Wed, Sep 1, 2010 at 8:49 PM, ypatios <ypatios@gmail.com> wrote: > and please "reply to all"! :) > > > > On 1 September 2010 21:40, Jack <jack@rybn.org> wrote: > Can you send us the main patch too ? > Because it is not possible to detect the problem with > the subpatch. > ++ > > Jack > > > > Le mercredi 01 septembre 2010 à 20:26 +0200, Leandro > da Mota Damasceno a > écrit : > > It's still quiet buggy and childish... > > > > > > Ok, here's the thing: I want a patch that gets a > list that is a > > sequence of numbers. each number is set to play a > different sample > > that has been loaded. I'm still fixing the "play" > part. > > > > > > I'm sending it attached so you can tell me what to > do. > > > > > On Wed, Sep 1, 2010 at 8:21 PM, Jack <jack@rybn.org> > wrote: > > Send us your patch. > > You can send list (and anything) to subpatch > without problem. > > I guess you have an object in your subpatch > that doesn't > > accept list but > > float. > > ++ > > > > Jack > > > > > > Le mercredi 01 septembre 2010 à 20:01 +0200, > Leandro da Mota > > Damasceno a > > écrit : > > > > > Hi guys, > > > > > > > > > this is a very newbie question, but I'm > trying to send a > > list to the > > > inlet of a subpatch i just made and PD is > complaining it > > expected > > > float. Does that mean I cannot send list > to an inlet by > > default? is > > > there a walk around? > > > > > > > > > Leandro > > > > > > _______________________________________________ > > > 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 > > > > > > -- > ypatios > > > _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Yes, I do. That is kind of the whole point of it. The list is the numbers of the samples I want to be played, in order. The difference is, if I get an "analyze" in the beginning, I want it to play the sample AND analyze if the gestures being played by the user (which will be detect through another software) correspond to the sample being played. The user will have trained the system before, of course. Right now, I'm not focusing on the analysis, but rather just making the damn thing play :P
On Wed, Sep 1, 2010 at 9:53 PM, Jack jack@rybn.org wrote:
That depend, do you need the first (1) or the second (2) float of your list ? (the list is in 'Gesture_Analysis', it is [1 2( before [MusExp]) ++
Jack
Le mercredi 01 septembre 2010 à 21:43 +0200, Leandro da Mota Damasceno a écrit :
SampleNoOut was supposed to be a float. why you're telling me it's a list, so I can fix it?
(sorry to send again. forgot to reply to all.)
On Wed, Sep 1, 2010 at 9:34 PM, Jack jack@rybn.org wrote: In your abstraction 'MusExp', you have a [s SampleNoOut] sending a list. Therefore, you have a problem in your main patch (near 'Input_Song_control' where you receive (by [r SampleNoOut]) the list in a [pack] ([pack s f]). So you need to receive a float in the second inlet but you get a list. There is the same problem with your other [r SampleNoOut] follow by [sel 1 2 3]. [sel] need a float here ! ++
Jack Le mercredi 01 septembre 2010 à 21:00 +0200, Leandro da Mota Damasceno a écrit : > Oh, sorry! I thought it was going to the whole list already... > > > here's the main patch... > > > On Wed, Sep 1, 2010 at 8:49 PM, ypatios <ypatios@gmail.com> wrote: > and please "reply to all"! :) > > > > On 1 September 2010 21:40, Jack <jack@rybn.org> wrote: > Can you send us the main patch too ? > Because it is not possible to detect the problem with > the subpatch. > ++ > > Jack > > > > Le mercredi 01 septembre 2010 à 20:26 +0200, Leandro > da Mota Damasceno a > écrit : > > It's still quiet buggy and childish... > > > > > > Ok, here's the thing: I want a patch that gets a > list that is a > > sequence of numbers. each number is set to play a > different sample > > that has been loaded. I'm still fixing the "play" > part. > > > > > > I'm sending it attached so you can tell me what to > do. > > > > > On Wed, Sep 1, 2010 at 8:21 PM, Jack <jack@rybn.org> > wrote: > > Send us your patch. > > You can send list (and anything) to subpatch > without problem. > > I guess you have an object in your subpatch > that doesn't > > accept list but > > float. > > ++ > > > > Jack > > > > > > Le mercredi 01 septembre 2010 à 20:01 +0200, > Leandro da Mota > > Damasceno a > > écrit : > > > > > Hi guys, > > > > > > > > > this is a very newbie question, but I'm > trying to send a > > list to the > > > inlet of a subpatch i just made and PD is > complaining it > > expected > > > float. Does that mean I cannot send list > to an inlet by > > default? is > > > there a walk around? > > > > > > > > > Leandro > > > > > > _______________________________________________ > > > 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 > > > > > > -- > ypatios > > > _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Have a look in the patch, where there are comments. As you can see there is a list [1 2(. when this list is sent, there is an error. Open the both patches and follow the comment. ++
Jack
Yes, I do. That is kind of the whole point of it. The list is the numbers of the samples I want to be played, in order. The difference is, if I get an "analyze" in the beginning, I want it to play the sample AND analyze if the gestures being played by the user (which will be detect through another software) correspond to the sample being played. The user will have trained the system before, of course. Right now, I'm not focusing on the analysis, but rather just making the damn thing play :P
On Wed, Sep 1, 2010 at 9:53 PM, Jack jack@rybn.org wrote:
That depend, do you need the first (1) or the second (2) float of your list ? (the list is in 'Gesture_Analysis', it is [1 2( before [MusExp]) ++
Jack
Le mercredi 01 septembre 2010 à 21:43 +0200, Leandro da Mota Damasceno a écrit :
SampleNoOut was supposed to be a float. why you're telling me it's a list, so I can fix it?
(sorry to send again. forgot to reply to all.)
On Wed, Sep 1, 2010 at 9:34 PM, Jack jack@rybn.org wrote: In your abstraction 'MusExp', you have a [s SampleNoOut] sending a list. Therefore, you have a problem in your main patch (near 'Input_Song_control' where you receive (by [r SampleNoOut]) the list in a [pack] ([pack s f]). So you need to receive a float in the second inlet but you get a list. There is the same problem with your other [r SampleNoOut] follow by [sel 1 2 3]. [sel] need a float here ! ++
Jack Le mercredi 01 septembre 2010 à 21:00 +0200, Leandro da Mota Damasceno a écrit : > Oh, sorry! I thought it was going to the whole list already... > > > here's the main patch... > > > On Wed, Sep 1, 2010 at 8:49 PM, ypatios <ypatios@gmail.com> wrote: > and please "reply to all"! :) > > > > On 1 September 2010 21:40, Jack <jack@rybn.org> wrote: > Can you send us the main patch too ? > Because it is not possible to detect the problem with > the subpatch. > ++ > > Jack > > > > Le mercredi 01 septembre 2010 à 20:26 +0200, Leandro > da Mota Damasceno a > écrit : > > It's still quiet buggy and childish... > > > > > > Ok, here's the thing: I want a patch that gets a > list that is a > > sequence of numbers. each number is set to play a > different sample > > that has been loaded. I'm still fixing the "play" > part. > > > > > > I'm sending it attached so you can tell me what to > do. > > > > > On Wed, Sep 1, 2010 at 8:21 PM, Jack <jack@rybn.org> > wrote: > > Send us your patch. > > You can send list (and anything) to subpatch > without problem. > > I guess you have an object in your subpatch > that doesn't > > accept list but > > float. > > ++ > > > > Jack > > > > > > Le mercredi 01 septembre 2010 à 20:01 +0200, > Leandro da Mota > > Damasceno a > > écrit : > > > > > Hi guys, > > > > > > > > > this is a very newbie question, but I'm > trying to send a > > list to the > > > inlet of a subpatch i just made and PD is > complaining it > > expected > > > float. Does that mean I cannot send list > to an inlet by > > default? is > > > there a walk around? > > > > > > > > > Leandro > > > > > > _______________________________________________ > > > 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 > > > > > > -- > ypatios > > > _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Ok, so it still complains of the error and I'm not getting the output I wanted...
That is the point... I was precisely complaining abou that error with that specific list. in fact, that list should be as big as 1 2 2 1 3 1 3 3 2 1 3 or something like that. Tell me why am I get getting this... I don't see elements that expect floats that are getting lists...
On Wed, Sep 1, 2010 at 10:10 PM, jack@rybn.org wrote:
Have a look in the patch, where there are comments. As you can see there is a list [1 2(. when this list is sent, there is an error. Open the both patches and follow the comment. ++
Jack
Yes, I do. That is kind of the whole point of it. The list is the numbers of the samples I want to be played, in order. The difference is, if I get an "analyze" in the beginning, I want it to play the sample AND analyze if the gestures being played by the user (which will be detect through another software) correspond to the sample being played. The user will have trained the system before, of course. Right now, I'm not focusing on the
analysis,
but rather just making the damn thing play :P
On Wed, Sep 1, 2010 at 9:53 PM, Jack jack@rybn.org wrote:
That depend, do you need the first (1) or the second (2) float of your list ? (the list is in 'Gesture_Analysis', it is [1 2( before [MusExp]) ++
Jack
Le mercredi 01 septembre 2010 à 21:43 +0200, Leandro da Mota Damasceno a écrit :
SampleNoOut was supposed to be a float. why you're telling me it's a list, so I can fix it?
(sorry to send again. forgot to reply to all.)
On Wed, Sep 1, 2010 at 9:34 PM, Jack jack@rybn.org wrote: In your abstraction 'MusExp', you have a [s SampleNoOut] sending a list. Therefore, you have a problem in your main patch (near 'Input_Song_control' where you receive (by [r SampleNoOut]) the list in a [pack] ([pack s f]). So you need to receive a float in the second inlet but you get a list. There is the same problem with your other [r SampleNoOut] follow by [sel 1 2 3]. [sel] need a float here ! ++
Jack Le mercredi 01 septembre 2010 à 21:00 +0200, Leandro da Mota Damasceno a écrit : > Oh, sorry! I thought it was going to the whole list already... > > > here's the main patch... > > > On Wed, Sep 1, 2010 at 8:49 PM, ypatios <ypatios@gmail.com> wrote: > and please "reply to all"! :) > > > > On 1 September 2010 21:40, Jack <jack@rybn.org> wrote: > Can you send us the main patch too ? > Because it is not possible to detect the problem with > the subpatch. > ++ > > Jack > > > > Le mercredi 01 septembre 2010 à 20:26 +0200, Leandro > da Mota Damasceno a > écrit : > > It's still quiet buggy and childish... > > > > > > Ok, here's the thing: I want a patch that gets a > list that is a > > sequence of numbers. each number is set to play a > different sample > > that has been loaded. I'm still fixing the "play" > part. > > > > > > I'm sending it attached so you can tell me what to > do. > > > > > On Wed, Sep 1, 2010 at 8:21 PM, Jack <jack@rybn.org> > wrote: > > Send us your patch. > > You can send list (and anything) to subpatch > without problem. > > I guess you have an object in your subpatch > that doesn't > > accept list but > > float. > > ++ > > > > Jack > > > > > > Le mercredi 01 septembre 2010 à 20:01 +0200, > Leandro da Mota > > Damasceno a > > écrit : > > > > > Hi guys, > > > > > > > > > this is a very newbie question, but I'm > trying to send a > > list to the > > > inlet of a subpatch i just made and PD is > complaining it > > expected > > > float. Does that mean I cannot send list > to an inlet by > > default? is > > > there a walk around? > > > > > > > > > Leandro > > > > > > _______________________________________________ > > > 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 > > > > > > -- > ypatios > > > _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hmm folks... It's working now hhahaha
I was focusing on the wrong inlet and I had a very weird connection from route to packel. That was the float it was expecting and that is why it was bitching about the list.
Sorry for making you waste your time, but thank you for all the help. Jack, thanks a lot for taking a look on the pieces of the code.
More doubts yet to come (like "how can i save a list in an atom so I can bang it?")
thanks again!
Leandro
On Wed, Sep 1, 2010 at 10:19 PM, Leandro da Mota Damasceno <lemota@gmail.com
wrote:
Ok, so it still complains of the error and I'm not getting the output I wanted...
That is the point... I was precisely complaining abou that error with that specific list. in fact, that list should be as big as 1 2 2 1 3 1 3 3 2 1 3 or something like that. Tell me why am I get getting this... I don't see elements that expect floats that are getting lists...
On Wed, Sep 1, 2010 at 10:10 PM, jack@rybn.org wrote:
Have a look in the patch, where there are comments. As you can see there is a list [1 2(. when this list is sent, there is an error. Open the both patches and follow the comment. ++
Jack
Yes, I do. That is kind of the whole point of it. The list is the
numbers
of the samples I want to be played, in order. The difference is, if I get
an
"analyze" in the beginning, I want it to play the sample AND analyze if the gestures being played by the user (which will be detect through another software) correspond to the sample being played. The user will have trained the system before, of course. Right now, I'm not focusing on the
analysis,
but rather just making the damn thing play :P
On Wed, Sep 1, 2010 at 9:53 PM, Jack jack@rybn.org wrote:
That depend, do you need the first (1) or the second (2) float of your list ? (the list is in 'Gesture_Analysis', it is [1 2( before [MusExp]) ++
Jack
Le mercredi 01 septembre 2010 à 21:43 +0200, Leandro da Mota Damasceno
a
écrit :
SampleNoOut was supposed to be a float. why you're telling me it's a list, so I can fix it?
(sorry to send again. forgot to reply to all.)
On Wed, Sep 1, 2010 at 9:34 PM, Jack jack@rybn.org wrote: In your abstraction 'MusExp', you have a [s SampleNoOut] sending a list. Therefore, you have a problem in your main patch (near 'Input_Song_control' where you receive (by [r SampleNoOut]) the list in a [pack] ([pack s f]). So you need to receive a float in the second inlet but you
get
a list. There is the same problem with your other [r SampleNoOut] follow by [sel 1 2 3]. [sel] need a float here ! ++ Jack Le mercredi 01 septembre 2010 à 21:00 +0200, Leandro da Mota Damasceno a écrit : > Oh, sorry! I thought it was going to the whole list already... > > > here's the main patch... > > > On Wed, Sep 1, 2010 at 8:49 PM, ypatios <ypatios@gmail.com
wrote: > and please "reply to all"! :) > > > > On 1 September 2010 21:40, Jack <jack@rybn.org> wrote: > Can you send us the main patch too ? > Because it is not possible to detect the problem with > the subpatch. > ++ > > Jack > > > > Le mercredi 01 septembre 2010 à 20:26
+0200,
Leandro > da Mota Damasceno a > écrit : > > It's still quiet buggy and childish... > > > > > > Ok, here's the thing: I want a patch that gets a > list that is a > > sequence of numbers. each number is set
to
play a > different sample > > that has been loaded. I'm still fixing
the
"play" > part. > > > > > > I'm sending it attached so you can tell
me
what to > do. > > > > > On Wed, Sep 1, 2010 at 8:21 PM, Jack <jack@rybn.org> > wrote: > > Send us your patch. > > You can send list (and anything) to subpatch > without problem. > > I guess you have an object in
your
subpatch > that doesn't > > accept list but > > float. > > ++ > > > > Jack > > > > > > Le mercredi 01 septembre 2010 à 20:01 +0200, > Leandro da Mota > > Damasceno a > > écrit : > > > > > Hi guys, > > > > > > > > > this is a very newbie question, but I'm > trying to send a > > list to the > > > inlet of a subpatch i just made and PD is > complaining it > > expected > > > float. Does that mean I cannot send list > to an inlet by > > default? is > > > there a walk around? > > > > > > > > > Leandro > > > > > > _______________________________________________ > > > 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
> > > > > > -- > ypatios > > > _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Wed, 1 Sep 2010, Leandro da Mota Damasceno wrote:
More doubts yet to come (like "how can i save a list in an atom so I can bang it?")
use [list append], aka [list]. Then you have to bang it on the left. It's not really analogous to [f] and [symbol], only partially so.
| Mathieu Bouchard ------------- Havre-Aubert, Îles-de-la-Madeleine, QC
Oh my god. So obvious that I couldn't see it... Damn! I guess it all depends on how the things are taught to you,,, The help file doesn't make that clear
Thanks Mathieu!
On Wed, Sep 1, 2010 at 11:14 PM, Mathieu Bouchard matju@artengine.cawrote:
On Wed, 1 Sep 2010, Leandro da Mota Damasceno wrote:
More doubts yet to come (like "how can i save a list in an atom so I can
bang it?")
use [list append], aka [list]. Then you have to bang it on the left. It's not really analogous to [f] and [symbol], only partially so.
| Mathieu Bouchard ------------- Havre-Aubert, Îles-de-la-Madeleine, QC
On Wed, 1 Sep 2010, Leandro da Mota Damasceno wrote:
Oh my god. So obvious that I couldn't see it... Damn! I guess it all depends on how the things are taught to you,,, The help file doesn't make that clear
bang is the same as an empty list, and appending or prepending to an empty list makes no change (except waste time making a copy the list without need for it).
I think that if everything was made that much explicit, the help files might become too large... every pd user ought to become used to a little more guessing and reasoning. and that's, for example, how things can differ from one teacher to another. It depends what is being documented, too. Maybe in the case of [list], a little extra sentence is the occasion to save a lot of time with very little effort, or maybe a big paragraph is the occasion to teach about guessing and reasoning, so that people can save even more time.
| Mathieu Bouchard ------------------------------ Villeray, Montréal, QC
Hi Leandro, After you get the error, have you tried going to the "Find" menu and choose "Find last error"? It should highlight the object in question, then you can connect a [print] object to the outlet of the object that feeds into it and see what you're sending it.
-Jonathan
--- On Wed, 9/1/10, Leandro da Mota Damasceno lemota@gmail.com wrote:
From: Leandro da Mota Damasceno lemota@gmail.com Subject: Re: [PD] Inlet Data types To: jack@rybn.org Cc: pd-list@iem.at Date: Wednesday, September 1, 2010, 10:19 PM
Ok, so it still complains of the error and I'm not getting the output I wanted... That is the point... I was precisely complaining abou that error with that specific list. in fact, that list should be as big as 1 2 2 1 3 1 3 3 2 1 3 or something like that. Tell me why am I get getting this... I don't see elements that expect floats that are getting lists...
On Wed, Sep 1, 2010 at 10:10 PM, jack@rybn.org wrote:
Have a look in the patch, where there are comments. As you can see there
is a list [1 2(. when this list is sent, there is an error.
Open the both patches and follow the comment.
++
Jack
Yes, I do. That is kind of the whole point of it. The list is the numbers
of
the samples I want to be played, in order. The difference is, if I get an
"analyze" in the beginning, I want it to play the sample AND analyze if
the
gestures being played by the user (which will be detect through another
software) correspond to the sample being played. The user will have
trained
the system before, of course. Right now, I'm not focusing on the analysis,
but rather just making the damn thing play :P
On Wed, Sep 1, 2010 at 9:53 PM, Jack jack@rybn.org wrote:
That depend, do you need the first (1) or the second (2) float of your
list ? (the list is in 'Gesture_Analysis', it is [1 2( before [MusExp])
++
Jack
Le mercredi 01 septembre 2010 à 21:43 +0200, Leandro da Mota Damasceno a
écrit :
SampleNoOut was supposed to be a float. why you're telling me it's a
list, so I can fix it?
(sorry to send again. forgot to reply to all.)
On Wed, Sep 1, 2010 at 9:34 PM, Jack jack@rybn.org wrote:
In your abstraction 'MusExp', you have a [s SampleNoOut]
sending a list.
Therefore, you have a problem in your main patch (near
'Input_Song_control' where you receive (by [r SampleNoOut])
the list in
a [pack] ([pack s f]).
So you need to receive a float in the second inlet but you get
a list.
There is the same problem with your other [r SampleNoOut]
follow by [sel
1 2 3]. [sel] need a float here !
++
Jack
Le mercredi 01 septembre 2010 à 21:00 +0200, Leandro da Mota
Damasceno a
écrit :
> Oh, sorry! I thought it was going to the whole list
already...
>
>
> here's the main patch...
>
>
> On Wed, Sep 1, 2010 at 8:49 PM, ypatios ypatios@gmail.com
wrote:
> and please "reply to all"! :)
>
>
>
> On 1 September 2010 21:40, Jack jack@rybn.org
wrote:
> Can you send us the main patch too ?
> Because it is not possible to detect the
problem with
> the subpatch.
> ++
>
> Jack
>
>
>
> Le mercredi 01 septembre 2010 à 20:26 +0200,
Leandro
> da Mota Damasceno a
> écrit :
> > It's still quiet buggy and childish...
> >
> >
> > Ok, here's the thing: I want a patch that
gets a
> list that is a
> > sequence of numbers. each number is set to
play a
> different sample
> > that has been loaded. I'm still fixing the
"play"
> part.
> >
> >
> > I'm sending it attached so you can tell me
what to
> do.
>
> >
> > On Wed, Sep 1, 2010 at 8:21 PM, Jack
> wrote:
> > Send us your patch.
> > You can send list (and anything)
to subpatch
> without problem.
> > I guess you have an object in your
subpatch
> that doesn't
> > accept list but
> > float.
> > ++
> >
> > Jack
> >
> >
> > Le mercredi 01 septembre 2010 à
20:01 +0200,
> Leandro da Mota
> > Damasceno a
> > écrit :
> >
> > > Hi guys,
> > >
> > >
> > > this is a very newbie question,
but I'm
> trying to send a
> > list to the
> > > inlet of a subpatch i just made
and PD is
> complaining it
> > expected
> > > float. Does that mean I cannot
send list
> to an inlet by
> > default? is
> > > there a walk around?
> > >
> > >
> > > Leandro
> >
> > >
>
_______________________________________________
> > > Pd-list@iem.at mailing list
> > > UNSUBSCRIBE and
account-management ->
> >
> >
> >
> >
> >
>
>
>
>
_______________________________________________
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
>
>
>
>
>
> --
> ypatios
>
>
> _______________________________________________
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
-----Inline Attachment Follows-----
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
THanks for all the tips you guys.. Of course, I'm extremely ashamed for not knowing those trivial things :P
On Wed, Sep 1, 2010 at 11:58 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
Hi Leandro, After you get the error, have you tried going to the "Find" menu and choose "Find last error"? It should highlight the object in question, then you can connect a [print] object to the outlet of the object that feeds into it and see what you're sending it.
-Jonathan
--- On *Wed, 9/1/10, Leandro da Mota Damasceno lemota@gmail.com* wrote:
From: Leandro da Mota Damasceno lemota@gmail.com Subject: Re: [PD] Inlet Data types To: jack@rybn.org Cc: pd-list@iem.at Date: Wednesday, September 1, 2010, 10:19 PM
Ok, so it still complains of the error and I'm not getting the output I wanted...
That is the point... I was precisely complaining abou that error with that specific list. in fact, that list should be as big as 1 2 2 1 3 1 3 3 2 1 3 or something like that. Tell me why am I get getting this... I don't see elements that expect floats that are getting lists...
On Wed, Sep 1, 2010 at 10:10 PM, <jack@rybn.orghttp://mc/compose?to=jack@rybn.org
wrote:
Have a look in the patch, where there are comments. As you can see there is a list [1 2(. when this list is sent, there is an error. Open the both patches and follow the comment. ++
Jack
Yes, I do. That is kind of the whole point of it. The list is the numbers of the samples I want to be played, in order. The difference is, if I get an "analyze" in the beginning, I want it to play the sample AND analyze if the gestures being played by the user (which will be detect through another software) correspond to the sample being played. The user will have trained the system before, of course. Right now, I'm not focusing on the
analysis,
but rather just making the damn thing play :P
On Wed, Sep 1, 2010 at 9:53 PM, Jack <jack@rybn.orghttp://mc/compose?to=jack@rybn.org>
wrote:
That depend, do you need the first (1) or the second (2) float of your list ? (the list is in 'Gesture_Analysis', it is [1 2( before [MusExp]) ++
Jack
Le mercredi 01 septembre 2010 à 21:43 +0200, Leandro da Mota Damasceno a écrit :
SampleNoOut was supposed to be a float. why you're telling me it's a list, so I can fix it?
(sorry to send again. forgot to reply to all.)
On Wed, Sep 1, 2010 at 9:34 PM, Jack <jack@rybn.orghttp://mc/compose?to=jack@rybn.org>
wrote:
In your abstraction 'MusExp', you have a [s SampleNoOut] sending a list. Therefore, you have a problem in your main patch (near 'Input_Song_control' where you receive (by [r SampleNoOut]) the list in a [pack] ([pack s f]). So you need to receive a float in the second inlet but you get a list. There is the same problem with your other [r SampleNoOut] follow by [sel 1 2 3]. [sel] need a float here ! ++ Jack Le mercredi 01 septembre 2010 à 21:00 +0200, Leandro da Mota Damasceno a écrit : > Oh, sorry! I thought it was going to the whole list already... > > > here's the main patch... > > > On Wed, Sep 1, 2010 at 8:49 PM, ypatios <ypatios@gmail.com<http://mc/compose?to=ypatios@gmail.com>
wrote: > and please "reply to all"! :) > > > > On 1 September 2010 21:40, Jack <jack@rybn.org<http://mc/compose?to=jack@rybn.org>
wrote: > Can you send us the main patch too ? > Because it is not possible to detect the problem with > the subpatch. > ++ > > Jack > > > > Le mercredi 01 septembre 2010 à 20:26 +0200, Leandro > da Mota Damasceno a > écrit : > > It's still quiet buggy and childish... > > > > > > Ok, here's the thing: I want a patch that gets a > list that is a > > sequence of numbers. each number is set to play a > different sample > > that has been loaded. I'm still fixing the "play" > part. > > > > > > I'm sending it attached so you can tell me what to > do. > > > > > On Wed, Sep 1, 2010 at 8:21 PM, Jack <jack@rybn.org <http://mc/compose?to=jack@rybn.org>> > wrote: > > Send us your patch. > > You can send list (and anything) to subpatch > without problem. > > I guess you have an object in your subpatch > that doesn't > > accept list but > > float. > > ++ > > > > Jack > > > > > > Le mercredi 01 septembre 2010 à 20:01 +0200, > Leandro da Mota > > Damasceno a > > écrit : > > > > > Hi guys, > > > > > > > > > this is a very newbie question, but I'm > trying to send a > > list to the > > > inlet of a subpatch i just made and PD is > complaining it > > expected > > > float. Does that mean I cannot send list > to an inlet by > > default? is > > > there a walk around? > > > > > > > > > Leandro > > > > > > _______________________________________________ > > > Pd-list@iem.at<http://mc/compose?to=Pd-list@iem.at>mailing list > > > UNSUBSCRIBE and account-management -> > > http://lists.puredata.info/listinfo/pd-list > > > > > > > > > > > > _______________________________________________ > Pd-list@iem.at<http://mc/compose?to=Pd-list@iem.at>mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > > > > > > -- > ypatios > > > _______________________________________________ > Pd-list@iem.at <http://mc/compose?to=Pd-list@iem.at>mailing list > UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----Inline Attachment Follows-----
Pd-list@iem.at http://mc/compose?to=Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Every question is only trivial if you know the answer well. Metastudio 3 for Pure Data - Free download at: http://sharktracks.co.uk/puredata
From: Leandro da Mota Damasceno lemota@gmail.com To: Jonathan Wilkes jancsika@yahoo.com Cc: pd-list@iem.at Sent: Wed, 1 September, 2010 23:29:31 Subject: Re: [PD] Inlet Data types
THanks for all the tips you guys.. Of course, I'm extremely ashamed for not knowing those trivial things :P
On Wed, Sep 1, 2010 at 11:58 PM, Jonathan Wilkes jancsika@yahoo.com wrote:
Hi Leandro,
After you get the error, have you tried going to the "Find" menu and choose
"Find last
error"? It should highlight the object in question, then you can connect a [print] object
to the outlet of the object that feeds into it and see what you're sending it.
-Jonathan
--- On Wed, 9/1/10, Leandro da Mota Damasceno lemota@gmail.com wrote:
From: Leandro da Mota Damasceno lemota@gmail.com Subject: Re: [PD] Inlet Data types To: jack@rybn.org Cc: pd-list@iem.at Date: Wednesday, September 1, 2010, 10:19 PM
Ok, so it still complains of the error and I'm not getting the output I wanted...
That is the point... I was precisely complaining abou that error with that specific list. in fact, that list should be as big as 1 2 2 1 3 1 3 3 2 1 3 or something like that. Tell me why am I get getting this... I don't see elements that expect floats that are getting lists...
On Wed, Sep 1, 2010 at 10:10 PM, jack@rybn.org wrote:
Have a look in the patch, where there are comments. As you can see there
is a list [1 2(. when this list is sent, there is an error. Open the both patches and follow the comment. ++
Jack
Yes, I do. That is kind of the whole point of it. The list is the numbers of the samples I want to be played, in order. The difference is, if I get an "analyze" in the beginning, I want it to play the sample AND analyze if the gestures being played by the user (which will be detect through another software) correspond to the sample being played. The user will have trained the system before, of course. Right now, I'm not focusing on the analysis, but rather just making the damn thing play :P
On Wed, Sep 1, 2010 at 9:53 PM, Jack jack@rybn.org wrote:
That depend, do you need the first (1) or the second (2) float of your list ? (the list is in 'Gesture_Analysis', it is [1 2( before [MusExp]) ++
Jack
Le mercredi 01 septembre 2010 à 21:43 +0200, Leandro da Mota Damasceno a écrit :
SampleNoOut was supposed to be a float. why you're telling me it's a list, so I can fix it?
(sorry to send again. forgot to reply to all.)
On Wed, Sep 1, 2010 at 9:34 PM, Jack jack@rybn.org wrote: In your abstraction 'MusExp', you have a [s SampleNoOut] sending a list. Therefore, you have a problem in your main patch (near 'Input_Song_control' where you receive (by [r SampleNoOut]) the list in a [pack] ([pack s f]). So you need to receive a float in the second inlet but you get a list. There is the same problem with your other [r SampleNoOut] follow by [sel 1 2 3]. [sel] need a float here ! ++
Jack Le mercredi 01 septembre 2010 à 21:00 +0200, Leandro da Mota Damasceno a écrit : > Oh, sorry! I thought it was going to the whole list already... > > > here's the main patch... > > > On Wed, Sep 1, 2010 at 8:49 PM, ypatios <ypatios@gmail.com> wrote: > and please "reply to all"! :) > > > > On 1 September 2010 21:40, Jack <jack@rybn.org> wrote: > Can you send us the main patch too ? > Because it is not possible to detect the problem with > the subpatch. > ++ > > Jack > > > > Le mercredi 01 septembre 2010 à 20:26 +0200, Leandro > da Mota Damasceno a > écrit : > > It's still quiet buggy and childish... > > > > > > Ok, here's the thing: I want a patch that gets a > list that is a > > sequence of numbers. each number is set to play a > different sample > > that has been loaded. I'm still fixing the "play" > part. > > > > > > I'm sending it attached so you can tell me what to > do. > > > > > On Wed, Sep 1, 2010 at 8:21 PM, Jack <jack@rybn.org> > wrote: > > Send us your patch. > > You can send list (and anything) to subpatch > without problem. > > I guess you have an object in your subpatch > that doesn't > > accept list but > > float. > > ++ > > > > Jack > > > > > > Le mercredi 01 septembre 2010 à 20:01 +0200, > Leandro da Mota > > Damasceno a > > écrit : > > > > > Hi guys, > > > > > > > > > this is a very newbie question, but I'm > trying to send a > > list to the > > > inlet of a subpatch i just made and PD is > complaining it > > expected > > > float. Does that mean I cannot send list > to an inlet by > > default? is > > > there a walk around? > > > > > > > > > Leandro > > > > > > _______________________________________________ > > > 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 > > > > > > -- > ypatios > > > _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----Inline Attachment Follows-----
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Jack, i was analyzing that.. but the thing is, SampleNoOut is a float that comes from the number2 that shows the current sample. That part of the code is the only one I know is working just fine, so I still don't think that's it...
On Wed, Sep 1, 2010 at 9:43 PM, Leandro da Mota Damasceno lemota@gmail.comwrote:
SampleNoOut was supposed to be a float. why you're telling me it's a list, so I can fix it?
(sorry to send again. forgot to reply to all.)
On Wed, Sep 1, 2010 at 9:34 PM, Jack jack@rybn.org wrote:
In your abstraction 'MusExp', you have a [s SampleNoOut] sending a list. Therefore, you have a problem in your main patch (near 'Input_Song_control' where you receive (by [r SampleNoOut]) the list in a [pack] ([pack s f]). So you need to receive a float in the second inlet but you get a list. There is the same problem with your other [r SampleNoOut] follow by [sel 1 2 3]. [sel] need a float here ! ++
Jack
Le mercredi 01 septembre 2010 à 21:00 +0200, Leandro da Mota Damasceno a écrit :
Oh, sorry! I thought it was going to the whole list already...
here's the main patch...
On Wed, Sep 1, 2010 at 8:49 PM, ypatios ypatios@gmail.com wrote: and please "reply to all"! :)
On 1 September 2010 21:40, Jack <jack@rybn.org> wrote: Can you send us the main patch too ? Because it is not possible to detect the problem with the subpatch. ++ Jack Le mercredi 01 septembre 2010 à 20:26 +0200, Leandro da Mota Damasceno a écrit : > It's still quiet buggy and childish... > > > Ok, here's the thing: I want a patch that gets a list that is a > sequence of numbers. each number is set to play a different sample > that has been loaded. I'm still fixing the "play" part. > > > I'm sending it attached so you can tell me what to do. > > On Wed, Sep 1, 2010 at 8:21 PM, Jack <jack@rybn.org> wrote: > Send us your patch. > You can send list (and anything) to subpatch without problem. > I guess you have an object in your subpatch that doesn't > accept list but > float. > ++ > > Jack > > > Le mercredi 01 septembre 2010 à 20:01 +0200, Leandro da Mota > Damasceno a > écrit : > > > Hi guys, > > > > > > this is a very newbie question, but I'm trying to send a > list to the > > inlet of a subpatch i just made and PD is complaining it > expected > > float. Does that mean I cannot send list to an inlet by > default? is > > there a walk around? > > > > > > Leandro > > > _______________________________________________ > > 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 -- ypatios
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->