select audio file
Hey interesting project. i'm curious about learning how to play an audio file properly. Is there a dialog to pick the audio file or do i need to hardcode the filename to a project / graph variable. like /Users/something/...
to play an audio file you would just add the play audio file node and put the local file location into the file location as a string.
something like this? I'm running the app downloaded from the apple silicon link in the repo.
So just pressing A should do it?
Is there another way to test if keyboard events are firing because I'm not sure I'm getting any input
Keyboard events only fire when MacroGraph is not in focus and the title bar of the node will dim/flash when a node runs.
got it, thanks!