[maxmsp] Re: convert signals into data values ,flawless?
mzed
mzed at cnmat.berkeley.edu
Tue Dec 4 17:23:35 MST 2007
- Previous message: [maxmsp] Re: convert signals into data values ,flawless?
- Next message: [maxmsp] Re: convert signals into data values ,flawless?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Quote: jascha wrote on Tue, 04 December 2007 07:55 ---------------------------------------------------- > i know, but i want it to give out data-values to send it out as midi-controller-data. > > even if i?d built everything to be data-value the result is less accurate and not precise enough.thats why id like it to be signals first and convert the precise values of the signal into midi-data. > i tried sig2midi and its not accurate enough... > > ---------------------------------------------------- Your signal rate is probably 44.1k 16-bit numbers per second, or 705.6 Kbits/sec. MIDI standard is 31.25 Kbits/sec. In other words, there is no way to accurately represent a typical audio signal as MIDI. mz -- || michael f. zbyszynski -- molecular gastronimist || http://www.cnmat.berkeley.edu/ || http://www.mikezed.com/
- Previous message: [maxmsp] Re: convert signals into data values ,flawless?
- Next message: [maxmsp] Re: convert signals into data values ,flawless?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
