top of page

Beginner

1

Function to output string to console and execution

RANK

AZSTOKe_sample_ShowConsoleMsg

def Msg(parm):

    RPR_ShowConsoleMsg(str(parm) + "\n")


str1 = "Hello World"

Msg(str1)

def Msg(parm):

    RPR_ShowConsoleMsg(str(parm) + "\n")


  • Convert input parameters to string and prepare output function in Reaper console


str1 = "Hello World"


  • Enter the [Hello World] string into the str1 variable


Msg(str1)


  • Enter str1 variable into Msg function

  • The function is executed and prints to the console

APIの利用にはBRONZEに

加入し専用APIを

ダウンロード

する必要があります。

No preparation required


- Script Code -
- Script Image -
- Warm Up -
- Script Detail -
- API -

PYTHON

​ReaScript File Download 👇

​※実行するには専用APIが必要です

- Script Image -
bottom of page