{
   "labels" : [
      "binaural",
      "quadriphonic",
      "brainwave",
      "isochronic",
      "mystic solfeggio"
   ],
   "is_private" : null,
   "id" : "1-5aK",
   "code" : "//Synth definition\r\n(\r\nSynthDef(\r\n\t\\isochronic,\r\n\t{\r\n\t\targ freq1=97.94, freq2=136.1, freq3=174, freq4=285, freq5=396, freq6=417,\r\n\t\tfreq7=432, freq8=528, freq9=639, freq10=741, freq11=852, freq12=963, beat1=2.6, beat2=3.9,\r\n\t\tamp1=0.0, amp2=0.0, amp3=0.0, amp4=0.0, amp5=0.0, amp6=0.0, amp7=0.0, amp8=0.0,\r\n\t\tamp9=0.0, amp10=0.0, amp11=0.0, amp12=0.0, amp=0.0, out=0, isofreq=1, width=0.5;\r\n\t\tvar sin1, sin2, sin3, sin4, sin5, sin6, sin7, sin8, sin9, sin10, sin11, sin12, brainmix, isochronic;\r\n\t\tsin1=SinOsc.ar([freq1-(beat1/2),freq1-beat1,freq1+(beat1/2),freq1+beat1],\r\n\t\t\t0,amp1,0);\r\n\t\tsin2=SinOsc.ar([freq2-(beat2/2),freq2-beat2,freq2+(beat2/2),freq2+beat2],\r\n\t\t\t0,amp2,0);\r\n\t\tsin3=SinOsc.ar([freq3-(beat1/2),freq3-beat1,freq3+(beat1/2),freq3+beat1],\r\n\t\t\t0,amp3,0);\r\n\t\tsin4=SinOsc.ar([freq4-(beat2/2),freq4-beat2,freq4+(beat2/2),freq4+beat2],\r\n\t\t\t0,amp4,0);\r\n\t\tsin5=SinOsc.ar([freq5-(beat1/2),freq5-beat1,freq5+(beat1/2),freq5+beat1],\r\n\t\t\t0,amp5,0);\r\n\t\tsin6=SinOsc.ar([freq6-(beat2/2),freq6-beat2,freq6+(beat2/2),freq6+beat2],\r\n\t\t\t0,amp6,0);\r\n\t\tsin7=SinOsc.ar([freq7-(beat1/2),freq7-beat1,freq7+(beat1/2),freq7+beat1],\r\n\t\t\t0,amp7,0);\r\n\t\tsin8=SinOsc.ar([freq8-(beat2/2),freq8-beat2,freq8+(beat2/2),freq8+beat2],\r\n\t\t\t0,amp8,0);\r\n\t\tsin9=SinOsc.ar([freq9-(beat1/2),freq9-beat1,freq9+(beat1/2),freq9+beat1],\r\n\t\t\t0,amp9,0);\r\n\t\tsin10=SinOsc.ar([freq10-(beat2/2),freq10-beat2,freq10+(beat2/2),freq10+beat2],\r\n\t\t\t0,amp10,0);\r\n\t\tsin11=SinOsc.ar([freq11-(beat1/2),freq11-beat1,freq11+(beat1/2),freq11+beat1],\r\n\t\t\t0,amp11,0);\r\n\t\tsin12=SinOsc.ar([freq12-(beat2/2),freq12-beat2,freq12+(beat2/2),freq12+beat2],\r\n\t\t\t0,amp12,0);\r\n\t\tisochronic=LFPulse.ar(MouseX.kr(1,60,'linear'),0,MouseY.kr(0.01,1,'linear'),amp,0).lag(0.01);\r\n\t\t//isochronic=LFPulse.ar(isofreq,0,width,amp,0).lag(0.001);\r\n\t\tbrainmix=Mix.new([sin1, sin2, sin3, sin4, sin5, sin6, sin7, sin8, sin9, sin10, sin11, sin12]*isochronic);\r\n\t\tOut.ar(out,brainmix, 0, 1);\r\n\t}\r\n).add\r\n)\r\n\r\n//Run Synth\r\n~isobrainmachine = Synth(\\isochronic,[\\out,0,\\amp,0.5, \\amp1,0.24, \\amp2,0.22, \\amp3,0.20, \\amp4,0.18, \\amp5,0.17, \\amp6,0.16, \\amp7,0.14, \\amp8,0.13, \\amp9,0.12, \\amp10,0.11, \\amp11,0.1, \\amp12,0.1,\\beat1,2.6,\\beat2,3.9]);\r\n\r\n//Modify parameter\r\n~isobrainmachine.set(\\beat1,1.3);\r\n\r\n//Stop Synth\r\n~isobrainmachine.free;",
   "name" : "Quadriphonic Isochronic and Binaural Brainwave Machine",
   "author" : "maszkowicz",
   "ancestor_list" : [],
   "description" : "This synth is a mix between isochronic and binaural braiwave entrainment. If you run it in a stereo speaker (or headphone), it will work fine but you will only hear half of the channels. Once you run it, you can scroll your mouse in both XY directions for generating different effects: X is the frequency of the isochronic tone, Y is the depth of the isochronic pulse. Feel free to modify the effect, or plug your favorite midi controller.\r\n\r\nThe Synth has two beat parameters for the binaural beat frequencies, each of the four channels has a different frequency inducing several effects in the acoustic space. Feel free to modify the \\beat1 and \\beat2 parameters.\r\n\r\nThe choice of frequencies follows the \"Mystic Solfeggio\" which is meant to bring a positive vibration to the body and spirit. One thing is for sure, they are very adictive and watch out their psychoactive effect!"
}
