dasfaker

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 793 total)
  • Author
    Posts
  • in reply to: Problem with WordPress Elementor plugin #121203
    dasfaker
    Keymaster
      • Topics: 80
      • Replies: 793
      • Total: 873
      • ★★★

      Username of your friend?

      in reply to: Ctrlr can’t be reached sometimes and somewhere #120509
      dasfaker
      Keymaster
        • Topics: 80
        • Replies: 793
        • Total: 873
        • ★★★

        Still awaiting Atom’s response…

        in reply to: Ctrlr can’t be reached sometimes and somewhere #120483
        dasfaker
        Keymaster
          • Topics: 80
          • Replies: 793
          • Total: 873
          • ★★★

          The site needs a PHP update since a long time. To do so, a backup of the site’s database has to be made, and I can’t do it, I have no access to the server.

          I’ll contact Atom about the issue.

          in reply to: Using Layers Tutorial 1.0 #120280
          dasfaker
          Keymaster
            • Topics: 80
            • Replies: 793
            • Total: 873
            • ★★★

            I don’t know who maintains the Ctrlr site or who is a moderator at this forum. But isn’t it a good idea to make a category for manuals?

            If someone compile those manuals and give me the links, I’ll upload them in Downloads/Manuals

            in reply to: Ctrlr and Windows 10 2004 #119443
            dasfaker
            Keymaster
              • Topics: 80
              • Replies: 793
              • Total: 873
              • ★★★

              When I get my arpeggiator working I’m going to release the first beta panel.

              I’m afraid you could get into troubles, specially if you want to sync LUA events with the host.

              in reply to: Ctrlr and Windows 10 2004 #119434
              dasfaker
              Keymaster
                • Topics: 80
                • Replies: 793
                • Total: 873
                • ★★★

                And yet there’s people selling panels with “updates free for live”

                in reply to: JV-XP Editor for Roland JV-XP series #119381
                dasfaker
                Keymaster
                  • Topics: 80
                  • Replies: 793
                  • Total: 873
                  • ★★★

                  Change the DEVICE ID parameter on your synth to the lowest value.

                  in reply to: Deprecated panels links broken? #117043
                  dasfaker
                  Keymaster
                    • Topics: 80
                    • Replies: 793
                    • Total: 873
                    • ★★★

                    I’ll contact Atom about this, as those panels are not hosted in the database accessible from WordPress and the links are effectively broken.

                    in reply to: ID of midi hardware #115260
                    dasfaker
                    Keymaster
                      • Topics: 80
                      • Replies: 793
                      • Total: 873
                      • ★★★

                      Yes, it’s mostly used in sysex dumps, so a device can recognize a dump with the id byte.

                      in reply to: Standalone Lua Not Loading #98010
                      dasfaker
                      Keymaster
                        • Topics: 80
                        • Replies: 793
                        • Total: 873
                        • ★★★

                        I would bet this is due to some error in your LUA code. It has happen to me sometimes, everything fine as .panel but LUA not working as .exe, and finally finding some variable missing (using some variable before assigning it’s value).

                        A good candidate is method “called before any modulators are created” and all functions, timers, etc… called from it.

                        in reply to: 6.0.1 release #92794
                        dasfaker
                        Keymaster
                          • Topics: 80
                          • Replies: 793
                          • Total: 873
                          • ★★★

                          Great news, I’ll take a look at the new build as soon as possible.

                          in reply to: 6.0.1 release #92790
                          dasfaker
                          Keymaster
                            • Topics: 80
                            • Replies: 793
                            • Total: 873
                            • ★★★

                            Nice to see you’re on the road again, kudos for that, Roman!!

                            What do you mean by “removed ui stuff…”? It’s is the look&feel stuff present in 5.3.201 but removed in 5.4?

                            in reply to: Slider jumps when mouse down, mouse not moved #85673
                            dasfaker
                            Keymaster
                              • Topics: 80
                              • Replies: 793
                              • Total: 873
                              • ★★★

                              This is because the slider has “Rotary” selected as SliderStyle. Change it to any Linear mode to avoid the jump.

                              in reply to: Problems uploading to WordPress #85297
                              dasfaker
                              Keymaster
                                • Topics: 80
                                • Replies: 793
                                • Total: 873
                                • ★★★

                                This issue is here since long ago. I think anything bigger than 2-3Mb (i’m talking from memory) can’t be uploaded. I just do your suggestion, uploading things outside here and putting a link to it.

                                in reply to: realtime analyzation of incoming midi data #84883
                                dasfaker
                                Keymaster
                                  • Topics: 80
                                  • Replies: 793
                                  • Total: 873
                                  • ★★★

                                  Just count the bytes received and perform your code

                                  midiMessageReceived = function(midiMessage)
                                  	s = midiMessage:getSize() -- Size of the midi dump received
                                  	if s == n then -- if size match the expected size of the dump
                                  		Perform your code
                                  	end
                                  end
                                  in reply to: github Ctrlr repository down! #84866
                                  dasfaker
                                  Keymaster
                                    • Topics: 80
                                    • Replies: 793
                                    • Total: 873
                                    • ★★★

                                    Only when you distribute an exported VST instance, the rest of options don’t include any Steinberg code.

                                    in reply to: github Ctrlr repository down! #84864
                                    dasfaker
                                    Keymaster
                                      • Topics: 80
                                      • Replies: 793
                                      • Total: 873
                                      • ★★★

                                      Here’s the form.

                                      Download

                                      in reply to: github Ctrlr repository down! #84397
                                      dasfaker
                                      Keymaster
                                        • Topics: 80
                                        • Replies: 793
                                        • Total: 873
                                        • ★★★

                                        Could you or someone else provide a link to the license agreement that has to be signed? Because it’s no longer available in Steinberg site.

                                        in reply to: github Ctrlr repository down! #84392
                                        dasfaker
                                        Keymaster
                                          • Topics: 80
                                          • Replies: 793
                                          • Total: 873
                                          • ★★★

                                          The problem is that I think you can no longer get a signed license relating to VST2, only for VST3, so Ctrlr should migrate to VST3 or remove VST functionality.

                                          I also don’t think it’s a problem of selling panels, but distributing the VST SDK. Steinberg wants to terminate VST2.

                                          I would really like to know the consequences for panel developers (maybe a .panel is ok while an exported VST instance is not).

                                          in reply to: github Ctrlr repository down! #84389
                                          dasfaker
                                          Keymaster
                                            • Topics: 80
                                            • Replies: 793
                                            • Total: 873
                                            • ★★★
                                          Viewing 20 posts - 1 through 20 (of 793 total)
                                          Ctrlr