Giter Site home page Giter Site logo

neobirth / purezen Goto Github PK

View Code? Open in Web Editor NEW
31.0 5.0 0.0 9.09 MB

WIP port of the ZenGarden PureData audio synthesis engine to Rust

License: GNU Lesser General Public License v3.0

C++ 80.50% C 0.24% Rust 15.99% RenderScript 3.28%
puredata music audio synthesis embedded

purezen's Introduction

NeoBirth

Build Status Apache 2.0 licensed Gitter Chat

Acid house music program for the Adafruit NeoTrellis M4, powered by the PureZen music synthesis engine (a Pure Data engine targeting embedded Rust devices).

Inspired by Propellerhead ReBirth.

Status

The current code produces a working executable which can be loaded onto a NeoTrellis M4 device, however no functionality is yet in place (unless you like blinking LEDs).

Requirements

Compiling

$ CARGO_INCREMENTAL=0 cargo build --release
$ cd target/thumbv7em-none-eabihf/release/
$ arm-none-eabi-objcopy -O binary neobirth neobirth.bin

Flashing the NeoTrellis M4

Press the RESET button on the back of the NeoTrellis M4 twice in rapid succession. The LED on the back will turn green.

Then run:

$ bossac -e -w -v -b -R -o 0x4000 --port=/dev/<your platform dev> neobirth.bin

Note that the --port flag for bossac varies by OS:

  • Linux: /dev/ttyACM0
  • macOS: /dev/tty.usbmodemNNNNNN (try ls /dev/tty.usbmodem*)

Code of Conduct

We abide by the Contributor Covenant and ask that you do as well.

For more information, please see CODE_OF_CONDUCT.md.

License

Copyright © 2018 NeoBirth Developers

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

purezen's People

Contributors

kyew avatar mhroth avatar roikr avatar tarcieri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

purezen's Issues

Where to start for contribution

Hi! I'd like to continue developing this project. Could you point me where to start and what's the state of it? Also, could you share your (unfinished) ideas related to the implementation of this crate? Though, I'm not sure about no-std as it's out of scope for my requirements... But I'd make a fork or something and I'd maybe continue it with no-std. Not sure until I didn't dive into the code. Anyway, I'd started from bindings for ZenGarden, but now I can spend more time on this project and would rather continue Rust implementation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.