Skip to content

Commit

Permalink
text files update
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed May 23, 2016
1 parent 888e1f3 commit 50c6665
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 17 deletions.
38 changes: 23 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,29 @@

0CC-FamiTracker is a modified version of FamiTracker that incorporates various bug fixes and new features which work in exported NSFs as well. The name "0CC" comes from the author's favourite arpeggio effect command. The current version includes:

- Sunsoft 5B support
- Arpeggio schemes
- Hardware volume envelopes
- Find / replace tab
- Detune settings
- Groove settings
- Bookmark manager
- Compatible sequence instruments
- Echo buffer access
- Delayed channel effects
- FDS automatic FM effects
- N163 wave buffer access effect
- Instrument recorder
- Transpose dialog
- Ad-doc multichip NSF export
- Sound engine extensions:
- Sunsoft 5B support (per official 0.4.2)
- Ad-doc multichip NSF export
- Echo buffer access
- Polyphonic note preview
- New effects:
- Hardware volume envelope effects
- Delayed channel effects
- FDS automatic FM effects
- N163 wave buffer access effect
- Instrument extensions:
- Arpeggio schemes
- Instrument recorder
- Compatible sequence instruments
- Interface extensions:
- Find / replace tab
- Transpose dialog
- Split keyboard
- Extra module contents:
- Detune settings
- Groove settings
- Bookmark manager
- Linear pitch mode

See the change log for the full list of changes made in 0CC-FamiTracker.

Expand Down
11 changes: 9 additions & 2 deletions specs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0CC-FamiTracker Mod
Specification
Written by HertzDevil
Version 0.3.14.0 - Mar 29 2016
Version 0.3.14.2 - May 23 2016

--------------------------------------------------------------------------------

Expand Down Expand Up @@ -84,6 +84,13 @@ Version 1:
- flag: char[0,1] - 0 for highlight in current frame, 1 for following frames
- name: str[] - bookmark name

===
PARAMS_EXTRA Block
===

Version 1:
- linearpitch: int[0,1] - enable linear pitch mode

===
Text exporter syntax
===
Expand Down Expand Up @@ -111,7 +118,7 @@ TRACK commands:
- track: int_list[1,64] - list of one-based indices of tracks that use a
default groove

Bookmarks are not exported to text files.
Bookmarks and the linear pitch setting are not exported to text files.

--------------------------------------------------------------------------------

Expand Down

0 comments on commit 50c6665

Please sign in to comment.