Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
purr-data
Commits
708c49b8
Commit
708c49b8
authored
11 years ago
by
Ivica Bukvic
Browse files
Options
Downloads
Patches
Plain Diff
removed unnecessary help file and disabled redundant external
parent
0556b698
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
externals/miXed/cyclone/Makefile.sources
+1
-1
1 addition, 1 deletion
externals/miXed/cyclone/Makefile.sources
externals/miXed/doc/help/cyclone/log~-help.pd
+0
-62
0 additions, 62 deletions
externals/miXed/doc/help/cyclone/log~-help.pd
with
1 addition
and
63 deletions
externals/miXed/cyclone/Makefile.sources
+
1
−
1
View file @
708c49b8
...
@@ -141,7 +141,6 @@ sickle/delta.c \
...
@@ -141,7 +141,6 @@ sickle/delta.c \
sickle/deltaclip.c
\
sickle/deltaclip.c
\
sickle/edge.c
\
sickle/edge.c
\
sickle/kink.c
\
sickle/kink.c
\
sickle/log.c
\
sickle/lores.c
\
sickle/lores.c
\
sickle/maximum.c
\
sickle/maximum.c
\
sickle/minimum.c
\
sickle/minimum.c
\
...
@@ -172,6 +171,7 @@ sickle/triangle.c \
...
@@ -172,6 +171,7 @@ sickle/triangle.c \
sickle/vectral.c
\
sickle/vectral.c
\
sickle/zerox.c
sickle/zerox.c
#sickle/log.c \
#sickle/abs.c \
#sickle/abs.c \
SFORKY_TILDE
=
$(
TILDE
)
SFORKY_TILDE
=
$(
TILDE
)
...
...
This diff is collapsed.
Click to expand it.
externals/miXed/doc/help/cyclone/log~-help.pd
deleted
100644 → 0
+
0
−
62
View file @
0556b698
#N canvas 0 26 809 409 10;
#X text 15 35 Output the log (to a specified base) of a signal;
#X obj 377 314 clip~ 0 1;
#X floatatom 460 173 0 0 0 0 - - -;
#X floatatom 439 326 0 0 0 0 - - -;
#X obj 419 240 log~ 2;
#X obj 411 171 line~ 1;
#X msg 406 145 1 \, 1.8 3000 1 300;
#X obj 19 116 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 19 386 dac~;
#X obj 19 330 *~ 0.2;
#X obj 19 243 *~ 440;
#X msg 19 152 1.44 \, 4 3000;
#X obj 19 174 line~ 1;
#X obj 19 300 cycle~;
#X obj 19 207 log~ 2;
#X text 20 58 log~ is useful for generating curves from line~. In the
example below \, log~ with an argument 2 (for log to the base 2) is
used to generate a pitch glissando and a logarithmic amplitude envelope.
;
#X text 58 194 optional argument determines the base of the logarithm.
If no argument is present \, e (the natural logarithm) is used. base
can be changed via right inlet.;
#X text 31 281 result goes from around 220 to 880 Hz;
#X text 402 121 log amplitude envelope;
#X text 103 152 pitch glissando;
#X text 467 200 try different bases...the lower the base (above 1)
the bigger the output. bases between 0 and 1 result in a negative output.
;
#X text 42 117 click to hear something;
#X obj 439 296 Snapshot~ 50;
#N canvas 309 151 494 374 META 0;
#X text 12 145 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
;
#X text 12 5 KEYWORDS signal max_compatible;
#X text 12 65 INLET_0 signal;
#X text 12 85 INLET_1 signal;
#X text 12 105 OUTLET_0 signal;
#X text 12 25 LICENSE SIBSD;
#X text 12 125 AUTHOR Krzysztof Czaja;
#X text 12 45 DESCRIPTION output the log (to a specified base) of a
signal;
#X text 12 175 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan
Wilkes for Pd-extended 0.42 to conform to the PDDP template.;
#X restore 752 381 pd META;
#X connect 1 0 9 1;
#X connect 2 0 4 1;
#X connect 4 0 1 0;
#X connect 4 0 22 0;
#X connect 5 0 4 0;
#X connect 6 0 5 0;
#X connect 7 0 11 0;
#X connect 7 0 6 0;
#X connect 9 0 8 0;
#X connect 9 0 8 1;
#X connect 10 0 13 0;
#X connect 11 0 12 0;
#X connect 12 0 14 0;
#X connect 13 0 9 0;
#X connect 14 0 10 0;
#X connect 22 0 3 0;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment