Browse Source

SC: add function parameter

tags/v1.3.0
Brian Heim 5 years ago
parent
commit
3588b716b0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/SuperColliderEngine.cpp

+ 1
- 1
src/SuperColliderEngine.cpp View File

@@ -35,7 +35,7 @@ public:
~SC_VcvPrototypeClient();

// These will invoke the interpreter
void interpret(const char *) noexcept;
void interpret(const char * text) noexcept;
void evaluateProcessBlock(ProcessBlock* block) noexcept;
int getFrameDivider() noexcept { return getResultAsInt("^~vcv_frameDivider"); }
int getBufferSize() noexcept { return getResultAsInt("^~vcv_bufferSize"); }


Loading…
Cancel
Save