Skip to content

Commit

Permalink
Add Path declaration to Xo and Xoxo
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperNiCd committed Nov 14, 2019
1 parent 79aacd2 commit f0b3545
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Accents v0.4.25.5
# Accents v0.4.26.2
This repo contains units for the Orthogonal Devices ER-301 Sound Computer. It currently contains:

* Ring Modulator
Expand Down
1 change: 1 addition & 0 deletions Xo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ local SampleEditor = require "Sample.Editor"
local Slices = require "Sample.Slices"
local Task = require "Unit.MenuControl.Task"
local MenuHeader = require "Unit.MenuControl.Header"
local Path = require "Path"
local Encoder = require "Encoder"
local ply = app.SECTION_PLY

Expand Down
1 change: 1 addition & 0 deletions Xoxo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ local SampleEditor = require "Sample.Editor"
local Slices = require "Sample.Slices"
local Task = require "Unit.MenuControl.Task"
local MenuHeader = require "Unit.MenuControl.Header"
local Path = require "Path"
local Encoder = require "Encoder"
local ply = app.SECTION_PLY

Expand Down
3 changes: 3 additions & 0 deletions changelog.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2019-10-30 Accents v0.4.26.2
FIXED: Xoxo and Xo units not loading correctly

2019-10-30 Accents v0.4.26.1
NEW UNIT: Phaser
ENCHANCED: XOXOXO (California Stars) now supports loading custom wavetables and editing waveforms
Expand Down

0 comments on commit f0b3545

Please sign in to comment.