FR: Internal LFO

Home Forums Development Change requests FR: Internal LFO

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11277
    Tronic
    Participant
      • Topics: 7
      • Replies: 45
      • Total: 52

      it would be nice to have LFO generated by CTRLR,
      so you can assign it to the parameters.
      I do not know how much work it would take, but it would be a must.

      #11279
      atom
      Keymaster
        • Topics: 159
        • Replies: 2945
        • Total: 3104
        • ★★★★★

        That’s something i thought of but it’s not that easy.

        With low MIDI resolution CCs that will not do any good. It might do some good with NRPN/sysex BUT.

        I’d have to do some SYNC stuff to make those LFOs usable.

        You can do free-run LFOs in LUA easily, the only problem is MIDI/Host sync.

        #11322
        Tronic
        Participant
          • Topics: 7
          • Replies: 45
          • Total: 52

          Now the midi is not managed by the AudioProcessor of Juce?
          But I document a little of this, or else risk not to help, hehe.

          #11323
          atom
          Keymaster
            • Topics: 159
            • Replies: 2945
            • Total: 3104
            • ★★★★★

            Well it’s more complicated then that.

            AudioProcessor provides MIDI input from the Host (when ctrlr is in Plugin mode), but in standalone mode you need to directly use MIDI Devices (also provided by JUCE) and I wrote my own threads to handle this.

            Also sync to host is simple in plugin mode, you get timing information from the JUCE structure (AudioPlayHead) but when syncing to external MIDI that is something i never did (i only know how to theoreticaly do this)

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The forum ‘Change requests’ is closed to new topics and replies.
          There is currently 0 users and 97 guests online
          No users are currently active
          Forum Statistics
          Threads: 2,495, Posts: 17,374, Members: 77,605
          Most users ever online was 12 on January 22, 2019 3:47 pm
          Ctrlr