Skip to content

Commit

Permalink
revert to rakesh real solo
Browse files Browse the repository at this point in the history
  • Loading branch information
kflak committed Oct 15, 2019
1 parent 7cd014d commit 63fe752
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cues/crunchyImpro.scd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

// Backup when no sensors
// Pdef(\sineGrainTrain).play;
Pdef(\emSolo).stop;
// Pdef(\emSolo).stop;

fork{
10.do{|i|
Expand Down
2 changes: 1 addition & 1 deletion cues/heartdialog.scd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"Rakesh solo".postln;
~deltaTriggers[\emIDs].do{|id, idx| ~deltaTriggers[\em][idx].play(out: ~bus[\em])};
// Backup when no sensor
Pdef(\emSolo).play;
// Pdef(\emSolo).play;

"Kenneth mics on, prepare for song".postln;

Expand Down
2 changes: 1 addition & 1 deletion patterns/fmdrone.scd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pbind(
\instrument, \fm,
\group, ~group[\instr],
\db, -33,
\db, -32,
\carfreq, 50,
\modfreq, Pexprand(49, 52),
\moddepth, Pexprand(5, 140),
Expand Down
2 changes: 1 addition & 1 deletion patterns/nasa_liftoff.scd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
\pan, Pwhite(-1.0, 1.0, inf),
\panspeed, 0.03,
\width, ~numSpeakers,
\db, Pseq([-26, -11, -11, -20, -22, -27] - 1),
\db, Pseq([-26, -11, -11, -20, -22, -27] + 3),
\hipassfreq, Pseq([450, 220, 220, 220, 220, 220]),
\hishelfdb, -9,
\attack, Pseq([50, 10, 10, 10, 10, 10]),
Expand Down

0 comments on commit 63fe752

Please sign in to comment.