Skip to content

Commit 345fef3

Browse files
committed
Important Notice
1 parent 3a9002d commit 345fef3

File tree

7 files changed

+10
-287
lines changed

7 files changed

+10
-287
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 kbx
3+
Copyright (c) 2022 pipe
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
![banner](./brand/banner.png "banner")
1+
2+
3+
4+
# PLEASE READ ME
5+
6+
I have written a much more optimised version of the ALSA backend, which properly utilises multithreading and implements a circular buffer. Due to exams, I haven't found the time to implement inside of TDAW. I should be finished around July/August, so peek around then.
27

38
# TDAW
49

@@ -8,9 +13,6 @@ This header enables you to do shader-like sound programming (similar to that of
813

914
Currently the sine wave demo on Linux compiles to 1.6kb (Arch Linux, 1166 bytes, demo/linux compiled with gcc and packed with vondehi).
1015

11-
<p align="center">
12-
<img src="./brand/icon.png" alt="drawing" width="200" height="200"/>
13-
</p>
1416

1517
# Usage
1618

brand/banner.png

-31.1 KB
Binary file not shown.

brand/banner.svg

Lines changed: 0 additions & 279 deletions
This file was deleted.

brand/icon.png

-4.42 KB
Binary file not shown.

brand/logo.png

-7.13 KB
Binary file not shown.

include/TDAW.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// ███ ███ ██ █ ▀▀ █ █ █ █ PortAudio wrapper, Sound and notation
66
// management, ███ ███ ▀▀ █ ██ █▄▀▄▀▄█ tailored for the demoscene.
77
// ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
8-
// (Tiny-DAW) By kbx
9-
// (github.com/kb-x/tdaw)
8+
// (Tiny-DAW) By pipe
9+
// (github.com/ppekko/tdaw)
1010
//
1111
//
1212
// Licensing is located at the bottom of this header and in the
@@ -626,7 +626,7 @@ void TDAW_terminate(TDAW_PIP* pip) {
626626
//
627627
// >The MIT License (MIT)
628628
//
629-
// >Copyright (c) 2022 kbx
629+
// >Copyright (c) 2022 pipe
630630
//
631631
// >Permission is hereby granted, free of charge, to any person obtaining a copy
632632
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)