netchose

Forum Replies Created

Viewing 20 posts - 41 through 60 (of 70 total)
  • Author
    Posts
  • in reply to: update panel on dump request using Lua #2937
    netchose
    Participant
      • Topics: 15
      • Replies: 70
      • Total: 85

      this example is ok for me.
      what is the next step ?
      do we need documentation to analyse and understand the midi dump result?

      in reply to: Lua in CTRLR 101 #2969
      netchose
      Participant
        • Topics: 15
        • Replies: 70
        • Total: 85

        i think someting like that

        [code:3ehofbxe]OscPitchBend = function(modulator, newValue)
        bend = panel:getModulatorValue("pitchbend")
        pbOsc1 = panel:getModulatorByName("Osc1pitchBend")
        pbOsc2 = panel:getModulatorByName("Osc12pitchBend")

        v=bend :getModulatorValue()

        pbOsc1 = setModulatorValue (v, true, true, true)
        pbOsc2 = setModulatorValue (v, true, true, true)

        end[/code:3ehofbxe]

        in reply to: PolyEvolver editor #1505
        netchose
        Participant
          • Topics: 15
          • Replies: 70
          • Total: 85

          thanks !
          update with first lua code

          in reply to: Lua Help #2921
          netchose
          Participant
            • Topics: 15
            • Replies: 70
            • Total: 85

            it’s ok.

            an other question :

            is there a way to access to the current modulator.
            something like : this:getcomponent()

            in reply to: PolyEvolver editor #1501
            netchose
            Participant
              • Topics: 15
              • Replies: 70
              • Total: 85

              sequencer update with tabs and note value

              in reply to: LUA examples #2884
              netchose
              Participant
                • Topics: 15
                • Replies: 70
                • Total: 85

                i’ve beginning to learn LUA. the color change panel is exactly what i need.

                it seem very powerful !

                http://www.lua.org/

                thanks a lot

                in reply to: 3313240 : selecting outside tabs select in tabs #2111
                netchose
                Participant
                  • Topics: 15
                  • Replies: 70
                  • Total: 85

                  when you select ( drag + left click) outside a group, modulators with same "local" coordinate inside groups are selected.

                  in reply to: Nigthly builds #1142
                  netchose
                  Participant
                    • Topics: 15
                    • Replies: 70
                    • Total: 85

                    sending 2 combo and 2 text : it crash. if i send them separatly it’s OK :

                    [attachment=0:22hg4lpz]tabcrash.jpg[/attachment:22hg4lpz]

                    in reply to: PolyEvolver editor #1502
                    netchose
                    Participant
                      • Topics: 15
                      • Replies: 70
                      • Total: 85

                      update :
                      work with new CTRLR revision.
                      some little improvements

                      how it work => follow this step :

                      open the combo editor, and the other editors.
                      go in the CTRLR program manager and set the delay time between each message to 10ms
                      close ctrlr and reopen it => if you don’t do that the delay time will be apply only to the
                      first opened editor

                      what’s next :
                      i would like to have 2 controls for the same parameter : one slider and one increment bouttons.
                      if it is now possible, the two bouttons are not sync
                      the problem could be fix with one increment boutton linked to another modulator that could send +/-1 messages

                      i’m’ working on new version with tabs, but all voices will be in different files : for preset management reasons
                      i ‘ve asked a sepcial function to atom in order to make sequencer preset ( diatonic, minor etc)
                      convert this file to mono evolver ( very simple)

                      i’ve made some test with energyXT and with the 9 files opened and it is a little bit slow

                      in reply to: Linked toggle Button states #2087
                      netchose
                      Participant
                        • Topics: 15
                        • Replies: 70
                        • Total: 85

                        i just test that with 2 toggle buttons with radiogroup set to 1 and it works

                        in reply to: multimessage program select knob #2362
                        netchose
                        Participant
                          • Topics: 15
                          • Replies: 70
                          • Total: 85

                          fixed by erasing all data in application data folder. all panel OK

                          a value of 5ms is enough

                          in reply to: multimessage program select knob #2361
                          netchose
                          Participant
                            • Topics: 15
                            • Replies: 70
                            • Total: 85

                            with vst it work with polyevolver combo editor, sequencer editor, but not with the voice editor. with this panel i havn’t the same window when sending all value.
                            this test with vst rev 490. rev 495 can’t be open by energyXT

                            in reply to: multimessage program select knob #2360
                            netchose
                            Participant
                              • Topics: 15
                              • Replies: 70
                              • Total: 85

                              i’ve just tested with rev 495 and i can’t open CTRLR stand alone :
                              AppName: ctrlr.exe AppVer: 0.0.0.0 ModName: ctrlr.exe
                              ModVer: 0.0.0.0 Offset: 000c2c40

                              win xp 32 sp3 + midiOX/midiYoke +motu midi express 128
                              i’m going to test the new vst version

                              in reply to: multimessage program select knob #2353
                              netchose
                              Participant
                                • Topics: 15
                                • Replies: 70
                                • Total: 85

                                tested in vst : the delay time doesn’t work, that mean, i ve tested values between 0 and 1000 : the speed is the same.

                                in standalone i work once. after rebooting the windows and dowload again CTRLR : same PB: windows must close the software

                                in reply to: multimessage program select knob #2354
                                netchose
                                Participant
                                  • Topics: 15
                                  • Replies: 70
                                  • Total: 85

                                  i tested that it seems to be OK but when i close ctrl i can’t open it again=> i have an error message the programm must be closed

                                  in reply to: multimessage program select knob #2355
                                  netchose
                                  Participant
                                    • Topics: 15
                                    • Replies: 70
                                    • Total: 85

                                    i ‘m talking about the bug ID: 3297962
                                    multi message are sent in disorder .

                                    the right order shoud be :

                                    modluator [1] message1
                                    modluator [1] message2
                                    modluator [2] message1
                                    modluator [2] message2

                                    etc

                                    this is especially important because the polyevolver does not work with the dump.
                                    and the only way to send programs in combo mode is using the "send all
                                    value " function

                                    in reply to: multimessage program select knob #2357
                                    netchose
                                    Participant
                                      • Topics: 15
                                      • Replies: 70
                                      • Total: 85

                                      it would be nice if you could finally solve the problem with multi and send all value

                                      thanks again

                                      in reply to: PolyEvolver editor #1500
                                      netchose
                                      Participant
                                        • Topics: 15
                                        • Replies: 70
                                        • Total: 85

                                        update with seq editor, few fix and signal flow on the voice editor

                                        in reply to: monstrumWaveXT: Waldorf Microwave II/XT/XTk Panel #2370
                                        netchose
                                        Participant
                                          • Topics: 15
                                          • Replies: 70
                                          • Total: 85

                                          ok for knobs. but vertical and horizontal sliders don’t work. if you can do something about that ?

                                          in reply to: monstrumWaveXT: Waldorf Microwave II/XT/XTk Panel #2372
                                          netchose
                                          Participant
                                            • Topics: 15
                                            • Replies: 70
                                            • Total: 85

                                            thanks for the tip <img decoding=” title=”Wink” />

                                            [attachment=0:idcxdpii]b2.gif[/attachment:idcxdpii]

                                          Viewing 20 posts - 41 through 60 (of 70 total)
                                          Ctrlr