Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ddr should detect whether wavs are stereo; the stereo argument is not necessary #3

Open
tlevine opened this issue Jun 12, 2013 · 1 comment

Comments

@tlevine
Copy link
Contributor

tlevine commented Jun 12, 2013

It seems that ddr can detect stereo and mono files, so maybe we can do away with the stereo argument.

  sequence(list(piano$A2), list(beat.dynamics[1:100]), stereo = F)
  |                                                                                                                                                      |   0%Error in FUN(X[[1L]], ...) : 
  One 'Wave' object is mono, the other one stereo
Calls: sequence ... reduce_waves -> Reduce -> f -> bind -> lapply -> FUN
@abelsonlive
Copy link
Contributor

You're right. Looking into how to make my own stereo fx without using seewave. Also should be able to test whether a wave object is stereo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants