Skip to content

Commit

Permalink
fixed external links
Browse files Browse the repository at this point in the history
  • Loading branch information
LFSaw committed May 10, 2017
1 parent e61d83f commit 5698bd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/DEINDUGens/sc/HelpSource/Classes/Greyhole.schelp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Ndef(\hole).edit;
Ndef(\src).edit;
::

For the Greyball piece ( see http://tai-studio.org/index.php/jpverb-greyhole/ ), the following source was used:
For the Greyball piece ( see http://tai-studio.org/portfolio/greyball.html ), the following source was used:

code::
Ndef(\src).fadeTime = 4;
Expand Down
8 changes: 4 additions & 4 deletions source/DEINDUGens/sc/HelpSource/Classes/JPverb.schelp
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ Spec.add(\highband, [1000, 10000, \exp]);
Ndef(\src).clear
(
Ndef(\src, {
    //SoundIn.ar([0, 1])
    Splay.ar(Impulse.ar([1, 3, 5, 7, 9]).scramble);
//SoundIn.ar([0, 1])
Splay.ar(Impulse.ar([1, 3, 5, 7, 9]).scramble);
});

Ndef(\reverb, {
var src = Ndef(\src).ar * \amp.kr(1);
src = JPverb.ar(
Expand Down Expand Up @@ -129,7 +129,7 @@ Ndef(\reverb).edit;
::


For the Verber piece ( see http://tai-studio.org/index.php/jpverb-greyhole/ ), the following source was used:
For the Verber piece ( see http://tai-studio.org/portfolio/verber.html ), the following source was used:

code::
Ndef(\src).fadeTime = 4;
Expand Down

0 comments on commit 5698bd3

Please sign in to comment.