Init branch
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
BIN
.cache/clangd/index/main.cpp.3D7987728F8D29F9.idx
Normal file
BIN
.cache/clangd/index/main.cpp.3D7987728F8D29F9.idx
Normal file
Binary file not shown.
8
.pre-commit-config.yaml
Normal file
8
.pre-commit-config.yaml
Normal 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
|
||||||
@@ -1,5 +1,10 @@
|
|||||||
# daw-project
|
# daw-project
|
||||||
|
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
|
### Requirenments
|
||||||
|
|
||||||
|
#### Linux
|
||||||
|
|
||||||
|
- qt6
|
||||||
|
- jack
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
#include "QApplication"
|
||||||
static std::atomic<jack_client_t*> g_client{nullptr};
|
static std::atomic<jack_client_t*> g_client{nullptr};
|
||||||
static float g_phase = 0.0f;
|
static float g_phase = 0.0f;
|
||||||
static const float kFreq = 440.0f;
|
static const float kFreq = 440.0f;
|
||||||
|
|||||||
Reference in New Issue
Block a user