Page 1 of 1

Wavetick - Wavesum

Posted: Thu Jul 05, 2012 10:09 pm
by Basic
Anyone using this or used it?

http://wavesum.net/products.html

I just had a little play with it and it seems ok... not to sure how reliable it would be over a long period though.

EDIT:

I did re search and came across this thread. viewtopic.php?f=1&t=5469&hilit=wavesum

I'm still interested if people have been using this and their outcome etc.

Cheers
Basic

Re: Wavetick - Wavesum

Posted: Thu Jul 05, 2012 11:02 pm
by The Midi Thief
I got to give Waveclock another try. I swapped Soundflower for another app. Wavetick looks interesting but I wonder if you can update from Waveclock to Wavetick since they are pretty expensive for being small helper apps (I have written and asked). I remember from previous discussions with Wavesum that they have spent so much time developing that the apps needs to be high priced.

Re: Wavetick - Wavesum

Posted: Thu Jul 05, 2012 11:38 pm
by Basic
Wavetick looks interesting but I wonder if you can update from Waveclock to Wavetick since they are pretty expensive for being small helper apps


Good point and I wonder too. Its pretty expensive for a little app but im still wondering how accurate it could be. Thanks again for your response. I'll be testing a little more over the next few weeks.

Re: Wavetick - Wavesum

Posted: Thu Jul 05, 2012 11:55 pm
by The Midi Thief
I know Udart swears by it and says it's robust.

Re: Wavetick - Wavesum

Posted: Fri Jul 06, 2012 8:52 pm
by orion
This is kinda off topic but check this ableton workaround for converting Audio to Midi for those who use both.
http://www.abletonop.com/2011/11/convert-audio-to-midi-within-live-for-infinite-possibilities/

I got it working to a certain point, I might do a little tutorial on this as it's kind of confusing, at least for me it was anyways. Biggest problem I had though was not really begin able to control the rate at which CC was being sent. When I would assign the IAC midi signal to BPM router I'd get crazy huge numbers, I think it's because of the way the module handles bpm???:
speed = (round(60 * ( 1.0 /( total /3.0) ))) / 60

I tired to make adjustments to the python but that's as far as I got before I realized that I'd rather have more dedicated control over FX controlled by different frequencies rather than bpm, so im gonna work on that but if you have any questions about this I might could help.