CMajor Tutorial 01 - Creating & Running Projects in VS Code then Export to JUCE

Поділитися
Вставка
  • Опубліковано 30 чер 2024
  • Chapters:
    0:00 Introduction
    1:10 Visual Studio Code
    1:58 Using the CMajor VS Code Extension to create a new project
    1:30 Running a CMajor patch in VS Code and debugging
    7:37 Export to JUCE project
    8:03 How to run CMake to build your JUCE project
    9:50 Setting the JUCE path in your CMake file
    12:51 CMajor inside JUCE
    16:36 Wrapping up
    --
    Find out more about CMajor here:
    CMajor Discussion in TAP Community - theaudioprogrammer.com/community
    Presentations:
    TAP - • Introduction to CMajor...
    ADC 21 - • SoundStacks' New Cmajo...
    CMajor Resources:
    cmajor.dev
    github.com/SoundStacks/cmajor...
    Command line basics:
    • Audio Programming for ...
    Our sites:
    Support the channel: www.patreon.com/theaudioprogrammer
    Website: www.theaudioprogrammer.com
    Instagram: / theaudioprogrammer
    Facebook: / theaudioprogrammer
    Twitter: / theaudioprogrammer
    #audioprogramming #vstplugins #cmajordev
  • Наука та технологія

КОМЕНТАРІ • 28

  • @TheAudioProgrammer
    @TheAudioProgrammer  9 місяців тому +1

    What CMajor tutorials would you like to see?

    • @anthonybeckett352
      @anthonybeckett352 9 місяців тому +2

      An explanation of the language and how to process audio. Maybe hooking up GUI sliders to the audio etc. The syntax is a bit confusing with all the brackets and arrows 😂

    • @matt_greene
      @matt_greene 9 місяців тому +2

      Something on how to connect custom GUI to control parameters would be really nice.

    • @skym1758
      @skym1758 9 місяців тому

      thanks for this one! would love to see how to make a sampler!

    • @AsherReid
      @AsherReid 4 місяці тому

      examples of coding DSP for beginners so that we can start grasping the language 🙏

    • @user-uw1oo8py2p
      @user-uw1oo8py2p 3 місяці тому

      how to do custom GUI

  • @skymaker1294
    @skymaker1294 4 місяці тому +4

    When are more tutorials coming? Super excited to learn and often find videos are the best for me :)

  • @matteopaiato
    @matteopaiato 6 місяців тому +1

    we want more!! we want more!!!! :-) thanks for these 2 tutorials

  • @pmishraofficial
    @pmishraofficial 9 місяців тому

    These are great! Just like the JUCE tutorial series. Cmajor clearly is making the whole process super easy.

  • @jonnyfive5000
    @jonnyfive5000 9 місяців тому

    This is great! I can’t stay for the whole thing but will definitely come back and finish this!

  • @dex7378
    @dex7378 9 місяців тому

    Great! Thanks for making these, excited to see more!

  • @AsherReid
    @AsherReid 4 місяці тому

    Looking forward to more tutorials!! 😁

  • @SarcTiann
    @SarcTiann 8 місяців тому

    Great videos as always! Waiting for more about c-major!!!

  • @VasaMusic438
    @VasaMusic438 9 місяців тому +1

    Great !! I am very interested to see more , examples and guides

    • @TheAudioProgrammer
      @TheAudioProgrammer  9 місяців тому

      More to come soon! Thanks for watching

    • @VasaMusic438
      @VasaMusic438 9 місяців тому

      @@TheAudioProgrammer As you know I use Juce but to create stand-alone music application. So personally It would be very interesting to see ho to use it to create stand-alon applications and also to see basic tutorial as you did years ago with JUCE

  • @MikeHudsontek
    @MikeHudsontek 21 день тому

    I have a great interest in audio but never know where to start. Would you recommend starting here, with the CMajor playlist? or somewhere else? I have knowledge in frontend web dev technologies

  • @Jetwu-ti3nw
    @Jetwu-ti3nw 3 місяці тому

    Is there an IDE I should install if I'm on windows since I don't have Xcode?
    All I have is notepad++ but "cmake -S . -B build -G notepad++" doesn't work.

    • @willysegura6216
      @willysegura6216 3 місяці тому

      Having the same problem here. I suppose cmake supports only a select number of C++ compilers as generators. Typing " " instead of notepad++ will give you a list of those.
      For me, cmake doesn't recognize my install of Visual Studio 17 2022 on the PATH, and keeps telling me:
      CMake Error at CMakeLists.txt:4 (project):
      Generator
      Visual Studio 17 2022
      could not find any instance of Visual Studio.
      Anyone else successful?

    • @TheAudioProgrammer
      @TheAudioProgrammer  3 місяці тому +1

      Yes, what you’re looking for is Microsoft Visual Studio. See here…
      Audio Programming with Windows (Tutorial 00 - Getting Started)
      ua-cam.com/video/pbtJ-EQi7kI/v-deo.html

  • @guitarjay123
    @guitarjay123 4 місяці тому

    is CMajor the same thing as C#?

    • @matthijshebly
      @matthijshebly 4 місяці тому

      No, C# is a general purpose programming language, nothing to do with CMajor