Coder Social home page Coder Social logo

neumatho / nostalgicplayer Goto Github PK

View Code? Open in Web Editor NEW
36.0 4.0 4.0 7.62 MB

Music/module player written in C# that can play old modules from the Amiga and PC days. You can download modules from my home page.

Home Page: https://nostalgicplayer.dk

License: MIT License

C# 99.90% Pascal 0.01% Logos 0.10%
music music-player amiga pc c64 player mod module protracker fasttracker

nostalgicplayer's People

Contributors

dependabot[bot] avatar neumatho avatar robdangerous avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nostalgicplayer's Issues

How To Use Disk Saver?

My idea is to "convert" from modules to FLAC or WAV Files.
I select settings on Agent Windows, but no output file is created.

Any help would be appreciated.

NostalgicPlayerConsole throws System.NullReferenceException

In Polycode.NostalgicPlayer.PlayerLibrary.Mixer.MixerVisualize.QueueChannelChange() enabledChannels is dereferenced without checking for null.

Changing Enabled = i < enabledChannels.Length ? enabledChannels[i] : true to Enabled = (enabledChannels != null && i < enabledChannels.Length) ? enabledChannels[i] : true fixes the issue.

It might only be for some formats. Reproduced with PT and JamCracker mods.

NostalgicPlayer 2.3.0 crash

Hi,
I try to run NostalgicPlayer 2.3.0 but an error appears and NP exits:

image

Do you need more infos?
On the same machine NostalgicPlayer 2.2.0 works flawless.

4.0/5.1/7.1 --> 2.0

hello,

I've noticed that there's an initialization problem if the speakers are configured in 4.0/5.1/7.1, they need to be configured in 2.0 otherwise no sound is transmitted. Would it be possible to correct this or set it via the software rather than via Windows?

best regards

David Whittaker: qball.dw not played

The recent Windows build doesn't play this file here. Apparently the sample data offset finder breaks at the check of [i+4] == 0x66 (it's 0x67 there instead). I don't understand this file format so uh no further aid :|

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.