Skip to content

Commit

Permalink
missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Mar 16, 2019
1 parent dbef6a1 commit b8e92ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# TidalCycles log of changes

## 1.0.10 - This machine also kills fascists
* Add exports to Sound.Tidal.Scales for `getScale` and `scaleTable`

## 1.0.9 - This machine kills fascists
* sec and msec functions for converting from seconds to cycles (for stut etc) @yaxu
* template haskell upper bounds @yaxu
Expand Down Expand Up @@ -28,7 +31,6 @@
* unit tests for euclid - @yaxu
* fix for `sometimesBy` - @yaxu


## 0.9.10 (and earlier missing versions from this log)

* arpg, a function to arpeggiate
Expand Down
2 changes: 1 addition & 1 deletion src/Sound/Tidal/Scales.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Sound.Tidal.Scales (scale, scaleList) where
module Sound.Tidal.Scales (scale, scaleList, scaleTable, getScale) where

import Data.Maybe

Expand Down
2 changes: 1 addition & 1 deletion tidal.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tidal
version: 1.0.9
version: 1.0.10
synopsis: Pattern language for improvised music
-- description:
homepage: http://tidalcycles.org/
Expand Down

0 comments on commit b8e92ef

Please sign in to comment.