You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A REPL would be an extremely useful tool for getting start with MellowD and playing around with composition ideas.
The REPL should accept all of the top level statements:
imports
block definitions
variable definitions
block performances
function definitions
Additionally there should be some method of executing single statements and expressions within a specific block scope. Possibly with the help of a REPL command to select a default block or just use the last defined block.
After executing something with output the output should be played back live.
The text was updated successfully, but these errors were encountered:
The REPL supports executing top level statements while preserving the
state of previous executions.
Any audio output added during the most recent execution is played back
immediatly.
A REPL would be an extremely useful tool for getting start with MellowD and playing around with composition ideas.
The REPL should accept all of the top level statements:
Additionally there should be some method of executing single statements and expressions within a specific block scope. Possibly with the help of a REPL command to select a default block or just use the last defined block.
After executing something with output the output should be played back live.
The text was updated successfully, but these errors were encountered: