Login:
Menu:
Post: Author:
FamiTracker > General > FamiTracker Talk > A tool for making N163 and FDS waveforms Owner: furrykef New post
Page 2 of 3 Sort: Goto Page: << Previous [1] [2] [3] Next >>
Posted: 2013-03-30 21:19 Reply | Quote
ZexionTehWolf

Avatar

Member for: 4939 days
Location: London...?
Status: Offline

#46110
I'm not actually entirely sure. In the beginning I got frustrated so I just outright deleted the Nyquist root folder for the plugin, then the macro tool wouldn't even open. After uninstalling and reinstalling the program, I tried entering some code into the Nyquist prompt, just to see if it was working, with a successful test I tested the macro again and it worked just fine.

I'm not sure if it was deleting the Nyquist files, or reinstalling the program or even testing the plugin before the macro that made it work, somehow it just started working.

_______________________
fucking awful forum
Posted: 2013-03-30 21:29 Reply | Quote
furrykef

Avatar

Member for: 6598 days
Status: Offline

#46112
ZexionTehWolf wrote:
I'm sure I'll be penalized for bumping an old thread

Well, considering this thread is currently the only place to obtain this tool, I wouldn't worry about that.

I really need to get around to putting this on github...

Posted: 2013-04-07 21:27  (Last Edited: 2013-04-07 21:28) Reply | Quote
poodlecock

Avatar

Member for: 4807 days
Location: !wow
Status: Offline

#46358
Here's a modified version with 3 main differences:
  1. It supports waves up to 128.
  2. It's licenced under CC0.
  3. It supports PC-Engine waves (32x32).

I suck at coding Lisp so if anyone can make a hex converter for me then they're more than welcome to!

_______________________
"im going to continue making this crazy stuff then after a while my style will be so sick that you will be like damn suuun that shit is so sick i dont even get it. i will be like bro its ok.. you dont have to." -omgdonut
Attachments:
n163.ny (2 Kb)
Posted: 2013-04-07 22:38  (Last Edited: 2013-04-07 23:04) Reply | Quote
Mr_Master



Member for: 4930 days
Status: Offline

#46361
If I'm not wrong, the Windows calculator can convert decimal to hex, and more things, like binary. There's a mode in which there appears a selection box(scientific or programmer mode?). If it's set to dec, you can put a regular decimal number in it, then change to hex or whatever you need, and there goes your converted number!

EDIT: You can also do that the other way around, I mean, convert from hex to decimal.

Also, nice tool furrykef! It sure has helped me, even if it's just a little!

EDIT2: There goes an image. I'm using Windows 8 so the calculator is different, but in Windows 7 and XP you can find something similar by switching to scientific mode, I think.


Attachments:
calculator_sorcery.bmp (719 Kb)
Posted: 2013-04-08 00:05 Reply | Quote
poodlecock

Avatar

Member for: 4807 days
Location: !wow
Status: Offline

#46364
I know, but you have to type in every single value into the calculator. I'm looking for something that can convert a whole string of them.

Also, the one in Windows 7 is the same as 8. It's Vista that uses the XP calculator.

_______________________
"im going to continue making this crazy stuff then after a while my style will be so sick that you will be like damn suuun that shit is so sick i dont even get it. i will be like bro its ok.. you dont have to." -omgdonut
Posted: 2013-04-08 00:31 Reply | Quote
Mr_Master



Member for: 4930 days
Status: Offline

#46368
Have you googled around for something like that? It certainly sounds a bit complicated, but I don't know, maybe someone already made an application for that purpose.

Posted: 2013-04-08 00:56 Reply | Quote
Patashu

Avatar

Member for: 5158 days
Location: Sydney, Australia
Status: Offline

#46370
poodlecock wrote:
I know, but you have to type in every single value into the calculator. I'm looking for something that can convert a whole string of them.


If you learn Python you can write something like this really quickly. I recommend it for doing quick one-off programs, since it comes with an interpreter program you can just type into.

