Triggering sound from sound.
Hey!
Im a noob at this to begin with.
I have recorded different bass drum patterns that Ive inserted into a playlists which gets triggered randomly. I have also recorded different guitar sounds, I want each hit of the bass drum to trigger a new playlist where Ill have the guitar.
Since the playlists react to bangs, I gotta find a way to convert audio to bangs every time the bass drum hits. Ive tried loading in drumagog, which worked except the samples rang into eachother instead of replacing each other.
Any suggestions?
Sanpshot object turns signal into a float.
Feed that output into the past object say
Past 0.5
Bang is output only once each time 0.5 is crossed.
surely you meant snapshot~ ;)
or [meter~] [past], or with old objects [> 0.5][togedge]
here is an amplitude trigger that i made and use quite often. it is designed for an instrument to play long crescendos (such as violin or upright bass) and only re-trigger once the amplitude returns to zero. but you can adjust the smoothing for faster triggering. the whole idea is that the amplitude has to return to zero to reset the past object and avoid random triggers that may occur from uneven amplitude changes.