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 <[email protected]> wrote:
>         and please "reply to all"! :)
>         
>         
>         
>         On 1 September 2010 21:40, Jack <[email protected]> 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 <[email protected]>
>                 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
>                 >
>                 >         >
>                 _______________________________________________
>                 >         > [email protected] mailing list
>                 >         > UNSUBSCRIBE and account-management ->
>                 >         http://lists.puredata.info/listinfo/pd-list
>                 >
>                 >
>                 >
>                 >
>                 
>                 
>                 
>                 _______________________________________________
>                 [email protected] mailing list
>                 UNSUBSCRIBE and account-management ->
>                 http://lists.puredata.info/listinfo/pd-list
>                 
>         
>         
>         
>         
>         -- 
>         ypatios
> 
> 
> _______________________________________________
> [email protected] mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list



_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to