XML Feeds

.

[maxmsp] Re: Synced Delaytimes?

steffensen rougiie at gmail.com
Tue Jan 1 08:46:55 MST 2008


Interesting, im gonna try your way also. There is a few ms errors when using audiorate/timer for measuring the delaytimes, would probly be better to do some hard math and get the delaytimes out of pure data instead. But thats over my head as of now.

Im using this with tapin~/tapout~ btw. 
I can post the patch later, its a bit of a mess atm. But it does the trick for me i spose.


Quote: Bertrand Fraysse wrote on Tue, 01 January 2008 06:15
----------------------------------------------------
> Your patch works fine I think. 
> The following patch uses another method, but the result is the same.
> 
> #P window setfont "Sans Serif" 9.;
> #P flonum 181 120 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;
> #P window linecount 1;
> #P comment 319 304 153 9109513 frequency (Hz) to time period (ms);
> #P comment 232 92 139 9109513 tempo (BPM) to frequency (Hz);
> #P comment 217 57 62 9109513 tempo (BPM);
> #P newex 268 448 50 9109513 / 100.;
> #P flonum 181 508 67 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;
> #P newex 181 475 97 9109513 / 10.;
> #P newex 181 413 50 9109513 abs 0.;
> #P newex 181 393 50 9109513 - 1000.;
> #P flonum 268 330 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;
> #P newex 268 302 50 9109513 !/ 1000.;
> #P flonum 181 330 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;
> #P newex 181 302 50 9109513 timer;
> #P user ezdac~ 357 379 401 412 0;
> #P button 181 246 15 0;
> #P flonum 181 57 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;
> #P newex 181 91 50 9109513 / 60.;
> #P newex 181 159 65 9109513 phasor~;
> #P newex 181 179 65 9109513 delta~;
> #P newex 181 219 65 9109513 edge~;
> #P newex 181 199 65 9109513 >=~ 0.;
> #P comment 249 508 44 9109513 error (%);
> #P user panel 176 154 76 90;
> #X brgb 191 191 191;
> #X frgb 255 255 255;
> #X border 1;
> #X rounded 0;
> #X shadow 0;
> #X done;
> #P connect 22 0 5 0;
> #P fasten 22 0 12 0 186 146 273 146;
> #P connect 6 0 22 0;
> #P connect 13 0 14 1;
> #P connect 13 0 18 0;
> #P connect 8 0 10 0;
> #P connect 8 0 10 1;
> #P connect 15 0 16 0;
> #P connect 18 0 16 1;
> #P connect 16 0 17 0;
> #P connect 14 0 15 0;
> #P connect 11 0 14 0;
> #P connect 12 0 13 0;
> #P connect 7 0 6 0;
> #P connect 10 0 11 0;
> #P connect 3 0 8 0;
> #P connect 5 0 4 0;
> #P connect 4 0 2 0;
> #P connect 2 0 3 0;
> #P window clipboard copycount 23;
> 
> Is it to use with tapin~/tapout~ or some delay in max domain... or something else ?
> 
----------------------------------------------------




More information about the maxmsp mailing list