some items on properties panel – do what?

Home Forums General Using Ctrlr some items on properties panel – do what?

  • This topic has 5 replies, 4 voices, and was last updated 11 years ago by SWB.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5718
    msepsis
    Participant
      • Topics: 219
      • Replies: 732
      • Total: 951
      • ★★★

      I’m curious, what precisely do the following properties do:

      Modulator does not react to value changes
      Velocity mode
      Keyboard trigger – velocity mode
      Send MIDI from other members of the group
      What’s the source type of the modulation

      Monstrum Media | Music, Sound & Software Design, Chicago / San Francisco listen

      #5720
      SWB
      Participant
        • Topics: 35
        • Replies: 157
        • Total: 192
        • ★★

        ‘send midi from other members of the group’, see this reply of atom: property ‘Send MIDI from other members of the group’. I’m also curious to know about the other properties mentioned by you. All in all it is maybe time to start writing a manual or some tutorials, but otoh I find it in some way rewarding to discover myself how CTRLR works, especially in combination with Lua-scripting.

        • This reply was modified 11 years, 3 months ago by SWB. Reason: typo's
        #5724
        dasfaker
        Keymaster
          • Topics: 80
          • Replies: 793
          • Total: 873
          • ★★★

          From memory…

          Modulator does not react to value changes: If you set this modulator value from LUA (maybe from a midi messgae, too), the modulator will not change it’s value.

          Velocity Mode: If you activate it, the movements you make with the mouse on this modulator respond to the velocity of the mouse movement. (If you drag slow, the modulator almost don’t change it’s value, but with a rapid mouse dragging the modulator moves normally).

          I don’t know about the others.

          #5725
          atom
          Keymaster
            • Topics: 159
            • Replies: 2945
            • Total: 3104
            • ★★★★★

            Source type of modulation, refers to linking modulators, it defines the type of source, text/numeric. Numeric can affect values, text can affect contents of other modulators.

            #5728
            msepsis
            Participant
              • Topics: 219
              • Replies: 732
              • Total: 951
              • ★★★

              Is there any way to set modulators so they DO change values, but DO NOT send out their assigned message type when their value is changed by a lua script– and they do send their assigned value when the user rotates/slides/clicks the modulator?

              Monstrum Media | Music, Sound & Software Design, Chicago / San Francisco listen

              #8757
              SWB
              Participant
                • Topics: 35
                • Replies: 157
                • Total: 192
                • ★★

                @msepsis: I assume you solved this “problem”, but for other forum members with the same problem I will post (what I think is) the solution: setting the right parameters for the setModulatorValue statement. (Of course you have to use Lua.)

                The Ctrlr source tells me:

                setModulatorValue(const int newValue, bool vst, bool midi, bool ui)

                Setting the value for ‘midi’ to false did the trick for me. I assume setting the value for ‘vst’ to false means also not sending the value to vst. The meaning of  the value for ‘ui’ is not clear for me, I saw no change in behavior.

                • This reply was modified 11 years ago by SWB.
                • This reply was modified 11 years ago by SWB.
                • This reply was modified 11 years ago by SWB.
              Viewing 6 posts - 1 through 6 (of 6 total)
              • The forum ‘Using Ctrlr’ is closed to new topics and replies.
              There is currently 0 users and 38 guests online
              No users are currently active
              Forum Statistics
              Threads: 2,495, Posts: 17,374, Members: 77,605
              Most users ever online was 12 on January 22, 2019 3:47 pm
              Ctrlr