# Code from tutorial doesn't work for me...can you help?

**URL:** https://in-thread.sonic-pi.net/t/code-from-tutorial-doesnt-work-for-me-can-you-help/6688
**Category:** Support, Help & Resources
**Created:** [April 16, 2022, 4:22am UTC](https://in-thread.sonic-pi.net/t/code-from-tutorial-doesnt-work-for-me-can-you-help/6688 "2022-04-16T04:22:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![plexiclass](https://avatars.discourse-cdn.com/v4/letter/p/e19b73/32.png) [@plexiclass](https://in-thread.sonic-pi.net/u/plexiclass)
#### Post date: [April 16, 2022, 4:22am UTC](https://in-thread.sonic-pi.net/t/code-from-tutorial-doesnt-work-for-me-can-you-help/6688/1 "2022-04-16T04:22:52Z")

</div>

Hi,

Very amateur coder and musician, with high interest in both. Loving Sonic Pi…and working through the tutorial.

I’m getting into the good stuff…right now. I’m just starting with threads.

However, to my dismay, the simple example given, returns only the drum kick looped instead of the fm sample simultaneous as expected. Checked into the Discord and the two people that responded had it work as expected. This is the only time thusfar the code has given me any problems, following the full tutorial to this point. I feel like this is really important, so am very curious to know what may be causing the issue. I’ve tried stopping, closing, restarting, etc.

in\_thread do  
loop do  
sample :drum\_heavy\_kick  
sleep 1  
end  
end

loop do  
use\_synth :fm  
play 40, release: 0.2  
sleep 0.5  
end

**Update** : Got some additional feedback on Discord and realized that at 40, I am completely unable to hear it, even though it is running the code, whereas at 50 or 60, I hear it plain as day!

Though, this wasn’t the case for the other two on Discord, and presumably most people.

---

<div class="post-metadata">

### Author: ![samaaron](https://dub1.discourse-cdn.com/flex017/user_avatar/in-thread.sonic-pi.net/samaaron/32/7_2.png) [@samaaron](https://in-thread.sonic-pi.net/u/samaaron)
#### Post date: [April 16, 2022, 9:36am UTC](https://in-thread.sonic-pi.net/t/code-from-tutorial-doesnt-work-for-me-can-you-help/6688/2 "2022-04-16T09:36:54Z")

</div>

Hey @plexiclass,

your ability to hear low notes such as `40` is typically limited by the ability of the speakers/headphones you’re using. Typical laptop speakers or in-ear headphones don’t usually have a decent capability for bass which means these low frequency sounds will be very quiet. However, plug your laptop into a nightclub sound system with huge subs and you’ll make the room shake 🙂

---

<div class="post-metadata">

### Author: ![plexiclass](https://avatars.discourse-cdn.com/v4/letter/p/e19b73/32.png) [@plexiclass](https://in-thread.sonic-pi.net/u/plexiclass)
#### Post date: [April 16, 2022, 1:57pm UTC](https://in-thread.sonic-pi.net/t/code-from-tutorial-doesnt-work-for-me-can-you-help/6688/3 "2022-04-16T13:57:40Z")

</div>

I hear ya…no pun intended…well now it is 🙂

Inspiration to get better, get some equipment, and get it bumping!
