UE5.4 HARMONIX - Part 1: MIDI Deep Dive Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024

ความคิดเห็น • 16

  • @StefanJann
    @StefanJann หลายเดือนก่อน +1

    Thank you

  • @emmd1137
    @emmd1137 2 หลายเดือนก่อน

    love your videos dude thank you!

  • @ChrixB
    @ChrixB 2 หลายเดือนก่อน +1

    Can't wait to see the following videos. It's very interesting !

  • @andbur7
    @andbur7 2 หลายเดือนก่อน

    Great, keep with the series. Very helpful. Wondering how it works with chords and multiple tracks of instruments?

    • @brianmichaelfuller
      @brianmichaelfuller  2 หลายเดือนก่อน

      No problem on both of those. You can play multiple tracks at a time based on midi channel

  • @benblaumentalism6245
    @benblaumentalism6245 2 หลายเดือนก่อน +1

    I look forward to finding out how it deals with Type 1 MIDI files.

  • @smudgybrown67
    @smudgybrown67 2 หลายเดือนก่อน

    Nice video, thank you. How did you import your midi files, please?

    • @brianmichaelfuller
      @brianmichaelfuller  2 หลายเดือนก่อน +1

      Right click in your content browser and select IMPORT…. Go to your midi file and hit ENTER

    • @hydeman75
      @hydeman75 หลายเดือนก่อน +1

      Make sure to activate the Harmonix plugin

  • @Rezgi
    @Rezgi 2 หลายเดือนก่อน

    Useful content for us gamedev musicians ! I've been wishing for a daw transport in unreal in order to visualize music events in bpm instead of seconds like in the sequencer, do you know of any feature or plugin doing that ?

    • @brianmichaelfuller
      @brianmichaelfuller  2 หลายเดือนก่อน

      Not that I know of! But in theory you could build some sort of interface in C++

    • @Rezgi
      @Rezgi 2 หลายเดือนก่อน

      @@brianmichaelfuller meanwhile I found a workaround. I'll use reaper to place midi notes where events should be and I wrote a small script to export the event list to a csv. I'll use that to drive the gameplay.
      I could try to build an editor with utility widgets but I'll prototype first before trying that.
      Thanks!

    • @algosyntax
      @algosyntax หลายเดือนก่อน +1

      @Rezgi MidiEngine 3 Does that

  • @benblaumentalism6245
    @benblaumentalism6245 2 หลายเดือนก่อน

    Nice! Is it async? No need for setting up Quartz?

    • @brianmichaelfuller
      @brianmichaelfuller  2 หลายเดือนก่อน +1

      You don’t need Quartz unless you want to sync other things not related to it on the audio thread separately.

    • @benblaumentalism6245
      @benblaumentalism6245 2 หลายเดือนก่อน +1

      @@brianmichaelfuller Great! Thanks!