diff --git a/public/client.js b/public/client.js index a4adf5d..5227b31 100644 --- a/public/client.js +++ b/public/client.js @@ -23,9 +23,11 @@ const htmlLoad = ` ` const initially= ` -initially guarantee{ +initially guarantee { [amSynthesis <- False()]; + [fmSynthesis <- False()]; [waveform <- sine()]; + [lfo <- False()]; } ` @@ -110,7 +112,7 @@ function getSpecFromDOM(){ // FIXME if(predicateList.length > 1){ - let assumeClause = "always assume{\n\t"; + let assumeClause = "always assume {\n\t"; for(let i=0; i