netchose

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 70 total)
  • Author
    Posts
  • in reply to: PolyEvolver editor #1510
    netchose
    Participant
      • Topics: 15
      • Replies: 70
      • Total: 85

      some news :

      my polyevolver is defective. the dealer can not exchange it because the polyevolver rack is no longer produced.
      so it’s the end of the project.
      in exchange, I get the dsi tempest. a new adventure in perspective.

      in reply to: componentVisibility problem #3095
      netchose
      Participant
        • Topics: 15
        • Replies: 70
        • Total: 85

        look my panel you will see

        [attachment=0:2l3v9eh8]test.zip[/attachment:2l3v9eh8]

        in reply to: componentVisibility problem #3093
        netchose
        Participant
          • Topics: 15
          • Replies: 70
          • Total: 85

          the problem is still there in 693 :

          alpha for invisible component in edit mode doesn’t work

          thanks for your help

          in reply to: Problem with midiMessageReceived #3139
          netchose
          Participant
            • Topics: 15
            • Replies: 70
            • Total: 85

            i’ve noticed the same problem with revison 677

            rev650 OK

            in reply to: purge panels started on old ctrlr builds #3129
            netchose
            Participant
              • Topics: 15
              • Replies: 70
              • Total: 85

              i ve done the same with javascript (E4X FF)

              [code:5175yjaq]delete Panel["modulator"].@depreciatedProperty;[/code:5175yjaq]

              that’s all

              the thing can be useful is to edit a XML in nopade++ and use search and replace function

              in reply to: Cache file #3126
              netchose
              Participant
                • Topics: 15
                • Replies: 70
                • Total: 85

                i’m about to finish a big part of the polyEvolver project : the combo and 4 voices + seq are sync with dump request.

                but the last problem is before i upload the file : when you change a combo, the editor request 1 combo + 4 programs : this "cost" 5 seconds.
                you have to space your request of one second, otherwise, the polyevolver doesn’t respond well.

                so in order to solve this problem, i would like save program parameters on the computer, so when you will change of combo, the editor will not request 4 programs. it will take it from disk and i think, it will be faster.

                i ve seen the soundtower editor do the same thing, but only for programs name

                in reply to: unpackDsiData question #3124
                netchose
                Participant
                  • Topics: 15
                  • Replies: 70
                  • Total: 85

                  i’ts exact
                  i don’t know if i will be able to do this algorithm myself
                  i will try

                  thanks

                  in reply to: unpackDsiData question #3122
                  netchose
                  Participant
                    • Topics: 15
                    • Replies: 70
                    • Total: 85

                    for the evolver it ‘s some thing like that : for a serie of 8 bytes :

                    if the real value of byte 1 is > to 127 then byte 0 =1
                    if the real value of byte 3 is > to 127 then byte 0 =4
                    if the real value of byte 4 is > to 127 then byte 0 =8
                    if the real value of byte 3 and 4 are > 127 then byte 0 =0C (12)

                    so now i ‘m trying to make a own function

                    in reply to: unpackDsiData question #3120
                    netchose
                    Participant
                      • Topics: 15
                      • Replies: 70
                      • Total: 85

                      something strange

                      [code:1kopo6z5]programData = midiMessage:getLuaData():getRange(7,8)
                      unpackedData = utils.unpackDsiData(programData)[/code:1kopo6z5]

                      unpackedData and utils.unpackDsiData(programData ) to HexString doesn’t give the same result

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

                        some news :

                        Combo view finished : full sysex dump sync + new design+save and load sysex
                        combo memory view finish : you can request all combo names
                        combo voice editor new design

                        to do
                        -program name memory view , sync voice and seq to the dump

                        i hope finish before end september

                        [attachment=2:2e6wvrdt]cview.png[/attachment:2e6wvrdt]
                        [attachment=1:2e6wvrdt]pgName.png[/attachment:2e6wvrdt]
                        [attachment=0:2e6wvrdt]voice.png[/attachment:2e6wvrdt]

                        in reply to: componentVisibility problem #3090
                        netchose
                        Participant
                          • Topics: 15
                          • Replies: 70
                          • Total: 85

                          hi,

                          with revison 671 when you are in edit mode, all modulators are visible (componentVisibility ok or not) which is for me a bigger problem

                          like you can see :mrgreen:

                          [attachment=0:2nx9solu]visible.png[/attachment:2nx9solu]

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

                            if i link several modulators to an other one modulator , so the current modulator value is equal to the value of this modalor.
                            it can be a way
                            since i have made the test, the change of modulator link is made before the lua script

                            in reply to: componentVisibility problem #3089
                            netchose
                            Participant
                              • Topics: 15
                              • Replies: 70
                              • Total: 85

                              try this :

                              new panel
                              add modulator
                              set componentVisibility to 0
                              save the file
                              close the panel
                              open the panel

                              => the modulator is visible and componentVisibility =0

                              i have found a something to correct this in my construction panel script.
                              =>set all visibilty to 1 before set to 0

                              in reply to: componentVisibility problem #3088
                              netchose
                              Participant
                                • Topics: 15
                                • Replies: 70
                                • Total: 85

                                ok i v’e found the PB :

                                it was a probalem of "" : without the "" for the walue sometime it works

                                in reply to: Table entries #3085
                                netchose
                                Participant
                                  • Topics: 15
                                  • Replies: 70
                                  • Total: 85

                                  i think this should work

                                  a={ 1280,1280,1152,1152,1024,1024,896,896}

                                  in reply to: pb with 658 #3083
                                  netchose
                                  Participant
                                    • Topics: 15
                                    • Replies: 70
                                    • Total: 85

                                    lua runtime error
                                    [string "…"] : 39 [string" …"] : 39: attempt to call method "getLuaData" (a nil value)

                                    i ‘ve follow the midi panel exemple

                                    in reply to: pb with unpackDsiData #3047
                                    netchose
                                    Participant
                                      • Topics: 15
                                      • Replies: 70
                                      • Total: 85

                                      do you think we can have the inverted function : utils.packDsiData ?

                                      in reply to: pb with unpackDsiData #3046
                                      netchose
                                      Participant
                                        • Topics: 15
                                        • Replies: 70
                                        • Total: 85

                                        ok ..i ve understand

                                        34 nibbles (LS then MS) for 17 Global parameters. Global Parameters are
                                        listed starting on page 57

                                        this is not packed data but LS MS

                                        sorry

                                        in reply to: pb with unpackDsiData #3045
                                        netchose
                                        Participant
                                          • Topics: 15
                                          • Replies: 70
                                          • Total: 85

                                          tested all range from 0 to 36

                                          same problem the result bigin with ff ff

                                          Global Parameters Data Dump 40 bytes
                                          F0 01 20 01 0F [34 nibbles (LS then MS)] F7

                                          in reply to: Waldorf Blofeld WIP #2219
                                          netchose
                                          Participant
                                            • Topics: 15
                                            • Replies: 70
                                            • Total: 85

                                            excellent panel ! , even if i don’t own a blofeld , i learn a lot of things with

                                          Viewing 20 posts - 1 through 20 (of 70 total)
                                          Ctrlr