| 1868 | } |
| 1869 | |
| 1870 | void fxHostNodePrintNode(void* it) |
| 1871 | { |
| 1872 | txHostNode* node = it; |
| 1873 | fprintf(stderr, "%s ", node->description->name); |
| 1874 | if (node->at) |
| 1875 | fprintf(stderr, "\"%s\" ", node->at->value); |
| 1876 | else |
| 1877 | fprintf(stderr, "\"?\" "); |
| 1878 | } |
| 1879 | |
| 1880 | void fxImportNodePrintNode(void* it) |
| 1881 | { |