change module path to the rsc3 symbol
This commit is contained in:
parent
576c4337fc
commit
d0057485c3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#lang racket
|
||||
|
||||
(require "rsc3/rsc3.rkt")
|
||||
(require rsc3)
|
||||
|
||||
|
||||
;; start udp SuperCollider server with: scsynth -u 57110
|
||||
|
|
Loading…
Reference in a new issue