How to load own sample into Max, using buffer~
Hello, I am trying to create a generative sample slicer using buffer~, I have my own sample on my computer. How do I get this into my Max patch?
buffer~[buffer name] [filename] is not working for me.
for the filename argument to work, the file needs to exist inside the current max search path (file preferences)
preriodically appearing error: do not forget to type in a length argument for buffer objects.
better use replace message with path to sample file.
works allways.
if max patch and sample are in same folder (makes it portable)
you can use replace with file name without specifying path
or use name as argument.
