mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Jucer updates for linux VST support. Small additions to Path, Expression, File.
This commit is contained in:
parent
73f17dba08
commit
1f88582434
20 changed files with 454 additions and 160 deletions
|
|
@ -100,7 +100,7 @@ public:
|
|||
Term* clone() const { return new Symbol (mainSymbol, member); }
|
||||
int getNumInputs() const { return 0; }
|
||||
Term* getInput (int) const { return 0; }
|
||||
const String getFunctionName() const { return toString(); }
|
||||
const String getSymbolName() const { return toString(); }
|
||||
|
||||
const String toString() const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue