Sylvain Fortin

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: How to prog that ? #73680
    Sylvain Fortin
    Participant
      • Topics: 3
      • Replies: 11
      • Total: 14

      I will watch your programming tomorrow.
      In the meantime I have made an flow chart of what I want.

      Attachments:
      You must be logged in to view attached files.
      in reply to: How to prog that ? #73672
      Sylvain Fortin
      Participant
        • Topics: 3
        • Replies: 11
        • Total: 14

        Another questions ?

        How to attribute first button with the first lcd
        2nd with 2nd lcd
        And so on.

        and

        How to send value channel of the buttons to syxex ?
        ex: button #1(CVB_1) = CH1
        — SYSX: F0 43 10 4C 08 CH XX vv F7
        — XX = 01 = MSB
        — XX = 02 = LSB
        — XX = 03 = Patch no.-1
        — CH = Channel number
        patchChange = CtrlrMidiMessage({0xF0, 0x43, 0x10, 0x4C, 0x08, CH, 0x01, MSB, 0xF7})
        After that I will write all the voices
        A long job

        Attachments:
        You must be logged in to view attached files.
        in reply to: How to prog that ? #73657
        Sylvain Fortin
        Participant
          • Topics: 3
          • Replies: 11
          • Total: 14

          Yes it works.
          My programming is progressing well

          Attachments:
          You must be logged in to view attached files.
          in reply to: How to prog that ? #73650
          Sylvain Fortin
          Participant
            • Topics: 3
            • Replies: 11
            • Total: 14

            It’s a begin !
            I write what i want.
            But how to send 3 sysex messages?
            You choose Grand Piano and 3 sysex goes out but what is the syntax to use.
            {0xF0, 0x43, 0x10, 0x4C, 0x08, 0x00, 0x01, MSB, 0xF7}
            {0xF0, 0x43, 0x10, 0x4C, 0x08, 0x00, 0x02, LSB, 0xF7}
            {0xF0, 0x43, 0x10, 0x4C, 0x08, 0x00, 0x03, Patch, 0xF7}

            See bpSelect at line 48

            Attachments:
            You must be logged in to view attached files.
            in reply to: How to prog that ? #73626
            Sylvain Fortin
            Participant
              • Topics: 3
              • Replies: 11
              • Total: 14

              I watch your programming in LUA.
              I watch Spectrum Synth programming in LUA.
              I start to understand the meaning of how to do my programming.
              I’m going to test something.

              in reply to: How to prog that ? #73620
              Sylvain Fortin
              Participant
                • Topics: 3
                • Replies: 11
                • Total: 14

                Thanks dnaldoog!
                It’s near to be that.
                Just like “spectrum synth editor” —> click on preset menu and the first row appear, the second and the third choice made the same things. The choice appear on the LCD and send the sysex on the output.
                “Melody” –> “Piano” –> “Grand piano” = “Patch = 1 / MSB = 0 / LSB = 0”
                “Melody” –> “Piano” –> “Mellow grand piano” = “Patch =1 / MSB = 0 / LSB = 18”

                When we are going to have the right recipe I will do the rest of the long work. Write all the banks with all the sysex referrals.

                Thank you very much for your response!
                Together we will succeed!

                in reply to: How to prog that ? #73614
                Sylvain Fortin
                Participant
                  • Topics: 3
                  • Replies: 11
                  • Total: 14

                  The bpanelz file in attachments
                  The idea is to select patch bank by category like XG Works. It’s more efficient!
                  But how to write that?
                  Thanks

                  Attachments:
                  You must be logged in to view attached files.
                  in reply to: How to prog that ? #73598
                  Sylvain Fortin
                  Participant
                    • Topics: 3
                    • Replies: 11
                    • Total: 14

                    I work on this panel. It’s just a draft but i will reorganize that.

                    Attachments:
                    You must be logged in to view attached files.
                    in reply to: Functions #69785
                    Sylvain Fortin
                    Participant
                      • Topics: 3
                      • Replies: 11
                      • Total: 14

                      Thanks a lot goodweather i progress slowly but surely with your help!
                      Knowing:———————–

                        [*]MIDI=ok
                        [*]VST=ok
                        [*]GUI=ok
                        [*]Jknobman=ok
                        [*]CTRLR=70%
                        [*]LUA=0%

                      Sylvain

                      in reply to: Midi IN activity led #69751
                      Sylvain Fortin
                      Participant
                        • Topics: 3
                        • Replies: 11
                        • Total: 14

                        Hi goodweather,
                        With your help and your great information i go to read and test with error.
                        In this method i will learn more.

                        Thanks a lot
                        Hi-tech

                        in reply to: Midi IN activity led #69745
                        Sylvain Fortin
                        Participant
                          • Topics: 3
                          • Replies: 11
                          • Total: 14

                          Hi goodweather
                          First, thanks a lot for your great help !

                          I want to achieve 16 independent leds. One for each channel.
                          The led of first channel will goes on when MIDI msg are receive on channel 1 and goes off with no activity. CC With NOTES and others are rejected.
                          The result is like pulsing led. “000101011110101000000010100101”

                          And i have to read the huge work of Step by step guide…
                          Some interesting hours in front of me.
                          😉

                        Viewing 11 posts - 1 through 11 (of 11 total)
                        Ctrlr