Kyma Forum
  Kyma Support
   AlignWith: aligns and releases??

Post New Topic  Post A Reply
profile | register | preferences | faq | search

next newest topic | next oldest topic
Author Topic:   AlignWith: aligns and releases??
cristian_vogel
Member
posted 22 November 2007 10:08         Edit/Delete Message   Reply w/Quote
!SnareReset alignWith: (1 bpm: (!BPM / 2))


why does this expression align the !SnareReset button when I press it , but then the expression evaluates to 0 once it has aligned - surely it should delay the On and hold it?

I'm just trying to make a really simple re-trigger for the sequencer gate field.

IP: Logged

cristian_vogel
Member
posted 22 November 2007 10:53         Edit/Delete Message   Reply w/Quote
well, hacking away at it , and checking out Carla's excellent LiveLooper programs , I have made it work like this

(!SnareReset alignWith: (1 bpm: (!BPM / 4))) setReset: !SnareReset


its a set reset - but my initial query stands - surely the alignWith: should just delay the start?

IP: Logged

SSC
Administrator
posted 23 November 2007 15:09         Edit/Delete Message   Reply w/Quote
Hi Cristian,

The alignWith produces a gate whose on duration the time interval between triggers in its argument. For example:

(1 bpm: 20) alignWith: (1 bpm: 60)

generates 1 gate every three seconds (20/60), and each gate stays on for one second (the duration of one beat at bpm = 60).

If you generate a gate and align it with a BPM, for example:

!Gate alignWith: (1 bpm: 60)

You cannot send the *next* !Gate until the last one you sent has turned on and turned off (in this case, the generated gates will all be 1 second long).

IP: Logged

All times are CT (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply

Contact Us | Symbolic Sound Home

This forum is provided solely for the support and edification of the customers of Symbolic Sound Corporation.


Ultimate Bulletin Board 5.45c