Fettuccini [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=56703 Shovel Knight Main Theme (cartridge) <h1>Shovel Knight Main Theme</h1> <h3>Music by <a href="https://www.lexaloffle.com/bbs/?uid=56703"> @Fettuccini</a></h3> <h3>Art by <a href="https://www.lexaloffle.com/bbs/?uid=42184"> <a href="https://www.lexaloffle.com/bbs/?uid=42184"> @SmellyFishstiks</a></a></h3> <p> <table><tr><td> <a href="/bbs/?pid=118061#p"> <img src="/bbs/thumbs/pico8_shovelknightmusic-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=118061#p"> shovelknightmusic</a><br><br> by <a href="/bbs/?uid=56703"> Fettuccini</a> <br><br><br> <a href="/bbs/?pid=118061#p"> [Click to Play]</a> </td></tr></table> <br /> I actually made this a while ago, but just never got around to posting it here on the BBS. Thanks to <a href="https://www.lexaloffle.com/bbs/?uid=42184"> <a href="https://www.lexaloffle.com/bbs/?uid=42184"> @SmellyFishstiks</a></a> for taking the time to make the art for it!</p> <p>Any recommendations for other Shovel Knight songs to demake? Let me know, and I just might do it :)</p> https://www.lexaloffle.com/bbs/?tid=49511 https://www.lexaloffle.com/bbs/?tid=49511 Tue, 27 Sep 2022 17:40:03 UTC Shovel Knight Main Theme <h2>Shovel Knight Main Theme</h2> <p> <iframe src="sfxp2.php?id=56703_0" width="402" height="300" style="border:none; overflow:hidden" scrolling="no" allow="autoplay"></iframe><a style="cursor:pointer; font-size:8pt" onclick=' var el = document.getElementById("sfxcode_56703_0"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("/bbs/sfxc/56703_0.txt", function (retdata){ var el = document.getElementById("sfxcode_56703_0"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [sfx] </a> <textarea rows=3 class=lexinput id="sfxcode_56703_0" style="width:480px;background-color:#fed;display:none;overflow:hidden; font-size:4pt;"></textarea> <br /> Here's my pico-8 transcription of the main theme from Shovel Knight :)</p> <p>My pixel art skills aren't the most refined, so if anyone out there would like to take a stab at making a 128x128 title screen for this, I'll gladly use that to post this as a cart instead and credit you.</p> https://www.lexaloffle.com/bbs/?tid=49499 https://www.lexaloffle.com/bbs/?tid=49499 Tue, 27 Sep 2022 00:43:38 UTC SFX preview only works after playing music <p>I really like that you can double click to preview a sound effect when in this view.</p> <img style="margin-bottom:16px" border=0 src="/media/56703/silver_dream_0.png" alt="" /> <p>But any time I run the cart and come back to this view, the double click preview freezes up until I play something normally (like the currently active music segment or one of the SFX in SFX/tracker mode).</p> https://www.lexaloffle.com/bbs/?tid=46881 https://www.lexaloffle.com/bbs/?tid=46881 Mon, 07 Mar 2022 08:36:37 UTC Rhythm Game Demo (and a big thank you to the community) <h1>Thank you PICO-8 community!</h1> <p>This is my very first cart upload here to the BBS! I'm mostly making this post as a thank you to the PICO-8 community for being so informative and welcoming to people who want to learn how to make games. Between the wiki and the forums, I've been able to learn more about how to program in PICO-8 this past month than I could've imagined (this is coming from an absolute newbie).</p> <p>Here's my first functioning framework for the current project I'm working towards - a rhythm game. I wanted to make this prototype with the intention of being able to easily change the BGM speed and arrow speed independently and still have the audio-visual timing be spot on. I'll likely make a newer version that showcases that functionality. For now, here's a short-and-sweet demo. Enjoy!<br /> <table><tr><td> <a href="/bbs/?pid=107729#p"> <img src="/bbs/thumbs/pico8_pagesenage-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=107729#p"> Basic Beats</a><br><br> by <a href="/bbs/?uid=56703"> Fettuccini</a> <br><br><br> <a href="/bbs/?pid=107729#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Controls</h1> <ul> <li>X to start/restart the music</li> <li>Arrow keys to hit the notes</li> </ul> https://www.lexaloffle.com/bbs/?tid=46771 https://www.lexaloffle.com/bbs/?tid=46771 Sun, 27 Feb 2022 06:56:20 UTC Can I use custom SFX instruments in the audio Control Code? <p>Hello! I've recently been trying to learn as much as I can about audio manipulation in PICO-8 lately, and recently found out about the <a href="https://pico-8.fandom.com/wiki/P8SCII_Control_Codes#Audio_commands">\a control code</a>.</p> <p>You denote it with \a and can optionally follow it up with <strong>i</strong> and <strong>0-7</strong> to choose which instrument will be used:</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>print(&quot;\ai5ceg&quot;) --plays a c major triad using instrument 5</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>What I'm wanting to do is play a custom SFX instrument using this control code, but from what I've tried so far, it doesn't seem to be possible.</p> <p>The first thing I tried was putting unique patterns in the first 8 SFX slots and testing with <strong>i 8-f</strong> (8-15) in the control code to see if any of them play, but it just seems to loop back to the standard waveforms <strong>0-7</strong>.<br /> The second thing I tried was toggling <strong>SFX Instruments: ON</strong> in SFX slot 8 and then specifically have the control code play from SFX slot 8</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>print(&quot;\a8i5ceg&quot;) -- c major triad in SFX slot 8</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>I'm sure it's probably just a limitation of this particular method of playing audio, especially considering no documentation of this control code mentions custom SFX instruments, but If anyone has any insight on this, or other methods of adaptively playing custom SFX, it would be much appreciated.</p> <p>(Long story short I'm trying to have a single custom SFX instrument that I can play adaptively in different pitches for a rising combo sound effect without using up a bunch of other SFX slots.)</p> https://www.lexaloffle.com/bbs/?tid=46532 https://www.lexaloffle.com/bbs/?tid=46532 Fri, 11 Feb 2022 05:11:00 UTC