Greg Hooper
2012-Dec-26 21:04 UTC
[R] Is there a package to output midi files for sonification of data
Hi, I have been using Matlab to produce midi files for sonfication and algorithmic composition projects. I would like to transfer that work into R (in which I am a total newbie) and have been looking for a package that can read and write midi files. No success so far so does anyone know of one? I have seen that I can output to csv and then use a utility to convert csv to midi (and vice-versa). But native R would be better if possible. thanks for any help, Greg [[alternative HTML version deleted]]
Suzen, Mehmet
2012-Dec-26 23:49 UTC
[R] Is there a package to output midi files for sonification of data
Hi Greg, you can try tuneR : http://cran.r-project.org/web/packages/tuneR/ Best, -m On 26 December 2012 22:04, Greg Hooper <gregstuarthooper at gmail.com> wrote:> Hi, I have been using Matlab to produce midi files for sonfication and > algorithmic composition projects. I would like to transfer that work into R > (in which I am a total newbie) and have been looking for a package that can > read and write midi files. No success so far so does anyone know of one? I > have seen that I can output to csv and then use a utility to convert csv to > midi (and vice-versa). But native R would be better if possible. > thanks for any help, Greg > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.