8000 Releases · xiphonics/picoTracker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: xiphonics/picoTracker

v2.0.2

23 Apr 08:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

17 Apr 08:25
0c7f561
Compare
Choose a tag to compare

What's Changed

  • fixes to build using GCC13 (#446)
  • use etl atomic queue to prevent race with ISR (#465)
  • Fix bug in Variable::SetString (#46o)
  • i2s: sign extend correctly; insert 1-bit padding to prevent DAC automute (#449)

Full Changelog: v2.0...v2.0.1

v2.0

28 Mar 01:44
Compare
Choose a tag to compare

v2.0 stable release! 🎉

What's Changed

Full Changelog: v1.2b2...v2.0

v2.0 RC3

28 Feb 05:42
Compare
Choose a tag to compare

What's Changed

  • use consistent values for min. max, default tempo by @maks in #394
  • Fix phrase out of range by @maks in #398
  • Preserve ID when non-consecutive instrument slots by @maks in #397
  • Fix incrementing instrument index correctly by @maks in #401
  • Crash when project name too long by @maks in #402
  • Apply current scale to midi chord cmd offset values by @maks in #399

Full Changelog: v2.0rc2...v2.0rc3

v2.0 RC2

20 Feb 23:54
Compare
Choose a tag to compare

What's Changed

  • Error when saving newly renamed untitled project by @maks in #388

Full Changelog: v2.0rc1...v2.0rc2

v2.0 RC1

18 Feb 00:43
Compare
Choose a tag to compare

What's Changed

  • update docs for song screen controls & play modes by @maks in #364
  • memory corruption due to vector not being cleared before use fixes #354 by @democloid in #366
  • Use master volume setting for preview sample playback by @maks in #365
  • correctly add etl_config.h by @democloid in #369
  • enable ETL debug asserts for debug builds by @maks in #370
  • Fix possible ui values for remoteUI setting by @maks in #376
  • Prevent importing sample while previewing sample by @maks in #378
  • Autosave by @maks in #374
  • Document instrument perf limits and nav keycombo by @maks in #383
  • Fix creating missing untitled project on project load by @maks in #381
  • Send note off for midi chord cmd by @maks in #386

Full Changelog: v2.0beta8a...v2.0rc1

v2.0 Beta 8A

05 Feb 10:40
Compare
Choose a tag to compare
v2.0 Beta 8A Pre-release
Pre-release

What's Changed

  • Check for instrument type change before releasing current instrument by @maks in #359
  • fix creating sample dir in when project save-as by @maks in #361

Full Changelog: v2.0beta8...v2.0beta8a

v2.0 Beta 8

04 Feb 09:23
Compare
Choose a tag to compare
v2.0 Beta 8 Pre-release
Pre-release

What's Changed

  • Fix SID ADSR, filter, made some performance improvements by @democloid in #340
  • Make remote ui on by default by @maks in #348
  • Send remoteui protocol colors as RGB888 not 565 by @maks in #353
  • Sample-instruments-lose-sample by @maks in #356
  • Choose next avail instr slot for each new instr by @maks in #357
  • Apply scale offsets only to notes not instruments by @maks in #358

Full Changelog: v2.0beta7...v2.0beta8

v2.0 Beta 7

18 Jan 05:40
Compare
Choose a tag to compare
v2.0 Beta 7 Pre-release
Pre-release

What's Changed

  • Add MIDI chord command (MCH) by @maks in #314
  • Clear previous unnamed project when user does "New" by @maks in #311
  • Only attempt to purge sample instruments by @maks in #313
  • Remove "Compact Sequencer" UI by @maks in #323
  • Fix delete key in project name field by @maks in #324
  • update manual for change in projects & new MCH cmd by @maks in #321
  • Hacky workaround for timing issue with interrupts by @maks in #326

Full Changelog: v2.0beta6...v2.0beta7

picoTracker 2.0 BETA 6

14 Jan 03:18
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Increase chain count by @maks in #290
  • Battery gauge obscures existing fields by @maks in #287
  • Try to optimise OPAL by @maks in #291
  • Fix note auditioning by @maks in #296
  • Reset scroll offset when entering new directory by @maks in #301
  • Protect sdcard access from races across both cores by @maks in #303
  • Initial SID fixes by @maks in #297
  • Fixes multiple issues with project naming by @democloid in #310
  • Update const names to match picoTracker key names by @maks in #309

Full Changelog: v2.0beta5...v2.0beta6

0