All Projects → kometbomb → prototracker-modular

kometbomb / prototracker-modular

Licence: MIT License
A modular synth tracker

Programming Languages

C++
36643 projects - #6 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to prototracker-modular

Klystrack
A chiptune tracker
Stars: ✭ 321 (+629.55%)
Mutual labels:  tracker, sequencer, synthesizer
AriaModules
Aria Salvatrice's Signature Series - Cool and Nice virtual synthesizer modules
Stars: ✭ 51 (+15.91%)
Mutual labels:  sequencer, synthesizer, modular-synthesizers
Prototracker
Prototracker
Stars: ✭ 110 (+150%)
Mutual labels:  tracker, sequencer
Marabu
Music Synthetiser
Stars: ✭ 440 (+900%)
Mutual labels:  tracker, chiptune
HexoSynth
A FLOSS (Open Source) hexagonal modular synthesizer plugin.
Stars: ✭ 143 (+225%)
Mutual labels:  synthesizer, modular-synthesizers
Miti
miti is a musical instrument textual interface. Basically, its MIDI, but with human-readable text. 🎵
Stars: ✭ 103 (+134.09%)
Mutual labels:  sequencer, synthesizer
Lick
LiCK, Library for ChucK
Stars: ✭ 118 (+168.18%)
Mutual labels:  sequencer, synthesizer
AtomSynth
A modular synthesizer built using the juce api.
Stars: ✭ 20 (-54.55%)
Mutual labels:  synthesizer, modular-synthesizers
HAGIWOs Module
eurorack modular synthesizers projects using Arduino.
Stars: ✭ 76 (+72.73%)
Mutual labels:  synthesizer, modular-synthesizers
Dn-FamiTracker
modifications and improvements for 0CC-FamiTracker (based on j0CC-FamiTracker 0.6.3)
Stars: ✭ 126 (+186.36%)
Mutual labels:  tracker, chiptune
SnevenTracker
SN76489 mod of FamiTracker 0.4.6
Stars: ✭ 61 (+38.64%)
Mutual labels:  tracker, chiptune
xenpaper
Repo for xenpaper.com
Stars: ✭ 25 (-43.18%)
Mutual labels:  sequencer, synthesizer
Polaron
A DIY drum machine for the teensy microcontroller (hardware / software)
Stars: ✭ 99 (+125%)
Mutual labels:  sequencer, synthesizer
Audiokitsynthone
AudioKit Synth One: Open-Source iOS Synthesizer App
Stars: ✭ 1,258 (+2759.09%)
Mutual labels:  sequencer, synthesizer
Jssynth
Make music in your browser with this synthesizer and sequencer
Stars: ✭ 25 (-43.18%)
Mutual labels:  sequencer, synthesizer
monome-rack
VCV Rack plugin for monome Eurorack modules
Stars: ✭ 161 (+265.91%)
Mutual labels:  sequencer, synthesizer
tune
Make xenharmonic music and create synthesizer tuning files for microtonal scales.
Stars: ✭ 73 (+65.91%)
Mutual labels:  synthesizer, modular-synthesizers
ahx-web-player
AHX player web interface
Stars: ✭ 24 (-45.45%)
Mutual labels:  synthesizer, chiptune
SnorkTracker
GPS IoT tracker board for scanning gps and environment information and sending this to a MQTT server via GPRS.
Stars: ✭ 38 (-13.64%)
Mutual labels:  tracker
Speech256
An FPGA implementation of a classic 80ies speech synthesizer. Done for the Retro Challenge 2017/10.
Stars: ✭ 51 (+15.91%)
Mutual labels:  synthesizer

Prototracker-modular

Prototracker-modular is a modular synthesizer fork of Prototracker. The idea is that the user can define his/her "sound chip" using basic modules. Each channel has its own "sound chip". Otherwise, the tracker is exactly like any Prototracker fork.

Double click on synth area to add a new module. Left click to connect inputs/outputs (right click cancels). Drag to move modules. See MODULES.md for basic info about modules.

Download

See the releases for binaries.

Building

Simply do make mingw where "mingw" is your platform of choice. Do make to see the supported platforms.

Building for OSX

To install SDL/SDL2 on OSX(using brew), type brew install sdl2 sdl sdl_image sdl_mixer sdl_ttf portmidi. If you are getting the fatal error: 'SDL_image.h' file not found error, type apt-get install libsdl2-image-dev. You should then be able to run make linux.

The binary needs the files in the assets/ directory to work properly.

Using the Xcode project to build on OSX (10.9+)

Recommended to use at least Xcode 6.2 with command line tools installed. Requires SDL2 and SDL2_image framework bundles to be installed in default location (/Library/Frameworks).

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].