Giter VIP home page Giter VIP logo

generic_chiptune_generator's Introduction

Generic digital chiptune generator written in C

by SkyWodd

This program is a generic implementation of digital chiptune generation. This program internaly use a DDS generator with user-defined ADSR envelope.

Each oscillator can generate one of this 6 waveforms :

  • No signal (yes it's a waveform)
  • Sinus
  • Triangle
  • Square (with user-defined duty)
  • Sawtooth
  • Pseudo noise (You can also generate DC signal, but it's only usefull for ADSR debug purpose)

Tracker commands are pretty obvious, take a look at file "tracker.h" to get a full list of available commands.

The ADSR generator and oscillator are not perfect. In fact they are far away from another chiptune generators like the "Hardware Chiptune" project of Linus Akesson. But it's work so I'm happy ^^

Two examples samples are provided, one with ADSR and another one without ADSR. Samples are in RAW (8 bits unsigned @8KHz) format.


Compatibility

My chiptune generator is currently ported on the following platform :

  • Computer (windows, and with a little modification linux and mac)
  • LPC1768 / LPC1769
  • AVR ATtiny85 (but be honest, the result is very, very bad)

Two pre-compiled hex file are provided, one for LPC1768 and another one for ATtiny85. Note: ATtiny85 port require my SoftDAC library for ATtiny mcu.

generic_chiptune_generator's People

Contributors

skywodd avatar

Stargazers

 avatar  avatar Lorenzo Farinelli avatar Michael Anthony avatar Lucas Berezy avatar

Watchers

James Cloos avatar  avatar Michael Anthony avatar

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.