Module supercollider_looper

Source

Functions§

ensure_tidallooper_in_user_extensions
Ensures the TidalLooper Quark is installed in the user’s SuperCollider Extensions directory (AppData/Local/SuperCollider/Extensions on Windows). Returns Ok(true) if installed or cloned, Ok(false) if already present, Err if failed.
ensure_tidallooper_quark_installed
Ensures the TidalLooper Quark is installed in the user’s SuperCollider Quarks directory. Returns Ok(true) if installed or cloned, Ok(false) if already present, Err if failed.
get_sc_user_plugins_dir
Returns the SuperCollider user Extensions directory (for plugins), e.g. AppData/Local/SuperCollider/Extensions on Windows.