-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Guillaume Piolat
committed
Jan 15, 2025
1 parent
57e05bc
commit f4e0489
Showing
5 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
/++ | ||
Dplug is an open-source audio plug-in framework existing since 2013. | ||
A plugin framework is a library whose aim is to make cross-platform audio development | ||
a practical reality. As such, Dplug can be used to create audio effects (such as a VST 2.4) | ||
for use in popular host programs (such as FLStudio, Logic, Pro Tools, Cubase...). | ||
Dplug is a production, open-source audio plug-in | ||
framework that exist since 2013. Maintained by Auburn | ||
Sounds, who built all its products upon Dplug. | ||
- [dplug.org](https://dplug.org/) | ||
- [The Dplug Wiki](https://github.com/AuburnSounds/Dplug/wiki) | ||
- [ARCHITECTURE.md](https://github.com/AuburnSounds/Dplug/blob/master/ARCHITECTURE.md) | ||
+/ | ||
module dplug; |