Mod Archive Forums Mod Archive Forums
Advanced search  

News:

Please note: Your main modarchive.org account will not work here, you must create a forum account to post on the forums.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - nitrofurano

Pages: [1] 2
1
MilkyTracker Feature Requests / Re: My Milktracker Wish List
« on: March 17, 2021, 17:03:41 »
i'd add some features to this list:
- possibility of running script plugins (lua, python, etc.)
- import/export to .txt-based song formats, like vortextracker, famitracker, openmpt-clipboard, midicsv, etc.
- fm support (2 and 4 operators, at least)

2
Software Showcase / converters to txt-based tracker formats
« on: November 11, 2020, 16:55:19 »
hi everyone

i were coding some bunch of converters i guess might be useful somehow

https://gitlab.com/nitrofurano/vgm2vortextracker

they were made for sdlBasic, and running on GNU/Linux

and since i only focused txt-based trackers, like VortexTracker, FamiTracker, and the clipboard format

used on OpenMPT, would be great seeing more trackers supporting txt-based files for opening/saving/importing/exporting


3
sadly there are rare trackers that supports txt-based formats (VortexTracker, 0CC-FamiTracker, and not much more afaik), and would be great seeing MilkyTracker supporting them (import and export)

the great of being able to import and export from and to .txt formats is that we can interoperate with text editors, which would boost iteration and productivity a lot

4
MilkyTracker Feature Requests / themes
« on: January 15, 2019, 19:48:11 »
would be great having themes available

anyway, i think i found a bug/misfeature: i'm struggling to change some colours, like text shadows, gradients and colour backgrounds - for me is far more comfortable having a darker text over brighter background than brighter text over darker background

5
MilkyTracker Feature Requests / Lua/Python script plugin support
« on: January 15, 2019, 19:14:09 »
would be great if MilkyTracker could have Lua or/and Python script plugin support

that would help us to create scripts that, for example, would import/export to formats like .mid , .aria , .vgm , .txt (VortexTracker and FamiTracker), etc.

what do you all think about?

6
MilkyTracker Support / sometimes the PlaySng button doesn't work
« on: April 13, 2011, 21:41:20 »
i had no problems on the OSX version of MilkyTracker, but on the Linux version ( Mint-Debian, testing the version 0.90.80 from Debian repository ), sometimes the PlaySng button doesn't work - i don't know what is causing this

the Terminal shows:
Code: [Select]
SDL: Using audio driver: alsa
SDL: Buffer size = 2048 samples (requested 2048)
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured
ALSA lib pcm.c:7223:(snd_pcm_recover) underrun occured

7
MilkyTracker Support / Re: BSD Licensed player?
« on: April 13, 2011, 21:35:40 »

8
MilkyTracker Support / config:layout:colors is hard to edit
« on: April 13, 2011, 21:29:55 »
the pattern background colour seems to be uneditable - i only can change the 'pattern: 1st row bg', and nothing changes from 'pattern: 2st row bg'

the fact is, in my oppinion, is much more comfortable to read black text on white background - and when we replace the foreground texts with black, their shadow (which could be switchable, as the gradients on the backgrounds and buttons) messes with it

thanks

9
MilkyTracker Support / python or lua scripting support
« on: April 13, 2011, 21:29:08 »
i think it's not very usual having scripting (like from python or lua) available on a tracker, but since so many software-libre editors supports it (like gimp, inkscape, scribus, grafx2, etc.), would be great if this feature could be added as well, and making people help the MilkyTracker project with very interesting plugins

10
MilkyTracker Support / txt-based formats support needed
« on: April 13, 2011, 21:28:25 »
from a long time i use a tracker named VortexTracker - it's very limited, but it has an unique feature: can load and save tunes in text format, which means you can edit them both on a tracker as well on a simple text editor

in my oppinion, all binary tune formats, like .mod, .xm, .it, .s3m, etc.., can have their txt-based version, simply having the bytecode info describedn into text lines, the tunes as we edit them as well (take a look from the modplugtracker clipboard when pasting them on a text editor), and the samples stored in an encoding like hexdump (takes a large space, but they are easy to edit, and simple to use/create), or base64, or compressed-base64 (like base64-bzip, base64-gzip, etc.. - can take a smaller space, but harder to edit)

would be great if MilkyTracker could be innovative when supporting txt-based formats, when other trackers are sadly missing it

Pages: [1] 2