poc of soundfiler for dpf#288
Conversation
|
To get the outlets to work I'm thinking of passing However this probably requires symbol support in |
… DPF getSpecialDir(); split to separate template include
|
@pedrojg321 done :) Are you interested in testing this feature? |
|
Thanks! I was able to compile a patch that had soundfile blocks. I'm trying to persist some values but still need to work more on it |
|
thanks for pointing me here @dromer ! so am i right in assuming this is currently not working even in develop? or is there a way in which i could test this from plugdata by installing a dev-version of the hvcc toolchain? |
|
Using |
thanks, did that and got this in terminal: looking at the toolchain folder in Documents/plugdata/Toolchain it is not entirely clear to me which files/parts I would have to replace. |
|
You would only need to replace Let me do a rebuild of this branch to create a build in CI for you. |
|
This Action should result in some builds of the Heavy binary: https://github.com/Wasted-Audio/hvcc/actions/runs/22004826723 |
|
Oh yeah this is not part of Heavy internals yet so it's a manual thing. This branch is in Draft status for a reason ;) |
|
sorry to waste so much time on this... after exporting source + GUI from plugdata, i manually added tinywav.c and tinywav.h to the plugin/source/ directory and tried "make" now i get an error, because: |
|
Ah, from the Makefile for the plugin you can see that I was putting Tinywav in a folder on the root level. Again this was super Proof of Concept stuff so not in any way polished for users. I think I just cloned https://github.com/mhroth/tinywav into the project root. |
|
I think so, maybe check what info is passed to the outlets and print it to the console. Not all hosts will print debug info though, personally I always test using jack standalone from cli. Should also work on macOS. |
|
hmm. i am getting: [tinywav] Failed to open file for reading: No such file or directory if i try to load a file via "soundfiler" (compiled to tinywav) . the path works in PD, it is valid. |


Very crude and does not have working outlets.