Bytebeat Machine Application icon

Bytebeat Machine 1.31

1011.4 KB / 10+ Downloads / Rating 4.1 - 38 reviews


See previous versions

Bytebeat Machine, developed and published by Midnight Sun Games, has released its latest version, 1.31, on 2015-10-02. This app falls under the Music & Audio category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 4.1, based on 38 reviews.

Bytebeat Machine APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.2+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.midnightsun.synth.android

Updated: 9 years ago

Developer Name: Midnight Sun Games

Category: Music & Audio

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Bytebeat Machine on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.1
Total 38 reviews

Reviews

5 ★, on 2016-08-21
I'm only just learning about this math+music thing and it's a dream come true! Works well with Caustic as you can plug in a formula and play it in its 8 bit synth. The DEL function is a little hinky as I have to hold delete and press forward or backward to remove a character. A perfect app though. THANK YOU

5 ★, on 2016-11-25
Still figuring it out but I LOVE this thing. Amazing 8-bit glitch! Being able to export to wave makes the app perfect!

1 ★, on 2017-08-08
This app is good but there are two problems. First, the unbearable high-pitched ringing noise in background. Increasing the sample rate makes it higher and softer but I can still hear it, plus that means I can't do 8k bytebeat if I want. Second, the function of the slider just above the visualisation seems to be to change playback speed but there is no number showing by how much. Fix #1 and you've immediately got a 4-star review. Fix both and I will rate 5 stars.

5 ★, on 2017-01-14
Great way of making some unusual sounds. Would love to see A-F on the keypad for hex numbers, and maybe some logic functions to switch chunks of function in/out on ranges.

4 ★, on 2017-05-18
Whooooah,Pinkfloyd wannabees but great!

5 ★, on 2017-07-17
This thing is amazing!

Previous Versions

Bytebeat Machine 1.31
2015-10-02 / 1011.4 KB / Android 2.2+

About this app

Bytebeat Machine is an experimental software synthesizer. Instead of structured composition or instruments it uses functions to generate audio in real-time.


Sometimes simple input functions contain a large amount of musical structure. Sometimes the result is unexpected.. and interesting. Or you can ignore all that and just use this app to generate bleep and glitch noises. Bytebeat Machine has several preset examples to get you started.

Features
• Free. No ads or other tracking garbage.
• Two modes: bytebeat (8-bit) and floatbeat (32-bit).
• Selectable sample rates from 8kHz to 44kHz.
• A number of preset input functions. Save your own input functions for later use.
• Custom text input mode with copy, paste, undo, mystery button (?) and more.
• Export output as .wav file.
• Various output visualizations. Yay.
• Speed slider (kind of hidden under the presets).

What is bytebeat?
Bytebeat output is fully defined by the input function. There are no pre-set instruments, samples or structures. Even slight changes in the input function produce significantly different output (as a hint, prime numbers generally result in less repetition).

Input function has a time index (t) and usually various bitwise and arithmetic operations. Input function is evaluated constantly and time index is incremented by one in each iteration.

The simplest input function is "t", which produces numbers 1, 2, 3, ... and outputs a sawtooth wave audio. Sawtooth wave is generated because the result is wrapped to 8 bits (bytebeat): 0-255 remain unchanged, but 256 becomes 1, 356 becomes 101 and so on.

Input function "t * 2" decreases the wavelength and produces a result one octave higher. Input function "t & 128" produces a square wave. Bitwise operators << and >> can be used for more interesting results. Input functions can be combined with bitwise operator "|" or even "&" and "^", for example "(t>>9) | (t>>13)".

Bytebeat Machine uses 'C -type syntax' and basic arithmetic operations, bitwise operations as well as comparisons are supported:
- arithmetic operations: +, -, *, /, %
- bitwise operations: <<, >>, &, |, ^
- comparison operations: <=, >=, ==, !=

Bytebeat was first introduced late 2011 in a blog post http://countercomplex.blogspot.com/2011/10/algorithmic-symphonies-from-one-line-of.html by 'viznut'. Online tools such as http://wurstcaptures.untergrund.net/music/ surfaced soon after, followed by a theoretical introduction http://countercomplex.blogspot.com/2011/10/some-deep-analysis-of-one-line-music.html and a paper http://arxiv.org/abs/1112.1368. Active community discussion and development in IRC and various forums (pouet.net) lasted a couple of months.

This app might be developed further based on interest and feedback. #bytebeat

App Permissions

Allows an application to write to external storage.
Allows an application to read from external storage.