Posted October 27, 20222 yr Hi! I have completely basic question for live coding. If i understand correctly, whole code for live code should be wrapped in (progn), and after any change i make I have to evaluate this block? There is no way that Opusmodus would play changed version after loop? best regards, VIli
October 27, 20222 yr Hi, the code don't necessary needs to be wrapped in a progn. but, at least, each time you change something, that line as to be evaluated and the def-score or PS as well. But if the code is not too heavy, it is generally faster to evaluate the whole file (right click and Evaluate and Live coding or Ctrl+Cmd +8 for a normal def-score. If you use a ps with the option :output :live-coding, you can just use evaluate all (CMD+MAj +E) SB.
Create an account or sign in to comment