Skip to content

Commit

Permalink
Add ASIO trademark and licensing information.
Browse files Browse the repository at this point in the history
This was a direct request from Steinberg.
  • Loading branch information
dechamps committed Nov 7, 2020
1 parent 22aa09b commit e574cd8
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 0 deletions.
Binary file added ASIO.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions BACKENDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ the [`device` option][device].
The alternative [ASIO4ALL][] and [ASIO2KS][] universal ASIO drivers use Kernel
Streaming.

---

*ASIO is a trademark and software of Steinberg Media Technologies GmbH*

[ASIO2WASAPI]: https://github.com/levmin/ASIO2WASAPI
[ASIO2KS]: http://www.asio2ks.de/
[ASIO4ALL]: http://www.asio4all.org/
Expand Down
4 changes: 4 additions & 0 deletions CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,10 @@ The default behaviour is to allow conversions.
and MME use WASAPI Shared behind the scenes, and they implicitly enable the same
automatic conversion mechanism as the one this option controls.)

---

*ASIO is a trademark and software of Steinberg Media Technologies GmbH*

[backend]: #option-backend
[BACKENDS]: BACKENDS.md
[bufferSizeSamples]: #option-bufferSizeSamples
Expand Down
4 changes: 4 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ it:
Note that in the latter two cases, FlexASIO might report a sample rate as
available but then fail to initialize when that sample rate is selected.

---

*ASIO is a trademark and software of Steinberg Media Technologies GmbH*

[backend]: CONFIGURATION.md#option-backend
[backends]: BACKENDS.md
[bufferSizeSamples]: CONFIGURATION.md#option-bufferSizeSamples
Expand Down
8 changes: 8 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
NOTE: The license below only applies to the source code of FlexASIO itself. the
ASIO trademark and ASIO SDK are subject to specific license terms; see
"Steinberg ASIO Licensing Agreement" in the ASIO SDK.

ASIO is a trademark and software of Steinberg Media Technologies GmbH.

---

Copyright (c) 2018 Etienne Dechamps <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# FlexASIO, the flexible universal ASIO driver
*Brought to you by [Etienne Dechamps][] - [GitHub][]*

*ASIO is a trademark and software of Steinberg Media Technologies GmbH*

**If you are looking for an installer, see the
[GitHub releases page][releases].**

Expand Down Expand Up @@ -126,6 +128,10 @@ When asking for help, it is strongly recommended to [produce a log][logging]
while the problem is occurring, and attach it to your report. The output of
[`FlexASIOTest`][test], along with its log output, might also help.

---

![ASIO logo](ASIO.jpg)

[ASIO]: http://en.wikipedia.org/wiki/Audio_Stream_Input/Output
[ASIO2KS]: http://www.asio2ks.de/
[ASIO2WASAPI]: https://github.com/levmin/ASIO2WASAPI
Expand Down
7 changes: 7 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# FlexASIO Developer Information

See `LICENSE.txt` for licensing information. In particular, do note that
specific license terms apply to the ASIO trademark and ASIO SDK.

## Building

FlexASIO is designed to be built using CMake within the Microsoft Visual C++
Expand Down Expand Up @@ -33,6 +36,10 @@ Note that for this command to work, you need to have [Inno Setup][] installed.

See this [Visual Studio 2019 bug][InstallRequiredSystemLibraries].

---

*ASIO is a trademark and software of Steinberg Media Technologies GmbH*

[ASIO SDK]: http://www.steinberg.net/en/company/developer.html
[Inno Setup]: http://www.jrsoftware.org/isdl.php
[InstallRequiredSystemLibraries]: https://developercommunity.visualstudio.com/content/problem/618084/cmake-installrequiredsystemlibraries-broken-in-lat.html
Expand Down
1 change: 1 addition & 0 deletions src/installer.in.iss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Source:"x86\install\bin\FlexASIO.dll"; DestDir: "{app}\x86"; Flags: ignoreversio
Source:"x86\install\bin\*"; DestDir: "{app}\x86"; Flags: ignoreversion
Source:"*.txt"; DestDir:"{app}"; Flags: ignoreversion
Source:"*.md"; DestDir:"{app}"; Flags: ignoreversion
Source:"*.jpg"; DestDir:"{app}"; Flags: ignoreversion

[Run]
Filename:"https://github.com/dechamps/FlexASIO/blob/@DECHAMPS_CMAKEUTILS_GIT_DESCRIPTION@/README.md"; Description:"Open README"; Flags: postinstall shellexec nowait

0 comments on commit e574cd8

Please sign in to comment.