Compare commits
No commits in common. "2e517e3bff474f9612c84a642ffcde4668d63eb2" and "bc8002a9f0931f24b8078a956a9b73f09300f566" have entirely different histories.
2e517e3bff
...
bc8002a9f0
14
README.md
14
README.md
|
|
@ -41,16 +41,12 @@ written to run on a couple of computers!) you will have to bear with
|
|||
us as we gradually stabilise things based on your feedback. There
|
||||
might currently be problems running it on 64bit Windows.
|
||||
|
||||
* **Windows**: [samplebrain_0.18.5_win.zip](https://static.thentrythis.org/samplebrain/samplebrain_0.18.5_win.zip)
|
||||
* **Mac (intel/m1)**: [samplebrain_0.18.5_macintel.zip](https://static.thentrythis.org/samplebrain/samplebrain_0.18.5_macintel.app.zip)
|
||||
* **Windows**: [samplebrain_0.18.4_win.zip](https://static.thentrythis.org/samplebrain/samplebrain_0.18.4_win.zip)
|
||||
* **Mac (intel/m1)**: [samplebrain_0.18.4_macintel.zip](https://static.thentrythis.org/samplebrain/samplebrain_0.18.4_macintel.app.zip)
|
||||
|
||||
Changes in 0.18.5 (relased 28/10/22):
|
||||
|
||||
* Target sound filename shown (and tells you if you don't have one)
|
||||
* More soundfile formats supported (aiff,aifc,au,snd,fasttracker xi,flac)
|
||||
* New configurable OSC ports in settings
|
||||
* Warning boxes if the OSC network connection fails
|
||||
* File path memory per-dialog rather than global
|
||||
Changes in 0.18.4: New audio device settings window and updated
|
||||
windows build. Better default block size, tool tip tweaks and fixes
|
||||
for dark themes by [Claude Heiland-Allen](https://mathr.co.uk/).
|
||||
|
||||
For old versions see the [changelog](changelog.md)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,5 @@
|
|||
# Changlog
|
||||
|
||||
0.18.4
|
||||
|
||||
* **Windows**: [samplebrain_0.18.4_win.zip](https://static.thentrythis.org/samplebrain/samplebrain_0.18.4_win.zip)
|
||||
* **Mac (intel/m1)**: [samplebrain_0.18.4_macintel.zip](https://static.thentrythis.org/samplebrain/samplebrain_0.18.4_macintel.app.zip)
|
||||
|
||||
Changes in 0.18.4: New audio device settings window and updated
|
||||
windows build. Better default block size, tool tip tweaks and fixes
|
||||
for dark themes by [Claude Heiland-Allen](https://mathr.co.uk/).
|
||||
|
||||
0.18.3
|
||||
|
||||
* **Windows**: [samplebrain_0.18.3_win.zip](https://static.thentrythis.org/samplebrain/samplebrain_0.18.3_win.zip)
|
||||
|
|
|
|||
|
|
@ -1,11 +1,6 @@
|
|||
samplebrain (0.18.5rc1-1ubuntu0~bionic1) bionic; urgency=medium
|
||||
samplebrain (0.18rc2-1ubuntu0~bionic4) bionic; urgency=medium
|
||||
|
||||
* Target sound filename shown (and tells you if you don't have one)
|
||||
* More soundfile formats supported (aiff,aifc,au,snd,fasttracker xi,flac)
|
||||
* New configurable OSC ports in settings
|
||||
* Warning boxes if the OSC network connection fails
|
||||
* File path memory per-dialog rather than global
|
||||
|
||||
-- Dave Griffiths <dave@thentrythis.org> Thu, 29 Oct 2022 08:47:10 +0100
|
||||
* Initial release
|
||||
|
||||
-- Dave Griffiths <dave@thentrythis.org> Thu, 08 Sep 2022 13:08:26 +0100
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue