https://vocaroo.com/1a2pTHMxFEHv
I wrote a whole song!
Vibe coding vibrations with a vibcoded vibrator!
./seqosc --channels 2 --bit-depth 24 --seq "
120:q:a4:ionian;
sine(0.4){
-------1(hp[60,30]:lp[1000,30]:power[125]:env[a:0.125,d:0,s:1,r:0]:pan[0])<0:1:0.3>--2,
---2(hp[60,5]:lp[1000,15]:power[125]:env[a:0.125,d:0,s:1,r:0.125]:pan[0])<0:1:0.5>----5
}
&
sine(0.4){
-------1(hp[60,30]:lp[1000,30]:power[125]:env[a:0.125,d:0,s:1,r:0]:pan[1]:phase[0.5])<0:1:0.3>--2,
---2(hp[60,5]:lp[1000,15]:power[125]:env[a:0.125,d:0,s:1,r:0.125]:pan[1]:phase[0.25])<0:1:0.5>----5
}
&
sine(0.4){
---2(0.4:hp[60,5]:lp[1000,15]:power[125]:env[a:0.125,d:0,s:1,r:0.125])<0:1:0.5>----5,
-------1(0.4:hp[60,30]:lp[1000,30]:power[125]:env[a:0.125,d:0,s:1,r:0])<0:1:0.3>--2
}
" >|phased_and_panned.raw
sample=sampler(\"phased_and_panned.raw\":0.8:0:1:24:2:0:env[a:0.5,d:0.5,s:0.5,r:0.1]:hp[60,30]:lp[1000,10])
left=0.4:pan[0.25]
right=0.4:pan[0.75]:phase[0.25]
otherleft=0.4:pan[0.25]:bias[0.25]
otherright=0.4:pan[0.75]:phase[0.25]:bias[0.75]
./seqosc --channels 2 --bit-depth 24 --seq "
30:w:a4:ionian;
$sample{
[---1($left):h, ---1+1($right):h], [1+1($left):h, 1+2($right):h]
}3;
$sample{
[+6($left):ddh, +6+1($right):ddh]
};
$sample{
[--1($left):h, --1($right):h], [4($left):h, 4+1($right):h]
}3;
$sample{
[+6($left):ddh, +6+1($right):ddh]
};
$sample{
[---1($left):h, ---1+1($right):h], [3($left):h, 3+1($right):h]
}3;
$sample{
[+6($left):ddh, +6+1($right):ddh]
};
$sample{
[--4($otherleft):st<0:1:0.3>-4:st, _:q:-4($otherleft):st<0:1:0.9>--4:st, ---6+1($otherright):h], [+1($left):h, +1+1($right):h]
}3;
$sample{
[+6($left):ddh, +6+1($right):ddh]
};
" | aplay -r 44100 -c2 -f S24_3LE
[code/]