Change website
This commit is contained in:
parent
a708acbe8e
commit
f623db6b15
3 changed files with 14 additions and 14 deletions
|
|
@ -155,7 +155,7 @@ This project tries to adhere to [Semantic Versioning][2].
|
||||||
a 16-out version (as 8 stereo outs) (#1002)
|
a 16-out version (as 8 stereo outs) (#1002)
|
||||||
- The `emscripten` branch allows to run sfizz through WASM
|
- The `emscripten` branch allows to run sfizz through WASM
|
||||||
for your web-oriented needs. An example with WebMidi
|
for your web-oriented needs. An example with WebMidi
|
||||||
is available at https://sfz.tools/sfizz-webaudio/
|
is available at https://sfztools.github.io/sfizz-webaudio/
|
||||||
(requires a Chromium-based browser),
|
(requires a Chromium-based browser),
|
||||||
with source code at https://github.com/sfztools/sfizz-webaudio.
|
with source code at https://github.com/sfztools/sfizz-webaudio.
|
||||||
- sfizz can now parse embedded samples in base64 data (#1041)
|
- sfizz can now parse embedded samples in base64 data (#1041)
|
||||||
|
|
@ -323,7 +323,7 @@ This project tries to adhere to [Semantic Versioning][2].
|
||||||
## [1.0.0] - 2021-04-16
|
## [1.0.0] - 2021-04-16
|
||||||
|
|
||||||
- SFZ v1 is virtually supported except for a handful of opcodes.
|
- SFZ v1 is virtually supported except for a handful of opcodes.
|
||||||
Please check https://sfz.tools/sfizz/development/status/
|
Please check https://sfztools.github.io/sfizz/development/status/
|
||||||
for the up-to-date status of opcode support.
|
for the up-to-date status of opcode support.
|
||||||
- It is now possible to build sfizz without relying on libsndfile,
|
- It is now possible to build sfizz without relying on libsndfile,
|
||||||
using a set of libraries. This is now the default build mode.
|
using a set of libraries. This is now the default build mode.
|
||||||
|
|
|
||||||
|
|
@ -224,11 +224,11 @@ The logger outputs CSV files for the rendering and file-loading processes.
|
||||||
The file `scripts/performance_report.py` is made to process and produce a nice interactive report from this data.
|
The file `scripts/performance_report.py` is made to process and produce a nice interactive report from this data.
|
||||||
|
|
||||||
|
|
||||||
[build]: https://sfz.tools/sfizz/development/build/
|
[build]: https://sfztools.github.io/sfizz/development/build/
|
||||||
[benchmark]: https://github.com/google/benchmark
|
[benchmark]: https://github.com/google/benchmark
|
||||||
[sfizz-render]: https://github.com/sfztools/sfizz-render
|
[sfizz-render]: https://github.com/sfztools/sfizz-render
|
||||||
[GOVERNANCE]: GOVERNANCE.md
|
[GOVERNANCE]: GOVERNANCE.md
|
||||||
[api]: https://sfz.tools/sfizz/api/
|
[api]: https://sfztools.github.io/sfizz/api/
|
||||||
[RAII]: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#S-resource
|
[RAII]: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#S-resource
|
||||||
[CppCoreGuidelines]: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
|
[CppCoreGuidelines]: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
|
||||||
[Catch]: https://github.com/catchorg/Catch2
|
[Catch]: https://github.com/catchorg/Catch2
|
||||||
|
|
|
||||||
20
README.md
20
README.md
|
|
@ -4,9 +4,9 @@
|
||||||
[![build obs]](https://build.opensuse.org/package/show/home:sfztools:sfizz:develop/sfizz)
|
[![build obs]](https://build.opensuse.org/package/show/home:sfztools:sfizz:develop/sfizz)
|
||||||
[![Discord Badge Image]](https://discord.gg/3ArE9Mw)
|
[![Discord Badge Image]](https://discord.gg/3ArE9Mw)
|
||||||
|
|
||||||
[![SFZv1 Status Image]](https://sfz.tools/sfizz/development/status/opcodes/?v=1)
|
[![SFZv1 Status Image]](https://sfztools.github.io/sfizz/development/status/opcodes/?v=1)
|
||||||
[![SFZv2 Status Image]](https://sfz.tools/sfizz/development/status/opcodes/?v=2)
|
[![SFZv2 Status Image]](https://sfztools.github.io/sfizz/development/status/opcodes/?v=2)
|
||||||
[![ARIA Status Image]](https://sfz.tools/sfizz/development/status/opcodes/?v=aria)
|
[![ARIA Status Image]](https://sfztools.github.io/sfizz/development/status/opcodes/?v=aria)
|
||||||
|
|
||||||
SFZ parser and synth c++ library and JACK standalone client,
|
SFZ parser and synth c++ library and JACK standalone client,
|
||||||
please check [our website] for more details, or [our wiki] for further information.
|
please check [our website] for more details, or [our wiki] for further information.
|
||||||
|
|
@ -107,21 +107,21 @@ The sfizz library also uses in some subprojects:
|
||||||
[fmidi]: https://github.com/jpcima/fmidi/
|
[fmidi]: https://github.com/jpcima/fmidi/
|
||||||
[libsamplerate]: http://www.mega-nerd.com/SRC/
|
[libsamplerate]: http://www.mega-nerd.com/SRC/
|
||||||
[libsndfile]: http://www.mega-nerd.com/libsndfile/
|
[libsndfile]: http://www.mega-nerd.com/libsndfile/
|
||||||
[our website]: https://sfz.tools/sfizz/
|
[our website]: https://sfztools.github.io/sfizz/
|
||||||
[our wiki]: https://sfz.tools/sfizz-wiki/
|
[our wiki]: https://sfztools.github.io/sfizz-wiki/
|
||||||
[releases]: https://github.com/sfztools/sfizz/releases/
|
[releases]: https://github.com/sfztools/sfizz/releases/
|
||||||
[Carla]: https://kx.studio/Applications:Carla
|
[Carla]: https://kx.studio/Applications:Carla
|
||||||
[Ardour]: https://ardour.org/
|
[Ardour]: https://ardour.org/
|
||||||
[API]: https://sfz.tools/sfizz/api/
|
[API]: https://sfztools.github.io/sfizz/api/
|
||||||
[Open Collective]: https://opencollective.com/sfztools
|
[Open Collective]: https://opencollective.com/sfztools
|
||||||
[build from source]: https://sfz.tools/sfizz/development/build/
|
[build from source]: https://sfztools.github.io/sfizz/development/build/
|
||||||
[Discord Badge Image]: https://img.shields.io/discord/587748534321807416?label=discord&logo=discord
|
[Discord Badge Image]: https://img.shields.io/discord/587748534321807416?label=discord&logo=discord
|
||||||
[build actions]: https://github.com/sfztools/sfizz/actions/workflows/build.yml/badge.svg?branch=develop
|
[build actions]: https://github.com/sfztools/sfizz/actions/workflows/build.yml/badge.svg?branch=develop
|
||||||
[build obs]: https://build.opensuse.org/projects/home:sfztools:sfizz:develop/packages/sfizz/badge.svg
|
[build obs]: https://build.opensuse.org/projects/home:sfztools:sfizz:develop/packages/sfizz/badge.svg
|
||||||
[OBS]: https://software.opensuse.org//download.html?project=home%3Asfztools%3Asfizz&package=sfizz
|
[OBS]: https://software.opensuse.org//download.html?project=home%3Asfztools%3Asfizz&package=sfizz
|
||||||
[SFZv1 Status Image]: https://sfz.tools/assets/img/sfizz/badge_sfzv1.svg
|
[SFZv1 Status Image]: https://sfztools.github.io/assets/img/sfizz/badge_sfzv1.svg
|
||||||
[SFZv2 Status Image]: https://sfz.tools/assets/img/sfizz/badge_sfzv2.svg
|
[SFZv2 Status Image]: https://sfztools.github.io/assets/img/sfizz/badge_sfzv2.svg
|
||||||
[ARIA Status Image]: https://sfz.tools/assets/img/sfizz/badge_aria.svg
|
[ARIA Status Image]: https://sfztools.github.io/assets/img/sfizz/badge_aria.svg
|
||||||
|
|
||||||
[AppVeyor Build Status]: https://img.shields.io/appveyor/ci/sfztools/sfizz.svg?label=Windows&style=popout&logo=appveyor
|
[AppVeyor Build Status]: https://img.shields.io/appveyor/ci/sfztools/sfizz.svg?label=Windows&style=popout&logo=appveyor
|
||||||
[Travis Build Status]: https://img.shields.io/travis/com/sfztools/sfizz.svg?label=Linux&style=popout&logo=travis
|
[Travis Build Status]: https://img.shields.io/travis/com/sfztools/sfizz.svg?label=Linux&style=popout&logo=travis
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue