Releases: Chlorie/Deenote
0.7.2
0.7.1
0.7
0.6.12
Changed the color of the charming glow effects. Now it is more of an orange color instead of yellow.
Now exception messages are shown and saved to file whenever an unhandled exception is caught. Bug reporting should be simpler.
Removed support for .ogg audio files.
If exception is caught during audio file loading, the user is forced to select another audio file.
修改了charming光效的颜色。现在光效应该更偏橙色而不是黄色。
现在若发现未经处理的异常则会弹出对话框提醒并保存到文件, 反馈bug会更容易一些。
取消了对.ogg文件的支持。
若在读取音频时捕获到异常, 用户会被强制重新选择音频文件。
P.S. 这睿智NAudio要是再出其他问题的话我就考虑换库或者自己写MP3文件读取了,又是丢帧又是读取不了带封面的文件真的遭不住……
0.6.11
0.6.10
Added a preceding empty frame before the MP3 samples as a workaround for NAudio's problem. Now there won't be any weird 26-millisecond offset anymore, probably...
BUT I still recommend you to use professional applications such as Adobe Audition for offset measuring and as note placement assistance.
在读出来的mp3采样前面加了一个空帧,用来解决NAudio的某些奇怪问题。现在应该大概有可能似乎好像理论上不会有奇怪的26毫秒offset了。
但是我还是建议你们用专业软件比如Adobe Audition来进行offset测定以及辅助对音。
0.6.9
0.6.8
Fixed the problem of beat lines disappearing when importing charts from JSON files.
Fixed the problem where inserting notes in a large project may cause stack overflow.
The update checking system has been broken for months since GitHub doesn't allow normal HTTP request(like those ones in Deenote) any more. Substitution methods have been used in currently developing versions.
解决了导入JSON谱面会导致拍线消失的问题。
解决了谱面中note很多时插入新note导致栈溢出的问题。
由于GitHub不再允许一般的辣鸡HTTP请求(几个月前的事情了)所以Deenote的版本检测系统已经坏了很久了。我正在开发的你们从没玩过的船新版本已经换了可以用的替代方法(LibGit2Sharp),但是那个版本开发完工大概要到8102年吧(脱线咕——)。但是反正这段时间也不会再有新版本了,所以那东西有没有其实也无所谓,随便吧.jpg
0.6.7
0.6.6
File format is optimized, so that the project file won't take much space.
You don't have to do anything to upgrade the project files, they will be automatically updated after saving once.
Before this version of Deenote, audio data of the project is saved in float arrays, thus 32 bits per sample. That is the cause for big file sizes.
After the format conversion, audio data is saved by saving the whole audio file into the project file. So the project file won't be much bigger than the original audio file.
About the project version conversion, the audio data part will be converted to a 16-bit ".wav" file, so old file sizes will be halved. Replace the audio with ".mp3" files for smaller file sizes.
The version conversion takes time, so when you open old files it could be a bit slow. It will get faster after the conversion. Due to the file format change, file loading time will be a bit longer than before, but saving time will be shorter.