Code Monkey home page Code Monkey logo

cookiejuce's Introduction

I'm Mads and I am an electronic music composer and software developer. I enjoy working with audio software and hardware. I live in Copenhagen, Denmark and produce electronic music, read books and drink tea. ๐ŸŒฑ

Most of my projects on here are related to digital sound, interactive art and the tools to create both of those.

cookiejuce's People

Contributors

madskjeldgaard 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cookiejuce's Issues

Building seems to fail when project name features a hyphen

Steps to reproduce:

  1. Run cookiecutter https://github.com/madskjeldgaard/Cookiejuce. When prompted for project name, input a string that features a hyphen, such as my-project.
  2. cd my-project, mkdir build, cd build
  3. Run cmake .., then make.

Build fails with:

error: unexpected token
 --> src/lib.rs:6:27
  |
6 | #[cxx::bridge(namespace = "my-projectrustlib")]
  |                           ^^^^^^^^^^^^^^^^^^^

I cannot 100% guarantee that the error is related to the hyphen, but among the couple projects I have tried so far, the only ones that fail are the hyphenated ones.

Maybe users are just not supposed to hyphen project names? If so, it would be helpful if project setup failed immediately with a helpful error message.

Add option: choice to use generic gui

Add a choice to use the generic gui editor like this:

juce::AudioProcessorEditor* PluginProcessor::createEditor()
{
// return new PluginEditor (*this);

return new juce::GenericAudioProcessorEditor (*this);

}

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.