Move mscript commands into footer of the text editor
This commit is contained in:
parent
8452d24819
commit
a6becef4cc
|
@ -66,12 +66,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="script" class="screen">
|
<div id="script" class="screen">
|
||||||
<textarea id="editor"></textarea>
|
<textarea id="editor"></textarea>
|
||||||
<div id="mscript_cmd">
|
|
||||||
<button id="mscript_compile" onclick="">Compile</button>
|
|
||||||
<button id="mscript_run" onclick="">Run</button>
|
|
||||||
<button id="mscript_seq" onclick="">To Sequencer</button>
|
|
||||||
</div>
|
|
||||||
<footer id="console">
|
<footer id="console">
|
||||||
|
<div id="mscript_cmd">
|
||||||
|
<button id="mscript_compile" onclick="mse.mscript.eval()">EVAL</button>
|
||||||
|
<button id="mscript_seq" onclick="">TO SEQUENCE</button>
|
||||||
|
</div>
|
||||||
<textarea>> </textarea>
|
<textarea>> </textarea>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue