Name | Modified | Size | Downloads / Week |
---|---|---|---|
AC7Editor-1.3.1-2024-11-03.zip | 2024-11-03 | 715.1 kB | |
README.md | 2024-11-03 | 2.1 kB | |
AC7Editor-1.3-2024-10-08.zip | 2024-10-09 | 732.0 kB | |
AC7Editor-1.2.1-2024-08-23.zip | 2024-08-24 | 690.5 kB | |
AC7Editor-1.2-2024-07-23.zip | 2024-07-24 | 718.7 kB | |
AC7Editor-1.1-2024-04-16.zip | 2024-04-17 | 635.8 kB | |
AC7Editor-1.0-2024-04-06.zip | 2024-04-06 | 658.4 kB | |
Totals: 7 Items | 4.2 MB | 21 |
AC7Editor README
Basic information: This program can edit Casio AC7 files, which are musical accompaniment files designed to be played on CT-X series keyboards. It is written in ooRexx, and requires a runtime support package along with a Windows Dialog extension package. Specifically, it uses ooRexx version 4.2.0, and ooDialog version 4.2.4. These packages can be downloaded from SourceForge at the following links (choose Windows X86_32 or X86_64, depending on the version of Windows being used):
https://sourceforge.net/projects/oorexx/files/oorexx/4.2.0/
https://sourceforge.net/projects/oorexx/files/ooDialog/4.2.4%20%28preview%29/
Further information about installation and usage can be found on the project Wiki, at:
https://sourceforge.net/p/ac7editor/wiki/Home/
Release Notes:
4/6/2024 Initial code release 1.0
4/16/2024 Code release 1.1
Added support for non-CTX keyboards via an external Patch file
7/23/2024 Code release 1.2
Warning message for AC7 files that are larger than 64k in size
New Remix/Merge function for remixing variations in an AC7 file, or importing variations from another AC7 file
Ability to import a PROPERLY STRUCTURED MIDI file, as long as it meets all the requirements (see documentation)
8/23/2024 Code release 1.2.1
Minor update to fix an error in the AC7 save process
10/08/2024 Code release 1.3
Fix to better handle error condition caused by 0-length AC7 files
Improved default settings for MIDI imports
New Advanced Settings function to set Chord Conv Table (w/F-Root), Inversion, and Chord Sync
11/2/2024 Code release 1.3.1
Fix error that caused MIDI imports to fail if section (variation) markers were missing
On MIDI imports, change default Retrigger setting to On
Add Retrigger setting to Advanced Settings dialog
Improvements to auto-correction of mis-aligned Markers in imported MIDI files
Some minor bug fixes