Forum Replies Created

Viewing 14 posts - 31 through 44 (of 44 total)
  • Author
    Posts
  • in reply to: ROLI control Kyma trought Logic X #1229
    SSC
    Keymaster

      Hello Mario,

      Have you tried using Kyma Connect (from Delora software)? With Kyma Connect you should be able to route Roli to Mac and then Mac to Kyma. Don’t connect the output of Logic to Kyma, just route the unchanged MIDI from Roli through Mac to Kyma.

      Please let us know how it goes!

      in reply to: Kyma 7.09f5 #1134
      SSC
      Keymaster

        Kyma 7.09f7 fixes the problem encountered by Gustav.  It would only show up on deeply nested user-defined classes.

        in reply to: Kyma 7.09f5 #1133
        SSC
        Keymaster

          Gustl, could you please send your Custom Prototypes Sound file by email so we can see what’s going in?  Thanks!

          in reply to: Kyma 7.09f5 #1129
          SSC
          Keymaster

            Please note that there is a new update, Kyma 7.09f6.  This update corrects an issue with User-defined classes that was inadvertently introduced in the previous update.  Thanks!

            in reply to: Wacom advice #1088
            SSC
            Keymaster

              We’ve been using the Intuos Pro medium size.  At KISS2016, Jeffrey Stolet’s performance was on a large sized Intuos Pro.  The small one will work as well (but it is a little restrictive in terms of size).  The current model Intuos Pros are all multi-touch as well.

              Let us know what you decide!

               

              in reply to: GRM Tools Shuffling emulation #1076
              SSC
              Keymaster

                Here is a starting point for alternating left/right envelopes with changing envelope shape: download Sound here  The idea is to use two Oscillators, one 90 degrees out of phase with the other and join them in a ChannelJoin.

                Requires Kyma version 7.09f4 or newer.

                in reply to: KISS2016 Early Registration Discount(s) #1065
                SSC
                Keymaster

                  Hi Thom,

                  We have about 2 terabytes of video to edit and post, so they will come out a few at a time as we finish editing them.

                  Thanks!

                  SSC

                  in reply to: forced to processor #1057
                  SSC
                  Keymaster

                    Do any of the MemoryWriters have Global checked? If so, that could cause this problem.

                    in reply to: KISS2016 Early Registration Discount(s) #1036
                    SSC
                    Keymaster

                      Wishing you could come to KISS2016 but couldn’t get the full four days off work? Well you’re in luck! It looks like De Montfort University has made some day-passes available. Hope to see you in Leicester!

                      http://store.dmu.ac.uk/browse/extra_info.asp?compid=1&modid=1&catid=74&prodvarid=398

                      in reply to: KISS2016 Early Registration Discount(s) #1032
                      SSC
                      Keymaster

                        We’ve had reports that people are having problems registering for KISS2016 on the De Montfort University Store site. If you are experiencing problems and would like to register for KISS, please send email to info.kiss2016@gmail.com this weekend and we will make sure you will still get the early registration discount. Thanks! See you in Leicester!

                        in reply to: Wish for a microPaca or μPaca #720
                        SSC
                        Keymaster

                          Thanks for the suggestion.  (Bet you want one with a bigger brain though 😉

                          in reply to: Morph2dKeymappedSampleCloud KBD with non pitched samples #622
                          SSC
                          Keymaster

                            In the Morph2DKeymapped modules, one of the morphing dimensions is mapped to the keyboard (that’s why Kyma doesn’t know how those unpitched samples should be mapped).  Some possible alternative approaches you could try:

                            Morph1DSampleCloud with some of the piano samples and some of the rain drop samples and Frequency set to !KeyPitch.

                            Morph3dSampleCloud with:

                            MorphX = !KeyNumber / (<highest pitch on keyboard – lowest pitch on keyboard>)

                            MorphY = !KeyVelocity

                            MorphZ = !PianoToRainMorph

                            Another approach might be to use a Multisample on your rain drops with each !KeyDown generating a random index into the raindrop samples, and a KeymappedMultisample on your piano samples and feed both into a Crossfade.  Or you could try combinations of KeymappedSampleCloud for the piano samples and Multisample (with random file selection) for the raindrops.

                            Are you aiming for each key strike to correspond to one rain drop?  Or for a morph from discrete keys to the sound of steady rain?

                            Please keep us updated on how it goes; maybe people can suggest some alternate paths.  Thanks!

                            p.s. In Smirnoff Hotel, Pete Johnston morphed the piano in the bar to “rain drops”.  Is this getting close to the effect you are striving for?

                            in reply to: RoundRobin #568
                            SSC
                            Keymaster

                              Hi Samuel,

                              The term round-robin always makes me think of modulo arithmetic — the kind of arithmetic that works on a clock that wraps around at 12.  So in your Sound, I would try the following in the Selection field:

                              (!KeyDown countTriggersMod: 3) + 1

                              This will give you a repeating pattern that selects your MultiSamples one after the other and repeats after the third one: 1, 2, 3, 1, 2, …

                              Alternatively, you could get rid of the SelectableSound and put all three MultiSamples into the MIDIVoice.  Then, in the Gate field of the first MultiSample, you could use:

                              !KeyDown gateWhen: ((!KeyDown countTriggersMod: 3) eq: 0)

                              and in the second MultiSample Gate field:

                              !KeyDown gateWhen: ((!KeyDown countTriggersMod: 3) eq: 1)

                              and so on.  That expression would gate the MultiSamples in order (and each of your MultiSamples is, in turn, selecting a sample based on its base pitch).

                              Following your lead, I’ll conclude with Pete’s catch-phrase: “Hope it makes sense”

                              in reply to: Uploading Sounds #565
                              SSC
                              Keymaster

                                Hi Samuel,

                                At the bottom of the editor, where it says Attachments:, you can click Choose File and select your Sound file using the standard file dialog to attach it to a post.

                                Thanks!

                                SSC

                              Viewing 14 posts - 31 through 44 (of 44 total)