hello all,
I have a question to bonk object. if bonk detects a percussion hit, and is told to play a particular sample, is it possible to implement a kind of delay using a delay effect patch ? or is bonk able to generate delays by itself...? with best regards,
Hallo, henrik wurster hat gesagt: // henrik wurster wrote:
I have a question to bonk object. if bonk detects a percussion hit, and is told to play a particular sample, is it possible to implement a kind of delay using a delay effect patch ?
Yes, just add some delwrite~/delread~ after your sample player.
or is bonk able to generate delays by itself...?
bonk~ only detects and reports onsets. But instead of using a signal based delay you can also delay the messages send by bonk~ with [delay] or [pipe]
Frank Barknecht _ ______footils.org_ __goto10.org__
hi, i haven't understand if you want a delay on the triggered sample or a delay between trigger and sample start....
first case: there are many delay patches out there if you want to process a sample...
second case: you can use a |delay| object after bonk to delay instrument number transmission.
regards
jk
--- henrik wurster henrik.wurster@gmail.com ha scritto:
hello all,
I have a question to bonk object. if bonk detects a percussion hit, and is told to play a particular sample, is it possible to implement a kind of delay using a delay effect patch ? or is bonk able to generate delays by itself...? with best regards,
- henrik
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
___________________________________ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
salut henrik,
i think what you mean is that you wonder if [bonk] has a delay function itself.. as for as i know it does not so i think you need a delay patch..
alexandre
On 15/07/07, giucant giucant@yahoo.com wrote:
hi, i haven't understand if you want a delay on the triggered sample or a delay between trigger and sample start....
first case: there are many delay patches out there if you want to process a sample...
second case: you can use a |delay| object after bonk to delay instrument number transmission.
regards
jk
--- henrik wurster henrik.wurster@gmail.com ha scritto:
hello all,
I have a question to bonk object. if bonk detects a percussion hit, and is told to play a particular sample, is it possible to implement a kind of delay using a delay effect patch ? or is bonk able to generate delays by itself...? with best regards,
- henrik
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
alexandre r. decoupigny wrote:
salut henrik,
i think what you mean is that you wonder if [bonk] has a delay function itself.. as for as i know it does not so i think you need a delay patch..
i'd rather say: luckily [bonk] has no built-in delay function, but you can easily add this functionality with the help of your patch.
that is the whole point of pd: be able to customize as much as possible to your needs. if this is too much hazzle, i suggest having a look at desire-data: there you have a "do what i want" mode, that should give you good results.
mgf,.adr IOhannes