loziniak

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Ctrlr – Step by step guide (in DEV version) #72166
    loziniak
    Participant
      • Topics: 0
      • Replies: 3
      • Total: 3

      Maybe try github pages?

      Recently there is a “Documentation” project on Stack Overflow. We could use it, but first we probably need some questions tagged “ctrlr”. Ctrlr is a sort of visual programming language, and a programming framework from Lua point of view. How many of you use Stack Overflow?

      in reply to: yamaha fb-01 #72157
      loziniak
      Participant
        • Topics: 0
        • Replies: 3
        • Total: 3

        Hi! It’s great to see people working on FB01. I have two of them and try to manage them properly from my Linux box.

        Some time ago (2010) I tried to write driver for JSynthLib, still work in progress and meanwhile JSynthLib seemed to stop development. So couple days ago I started a panel in Ctrlr. You can see what is done till now (system and instrument sections) in attachment. Comments welcome 🙂

        I’m now stuck with multiple parameters in one message. I imagine it could be solved if there was a way to reference modulator’s value other modulators` mapping expressions. Something like my imaginary modValByName function:
        modulatorValue * 127 + modValByName("otherModulator")

        Second question could be probably answered by @m.tarenskeen probably. In FB01 MIDI docs I see that LFO values (speed, waveform, amd etc.) can be changed by different SysEx messages, for example for waveform: “F0 43 75 k0 10 0C ls F7”, but also “F0 43 75 k0 k1 13 ls F7”. Do you have idea why is that?

        Attachments:
        You must be logged in to view attached files.
        in reply to: modulatorValue vs modulatorMappedValue #72142
        loziniak
        Participant
          • Topics: 0
          • Replies: 3
          • Total: 3


          – you need to map 0 – 127 > -64 – +63
          ….

          So basically modulatorMappedValue is modulatorValue with Expression applied, yes? If not, where exactly the mapping is done? Or maybe modulatorMappedValue is valid only in uiFixedSlider?

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