Login
Register
First time here? Check out the
FAQ
!
x
Kyma Q&A
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
FAQ
kyma: sound design inspiration
Tap into the collective expertise of the Kyma community!
All categories
Using Kyma
(457)
Sound Design
(146)
Capytalk & Smalltalk
(299)
Controllers, OSC & MIDI
(208)
Hardware & Interfaces
(148)
General
(116)
Most popular tags
vcs
multigrid
osc
midi
capytalk
smalltalk
timeline
interface
kyma7
tool
kyma
wacom
kyma-control
arrays
script
bpm
delay
memorywriter
Community
Recent Activity
Insights Magazine
Video Tutorials
Community Library
Kyma 7 Forum
Questions & Answers
Kyma Symposium
Kyma Users Sound & Video
1,374
questions
1,493
answers
3,332
comments
265
users
Is there a simple way of signalling that a new preset has been selected in the VCS?
0
votes
321
views
vcs
asked
Mar 3, 2015
in
Using Kyma
by
cristian-vogel
(Master)
(
8,460
points)
No 'simple' way yet. For now you could try one of two approaches:
1. Create a "dummy" EventValue called !PresetNbr and, each time you save a preset, set the value of !PresetNbr to the number of that preset. Then you could always check whether !PresetNbr hasChangedInLast: 0.2 s
2. Put your Sound into an InterpolatePresets and always change the preset using the !Interpolate fader. Then you can check against !Interpolate hasChangedInLast: 0.2 s
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
...