-
Martell
I'm reading data from a textfile using [metro 10].
After little logical analysing the data finally the output of [&&] is connected to (the left side of)|
[0, 66100 1500(
|
[line~]
|
[tabread~ array2]
|
[dac~]Array2 contains a 88200-Sample-Wav-File.
But always when I build this connection a ground-loop-like sound occurs until I cut this connection again.
Does anybody has an idea how to avoid this loop/such loops?
M.
-
Martell
Anywhere I saw a patch called "derivate". But I cannot find it again.
Has anybody an idea, where I should search for it?M.
-
-
Martell
The time-object delivers hh, mm, ss, ms from left to right.
I don't succeed in adding hh mm ss into a symbol using [add2(.
Always ss mm hh (in this order) will be arranged. What should I do?
Martell
-
Martell
I can build makefilename-objects, but they don't work, they do nothing.
Opening the makefilename-help.pd, the objects there do what their name promises.
What could be wrong?
-
Martell
I'm sampling data with a joystick-Interface and process them.
For documentation the incoming datastream should be stored in textfiles.Is there any way to build automatic packages of data (successive files) with a start-time-stamp as filename in PD?
-
Martell
I want to use "netsend" to transfer data to another application.
When I connect the incoming data [joystick-floats) with the [send $1( - Object the following error occurs:
error: gatom: no method for 'send'
How can I transmit a stream of floats via netsend?
Martell
-
Martell
I'am sampling data (stream of floats, 20 Hz-rate) with an other AD-application. This app sends strings via tcp/ip to PD and sometimes PD receives this data (using netreceive 8080). But in most cases PD does not start progressing the received data. Instead of "EOF on socket XYZ" is prompted.
What should I try to remedy this.
Martell
-
Martell
Does anybody know how to add strings and atoms without seperation by
a single space when composing complex messages?Martell