based on my last post ("universal bus") i worked further to find a way, how to convert audio to a samplerate synced floatstream. this means, you can send an audio signal via a message cord, transformed to a floatstream.
you may ask: for what?
well, you can then use different message objects (or whatever) to edit the audio signal before you convert it back to audio, and then send it to the [dac~].
i always searched for a [tabwrite~] object, that was capable of accessing single indicies of an array. but tabwrite~ doesn't feature this, because audio is processed in blocks in pd.
but the message domain [tabwrite] can do this. so now you can use [tabwrite] to process audio too.
or maybe you want to create your own oscillators from scratch. this all is possible with a sample rate clock, like the one, used in this patch here.
just don't know what you folks think about that, but for me, this is a gate to a new world.
http://www.pdpatchrepo.info/hurleur/audiostream_converter.pd