Re: [PD] Good sequencer patches for learning?
Hi everyone, Here you have my little contribution :) A simple 8 steps sequencer, with step by X step operator and SLICE time between values. Open it for more details. Hope it would be helpfull ! On Sat, May 16, 2009 at 10:24 AM, martin brinkmann wrote: > Solen Music wrote: > >> my plan for the tappable groove metro is not to use [metro] but to >> keep a variable table of times between output bangs. i hope to hook >> two drum pads to a [timer] based kind of bpm counter. one pad will >> input the downbeat times and the other the offbeat times (the usual >> decider in 'swing-factor'). >> >> if that makes sense?!? > > i think it makes sense, though, if i understood everything right, > the drummer has to consciously tap the groove (but that is of course > also true for the usual tap-tempo-button). > an 'automatic groove recognition' (getting the tempo from what the > drummer is normally playing) would be great... > > bis denn! > martin > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Good sequencer patches for learning?
and now. jjeje the file On Sat, May 16, 2009 at 10:24 AM, martin brinkmann wrote: > Solen Music wrote: > >> my plan for the tappable groove metro is not to use [metro] but to >> keep a variable table of times between output bangs. i hope to hook >> two drum pads to a [timer] based kind of bpm counter. one pad will >> input the downbeat times and the other the offbeat times (the usual >> decider in 'swing-factor'). >> >> if that makes sense?!? > > i think it makes sense, though, if i understood everything right, > the drummer has to consciously tap the groove (but that is of course > also true for the usual tap-tempo-button). > an 'automatic groove recognition' (getting the tempo from what the > drummer is normally playing) would be great... > > bis denn! > martin > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > #N canvas 349 64 1026 716 10; #X floatatom 344 299 5 0 0 0 - - -; #X floatatom 264 298 5 0 0 0 - - -; #X floatatom 305 299 5 0 0 0 - - -; #X floatatom 419 300 5 0 0 0 - - -; #X floatatom 459 300 5 0 0 0 - - -; #X floatatom 499 300 5 0 0 0 - - -; #X floatatom 381 299 5 0 0 0 - - -; #X floatatom 538 300 5 0 0 0 - - -; #X obj 264 269 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 305 270 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 344 270 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 381 269 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 419 268 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 459 269 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 499 269 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 538 268 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 400 200 route 0 1 2 3 4 5 6 7; #X obj 397 15 metro 200; #X msg 397 -64 bang; #X msg 397 -39 stop; #X obj 397 60 f; #X obj 425 60 + 1; #X obj 399 88 moses 8; #X obj 452 88 - 8; #X obj 399 109 moses 0; #X obj 400 150 i; #X floatatom 528 -1 5 0 0 1 tempo_(ms) - -; #X floatatom 528 44 5 0 0 1 +_X_step(s) - -; #X msg 396 -17 0; #X obj 373 108 + 8; #X floatatom 222 28 5 0 0 0 - - -; #X msg 222 -2 bang; #X obj 264 147 pack f f; #X msg 264 173 \$2 \$1; #X floatatom 186 29 5 0 0 0 - - -; #X obj 264 201 route 0 1 2 3 4 5 6 7; #X obj 264 79 *; #X obj 264 -30 loadbang; #X obj 264 -5 timer; #X msg 264 20 seed \$1; #X obj 405 449 line; #X obj 405 399 pack f f; #X msg 405 426 \$1 \$2; #X floatatom 681 383 5 0 0 3 slide_time_(ms) - -; #X floatatom 405 478 5 0 0 0 - - -; #X obj 528 146 route 8 9 10; #X text 12 103 Here you can send a message to set a value to one step. I put a little example \, this sets a random value to the actual step. ; #X obj 264 44 random 1000; #X text 653 0 The main feature here is that you can set how many steps forward the sequence will continue. A normal sequence would go: +1 This means step 0 \, step 1 \, step 2 \, etc... Changing this operator allowds a lot of different combinations with the same 8 values. (A little tip: try negatives and floats); #X text 707 425 A 'transition' time between values of each step.; #X connect 0 0 41 0; #X connect 1 0 41 0; #X connect 2 0 41 0; #X connect 3 0 41 0; #X connect 4 0 41 0; #X connect 5 0 41 0; #X connect 6 0 41 0; #X connect 7 0 41 0; #X connect 8 0 1 0; #X connect 9 0 2 0; #X connect 10 0 0 0; #X connect 11 0 6 0; #X connect 12 0 3 0; #X connect 13 0 4 0; #X connect 14 0 5 0; #X connect 15 0 7 0; #X connect 16 0 8 0; #X connect 16 1 9 0; #X connect 16 2 10 0; #X connect 16 3 11 0; #X connect 16 4 12 0; #X connect 16 5 13 0; #X connect 16 6 14 0; #X connect 16 7 15 0; #X connect 17 0 20 0; #X connect 18 0 17 0; #X connect 19 0 17 0; #X connect 20 0 21 0; #X connect 20 0 22 0; #X connect 21 0 20 1; #X connect 22 0 24 0; #X connect 22 1 23 0; #X connect 23 0 20 0; #X connect 24 0 29 0; #X connect 24 1 25 0; #X connect 25 0 16 0; #X connect 25 0 32 1; #X connect 26 0 17 1; #X connect 27 0 21 1; #X connect 28 0 20 0; #X connect 29 0 20 0; #X connect 30 0 47 1; #X connect 31 0 30 0; #X connect 31 0 47 0; #X connect 32 0 33 0; #X connect 33 0 35 0; #X connect 34 0 36 1; #X connect 35 0 1 0; #X connect 35 1 2 0; #X connect 35 2 0 0; #X connect 35 3 6 0; #X connect 35 4 3 0; #X connect 35 5 4 0; #X connect 35 6 5 0; #X connect 35 7 7 0; #X connect 35 8 45 0; #X connect 36 0 32 0; #X connect 37 0 38 0; #X connect 38 0 39 0; #X connect 39 0 47 0; #X connect 40 0 44 0; #X connect 41 0 42 0; #X connect 42 0 40 0; #X connect 43 0 41 1; #X connect 45 0 26 0; #X connect 45 1 27 0; #X connect 45 2 43 0; #X connect 47 0 36 0; ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Troubles using Alesis Photon X25 as AUDIO output
thx max,, i already try with asio drivers... didn't work out again, thanks for your hand! if someone else can figure it out how to make my photon work as audio output or what could be this noise please reply. just in the case that it is related, here is a message that pd returns when setting the photon as midi in: "Warning: midi input is dangerous in Microsoft Windows\; see Pd manual)" notice that it works perfectly as midi in anyway, the problem occurs only when i want to use it as AUDIO output . On Mon, Apr 27, 2009 at 8:20 PM, Max wrote: > > Am 28.04.2009 um 00:46 schrieb gabe vinardi: >> >> that didn't work :( >> >> but was a very good tip anyway... at least now i know how to decrease the >> latency >> >> thanks, tell me if you have more ideas! > > yes, i do: > 1. always reply to all, so you make sure the conversation stays on the list > and will not be private. there are undoubtly more experienced users than me > subscribed, and some who actually use windows. > 2. send your mails to the list plain text > 3. try http://www.asio4all.com/ > > m. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] Troubles using Alesis Photon X25 as AUDIO output
Hi everybody! I use Alesis Photon X25 as MIDI input controller with Pd under Windows with no problem at all, but when I configure it as AUDIO output (since it has its own audio card inside) the signal gets corrupted. Notice that it works fine with other programs (Jeskola, Fruity, etc) . Can anyone throw me some light? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list