pitch-related tools for PPMCK users

Discuss NSF files, FamiTracker, MML tools, or anything else related to NES music.

Moderator: Moderators

Post Reply
cak
Posts: 34
Joined: Mon Jun 28, 2010 8:35 pm
Location: oregon

pitch-related tools for PPMCK users

Post by cak »

Freq2Reg: http://cakdude.webs.com/freq2reg%20v0_112.zip

Batch-converts a list of true frequencies (expressed in hz) to @n values. Contains option to create a txt file readable by Phrase Express, so you can map the @n values to keys on your PC keyboard in a few simple steps. Highly useful for people who like to experiment with microtonal scales.

Porta2EP: http://cakdude.webs.com/porta2ep%20v0_1.zip

Creates EP commands from starting @n, ending @n, and number of frames. Useful for implementing accurate portamento in your MML.
Last edited by cak on Thu Feb 09, 2012 6:33 am, edited 1 time in total.
lidnariq
Posts: 10677
Joined: Sun Apr 13, 2008 11:12 am
Location: Seattle

Re: sidetool for PPMCK users

Post by lidnariq »

cak wrote:Still working on a solution for this....
Rewrite it in python, perl, php, ruby, or even just C. You didn't include the source, but I can't imagine it's complex enough to not be a good first program in any of the above languages.
cak
Posts: 34
Joined: Mon Jun 28, 2010 8:35 pm
Location: oregon

Post by cak »

Actually Perl was my first thought, but I never tried it before, whereas I used QB when I was kid (experience+nostalgia=awesome). It's really just a glorified batch file, so I figured why not.
Uploaded the source, btw.
zzo38
Posts: 1080
Joined: Mon Feb 07, 2011 12:46 pm

Post by zzo38 »

Some QuickBasic programs can run in FreeBasic, although some modification might be required.
cak
Posts: 34
Joined: Mon Jun 28, 2010 8:35 pm
Location: oregon

Post by cak »

That did the trick...the x64 executable seems to be free of bugs, except it outputs "reg.txt" regardless of whether the input files exist or what they contain.

Thanks!
Post Reply