process_help.json 324 B

12345678910111213
  1. {
  2. "inputfile": {
  3. "description":
  4. "Allows you to load and play a file for processing.
  5. Here I am testing multiple lines.
  6. I do not know if this will work.",
  7. },
  8. "outputfile": {
  9. "title": "Output File",
  10. "description": "Controls running your thread and plays the output file from the thread.",
  11. "category": "Shader"
  12. }
  13. }