mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-04 01:28:45 -04:00
Update README.md
This commit is contained in:
parent
63fc3d0d08
commit
f5980ecb79
30
README.md
30
README.md
@ -6,9 +6,6 @@ intros, forked from [4klang](https://github.com/hzdgopher/4klang). Targetable
|
|||||||
architectures include 386, amd64, and WebAssembly; targetable platforms include
|
architectures include 386, amd64, and WebAssembly; targetable platforms include
|
||||||
Windows, Mac, Linux (and related) + browser.
|
Windows, Mac, Linux (and related) + browser.
|
||||||
|
|
||||||
Pull requests / suggestions / issues welcome, through Github! You can also
|
|
||||||
contact me through email (firstname.lastname@gmail.com).
|
|
||||||
|
|
||||||
Summary
|
Summary
|
||||||
-------
|
-------
|
||||||
|
|
||||||
@ -250,7 +247,8 @@ New features since fork
|
|||||||
entropy as low as possible, yet we can call arbitrary go functions as
|
entropy as low as possible, yet we can call arbitrary go functions as
|
||||||
"macros". The templates are [here](templates/) and the compiler lives
|
"macros". The templates are [here](templates/) and the compiler lives
|
||||||
[here](vm/compiler/).
|
[here](vm/compiler/).
|
||||||
- **Tracker**. Written in go. A crude version exists.
|
- **Tracker**. Written in go. A crude version exists. Can run either
|
||||||
|
as a stand-alone app or a vsti plugin.
|
||||||
- **Supports 32 and 64 bit builds**. The 64-bit version is done with minimal
|
- **Supports 32 and 64 bit builds**. The 64-bit version is done with minimal
|
||||||
changes to get it work, using template macros to change the lines between
|
changes to get it work, using template macros to change the lines between
|
||||||
32-bit and 64-bit modes. Mostly, it's as easy as writing {{.AX}} instead of
|
32-bit and 64-bit modes. Mostly, it's as easy as writing {{.AX}} instead of
|
||||||
@ -379,10 +377,6 @@ Long-shot ideas
|
|||||||
-----------
|
-----------
|
||||||
- **Hack deeper into audio sources from the OS**. Speech synthesis, I'm eyeing
|
- **Hack deeper into audio sources from the OS**. Speech synthesis, I'm eyeing
|
||||||
at you.
|
at you.
|
||||||
- **Ability to run Sointu as a DAW plugin (VSTi3)**. Now that Renoise supports
|
|
||||||
VSTi3, there's no fundamental objection to compiling Sointu as a VSTi3. But
|
|
||||||
don't expect it any soon; I need to digest the idea of having to learn the
|
|
||||||
horrors of the VSTi3 C++ API.
|
|
||||||
|
|
||||||
Design philosophy
|
Design philosophy
|
||||||
-----------------
|
-----------------
|
||||||
@ -443,9 +437,27 @@ chain.
|
|||||||
|
|
||||||
[Roadtrip](https://www.pouet.net/prod.php?which=94105) by LJ & Virgill
|
[Roadtrip](https://www.pouet.net/prod.php?which=94105) by LJ & Virgill
|
||||||
|
|
||||||
Credits
|
Contributing
|
||||||
|
------------
|
||||||
|
|
||||||
|
Pull requests / suggestions / issues welcome, through Github! Or just DM
|
||||||
|
me on Discord (see contact information below).
|
||||||
|
|
||||||
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
|
||||||
|
|
||||||
|
Contact
|
||||||
|
-------
|
||||||
|
|
||||||
|
Veikko Sariola - pestis_bc on discord - firstname.lastname@gmail.com
|
||||||
|
|
||||||
|
Project Link: [https://github.com/vsariola/sointu](https://github.com/vsariola/sointu)
|
||||||
|
|
||||||
|
Acknowledgements
|
||||||
|
----------------
|
||||||
|
|
||||||
The original 4klang was developed by Dominik Ries
|
The original 4klang was developed by Dominik Ries
|
||||||
([gopher](https://github.com/hzdgopher/4klang)) and Paul Kraus (pOWL) of
|
([gopher](https://github.com/hzdgopher/4klang)) and Paul Kraus (pOWL) of
|
||||||
Alcatraz. :heart:
|
Alcatraz. :heart:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user