Comments

Log in with itch.io to leave a comment.

Heya!

I'm just wondering what happened to your Field Recorder?

https://orllewin.itch.io/field-recorder

I was hoping to buy & use it to use the PlayDate as a little memo machine or something.

Your projects are super cool, btw

Hey - I removed it because I couldn’t get the Playdate to work nicely with an external microphone and the code wasn;t great, it was an early effort for me with Lua and the Playdate. I might knock up a better solution some time soon.

Ahh, I see! Thanks for letting me know!

(2 edits)

Is it possible to layer your own loops on top of one another? Be fun with a mic plugged in for vocals...  I'd love to see a 'how to' video :)

For this you want to experiment with some of the sample modules in Modular Play, they’re quite buggy (they were the last thing I implemented before burning out a little) but I’ve written some good experimental sounds with it: https://orllewin.uk/playdate/ModularPlay#Sampling

love this app but is there a way to trim the loop or save the loop points when they are set?

Sorry for mega late reply - you can trim the start/end points with the sample player: https://orllewin.uk/playdate/ModularPlay#Sample+Play - the sampling area is a little buggy though, it’s asking a lot of the Playdate and needs some extra dev time really - once life settles down a little I’ll try and spend more time with it.

Shit, sorry, thought this was Modular Play not Tape Looper!

One of my favorite apps! Already made some tracks with it.

Thank you for version 3 - very good !  

Feature request - Would be really really nice to be able to play the sample 100 % with the crank (and not just control the speed).  Also, would be nice to be able to drop mp3 samples via usb. 

Thank you :) 

(1 edit)

I did try implementing a scrub control with the crank but it’s just not possible with the way the Lua audio API works in Playdate. TapeLooper would need to be rewritten in C to do that I think, not an easy task.

I know there’s a music box app for Playdate that does work with the crank, but that’s triggering samples as you turn - much simpler than dealing with sample frames in a file/buffer.

understood - and you are at the forefront of music creation on the playdate. I was asking because I saw a pedal that could play a sequence with a rotary dial on a cassette and I realized that the play date could do same thing !  Thanks for your reply - appreciated :)