Skip to content

Commit

Permalink
pieces: morning_in_india and rosalia corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
sonoro1234 committed Oct 2, 2019
1 parent ff542f6 commit 37f289a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- first some synthdefs
local phISEM = require"sc.phISEMSynth"
local phISEM = require"sc.PhISEMSynth"
phISEM:MakeSynth("cascabeles","cascabeles")

SynthDef("btabla",{out=0,freq=100,noisef=0.2,t_gate=1,gate=1,ancho=100,fnoise=1200,amp=1,att=0.125,rel=0.125,tension=0.1,loss=1,ewidth=1/6,epos=0.25,a1=0.5,facF=1,size=1},function()
Expand Down
2 changes: 1 addition & 1 deletion lua2SC/lua2scsamples/pieces/morning_in_india/tamboura.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ end):store(true)

local function TambouraPlayer(escale)
local pl = OscVoicerEP{inst="tamboura"}
pl.inserts = {{"synpathetic_Tamboura",{freq=midi2freq(getNote(1+7*3,escale))}},{"tamboura_soundboard"}}
pl.inserts = {{"sympathetic_Tamboura",{freq=midi2freq(getNote(1+7*3,escale))}},{"tamboura_soundboard"}}
return pl
end

Expand Down
Binary file added lua2SC/lua2scsamples/pieces/rosalia/dbexcite2.wav
Binary file not shown.

0 comments on commit 37f289a

Please sign in to comment.