Commit Graph

5 Commits

Author SHA1 Message Date
9fb33adaa9 Update dependencies and modify .gitignore
This commit updates various dependencies in the `yarn.lock` file to newer versions to maintain compatibility and security. It also adds `gradle.properties` to the `.gitignore` file, preventing it from being tracked by Git. The updates aim to enhance stability and maintainability of the codebase.
2024-11-29 17:33:03 +01:00
89ce157fc5 Remove gradle.properties file
The gradle.properties file, which contained the Kotlin code style configuration, was deleted. This change ensures that the project no longer enforces a specific Kotlin coding style through this file.
2024-11-29 16:21:17 +01:00
696a700122 Fix ADSR release timing 2024-08-12 20:35:49 +02:00
0a55c8ff82 ADSR envelope 2024-06-30 20:33:16 +02:00
6147bfe5db Initial commit 2024-06-20 19:00:07 +02:00