Kyma Forum
  Kyma Support
  hot values disappear

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

next newest topic | next oldest topic
Author Topic:   hot values disappear
cristian_vogel
Member
posted 10 September 2007 15:49         Edit/Delete Message   Reply w/Quote

SequencerWontShowHotValues.kym

 
still doing sequencer research...

this sound use CAGs ace UnMute mixer - but this is nothing to do with that i think...

I was trying to put hot values into the Velocity field of the Sequencer and then the !sw03 and !sw04 values now refuse to appear in the VCS , i tried show hidden widgets... why?

IP: Logged

SSC
Administrator
posted 10 September 2007 20:26         Edit/Delete Message   Reply w/Quote
In the Velocities field of the attached examples, I see:

1 0 {!Sw02} {((1 bpm: !BPM bpm s) random) gt: !T1}

If you instead use:

!Sw01 !Sw02 !Sw03 {((1 bpm: !BPM ) nextRandom) gt: !T1}

the other switches show up. The problem was that a metronome generates a stream of triggers (to which one should send the message nextRandom rather than random).

Alternatively, you could have written

{!BPM bpm s random gt: !T1}

This would be slightly more efficient.

[This message has been edited by SSC (edited 10 September 2007).]

IP: Logged

cristian_vogel
Member
posted 12 September 2007 10:11         Edit/Delete Message   Reply w/Quote
ok...

as things are a bit quiet round here - maybe I can have some personal tuition?

I've decided to try and build scripts that fill the values of a single sequencer sound.

BUt all the time I keep stumbling over basic Capytalk and Smalltalk stuff.

So, i'm trying to put an array into the ExtraValues field.

I try this

#(!Triggr {((1 to: 8) collect: [:i |
(('A_Trig') asHotValue suffix2: i)
])})

and it doesn't work - gives me a message #nn not understood - could you explain why?

also I tried doing the same, but sending the array via a script variable - this doesnt work either , because I have no idea how its supposed to be expressed in the Sequencer ExtraValues field - if the script was working, would it the receiver be this....?

#(!Triggr {?triggers})

IP: Logged

SSC
Administrator
posted 12 September 2007 19:26         Edit/Delete Message   Reply w/Quote
I tried to do something along these same lines recently and there is a bug in the ExtraValues that prevents you from setting it from outside. This bug has been fixed in the pre-release version and will be available soon!

IP: Logged

cristian_vogel
Member
posted 14 September 2007 03:32         Edit/Delete Message   Reply w/Quote
bug cruncher!!

IP: Logged

ChristianSchloesser
Member
posted 04 November 2012 08:19         Edit/Delete Message   Reply w/Quote
Hello
today i ran intos the same problem with the ExtraValues field.
Did this bug ever get fixed?

I tried to use an array in the ExtraValues field but it does not work.

I d like to access an array created in a script some how like this:
#(!ExtraGate {?myExtraGatesArray})

in the script i set:

gatesArray := {0 to: 15 collect: [:i | ('ExGTs' & i) asHotValue ]}.

and assigned is as usaual to a green variable..

Steps start: 0 s myExtraGatesArray: gatesArray

does not work ...
maybe i am doing something completely wrong.
In all the other fields of the AnalogSequencer my arrays work fine...

Any help would be great.
all the best
Chris

[This message has been edited by ChristianSchloesser (edited 04 November 2012).]

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