Ethan Brown

Results 9 comments of Ethan Brown

What version of Csound are you using? Csound 6 totally changed the API and I haven't gotten these packages working with the new API yet.

Hmm. Are there other "dll" files in that directory? What do you get from `dir *dll*`(or whatever the correct command is) in that directory on the command line?

As I commented above, the packages don't work with Csound 6. What version of R are you using? Does the archived `rdyncall` actually still work for you? It wouldn't be...

Try changing your working directory to where the dll files are, either before loading playitbyr (and the associated csound package), or before using `setCsoundLibrary()`. So, in a clean R session:...

@scotgl -- It looks like R is not actually changing directories in the `setwd` command. In the code you posted it looks like you entered the directory as `"C:\Program Files\Csound\bin\"`...

Leaving open but will not fix for 0.2.0

Here's a start on an idea of how we might be able to make this work. This code takes the output of generate from a data-generating function that already inherently...

I'm thinking the specification for how to split the output should happen in `specify(split_by = ...)` or similar. The wrangling itself would happen within `generate()`, likely at `generate_row()` where the...

If user specifies `.reps` within `define()`, `generate()` could even try to make a guess about how to split the output by what dimension of the output matches `.reps`... `split_by =...