Tr8ck

screenshot of Tr8ck
vite
tailwind

An online tracker/sequencer/daw by solidjs and faust

Overview

TR8CK is an innovative experimental digital audio workstation (DAW) and tracker that leverages the power of live coding through Faust. With its unique capabilities, TR8CK is designed to cater to both seasoned musicians and aspiring sound creators. Providing a playful and exploratory environment, it empowers users to create intricate patterns and compositions while customizing their sound through editing and coding.

Despite being still under construction, TR8CK invites users to dive in and experiment with its features. The integration of faust2webaudio and SolidJS ensures a responsive and dynamic interface, making it an exciting tool for those interested in digital music production. As a work in progress, there are some limitations, but the potential for creativity is undoubtedly vast.

Features

  • Pattern Creation: Easily create intricate patterns to form the foundation of your musical projects.
  • Composition Crafting: Compile and form complete compositions using your generated patterns.
  • Sample Upload and Editing: Import your own samples and make edits to tailor them to your needs.
  • Custom Synth Writing: Develop and modify your own synthesizers using Faust for a unique sound.
  • FX Customization: Write and edit effects within Faust, allowing for personalized audio manipulation.
  • Advanced Audio Handling: Features like timestretch, reverse, and the ability to record from a microphone support complex audio operations.
  • Intuitive UI: The SolidJS-powered interface allows for smooth navigation and interaction with all features.
  • Live Performance Ready: Record live performances or render full sets, providing versatility in a live setting.
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.