lundstroem / snibbetracker

Fakebit music tracker
MIT License
18 stars 4 forks source link

snibbetracker

license

MIT License

Copyright (c) 2019 Harry Lundström

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.

introduction

snibbetracker is a fakebit tracker written in C using SDL2 that I began working on in 2014 to learn DSP programming. As I do not have time to work on it anymore, I decided to release the source so that someone could take over if they wanted.

credits

config

buffer setting:

Use lower values to decrease latency, higher values to avoid stuttering if the buffering cannot keep up. Needs to be a power of two, for example: 256, 512, 1024, 2048, 4096, 8192.

"buffer_size":4096

Path to working directory, needs to be full. OSX example: /Users/d/Documents/snibbetracker Windows example C:\snibbetracker Make sure that the folder exists before using it and that is is accessible by the program.

controls overview

macOS

To change settings, edit the config located at: snibbetracker.app/Contents/Resources/config.txt

track view

track format explanation:

pattern view

instrument view

custom wave

wavetable view

tempo view

global controls

save view

load view

effects

changelog

v1.1.1 - 2017-01-23 15.36

v1.1.0 - 2017-01-01 14.21

v1.0.0 - 2016-10-14 15.34

build 21 - 2015-09-18 10.52

build 20 - 2015-08-12 16.00

build 19 - 2015-08-10 12.27

build 18 - 2015-07-23 13.26

build 17 - 2015-06-22 11.56

build 16 - 2015-06-22 09.28

build 15 - 2015-06-11 14.58

build 14 - 2015-05-27 20.24

build 13 - 2015-05-27 18.26

build 12 - 2015-05-26 12.32

build 11 - 2015-05-21 11.00

build 10 - 2015-05-10 11.40

build 9 - 2015-05-07 07.48

build 8 - 2015-03-20 10.48

build 7 - 2015-03-15 08.59

build 6 - 2015-03-13 15.26

build 5