Python as a scripting language

Home Forums General Programming Python as a scripting language

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31728
    synth
    Participant
      • Topics: 13
      • Replies: 35
      • Total: 48

      How would Python work as a scripting language for an Audio app like Ctrlr ? Is it fast enough to run panels and when Ctrlr executes as a plugin in another application ?

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

        Sure, for now Lua does not do anything time sensitive (it’s all placed in the UI thread so even if you lock it for a long period of time, midi/audio processing won’t get interrupted, unless you are interrupting it from the UI thread).

        It would just take a lot of time to implement and someone who knows python, and i don’t (and i realllly don’t want to)

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The forum ‘Programming’ is closed to new topics and replies.
      There is currently 0 users and 125 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