Touchdesigner - Midi controller quick start guide

Поделиться
HTML-код
  • Опубликовано: 7 янв 2025

Комментарии • 19

  • @justinbarca1835
    @justinbarca1835 4 года назад +5

    If anyone here is thinking "there must be a better way to populate these mappings", I discovered a spreadsheet formula that I was able to use to automatically generate all the messages, it goes something like =CONCATENATE( "ba " , DEC2HEX(ROW(), 2), " --"). You'll need to adjust the strings and the first param to the DEC2HEX depending on your starting point. Exporting the spreadsheet as a tsv, one can navigate to /local/midi/userdevices/template and populate the dat tables via Ctrl+e, pasting the contents of the tsv.

  • @jeanchretien3186
    @jeanchretien3186 3 года назад +4

    Hello thx for this tutorial!
    I just can't find how to import a custom midimap in a new project (or even better, have it in every new project by default...)
    If anyone as a clue...

  • @alexeyparkhomenko6237
    @alexeyparkhomenko6237 3 года назад

    thank you a lot, only essential information

  • @alejocalderon5676
    @alejocalderon5676 5 лет назад

    Great contribution to the world, thanks

  • @batucertel
    @batucertel 4 года назад +2

    How can I change the range of the slider between 0 and 1 like in the video? Mine works from 0 to 127 in the select chop. Thanks a lot for the tutorial by the way!

    • @Under1The2Bridge3
      @Under1The2Bridge3 3 года назад +1

      I'm kinda new to this but maybe you could route it through a function to reduce the range

    • @batucertel
      @batucertel 3 года назад +1

      @@Under1The2Bridge3 I solved it a few months ago, by using the math chop prior to the select chop. By the way, this video helped me to use TD with midi, so thanks a lot

  • @theboytheycalljonny1
    @theboytheycalljonny1 4 года назад

    Very helpful. Thanks a million!

  • @nicholasjuister8230
    @nicholasjuister8230 4 года назад +2

    Awesome tutorial! I was wondering if there was any way to save the new device mapping to the MIDI mapper in order to open in another project file? Thanks!

    • @GregFurber
      @GregFurber 4 года назад

      Came here with the same question. Did you find a good solution? Best I can find is creating a custom new project file that has this saved in it already or exporting the data as table that can be referenced.

    • @leitflux
      @leitflux 4 года назад +1

      Matt Ragan gives a pretty good answer to this in Part 3 of his MIDI Mapping series.
      Here's a playlist link. TLDR you can export a custom component TOX with your MIDI mappings for each new controller then just import it into different projects as you please.
      ruclips.net/video/XLeghJmFBh0/видео.html

    • @quentinmckay8658
      @quentinmckay8658 3 года назад +1

      @@leitflux slight correction. he talks about it at the very end of Part 2 👍

  • @sophialiarou4688
    @sophialiarou4688 2 года назад

    thank you!

  • @hppdms
    @hppdms 4 месяца назад

    In my midi manager in log the message section shows only the value. I am using novation Launchpad X but i created custom modes with cc buttons and faders. I recieve the information of the values and buttons but since the message is instead of b++ ++, mine is only a number of the value 0-127. Is there anyone knows why i cant see any different addresses ? Only value is changing

    • @klausnielsen8854
      @klausnielsen8854 Месяц назад

      have the same problem with my Novation Launch Control - and for me it means that the midiinmap chop isn't registering anything - any ideas on how to fix this?

    • @hppdms
      @hppdms Месяц назад

      @ if you use an external midi information software you can see the addresses and then you can write it in td, it works for me

    • @klausnielsen8854
      @klausnielsen8854 Месяц назад

      @@hppdms awesome! thanks for the tip - it works now :)

  • @samuelmarshall100
    @samuelmarshall100 3 года назад

    Everything works except I can't hear anything through my headphones

  • @erasmuskid
    @erasmuskid 2 года назад

    thank you