pouët.net

Go to bottom
MOD Player OS X
no screenshot yet.
platform :
type :
release date : june 2017
  • 1
  • 2
  • 0
popularity : 46%
 46%
  • 0.33
alltime top: #60636
added on the 2017-06-29 16:06:14 by Barti Barti

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

The arpeggio effect doesn't sound right
added on the 2017-06-30 00:14:49 by visy visy
I made my player with text file file format specs alone, and I do not know how I failed the arpegio. I do this thing of effect 0x0
Code: if (Voices[n].arpegio_t==0) nn=Voices[n].actualfinetune; if (Voices[n].arpegio_t==1) nn=Voices[n].actualfinetune+Voices[n].arpegio_x; if (Voices[n].arpegio_t==2) nn=Voices[n].actualfinetune+Voices[n].arpegio_y; if (nn>15) nn=15; if (nn<0) nn=0; Period=Periods[nn][Voices[n].actualnote]; Voices[n].arpegio_t++; if (Voices[n].arpegio_t>2) Voices[n].arpegio_t=0;


maybe we shall forget ..._t==0 , that is ?
added on the 2017-06-30 08:26:33 by Barti Barti
fixed, arpeggio act on note not on fine-tune.
added on the 2017-06-30 12:28:57 by Barti Barti
case EFFECT_ARPEGGIO: /* effect used in chip tunes */ /* reviewed OK */
if ( (Note_p + Channel)->EffectParameter > 0 )
{
switch ( Tick % 3 )
{
case 0:
SetFrequency( Channel,
AmigaPeriod2Hz( Mod_p->Channels[ Channel ].PeriodFrequency ) );
break;

case 1:
SetFrequency( Channel,
AmigaPeriod2Hz( Mod_p->Channels[ Channel ].PeriodFrequency + EParX ) );
break;

case 2:
SetFrequency( Channel,
AmigaPeriod2Hz( Mod_p->Channels[ Channel ].PeriodFrequency + EParY ) );
break;
} /* switch */
} /* if */
break;



From my ProTracker MOD player for M68K AmigaOS
added on the 2017-06-30 13:42:56 by AlienTech AlienTech
just fixed fx FXX for tempo and speed.
added on the 2017-07-01 10:55:12 by Barti Barti
new version sounds okay! arpeggio is fixed now.
rulez added on the 2017-07-01 12:11:47 by visy visy

submit changes

if this prod is a fake, some info is false or the download link is broken,

do not post about it in the comments, it will get lost.

instead, click here !

[previous edits]

add a comment

Go to top