vpolajnar Posted October 27, 2022 Share Posted October 27, 2022 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 Quote Link to comment Share on other sites More sharing options...
Stephane Boussuge Posted October 27, 2022 Share Posted October 27, 2022 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. Quote Link to comment Share on other sites More sharing options...
vpolajnar Posted October 27, 2022 Author Share Posted October 27, 2022 Rightt!! Thank you so much, it makes sense! best regards, Vili Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.