Jump to content

analmux

Members
  • Posts

    2,363
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by analmux

  1. @ Wrathchild

     

    Have you ever realized that RMT doesn't support 16 Bit for music?

    What emkay means is you can play the 16-bit notes well, but RMT doesn't support any vibrato or portamento, that's all. A machine language bypass can be used to add vibrato and portamento as well.

     

    Using RMT 1.28 this short example almost gets there but loses it at the high notes. The same .rmt file loaded into Patch 8 outputs differently ('b' file).

    To check your FF3 tune I don't get it why you used 16-bit mode, but no 1.79 MHz mode. In fact the HSB values in voice 2 and 4 were put to zero. Normally voice 2 and 4 should be turned on.

     

    If I am understanding this correctly, it can be explained by looking at posts 2 & 8 of this topic where it can be seen the patch table doesn't cover the range this tune needs.

    No, that's not correct.

     

    How practical it is to have the tracker determine which clock frequency is best at any given point in the song would be ambitious.

    Sorry, but ''Overview Orchestra'' should already give much help.

     

    http://atariage.com/forums/topic/234769-rmt-patch-8/?p=3173080

    http://atariage.com/forums/topic/234769-rmt-patch-8/?p=3172382

     

    This shows that the FF3 song can be played with Patch 8 without any problem. You don't even need 16-bit notes. A single 8-bit version is possible already. You can use the full 9 octave scale.

     

    It is no problem if you just ask more detailed questions about Patch 8.

  2. I'm the judge here. This topic is about RMT Patch 8. Not about PoKey theory nor personal discussions.

     

    I suspect that you are jealous that someone else comes on here and demonstrates some good music. Don't want someone to steal your trophy?

    No, I suspect this nagging already started from makary's comments. He seems to be jealous when emkay's versions sound better.

     

    Makary's Edit has so much flaws, you'd like to throw the A8 out of the window, by all the faulty sounds and wrong adjusted pitches.

    Just stop talking this way. Just let him go. We don't need to argue with him. OK, maybe it is true what you say, but the truth isn't much fun many times.

  3. :rolling: :rolling: :rolling: .... thanks Stephen .... :rolling: :rolling:

     

    Sorry makary, but we only tried to help you. To correctly using the more advanced PoKey possibilities you'll need to learn some mathematics. Emkay and I did already many experiments and trying to understand all PoKey positibilities. If you like to be a PoKey expert, then you need to work for it. Why can't you just accept this situation? But I'm not sure you like mathematics:

     

    http://math.stackexchange.com/questions/1177583/quotient-spaces-so3-so2-and-so3-o2/1358628#1358628

     

    Best regards,

    ANALogue MUltipleXer, MSc (Hons. Mult.) (Theoretical Physics & Mathematical Sciences)

    • Like 1
  4. Maraky, just relax .... ;)

     

    Emkay is an AA member for already 13 years. Most people know that emkay always makes an edit of an existing track, written by someone else. It was Always non provit. If you really don't like the title of his edits, then ask him to explicitly add the original composer's name.

    • Like 1
  5. This is one VBI only.

    I wonder what exactly helps to raise the quality.

     

    - In 50 Hz mode it's clearly audible to hear the high note peaks to start the filter reset

    - Then it takes another 1/50 second to control the filter offset

    - The offset note interferes far more with the whole instrument note settings

     

    If I'm right, this shows that the 50 Hz mode Always sound worse with respect to the 100 Hz mode. Also the 200 Hz mode, and so on.

     

    The correct usage of filter reset & offset should sound excellent. A bypass would be the solution.

  6. Maybe you could propose another remix? Another approach to Zybex or another tune's remix?

    Not now. And the next tunes I'd like to make a remix of are two pop songs. But if I have some time to make new PoKey music, I'll let you know. ;)

  7. Normally this would be a coder's paradise to push some demo around it ;)

    Well, using RMT is still a nice app, especially for coders. Cooperations should give more advanced music: 1 musician + 1 coder gives more complex PoKey music.

     

    In ML it's easy to expand the jsr INIT and jsr RUN commands. Remember f.e. the ML by pass trick I used to turn on / off the PoKey 2-tone-filter for Instrumentarium. Another possibility is to use more ML custom tables, so that the coder can add it, outside of the RMT. Especially the synth filter RESET and OFFSET can be coded immediately.

  8. Using Turbobasic XL you can use the byte OR ("!") and byte AND ("&") commands:

     

    F.e. PRINT 85 ! 170 gives 255

    F.e. PRINT 85 & 15 gives 5

     

    Then you can f.e. clear missile 1: use AND 11110011 (binary), thus AND 243 (decimal), applied to the value of address X:

     

    Y = X & 243

     

    Then you can add a 2-bit value Z, which is some positive integer from 0 to 3. Now multiply by 4:

     

    PRINT Y+Z*4

  9. Generally I compose music using my old piano, write ideas using Renoise or Cubase, do sound desing using Access Virus.

    Using a digital piano, MIDI and Cubase isn't that hard to port the data to RMT. The RMT application has an 'import' function: you can port over from mod-2-rmt. And you can find several mid-2-mod tools on the internet.

     

    I found it difficult to make a decision years ago, comparing the 64 kHz mode and the 15 kHz mode. But now I totally love the 15 kHz mode, and IMO using those ugly fake distortion 12 basses in 64 kHz are crap. Two octaves lower gives a real chip music, instead of 'toy' music. ;) But without the 1.79 MHz possibilities it was totally crap.

×
×
  • Create New...