defensemech's blog post about it
patch in your own wavetables for lsdj. lets you do more as a wavechannel than as a sample kit.
defensemech's blog post about it
patch in your own wavetables for lsdj. lets you do more as a wavechannel than as a sample kit.
only works on desktop because you need to drag the roms in.
nvm it doesnt convert to a lsdjsng it just tells you how many chains and patterns to manually draw it in
9 runs like garbage on linux and locks up use an old version instead
max runtime 5.0.8 for windows the arduinoboy max editorsolder on some 1x6 m, f, or double male headers
I think il be able to make an arduinoboy from a promicro with just this and a link cable.
tempted to get the hobbychop one for 70 cad but its alot of money.
they have a breakout for 6$ but its US I think with tarrifs and shipping its 20$ :(
looking at cutting up my link cable and crimping on some dupont M connectors.
use android tablet like a gamepad to control linux using websockets
or ble droidpad companion
could trigger keyboard shortcuts
spessasus soundfont editor github
cant really use on phone but sounds like it could be interesting il have to check it out deeper. looking at android theres not any options i know of other than maybe somehow running polyphone in a linux emulator?
retroarch with gambatte core for lsdj. had trouble showing blank directory with some file permission sanboxing. put the rom in documents and use the
lgpt in ppsspp shows a black screen. you have to go into settingd and change the rendering resolution every time if its 1x set it to 2X. it resets every time
R click in the corner and set plugins to detatched
in settings: general, uncheck auto select linked modules
lets you load custom fonts and edit colour pallates. for fonts the y2k is classic but I like the DOS, Protracker, and Renoise themes for custom. for Colour pallate I went with the solarized dark and modded it to be more greyscale and with a dusty yellow cursor instead of purple.
it exports songs as lsdprj. For lsdjsng export I think I need to use retroplug instead.
went with v 3.75 ubuntu 22.04 version because sdl3 wasn't found on the lastest build.
mgba sound quality sucks, retroplug is ok but the overhead of it running within wine cranks my fan. This is the best emulator on linux iv've foudn so far. was thinking about getting gambatte but its only available on sourceforge and i don't trust like that.
I use retroplug on my computer to open lsdj songs and export .lsdjsng because it doesnt work with .sav alone
the lsdj wikion linux mint the web apps tool lets you launch websites like apps.
3 things got me feeling like a time traveller from the year 2000.
- ska
- microkorg
- lsdj
We have alot more options now that didn't exist back then.
I didn't have a gameboy back then. I always wanted to get into lsdj.
the costs add up.
i got a free gba with no power adapter and a swollen battery.
- flashcart 23$
- battery 10$
- charge cable 7$ + linkcable
40ish bucks just to get lsdj running.
but I want midi out. lsdj patches lets you load lofi samples but that sucks and then gba
needs another audio dongle to get 3.5mm out.
the idea of a portable handheld battery powered tracker gets less portable when a million dongles and power supplys get reqired.
the idea of repurpusing a game console for music doesn't make sense when all these costs pile up.
2 options to get midi:
- arduinoboy prebuilt 70$
- arduino leonardo + midisheild on ali 20$
could potentially save 50$
- probably have to edit the arduinoboy firmware to get the pins correct
- have to cut up a link cable (hobbychops arduinoboy comes with edge connectors)
-build a case to mechanically support the custom cable so it doesn't rip off some things that make it easeir to deal with3>
-gearboy
-lsdj patcher
- lsdj song to midi conversion tool to get midi out
- retroplug for audio syncing route.
wish retroplug could do it all for me but on linux its not working idk why I cant get he midi out
gearboy + the midi conversion tool is enough for me to want to get gba running again. dont need to shell out 70$ for the arduino boy
echo 'deb http://download.opensuse.org/repositories/home:/sfztools:/sfizz/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:sfztools:sfizz.list
curl -fsSL https://download.opensuse.org/repositories/home:sfztools:sfizz/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sfztools_sfizz.gpg > /dev/null
sudo apt update
sudo apt install sfizz
exec --no-startup-id i3-msg 'workspace1; exec renoise'
exec --no-startup-id i3-msg 'workspace2; exec lxterminal -e ~Documents/sf2/fluid.sh'
set cadence to start jack on login so fluidsynth can run properly
jack bridges have alsa to pulse to jack
# Update software sources
sudo apt-get update
# Install required dependencies if needed
sudo apt-get install gpgv wget
# Download package file
wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_11.2.0_all.deb
# Install it
sudo dpkg -i kxstudio-repos_11.2.0_all.deb