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.

Topics - LokiClock

Pages: [1]
1
MilkyTracker Support / Envelope & fadeout meaning
« on: October 05, 2011, 05:23:19 »
I'm translating envelopes and have some questions.
Can you export or read off the numerical values of envelope points? I built something for this since posting, but it didn't work for all my modules.
What are the lengths of each sample distance in the envelope, i.e. the width of each square in seconds?
How do fadeout settings translate into seconds?

A for sample distance:
amp=65536((e_1.amp-e_2.amp)(e_2.amp-tickspassed)/distance(e_1,e_2)+e_2.amp)>>16
Amplitude is a function of ticks passed, & the distance b-n points is more an expression of how many ticks it takes to shift the weight of interpolation from one envelope point e_1 to the next e_2.

A for fadeout:
amp(tick)=65536-fadeout*tick.
Has points (0, 65536) & (65536/fadeout, 0).
When fadeout=0, the 0 is at never (infinity) & the amplitude is constantly 65536.

2
MilkyTracker Support / MIDI message for instrument?
« on: July 30, 2011, 09:59:11 »
I'm wondering if I can set the instrument of a note with a MIDI message.

3
MilkyTracker Community / Mod help - Waveform info
« on: December 18, 2010, 19:56:41 »
Does anyone know the functions involved in drawing the waveform? I need to know how Milky collects the data from the clicks up and how it uses that data to alter the waveform.

4
I've checked the box, set 32 jam channels, and I still can't play a chord.

5
MilkyTracker Support / Build Instructions for OS X
« on: October 16, 2009, 13:11:34 »
They're not immediately obvious. Are there instructions already out there, or should I post mine?

6
MilkyTracker Support / Volume Ramping in Output?
« on: October 15, 2009, 15:06:02 »
Is there a way to enable volume ramping when exporting a wav of the track? Sorry if this is obvious, but I couldn't find any reference to it anywhere.

EDIT: Found it!

Pages: [1]