Files
Terrarum/src/net/torvald/terrarum/MISC_FEATURES.md
Song Minjae ac9f5b5138 com.torvald → net.torvald
Former-commit-id: 375604da8a20a6ba7cd0a8d05a44add02b2d04f4
Former-commit-id: 287287c5920b07618174d7a7573f049d350ded66
2016-04-12 12:29:02 +09:00

1.1 KiB

Gadgets

Looms for custom pattern

  • Players can create their own décors (hang on wall), dresses.
  • Two looms (216 colour mode, 4096 colour mode)

Music making

  • Automated glockenspiel thingy

  • Single tile can hold 48 notes, single track

  • Work like Modtracker, incl. physical arrangements

      Arrangements in the map
      Time →→→→ 
      voice 1 → □□□□□□□□□□□□□□□□...
      voice 2 → □□□□□□□□□□□□□□□□...
                ↑ played simultaneously along the X-axis
    
  • Each tracker head and body are connected by placing tracks adjacent to each other or connecting them with wire. Connect two or more tracker head to play the array of trackers play simultaneously (multi-tracking)

  • Serialisation

      <actorid>.json
      {
          notes = [arr<int>, fixed size of 48],
          speed = 120
      }
    
      *int: (0-63) number of the note pitch that is struck. 32: Middle C (C3). 
      'A' just above of Middle C (A3) has base pitch of 440 Hz.
      *speed: in BPM