View all by Esther Alter
Esther Alter
Follow Esther Alter
Follow
Following Esther Alter
Following
Add To Collection
Collection
Comments
Devlog
Related games
Related
Cacophony
←
Return to Cacophony
Devlog
Update 0.2.7
August 20, 2024
by
Esther Alter
Fixed: Note-off events at the end of a track are sometimes not detected during export Fixed: Panic when decaying audio if the output buffer exceeds the length of the decay buffer. Allow alphanumeric i...
Continue reading
Update 0.2.6
July 07, 2024
by
Esther Alter
Fixed: If you let all notes in your music play (as opposed to stopping in the middle), it frequently becomes impossible to play or add new notes. Added a build env variable: Set `CACOPHONY_BUILD_DATA_...
Continue reading
Update 0.2.5
June 19, 2024
by
Esther Alter
Dropped MacOS 11 builds on itch because there isn't a GitHub workflow runner anymore. Added MacOS 14 builds to tests and itch uploads. Added Ubuntu 24.04 builds to tests and itch uploads. Fixed: Crash...
Continue reading
Update 0.2.4
June 06, 2024
by
Esther Alter
Fixed: If note is played via a qwerty key press, and then an octave is changed via a qwerty key press, there won't be a note-off event. Fixed: Cacophony can't found files (saves, soundfonts, etc.) if...
Continue reading
Update 0.2.3
January 20, 2024
by
Esther Alter
Optimized text and rectangle rendering, which reduces CPU usage by around 5%...
Continue reading
Update 0.2.2
January 16, 2024
by
Esther Alter
Fixed: There was an input bug where the play/start key (spacebar) was sometimes unresponsive for the first few presses. This is because audio was still decaying from a previous play, meaning that tech...
Continue reading
Update 0.2.1
January 06, 2024
by
Esther Alter
I replaced the default qwerty bindings for note input with a more "standard" layout. This information is stored in config.ini, so if you want the update, make sure to delete Documents/cacophony/config...
Continue reading
Update 0.2.0: CPU optimizations
November 27, 2023
by
Esther Alter
Cacophony uses a lot of CPU resources even when it's idle. It shouldn't do that! I reduced Cacophony's CPU usage by around 50%; the exact percentage varies depending on the CPU and the OS. This update...
Continue reading
Update 0.1.4
November 21, 2023
by
Esther Alter
Fixed: Crash when setting the input beat to less than 1/8...
Continue reading
Update 0.1.3
November 19, 2023
by
Esther Alter
Cacophony can now export to .flac. This is something I wanted to include in the initial release but I didn't understand how to. Turns out, it wasn't that hard!...
Continue reading
Update 0.1.2
November 01, 2023
by
Esther Alter
User tversteeg added command line arguments and made the `Paths` code easier to work with. Added a save file path to open it at launch, for example: `./cacophony ~/Documents/cacophony/saves/my_music.c...
Continue reading
Update 0.1.1
October 25, 2023
by
Esther Alter
3
Fixed a panic when configuring text-to-speech...
Continue reading