Schism Tracker Wii: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew Apps (Media players) - GameBrew
|title_mode=append
|image=schismtrackerwii.jpg
|image_alt=Schism Tracker
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=Schism Tracker
|title=Schism Tracker
|image=schismtrackerwii.jpg
|image=schismtrackerwii2.png
|description=Schism Tracker is an editor and player for tracked music (IT, XM, S3M, MOD, etc.)
|description=An editor and player for tracked music (IT, XM, S3M, MOD, etc.)
|author=Storlek
|author=Storlek
|lastupdated=2011/01/01
|lastupdated=2011/01/01
|type=Media players
|type=Media Players
|version=20110101
|version=20110101
|license=GPL
|license=GPL-2.0
|download=https://dlhb.gamebrew.org/wiihomebrews/schismtrackerwii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/schismtrackerwii.7z
|website=https://schismtracker.org/
|website=http://schismtracker.org/sc/res/4766.html
|source=https://github.com/schismtracker/schismtracker/releases
|source=https://github.com/schismtracker/schismtracker/releases
}}
}}
'''Schism Tracker''' is a free, open-source music creation software that allows users to create high-quality tracks without the need for expensive equipment. It is a reimplementation of [https://github.com/schismtracker/schismtracker/wiki/Impulse-Tracker Impulse Tracker], a popular music program from the 90s, and is based on a modified version of the ModPlug engine.
Schism Tracker is a free, open-source music creation software that allows users to create high-quality tracks without the need for expensive equipment. It is a reimplementation of [https://github.com/schismtracker/schismtracker/wiki/Impulse-Tracker Impulse Tracker], a popular music program from the 90s, and is based on a modified version of the [https://openmpt.org/legacy_software ModPlug] engine.
 
Schism Tracker is compatible with a wide range of platforms, including Windows, Mac, Linux and can be built on any architecture supported by GCC4. The Wii port should work the same as on a PC, and it also has some rather simple Wiimote support.
 
==User guide==
Unzip it to sd:/apps/, or give it to wiiload.
 
==Controls==
'''Wiimote:'''


Schism Tracker is compatible with a wide range of platforms, including Windows, Mac, Linux, and even the Wii, and can be built on any architecture supported by GCC4. With Schism Tracker, users can create tracks with a unique "finger feel" and a sound quality that rivals that of professional equipment.
D-Pad - Move cursor
 
1 - Stop (if playing), Return to file browser
 
2 - Load/change directory (in browser), Play song
 
Plus - Yes/OK (in dialog), Seek backward
 
Minus - No/Cancel (in dialog), Seek forward
 
Home - Quit to loader


== Controls ==
If you have a USB keyboard and mouse attached, they should work identically to the standard PC version.
If you have a USB keyboard and mouse attached, they should work identically to the standard PC version.
The Wiimote works like a mouse and also provides basic playback functionality.


{| class="wikitable" style="left;text-align:center;"
==Screenshots==
|-
https://dlhb.gamebrew.org/wiihomebrews/schismtrackerwii3.png
! Wiimote Horizontal !! Action
|-
| Wiimote DPad  || Move cursor
|-
| Wiimote 1 Button || Stop (if playing)<br />Return to file browser
|-
| Wiimote 2 Button  || Load / change directory (in browser)<br />Play song
|-
| Wiimote Plus Button || Yes/OK (in dialog)<br />Seek backward
|-
| Wiimote Minus Button || No/Cancel (in dialog)<br />Seek forward
|-
| Wiimote Home Button || Quit to loader
|-
|}


==Media==
==Media==
Line 50: Line 45:
'''[Wii] [Schism Tracker] Ghidorah - Toilet Story 4 u (toilet4.xm) ([https://www.youtube.com/watch?v=6SZEoOBCFog YuzuStyle])'''<br>
'''[Wii] [Schism Tracker] Ghidorah - Toilet Story 4 u (toilet4.xm) ([https://www.youtube.com/watch?v=6SZEoOBCFog YuzuStyle])'''<br>
<youtube>6SZEoOBCFog</youtube>
<youtube>6SZEoOBCFog</youtube>
== Known issues==
* Saving over an existing file fails.
* No SD card insert/remove detection.
* USB disks are unsupported.
* Title scanning is very slow.
* Stereo left/right ''might'' be backwards (if so, hit Alt-R on the infopage to fix it).


==Changelog==
==Changelog==
Line 65: Line 67:
* No longer crashes at startup when loaded with Bannerbomb. (Still crashes at exit.)
* No longer crashes at startup when loaded with Bannerbomb. (Still crashes at exit.)
* Initial support for Doom .mus files, added by request of SandMan. No drums, and it doesn't do pitchbends, but it's a start.
* Initial support for Doom .mus files, added by request of SandMan. No drums, and it doesn't do pitchbends, but it's a start.
* Display changed to default to YUV overlay (much faster!)
* Display changed to default to YUV overlay (much faster).
* Fixed a bunch of file load and playback bugs
* Fixed a bunch of file load and playback bugs.


'''20100101'''
'''20100101'''
* Wii support added
* Wii support added.
 
== Known Bugs ==
* Saving over an existing file fails
* No SD card insert/remove detection
* USB disks are unsupported
* Title scanning is very slow
* Stereo left/right ''might'' be backwards (if so, hit Alt-R on the infopage to fix it)


==External links==
==External links==
* Official Site - https://schismtracker.org/
* Official website - http://schismtracker.org/
* Sovietrussia.org - [https://web.archive.org/web/20100224222437/http://sovietrussia.org/sc/res/4766.html http://sovietrussia.org/sc/res/4766.html] (archived)
* Wiibrew - https://wiibrew.org/wiki/Schism_Tracker
* Wiibrew - https://wiibrew.org/wiki/Schism_Tracker
* Github - https://github.com/schismtracker/schismtracker

Latest revision as of 09:23, 25 February 2023

Schism Tracker
Schismtrackerwii2.png
General
AuthorStorlek
TypeMedia Players
Version20110101
LicenseGPL-2.0
Last Updated2011/01/01
Links
Download
Website
Source

Schism Tracker is a free, open-source music creation software that allows users to create high-quality tracks without the need for expensive equipment. It is a reimplementation of Impulse Tracker, a popular music program from the 90s, and is based on a modified version of the ModPlug engine.

Schism Tracker is compatible with a wide range of platforms, including Windows, Mac, Linux and can be built on any architecture supported by GCC4. The Wii port should work the same as on a PC, and it also has some rather simple Wiimote support.

User guide

Unzip it to sd:/apps/, or give it to wiiload.

Controls

Wiimote:

D-Pad - Move cursor

1 - Stop (if playing), Return to file browser

2 - Load/change directory (in browser), Play song

Plus - Yes/OK (in dialog), Seek backward

Minus - No/Cancel (in dialog), Seek forward

Home - Quit to loader

If you have a USB keyboard and mouse attached, they should work identically to the standard PC version.

Screenshots

schismtrackerwii3.png

Media

Schism Tracker Tutorial (o)

[Wii] [Schism Tracker] Ghidorah - Toilet Story 4 u (toilet4.xm) (YuzuStyle)

Known issues

  • Saving over an existing file fails.
  • No SD card insert/remove detection.
  • USB disks are unsupported.
  • Title scanning is very slow.
  • Stereo left/right might be backwards (if so, hit Alt-R on the infopage to fix it).

Changelog

For a comprehensive overview of all changes and updates, check out the Schism Tracker repository at https://github.com/schismtracker/schismtracker/releases.

20110101

  • Not much on the Wii side.

20101128

  • Saving over an existing file no longer fails.
  • Massive amounts of changes to lots of other things.

20100202

  • Using pbsds's spiffy icon. Thanks!
  • No longer crashes at startup when loaded with Bannerbomb. (Still crashes at exit.)
  • Initial support for Doom .mus files, added by request of SandMan. No drums, and it doesn't do pitchbends, but it's a start.
  • Display changed to default to YUV overlay (much faster).
  • Fixed a bunch of file load and playback bugs.

20100101

  • Wii support added.

External links

Advertising: