| Difference Topic Top50KymaQuestions (r1.17 - 17 Mar 2006 - RobRayle) |
| Changed: | |
| < < |
37. How do I make a branch that never connects to an audio output (might terminate in a silent MemoryWriter? or a SoundToGlobalController?)?38. How do I make a keyboard controller act like a MiniMoog?-style CV/Gate mono keyboard? |
| > > |
37. How would I implement an arpeggiator in Kyma? |
| Difference Topic Top50KymaQuestions (r1.16 - 05 Dec 2005 - RobRayle) |
| Added: | |
| > > | |
| Changed: | |
| < < |
18. Why are there only 36 of the "top 50" questions? |
| > > |
18. Why are there only 38 of the "top 50" questions? |
| Added: | |
| > > | |
| Added: | |
| > > |
37. How do I make a branch that never connects to an audio output (might terminate in a silent MemoryWriter? or a SoundToGlobalController?)?38. How do I make a keyboard controller act like a MiniMoog?-style CV/Gate mono keyboard? |
| Difference Topic Top50KymaQuestions (r1.15 - 17 Nov 2005 - CarlaScaletti) |
| Added: | |
| > > |
|
| Difference Topic Top50KymaQuestions (r1.14 - 17 Nov 2005 - RobRayle) |
| Changed: | |
| < < |
18. Insert a question here |
| > > |
18. Why are there only 36 of the "top 50" questions? |
| Difference Topic Top50KymaQuestions (r1.13 - 25 Oct 2005 - CarlaScaletti) |
| Changed: | |
| < < |
25. Insert a question here |
| > > |
25. Is there a chart with all the quick-key combinations you can use in Kyma?Here's a table of keyboard shortcuts |
| Difference Topic Top50KymaQuestions (r1.12 - 04 Oct 2005 - BenPhenix) |
| Changed: | |
| < < |
36. Insert the next question here... |
| > > |
36. How to have Kyma autoload User Microsounds on launch? |
| Changed: | |
| < < | More to come! -- CarlaScaletti - 11 Jul 2005 |
| > > | Place the file inside the "Kyma" folder and must be called "User Microsound Classes.asy". |
| Difference Topic Top50KymaQuestions (r1.11 - 26 Sep 2005 - CarlaScaletti) |
| Added: | |
| > > |
|
| Difference Topic Top50KymaQuestions (r1.10 - 20 Sep 2005 - CarlaScaletti) |
| Changed: | |
| < < |
|
| > > |
|
| Difference Topic Top50KymaQuestions (r1.9 - 09 Sep 2005 - CarlaScaletti) |
| Changed: | |
| < < |
20. How do I start a particular time of a timeline? |
| > > |
20. How do I start at a particular time of a timeline?
|
| Added: | |
| > > |
|
| Added: | |
| > > |
|
| Difference Topic Top50KymaQuestions (r1.8 - 18 Jul 2005 - CarlaScaletti) |
| Added: | |
| > > |
A Kyma Sound can be roughly categorized as either a source, a modifier, or a combiner. A modifier (e.g. a Filter) has one input, a combiner (e.g. a Mixer) has two or more inputs, and a source (e.g. a Sample) has no inputs. (Actually, any Kyma Sound can function as a source, but there are some simple sound sources don't have any inputs).
To route any Sound through a modifier:
|
| Difference Topic Top50KymaQuestions (r1.7 - 14 Jul 2005 - CarlaScaletti) |
| Added: | |
| > > |
If the module has an input:
|
| Added: | |
| > > |
|
| Added: | |
| > > |
|
| Added: | |
| > > | Behind every Sound, there is an algorithm. This is the procedure for putting the Sound together. Some of the numbers used in this algorithm can be adjusted to affect the way the result sounds or the way it responds to inputs or controls. These are the parameters of that algorithm. In Kyma, the only parameters you see are the ones you can adjust (but there are also other parameters behind the scenes). Parameter fields with a white background are constant values; parameter fields with a light blue background can take CapyTalk expressions, allowing you to change them while the Sound is playing. By analogy, imagine that you have a recipe giving you step-by-step instructions for how to combine ingredients in a bowl, when to add the liquid ingredients, how long to mix them, when to transfer the mixture into a pan and the pan into the oven, and what to do with the results that you remove from the oven. That is the algorithm. The parameters of the cooking algorithm would be things like the amount of each ingredient, the temperature of the oven, and the duration of the cooking time. Some of these amounts are variable (e.g. "salt to taste") and sometimes the ingredients themselves are variable ("substitute blueberries for applies if you prefer"). Here's the Wikipedia definition for Parameter. |
| Difference Topic Top50KymaQuestions (r1.6 - 14 Jul 2005 - CarlaScaletti) |
| Added: | |
| > > |
In the Sound editor:
|
| Added: | |
| > > | Simply type an exclamation point (!) into a parameter field. Any name you type after an exclamation point will become the name of a fader in the Virtual Control Surface the next time you play that Sound. |
| Difference Topic Top50KymaQuestions (r1.5 - 13 Jul 2005 - KurtHebel) |
| Changed: | |
| < < |
The 50 Most Frequently Asked Questions by People Who Are Learning Kyma |
| > > |
The 50 Most Frequently Asked Questions by People Who Are Learning Kyma |
| Difference Topic Top50KymaQuestions (r1.4 - 13 Jul 2005 - CarlaScaletti) |
| Added: | |
| > > |
If the Sound has a parameter called Trigger or Gate, you can trigger the Sound by changing the value of that parameter from 0 to 1 (actually to any number greater than 0). Some examples of ways to do this with CapyTalk and pasted Sounds:
!KeyDown
!sw01, !Gate, etc.
!AnyNameHere
1 bpm: !BPM
5 s tick
!KeyNumber eq: 60
|
| Added: | |
| > > |
|
| Added: | |
| > > |
For example, say you had the following Sound and you wanted to hear the DiskPlayer straight and also through the delay.
To connect DiskPlayer to both the Mixer and the Delay:
|
| Added: | |
| > > | %META:FILEATTACHMENT{name="mixDiskAndDelay.jpg" attr="h" comment="" date="1121271255" path="mixDiskAndDelay.jpg" size="14500" user="CarlaScaletti" version="1.1"}% %META:FILEATTACHMENT{name="singleSource.jpg" attr="h" comment="" date="1121271277" path="singleSource.jpg" size="12510" user="CarlaScaletti" version="1.1"}% |
| Difference Topic Top50KymaQuestions (r1.3 - 12 Jul 2005 - CarlaScaletti) |
| Changed: | |
| < < |
18. How do I get help while inside of Kyma?
|
| > > |
18. Insert a question here |
| Changed: | |
| < < |
25. How do I change the range of a particular controller? |
| > > |
25. Insert a question here |
| Changed: | |
| < < |
27. How can I get help from Kyma in the sound design process? |
| > > |
On the Macintosh, press the F9 key. Click on one of the tiny windows to bring it to the front.
27. How can I get help in the sound design process?In the Sound Browser:
|
| Changed: | |
| < < |
30. How do I visual the output of Kyma? |
| > > |
30. How do I see the output of Kyma visually? |
| Changed: | |
| < < |
34. How do I produce values within a specified range? |
| > > |
Give it the same name in each of the parameter fields you want to control. For example, if you use !Frequency in 3 different Sounds, feed them into a Mixer, and play the Mixer, you will see a single Frequency fader in the Virtual Control Surface. That single fader controls the frequency of all three Sounds.
34. How do I produce parameter values within a specified range?Let's say you have an adjustable value called !Fader and you want its value to range from 50 to 100 in steps of 1. There are two different ways you can accomplish this: one is to change the range and grid of the fader in the Virtual Control Surface, and the other is to use a CapyTalk expression in the parameter field to modify the value arithmetically.
(!Fader * (100 - 50) + 50) rounded |
| Added: | |
| > > |
36. Insert the next question here... |
| Difference Topic Top50KymaQuestions (r1.2 - 11 Jul 2005 - CarlaScaletti) |
| Changed: | |
| < < |
1. How do you play a sound? |
| > > |
1. How do I play a sound? |
| Changed: | |
| < < |
|
| > > |
|
| Added: | |
| > > |
|
| Changed: | |
| < < |
4. How do see the parameters of a sound? |
| > > |
4. How do I see the parameters of a sound?
|
| Added: | |
| > > |
|
| Added: | |
| > > |
|
| Added: | |
| > > |
|
| Changed: | |
| < < |
15. How do I connect one sound to another?16. How do I get a sound to control the parameter of another sound?17. How do I get all the modules at once to be visible in a sound? |
| > > |
15. How do I connect one Sound to another?16. How do I get a Sound to control the parameter of another Sound?
17. How do I get all the modules at once to be visible in the Sound Editor?
|
| Added: | |
| > > |
|
| Changed: | |
| < < |
29. How do you update the view of a sound after it has been changed? |
| > > |
29. How do you update the view in the Sound Editor after the signal flow has been changed?
|
| Changed: | |
| < < |
31. How do I get help in Kyma?32. How do I record a sound to disk?33. How do I direct one source to multiple destinations?34. How do I make one fader control multiple parameters?35. How do I produce values within a specified range?36. How do I replace one sound-design component with a different one? |
| > > |
31. How do I record a sound to disk?32. How do I direct one source to multiple destinations?33. How do I make one fader control multiple parameters?34. How do I produce values within a specified range?35. How do I replace one sound-design component with a different one? |
| Difference Topic Top50KymaQuestions (r1.1 - 11 Jul 2005 - CarlaScaletti) |