All Projects → cadaver → miniplayer

cadaver / miniplayer

Licence: other
Feature-limited C64 music playroutine

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
Makefile
30231 projects

Projects that are alternatives of or similar to miniplayer

npshell
Command line music queue manager. A music player from the comfort of your own shell.
Stars: ✭ 15 (-16.67%)
Mutual labels:  music-player
Mad-Pascal
Mad Pascal Compiler for 6502 (Atari XE/XL, C64, C4Plus)
Stars: ✭ 46 (+155.56%)
Mutual labels:  c64
HiMusic
一个简单的 Android 音乐播放器
Stars: ✭ 17 (-5.56%)
Mutual labels:  music-player
opencubicplayer
Open Cubic Player (unix fork). Music visualizer for various tracked music formats (amiga modules, S3M, IT), chiptunes and other formats related to demoscene
Stars: ✭ 141 (+683.33%)
Mutual labels:  music-player
TapeDeck
[WIP] Modern and cross-platform music player with MPD support
Stars: ✭ 22 (+22.22%)
Mutual labels:  music-player
salvador
A free, open-source compressor for the ZX0 format
Stars: ✭ 35 (+94.44%)
Mutual labels:  c64
c64engine
a game engine for the c64
Stars: ✭ 19 (+5.56%)
Mutual labels:  c64
angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (+94.44%)
Mutual labels:  music-player
retrore
A curated list of original and reverse-engineered vintage 6502 game sourcecode.
Stars: ✭ 22 (+22.22%)
Mutual labels:  c64
WindowsMediaController
Allows developers to more easily get information from and interact with the Windows 10/11 OS media interface.
Stars: ✭ 41 (+127.78%)
Mutual labels:  music-player
c64
C64 Christmas Demo in 6510 Assembly
Stars: ✭ 49 (+172.22%)
Mutual labels:  c64
vchar64
editor for the Commodore 64
Stars: ✭ 81 (+350%)
Mutual labels:  c64
Pi1541-HAT
A HAT for the Raspberry Pi, that allows to emulate the Commodore C64 floppy disk drive 1541. Switches and IEC-Bus detachable.
Stars: ✭ 26 (+44.44%)
Mutual labels:  c64
c64adventures
Adventures into retro 8 bit Commodore 64 programming
Stars: ✭ 14 (-22.22%)
Mutual labels:  c64
audiopia
Peer-to-peer music platform built with modern Web Standards technologies.
Stars: ✭ 39 (+116.67%)
Mutual labels:  music-player
verilog-sid-mos6581
MOS6581 SID chip emulator in SystemVerilog
Stars: ✭ 22 (+22.22%)
Mutual labels:  c64
pushtape-player.js
Customizable JS audio page player with global playback controls and autoscan (mutationobserver), built on Soundmanager2.
Stars: ✭ 27 (+50%)
Mutual labels:  music-player
Android-Music-Player
Music Player with Stunning UI/UX, bass, treble, softness tuner Equalizer.
Stars: ✭ 69 (+283.33%)
Mutual labels:  music-player
auddly
Self hosted music streaming app
Stars: ✭ 60 (+233.33%)
Mutual labels:  music-player
plyr
A hyperminimal, lightweight macOS desktop music application
Stars: ✭ 48 (+166.67%)
Mutual labels:  music-player

Minimal C64 music player

9-rasterline player with limited featureset.

  • Wave / pulse / filtertables with "next column" instead of jumps
  • Delayed step, slide (indefinite) and vibrato commands in wavetable
  • Pulse and filter tables are based on "destination value compare" instead of time counters
  • Normal & legato instruments
  • Keyoff command
  • Change wavetable-pointer command
  • Transpose
  • Sound FX support, either overrides the channel completely (faster) or allows music to continue underneath
  • Support for several music modules with the same player code, similar to NinjaTracker gamemusic mode.

Disadvantages:

  • Only 1 frame of gateoff before new note (does not guarantee proper hard restart)
  • Skips all realtime effects when reading new note data
  • Pulse & filter tables can be only 127 steps, due to high bit of position indicating "init" step

Converter from GoatTracker 2 format included. See the player source (player.s) for data format details. Supported effects are 1,2,3,4 and F (no funktempo). Effect 3 (toneportamento) support is based on calculating the required slide duration, and may not work exactly in case of transposed patterns.

Use at own risk.

License

Copyright (c) 2018 Lasse Öörni

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].