how do you control the last note in a randomly generated sequence. Be nice to have the notes play once every 4 beats or something
@DavidsMusicLab4 ай бұрын
something like (ring *(scale :c4, :major).pick(3), :c3)
@purplebutterflyprod6 ай бұрын
Tool fanboy here ! I see Fibonacci sequence on musique, I must ask you this : WHAT THE FUBIDLBLDISNFKJFSKHGS**K ? Oo More seriously, can you explain me how this code works ? :D I'd like to mess arround with but I don't want to just copying without understand it ^^
@DavidsMusicLab6 ай бұрын
Most of it is explained here: kzbin.info/www/bejne/lZKsl2eNiqiBkLc
@pushparajs67028 ай бұрын
Hi, I have an Electone B405. And my technician says that two of the IC's have failed. Is it possible for you to find of these two IC's for me please. The IC's are; Yamaha YM1021 and YM1023. Please advise.
@dvim9 ай бұрын
Woa! Really lovely beat this one! This inspires so much to spend some time in Sonic PI!
@waxpiscarr10 ай бұрын
what a groove! awesome!
@sofadltc523411 ай бұрын
So epic
@brachysm Жыл бұрын
It’s handmade, not manufactured?
@DavidsMusicLab Жыл бұрын
It's soldered, painted and assembled by hand.
@JamesHDKN64 Жыл бұрын
Love your videos sir 🫡
@cripsgang2499 Жыл бұрын
That’s really awesome !!
@DavidsMusicLab Жыл бұрын
Thank you
@NeilJB Жыл бұрын
I was going to try and run your code and play with the numbers, but line 14 is truncated. Any chance you could include a complete line 14?
@DavidsMusicLab Жыл бұрын
I posted the code on the forum: in-thread.sonic-pi.net/t/fibonacci-sequences/8369
@NeilJB Жыл бұрын
@@DavidsMusicLab Thank you 👍
@AbderazakLaassiri Жыл бұрын
Traduire en arabe
@albanpublic7645 Жыл бұрын
Translator : allocation familiale
@budddmj8191 Жыл бұрын
finally! a simple way of going this. Not even a paid Udemy course explained it this well.
@DavidsMusicLab Жыл бұрын
I didn't know there was such a course. Perhaps I should make one.
@budddmj8191 Жыл бұрын
@@DavidsMusicLab you should! There is actually only 1 on all of Udemy.
@adaltonvieirarodrigues9070 Жыл бұрын
Preciso de uma tecla do 1:13 inteira a última com a molinha
@virendraprajapati7102 Жыл бұрын
Thank you 👍🎉
@ibDaquin Жыл бұрын
Thank you! This is exactly what I was looking for. Any other sound distortions sonic pi supports?
@sunitakhot456 Жыл бұрын
Can I get it's code?? Pls
@natagama5847 Жыл бұрын
Hallo
@natagama5847 Жыл бұрын
@DavidsMusicLab
@Alejandro213sk8 Жыл бұрын
loved this one ! I really lost myself playing with my voice
@sciexp Жыл бұрын
Thanks for sharing this... Have you programmed the gui in Sonic Pi?
@DavidsMusicLab Жыл бұрын
The GUI was done in Processing 3
@mimikova390 Жыл бұрын
Hells yeah!. love it!
@Normandy_Mike Жыл бұрын
This is amazing 👏
@ErsinErtan2 жыл бұрын
if sonic-pi.version >= 4.3.0 then amp_k.tick end # Else RuntimeError - Unable to normalise argument with key :amp and value (ramp 0.0 ... # range max is exclusive
@DavidsMusicLab2 жыл бұрын
not sure what you mean, this tutorial was done back in version 2.xx, might not work in newer versions
@ErsinErtan2 жыл бұрын
@@DavidsMusicLab Yeah, it doesn't work, however using .tick is a workaround. Thanks for the tutorial! amp_kik = (ramp *(range 0,1.1,0.1)) live_loop :kik do sample :drum_bass_hard, amp: amp_kik.tick sleep 0.5 end
@hiddenfiasco2 жыл бұрын
Mind blowing! Thanks a lot for your ongoing work, David! 🤩
@hiddenfiasco2 жыл бұрын
Nice! 🤩
@hiddenfiasco2 жыл бұрын
Perfect! 👍
@hiddenfiasco2 жыл бұрын
Makes my day!
@hiddenfiasco2 жыл бұрын
Outstanding!
@hiddenfiasco2 жыл бұрын
So beautiful! ❤
@hiddenfiasco2 жыл бұрын
Really nice! Reminds me of Rafael Anton Irisarri - Great work, thx a lot!
@hiddenfiasco2 жыл бұрын
Absolutely inspiring!
@hiddenfiasco2 жыл бұрын
Amazing!
@hiddenfiasco2 жыл бұрын
Awesome!
@rmt35892 жыл бұрын
You are a hero! That one equal sign is the major thing I couldn't see in the written tutorial. This saved me.
@leptosurreal4602 жыл бұрын
sus2 no way
@EdoardoMarcora2 жыл бұрын
Is there a way to compensate for latency introduced by using external instruments, so that they are in perfect sync with internal sound sources?
@codeninjasleaguecityleague80352 жыл бұрын
so good!! worth hearing💯👍🙀
@codeninjasleaguecityleague80352 жыл бұрын
no offence
@codeninjasleaguecityleague80352 жыл бұрын
sorry shes just being mean
@codeninjasleaguecityleague80352 жыл бұрын
sxklotinky
@benpowell56822 жыл бұрын
Is it possible to change the pitch of an external sample? For example, I am using a minimal techno bass from a sample pack I own, and it's a WAV file, and I am trying to turn it into a melody. Is that possible?
@DavidsMusicLab2 жыл бұрын
There are the pitch and rpitch parameters, described in the documentation of the sample function. Used like: sample sam, pitch: 7 #A fifth higher The pitch changes are relative to the original of course.
@asarisa-rakuwauavibaya72542 жыл бұрын
So can I record lyrics on a beat I make ?
@hydoragape25243 жыл бұрын
Wonderful😍😍😍
@BruceHarms3 жыл бұрын
Thank you so much for your amzing vids!
@BruceHarms3 жыл бұрын
Masterr, I am now into Sonic Pi! I use this code now to listen to my samples to pick the ones I like!
@electrowizard1413 жыл бұрын
Thank you so much for this helpful and honest review. I had been thinking I might get the kit to add to a synth I am building. I was hesitant about audio quality because of the 8 bit converter rating. After hearing it in your review I will look for something else, you saved me time and money, much appreciated.
@MikeUIibarri3 жыл бұрын
A link to any posted VCV patch is appreciated.
@hussstuart3 жыл бұрын
Thank you for this and posting the code. I'm working on creating a similar setup using an AKAI Pro MIDIMIX Control Surface and your code gives me a great start.