Day 1 - Your First Movie Player 5/6

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

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

  • @notarabbit1752
    @notarabbit1752 ปีที่แล้ว

    A couple problems I had with this to help anyone watching later:
    1. "parameter" node didn't show any parameters at first. This is because of a switch called "built-in" in the node's properties defaults to off. Switch it on.
    2. Needed to export or change a parameter but it wouldn't let me, and the text was gold colored. This means it's set to "read-only." Right click on the text and toggle read-only off.
    3. in the slider master, the text wouldn't show. even after setting the background to null_final. this is because there is a node in there by default called "text" that is covering it up. delete the node.

  • @oMiniousO
    @oMiniousO 5 ปีที่แล้ว +1

    Hi Matthew, I can't manage to connect the Out CHOP to the Select CHOP at the end. First I get a warning saying :
    Invalid path for node "[value of the Out CHOP]" referenced by parameter "CHOP"
    Second I can't change the expression in the CHOP parameter of the Select CHOP, t's locked. Do you have any clue why ?
    Thanks

    • @raganmd
      @raganmd  5 ปีที่แล้ว

      without seeing what you're doing it's hard to say what might be going on here - are you writing the reference, or are you dragging and dropping the CHOP?

    • @quentinmckay8658
      @quentinmckay8658 4 ปีที่แล้ว +6

      Seems things must have changed since Matthew made the tutorial. Now, when you drag the CHOP onto the SELECT it immediately turns into a relative python expression instead of giving you the option like the above video. I got it to work by copying the "container_ui/container_post_controls/item1/out1" from the python, switching to constant parameter mode, then adding "../" to the beginning.
      You probably figured it out by now but maybe that helps someone else ;-)

    • @ikerelease
      @ikerelease 4 ปีที่แล้ว

      @@quentinmckay8658 thanks!

    • @PabloLucio
      @PabloLucio 4 ปีที่แล้ว

      @@quentinmckay8658 thanks man, that one was killing me

    • @ResistCircuitResist
      @ResistCircuitResist 4 ปีที่แล้ว +1

      @@quentinmckay8658 This did not work for me, but i was able to drag the output directly onto select, rather than the chop field and it worked properly

  • @klaasverpoest4670
    @klaasverpoest4670 4 ปีที่แล้ว +1

    Hi Matthew, thanks for these immensely useful video's. @14min I must be doing something wrong (over and over again). All goes well until I export the value of math2 to the knob, slider indicator is visible until x reaches 158 and goes of the screen, so about halfway. Trying the figure out where or what I've missed, without any succes.
    Any comments or suggestions would be greatly appreciated.
    Thanks a lot,
    Klaas

    • @raganmd
      @raganmd  4 ปีที่แล้ว

      hmmm - it can be hard to tell what someone might be up to here without looking through your progress. If you post you work on the forum and tag me I'd be happy to take a look. My first guess is that it's probably related to your scaling / expression. :/

    • @raganmd
      @raganmd  4 ปีที่แล้ว

      @@teatralnik You can find the derivative forum here for the future - forum.derivative.ca/

    • @teatralnik
      @teatralnik 4 ปีที่แล้ว

      @@raganmd Thank you for very valuable videos.

    • @neemagary4701
      @neemagary4701 3 ปีที่แล้ว

      Did you figure it out?