From 01e5f306f886d443d697df5ec1c575a1fd7b917c Mon Sep 17 00:00:00 2001 From: nik Date: Thu, 17 Jan 2019 10:57:59 +0100 Subject: [PATCH] removed obsolete remark --- Tutorial/01_getting_started.megra | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tutorial/01_getting_started.megra b/Tutorial/01_getting_started.megra index e9f4f51..150d2b2 100644 --- a/Tutorial/01_getting_started.megra +++ b/Tutorial/01_getting_started.megra @@ -1,10 +1,6 @@ ;; Welcome to the mégra tutorial ! ;; Assuming you've everything up and running, we can start to make some sound ! -;; Copy the folder "tutorial_samples" to your sample folder (see installation guide), -;; start and connect SuperCollider, start SLIME (M-x slime) and mégra (C-c m). -;; C- evaluates a function. - ;; first, tell the system that we want to work in the mégra package ! (in-package :megra)