Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

s-ol

7
Posts
69
Followers
19
Following
A member registered Mar 12, 2014 · View creator page →

Creator of

Recent community posts

Yes! But I did not write the raycasting engine, it was shared by davidobot on the love2d forums: https://love2d.org/forums/memberlist.php?mode=viewprofile&u=44056

I've been focusing my efforts on kritzikratzi/Oscilloscope at the moment, which is fully native but as of yet doesn't render as beautifully. The reason though is that it does support monitoring on windows (and fullscreen as well :))

About your second question, that sounds far too complicated to add to this, I really recommend you check out PureData, Max/MSP or something similar if you want to do something like that. It will let you do all the mixing, analyzing and shape-synthesis you want :)

Hey Kirk!

I'm glad you find this useful :)

If I understand correctly, you would like to view the mix of Signal Generator + Audio File, but here only the Audio File?

In general, I personally have not been using the Signal generator very much (and it even seemed to me that it has a bug where a dot in the zero position is added?), when I play with patterns I usually use PureData and the Microphone section of the scope.

What you are asking for is definitely possible to implement though. If you know JavaScript,  you can find the source for this here: git.s-ol.nu/xxy-oscilloscope

(you don't need node, docker or electron for playing around with it, it's enough just to open index.html in your browser)

I'm not sure how interested I am in adding this to my version of the project, I was actually thinking about removing the Signal Generator altogether in favor of making it purely an output display.

 

Yeah, I was trying to work ahead of time to get it done before classes really started but I totally underestimated the amount of things that would get in the way. I'm pretty sure I will come back to this project in the next three months though.