Skip to content

Releases: billorcutt/Cracked

Version 0.2.20

06 Aug 19:34
d55484e
Compare
Choose a tag to compare

Latest changes

Version 0.2.19

07 Jun 21:51
78a2324
Compare
Choose a tag to compare

Upgrade electron to most recent compatible version

Version 0.2.18

16 Aug 17:05
Compare
Choose a tag to compare

Remove all the documents/cracked folder code, address an electron issue w/ contextIsolation. Fix package.json formatting.

Version 0.2.17

16 Aug 00:58
Compare
Choose a tag to compare

Fix permissions issue on initial startup

Version 0.2.16

19 Feb 22:53
17f1dff
Compare
Choose a tag to compare

Upgrade to latest Electron & node. Now notarized for your protection.

Version 0.2.15

11 Oct 00:00
Compare
Choose a tag to compare

Upgrade to Electron 10.1.3

Version 0.2.14

23 Jun 16:27
Compare
Choose a tag to compare

Update Cracked library to latest, adds a sequencing class for long running sequences & a new synth plugin. Make text in the editor user sizable. Support opening files by dragging files onto the application icon.

NOTE: Catalina (or later) users will have to follow the instructions here for "How to open an app that hasn’t been notarized or is from an unidentified developer" to enable the app to run: https://support.apple.com/en-us/HT202491. Will fix this eventually, but for now this is only way to run Cracked on Mac OS Catalina (or later).

Version 0.2.13

22 Feb 23:17
Compare
Choose a tag to compare

Update cracked lib to latest, modify loop so that step size is configured automatically by data length, add 2 new setters to handle fade in & out, add a new utility to convert frequency to pitch. Upgrade Electron to latest version 8.01

Version 0.2.12

13 Jan 17:50
Compare
Choose a tag to compare

Update cracked lib to latest, adds a getter to retrieve audio node values. Some changes to sampler start & end points. Update electron to latest version, 4.0.1. Fix sampler bug introduced in 0.2.10 & 11.

Version 0.1.10

21 Jul 21:12
Compare
Choose a tag to compare

Multichannel support - billorcutt/i_dropped_my_phone_the_screen_cracked#39
Revert temp fix for this issue - billorcutt/i_dropped_my_phone_the_screen_cracked#32
Better support for multiple code windows.
Keyboard and mouse event listeners.