HISE Logo Forum
    • Categories
    • Register
    • Login

    Testing changes

    Scheduled Pinned Locked Moved C++ Development
    2 Posts 2 Posters 552 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • d.healeyD
      d.healey
      last edited by

      I'm getting an itch to tinker with the HISE source code but being unfamiliar with working on projects of this scale I have a very basic question. If I make a change how do I test it, or to be more exact do I have to recompile/rebuild the whole project every time I want to test a change (no matter how small)?

      Libre Wave - Freedom respecting instruments and effects
      My Patreon - HISE tutorials
      YouTube Channel - Public HISE tutorials

      1 Reply Last reply Reply Quote 0
      • Christoph HartC
        Christoph Hart
        last edited by

        Yes, but the compiler is smart and only rebuilds the files that you've changed (however if you change a file that is used by other files they will also be recompiled). It won't be as fast as compiling scripts though - otherwise the whole scripting engine would be pointless ;)

        If you're on Linux, try to use VS Code with the C++ extension, this gives the best UX IMHO.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post

        47

        Online

        1.7k

        Users

        11.7k

        Topics

        101.9k

        Posts