What are you working on?

Talk about anything else you want

Moderator: BigEvilCorporation

Xynxyn
Very interested
Posts: 54
Joined: Fri Jun 15, 2012 10:32 am
Location: Poland

What are you working on?

Post by Xynxyn » Mon May 27, 2013 2:34 pm

I'm making some SGDK compatible libraries and tools for gendev. ;)
(I thought about publishing you (for tests) first version of my small library ;P )

And you? :)

djcouchycouch
Very interested
Posts: 710
Joined: Sat Feb 18, 2012 2:44 am

Re: What are you working on?

Post by djcouchycouch » Mon May 27, 2013 3:48 pm

Xynxyn wrote:I'm making some SGDK compatible libraries and tools for gendev. ;)
(I thought about publishing you (for tests) first version of my small library ;P )

And you? :)
Interesting! What kind of libs and tools, exactly?

As for me, I haven't done anything in a long, long while.

Xynxyn
Very interested
Posts: 54
Joined: Fri Jun 15, 2012 10:32 am
Location: Poland

Post by Xynxyn » Mon May 27, 2013 4:33 pm

I'am making a supplement for SGDK, some much easier functions in use than old, with more capabilities. I'm on beginning of works, and I have only one "module" working. At this moment it has quite big documentation for only few functions in one "module". ;)

Tools... for this moment - only plug-in for Notepad++ with compiling and testing functions. ;D

PS. I'm minimalist. I love small amount of functions (with few arguments), big capabilities and sorted in few "modules". ^^

Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Post by Stef » Mon May 27, 2013 9:53 pm

That sounds really interesting :)
Do you think your methods could eventually be added to the main SGDK library later then ?

Xynxyn
Very interested
Posts: 54
Joined: Fri Jun 15, 2012 10:32 am
Location: Poland

Post by Xynxyn » Tue May 28, 2013 5:58 am

Hmm... why not? :P
Last edited by Xynxyn on Tue May 28, 2013 7:30 am, edited 1 time in total.

foobat
Very interested
Posts: 92
Joined: Fri Sep 14, 2012 1:06 pm

Post by foobat » Tue May 28, 2013 7:27 am

Learning how to make music so I can actually use the 2612 synth I made ;)

Also saving up for one of these http://www.mydiycnc.com/full_product so I can mill the circuit board myself.

TmEE co.(TM)
Very interested
Posts: 2440
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) » Tue May 28, 2013 7:30 am

It is cheaper to let chinese do your PCBs, more healthy too.... PCB dust will destroy your lungs when inhaled...

As for my projects, I am working on a very extensive MD sound tool.
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

foobat
Very interested
Posts: 92
Joined: Fri Sep 14, 2012 1:06 pm

Post by foobat » Wed May 29, 2013 5:35 am

batchpcb takes soooo long and cnc machines are soooo cool

TmEE co.(TM)
Very interested
Posts: 2440
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) » Wed May 29, 2013 9:06 am

Places like itead studio are a lot nicer.
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen

r57shell
Very interested
Posts: 478
Joined: Sun Dec 23, 2012 1:30 pm
Location: Russia
Contact:

Re: What are you working on?

Post by r57shell » Wed May 29, 2013 3:11 pm

Xynxyn wrote:And you? :)
Nothing... I'm tired. Doing gems_combine... All that's left to do: my own assembly with labels, sections, "equ", "set", and expressions.
mindblowing.
Code is here: https://github.com/realmonster/GEMS/blo ... ombine.cpp
Image

Xynxyn
Very interested
Posts: 54
Joined: Fri Jun 15, 2012 10:32 am
Location: Poland

Post by Xynxyn » Wed May 29, 2013 6:09 pm

I hate when you create very stable code, and you make big changes, and then it's soo buggy... ;D

But the satisfaction, when you fix everything... :)

GenesisFan64
Newbie
Posts: 7
Joined: Tue May 07, 2013 7:03 pm
Location: Mexico
Contact:

Post by GenesisFan64 » Tue Jun 04, 2013 5:33 am

Not sure if it's a good idea to post here, but anyways...
I'm working on my own 68k Sound Driver "SMEG" (or "GEMS" in reverse, just for fun)

it reads .it files directly, without converting at all (but you have to find the pattern data yourself in hex)

Supports all 6 FM channels, DAC (disables FM6 obviously), PSG: all 4 channels (noise controlled by clock), noise can be controlled with notes but disables PSG3
it supports reading DAC pitch with notes, but it's buggy for now

here's a sample .vgz: https://docs.google.com/file/d/0BzL0dkM ... sp=sharing

Until i implement SFX, maybe i'll release it for your homebrew needs...
RAN RAN RUU!

Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Post by Stef » Tue Jun 04, 2013 8:43 am

Oh that is totally awesome and unexpected !
You said 68k driver, does that mean it works entirely on 68K ? I guess you use the Z80 for DAC playback ?
You also said it support IT format directly but what software you can use to produce valid IT (instruments need to be in YM format).

Moon-Watcher
Very interested
Posts: 117
Joined: Sun Jan 02, 2011 9:14 pm
Contact:

Post by Moon-Watcher » Tue Jun 04, 2013 9:38 am

Stef wrote:You also said it support IT format directly but what software you can use to produce valid IT (instruments need to be in YM format).
Good point. I'm also interested in "IT"
Last edited by Moon-Watcher on Tue Jun 04, 2013 9:53 am, edited 1 time in total.

Moon-Watcher
Very interested
Posts: 117
Joined: Sun Jan 02, 2011 9:14 pm
Contact:

Post by Moon-Watcher » Tue Jun 04, 2013 9:50 am


Post Reply