Init branch

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-11-16 21:01:08 +01:00
parent f6586bef83
commit cd93853df1
4 changed files with 16 additions and 2 deletions

1
.gitignore vendored
View File

@@ -90,3 +90,4 @@ compile_commands.json
# Conan build dir
build/
.cache/

8
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,8 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

View File

@@ -1,5 +1,10 @@
# daw-project
## Build
### Requirenments
#### Linux
- qt6
- jack

View File

@@ -3,7 +3,7 @@
#include <cmath>
#include <iostream>
#include <atomic>
#include "QApplication"
static std::atomic<jack_client_t*> g_client{nullptr};
static float g_phase = 0.0f;
static const float kFreq = 440.0f;