Difference between revisions of "Audio / Music"

From SpecNext official Wiki
Jump to: navigation, search
(kickoff of music page)
 
(Fixed links)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=== ''[https://www.julien-nevo.com/arkostracker/ Arkos Tracker 2]'' ===
+
{| class="wikitable sortable"
: Cross-platform (win/linux/mac) modern chiptune/sampled music tracker with support for 9-channel AY tracking, and player routine for Next.
+
! Tool !! Description !! Platform / Notes !! Links
 +
|-
 +
| '''[https://www.julien-nevo.com/arkostracker/ Arkos Tracker 2]'''
 +
| Cross-platform modern chiptune/sampled music tracker with support for 9-channel AY tracking and various player routines for the Next.
 +
| Win / Linux / Mac ||
 +
[http://www.julien-nevo.com/arkostracker/index.php/the-players/ Player Routines],
 +
<s>[http://ped.7gods.org/ZX_Spectrum_Next.aks ZX Next Template (.aks)]</s>,
 +
<s>[http://ped.7gods.org/song_properties.jpg Song Properties]</s>,
 +
<s>[http://ped.7gods.org/psg_settings.jpg PSG Settings]</s>
 +
 
 +
|-
 +
| '''[https://zx.remysharp.com/audio AYFX Editor and Driver]'''
 +
| Web-based AY sound effect editor based on [https://shiru.untergrund.net/files/ayfxedit.zip Shiru's AYFX Editor (Windows only)]. Works fully offline, export effects for use in NextBASIC via AYFX driver.
 +
| Web ||
 +
[https://zx.remysharp.com/audio Link]
 +
[https://github.com/Threetwosevensixseven/ayfxedit-improved Assembly routines]
 +
|-
 +
| '''[https://nextdaw.biasillo.com/ NextDAW]'''
 +
| Modern DAW-style interface for the ZX Spectrum Next supporting 3 AY chips (9 channels), piano roll, arranger, and realtime recording.
 +
| ZX Spectrum Next (mouse required) ||
 +
[https://nextdaw.biasillo.com/ Link]
 +
|-
 +
| '''[https://volutar.myds.me/vortextracker/ Vortex Tracker]'''
 +
| Multi-AY capable tracker for Windows. Can export in ProTracker format for Next playback. Supports 1, 2 or 3 AYs
 +
| Windows ||
 +
[https://volutar.myds.me/vortextracker/ GitHub]
 +
|-
 +
| '''[https://github.com/mikedailly/mod_player/ MOD Player]'''
 +
| 4-channel MOD player for ZX Spectrum Next (Z80) by Mike Dailly. Compose with any Amiga tracker. Limited effect support (No CIA, only effects 1xx,2xx,Axx,Cxx,Dxx & Fxx). Updates once per interrupt filling a buffer that is played back via the DMA so could be used in game.
 +
| ZX Spectrum Next ||
 +
[https://github.com/mikedailly/mod_player/ GitHub]
 +
|-
 +
| '''[https://github.com/em00k/NXModPlayer NXModPlayer]'''
 +
| 4-channel MOD player for ZX Spectrum Next (Z80) by njoi. Mod engine by 9bitcolor, interface by em00k. Full MOD support, all effects CIA timings. 4 Channel Stereo. Takes more processing time but results match that of the Amiga. Included on the official distro
 +
| ZX Spectrum Next ||
 +
[https://github.com/em00k/NXMod-src GitHub engine source]
 +
|}

Latest revision as of 23:00, 11 April 2025

Tool Description Platform / Notes Links
Arkos Tracker 2 Cross-platform modern chiptune/sampled music tracker with support for 9-channel AY tracking and various player routines for the Next. Win / Linux / Mac

Player Routines, ZX Next Template (.aks), Song Properties, PSG Settings

AYFX Editor and Driver Web-based AY sound effect editor based on Shiru's AYFX Editor (Windows only). Works fully offline, export effects for use in NextBASIC via AYFX driver. Web

Link Assembly routines

NextDAW Modern DAW-style interface for the ZX Spectrum Next supporting 3 AY chips (9 channels), piano roll, arranger, and realtime recording. ZX Spectrum Next (mouse required)

Link

Vortex Tracker Multi-AY capable tracker for Windows. Can export in ProTracker format for Next playback. Supports 1, 2 or 3 AYs Windows

GitHub

MOD Player 4-channel MOD player for ZX Spectrum Next (Z80) by Mike Dailly. Compose with any Amiga tracker. Limited effect support (No CIA, only effects 1xx,2xx,Axx,Cxx,Dxx & Fxx). Updates once per interrupt filling a buffer that is played back via the DMA so could be used in game. ZX Spectrum Next

GitHub

NXModPlayer 4-channel MOD player for ZX Spectrum Next (Z80) by njoi. Mod engine by 9bitcolor, interface by em00k. Full MOD support, all effects CIA timings. 4 Channel Stereo. Takes more processing time but results match that of the Amiga. Included on the official distro ZX Spectrum Next

GitHub engine source