Posted: 2014-11-05 03:25 Reply | Quote
poodlecock

Avatar

Member for: 4807 days
Location: !wow
Status: Offline

#63310
Bumping with a new version that fixes a stupid programming error of mine that erroneously calculates waveform lengths.

_______________________
"im going to continue making this crazy stuff then after a while my style will be so sick that you will be like damn suuun that shit is so sick i dont even get it. i will be like bro its ok.. you dont have to." -omgdonut
Attachments:
n163.ny (2 Kb)
Posted: 2015-01-04 21:25  (Last Edited: 2015-01-04 23:29) Reply | Quote
poodlecock

Avatar

Member for: 4807 days
Location: !wow
Status: Offline

#64724
Bumping with a new version (2.6.1.1) that calculates N163 waveforms up to length 240 because 0CC-Famitracker allows it.

Also creating a sister plugin that accepts custom values.

(I keep on making off-by-one mistakes...)

_______________________
"im going to continue making this crazy stuff then after a while my style will be so sick that you will be like damn suuun that shit is so sick i dont even get it. i will be like bro its ok.. you dont have to." -omgdonut
Attachments:
waveform.ny (2 Kb)
n163.ny (3 Kb)
Posted: 2015-01-11 18:48 Reply | Quote
Threxx

Avatar

Member for: 4530 days
Location: Brooklyn, NY
Status: Offline

#64840
I'm having the same issue Zexion did when he tried to use it ("Nyquist did not return audio" and frankly his post offers little insight into what the problem is.

Any help?

Posted: 2015-01-11 19:44 Reply | Quote
poodlecock

Avatar

Member for: 4807 days
Location: !wow
Status: Offline

#64843
Can you take a screenshot of your screen when this happens? There are multiple causes of this error.

_______________________
"im going to continue making this crazy stuff then after a while my style will be so sick that you will be like damn suuun that shit is so sick i dont even get it. i will be like bro its ok.. you dont have to." -omgdonut
Posted: 2015-01-11 19:59 Reply | Quote
Threxx

Avatar

Member for: 4530 days
Location: Brooklyn, NY
Status: Offline

#64844
poodlecock wrote:
Can you take a screenshot of your screen when this happens? There are multiple causes of this error.


Actually... I just tried to replicate it and suddenly it works.

I'm as baffled as Zex was. I did nothing differently between the two attempts.

I guess we should still look into this huh?

Posted: 2015-01-12 02:50 Reply | Quote
poodlecock

Avatar

Member for: 4807 days
Location: !wow
Status: Offline

#64861
404: Membership date not found ;P

But I already know multiple issues that cause this, and unfortunately (as far as I know) these are problems with Nyquist, not the plugin. So really nothing I can do to fix it.

_______________________
"im going to continue making this crazy stuff then after a while my style will be so sick that you will be like damn suuun that shit is so sick i dont even get it. i will be like bro its ok.. you dont have to." -omgdonut
Posted: 2015-02-12 12:41 Reply | Quote
AKouZ1

Avatar

Member for: 4099 days
Location: Indonesia,
Status: Offline

#65688
Wave editor, Photo editor, and Microsoft Excell, simple Way to make N163/FDS waveform,
Then I find this thread, I very happy, Best way to make N163 waveform!

_______________________
Limitations exist due Unlimitation
Limitations embedded on our mind,
Something limited can't measuring something Unlimited,
Posted: 2015-02-13 22:44  (Last Edited: 2015-02-13 22:49) Reply | Quote
poodlecock

Avatar

Member for: 4807 days
Location: !wow
Status: Offline

#65769
AKouZ1 wrote:
Wave editor, Photo editor, and Microsoft Excell, simple Way to make N163/FDS waveform

Explain, please?

_______________________
"im going to continue making this crazy stuff then after a while my style will be so sick that you will be like damn suuun that shit is so sick i dont even get it. i will be like bro its ok.. you dont have to." -omgdonut
Page 2 of 3 Sort: Goto Page: << Previous [1] [2] [3] Next >>