Giter Site home page Giter Site logo

layetri / donut Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 4.02 MB

What features does your synth have? Yes.

Home Page: https://layetri.net/donut

C++ 91.21% C 7.90% Makefile 0.03% Shell 0.01% Python 0.06% CMake 0.08% Objective-C 0.07% Objective-C++ 0.64%
cross-platform dsp midi music synthesizer

donut's Introduction

Hi there, I'm layetri πŸ‘‹

  • πŸŽ“ Audio Design student at HKU University of the Arts, Utrecht
  • 🎀 Vocaloid producer and lead of teamLayetri
  • πŸ’» Founder & Lead Developer at ExpressiveLabs
  • πŸ‘©β€πŸŽ€ Project Lead and Developer of Mikoto, a next-gen singing synthesizer
  • 🍩 Creator of Donut

Connect with me:

layetri.net layetri | YouTube layetri_p | Twitter DaniΓ«l Kamp | LinkedIn layetri | SoundCloud


Languages:

My Skills

Tools:

My Tools



donut's People

Contributors

layetri avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

donut's Issues

Dumps core on attempt to use

Was eager to try out donut!

Sadly, after connecting my MIDI keyboard from the menu and hitting a key, donut dumps core. Here's a stack backtrace:

#0  0x000055b0f1c574a3 in Buffer::operator[] (index=<optimized out>, 
    this=<optimized out>)
    at /storage/main/work/local-src/donut/Include/DSP/Buffer.h:46
#1  Buffer::getSample (this=0x55b0f3a1be80, sample_position=3000)
    at /storage/main/work/local-src/donut/src/Buffer.cpp:43
#2  0x000055b0f1c88f27 in Particle::getSample (this=0x55b0f3a1f1b0)
    at /storage/main/work/local-src/donut/Include/Source/Particles.h:96
#3  ParticleVoice::process (this=0x55b0f31539a0)
    at /storage/main/work/local-src/donut/src/Particles.cpp:154
#4  0x000055b0f1c9a9aa in Voice::process (this=0x55b0f3a1c9b0)
    at /storage/main/work/local-src/donut/src/Voice.cpp:102
#5  0x000055b0f1c56455 in AutoMaster::process (
    this=this@entry=0x7ffce1271550)
    at /usr/include/c++/11/bits/unique_ptr.h:173
#6  0x000055b0f1c9ccc7 in operator() (buffer=..., 
    __closure=<synthetic pointer>)
    at /storage/main/work/local-src/donut/src/main_darwin.cpp:250
#7  processing_thread (sensei=..., mm=..., devUtils=..., buffer_0=..., 
    buffer_1=..., running=@0x7ffce1271127: true)
    at /storage/main/work/local-src/donut/src/main_darwin.cpp:269
#8  0x00007fed269259d3 in ?? ()
   from /lib/x86_64-linux-gnu/libstdc++.so.6
#9  0x00007fed266d1d80 in start_thread (arg=0x7fed215a7640)
    at pthread_create.c:481
#10 0x00007fed265eb76f in clone ()
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

The specific problem seems to be this:

#1  Buffer::getSample (this=0x55b0f3a1be80, sample_position=3000)
    at /storage/main/work/local-src/donut/src/Buffer.cpp:43
43	    return this->operator[](sample_position % size);
(gdb) print sample_position
$2 = 3000
(gdb) print size
$3 = 0

I'm running on Debian Linux current under Pipewire-jack, which may be relevant.

Let me know if I can give more helpful info.

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.