Skip to content

Pure Data - add getname method for fluid.dataset - as in Max  #91

@marcodsad

Description

@marcodsad

Is your feature request related to a problem? Please describe the problem.

I’m using fluid.dataset in dynamically-created abstractions in Pd.
While all fluid.buffer objects work well when using $0-buffers, fluid.dataset doesn't recognize a buffer named dynamically in that way. This seems to me a bit incoherent, but I assume it is a dictated by some implementation need.

Nevertheless, @weefuzzy mentioned that fluid.dataset does give a random name to its buffer when no argument is provided and that in Max it is possible to query this name with the method getname. Presently, this method is not implemented in Pd.

Describe the solution you'd like to see.

Not knowing the source code of fluid.dataset or flucoma, I assume implementing the getname method in Pd would be the easiest solution?

Describe alternatives you've considered

That said, it would be even neater if fluid.dataset could work with $0-buffers so it'd integrate perfectly with Pd as the other fluid.buffer objects already do. But that's probably a lot more work.

Additional context

My own context of development is an instrument that creates dynamically macro abstractions capable of analysing, extracting features and create navigable datasets from different media folders. This would also allow to apply the same operation to music being played live for example, or to create a sort of memory for the instrument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions