[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] [supercollider/supercollider] 361513: plugin interface: introduce templated loop/loop1 f...
Branch: refs/heads/master
Home: https://github.com/supercollider/supercollider
Commit: 361513b8a7a9f2db82df60ab8d184a57329f85f3
https://github.com/supercollider/supercollider/commit/361513b8a7a9f2db82df60ab8d184a57329f85f3
Author: Tim Blechmann <tim@xxxxxxxxxx>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M include/plugin_interface/Unroll.h
Log Message:
-----------
plugin interface: introduce templated loop/loop1 functions
loop/loop1 have the same semantics as the LOOP/LOOP1 macros, except they
are inline functions, making the code more friendly for a debugger
Signed-off-by: Tim Blechmann <tim@xxxxxxxxxx>
Commit: 6cd1a8e6de713c4ed49d8bb87543c06ae2547db1
https://github.com/supercollider/supercollider/commit/6cd1a8e6de713c4ed49d8bb87543c06ae2547db1
Author: Tim Blechmann <tim@xxxxxxxxxx>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M editors/sc-ide/core/sc_server.cpp
Log Message:
-----------
scide: remove ctrl-b shortcut
in most cases one can use `ctrl-shift-b` to reboot the server. not sure
if we need a shortcut for boot-or-quit
fixes #699
Signed-off-by: Tim Blechmann <tim@xxxxxxxxxx>
Compare: https://github.com/supercollider/supercollider/compare/82a4028a35de...6cd1a8e6de71