Git Product home page Git Product logo

Comments (5)

lathertonj avatar lathertonj commented on July 17, 2024

It's hard to know what might be going on without more information, but have you tried opening the miniAudicle preferences and verifying all the settings before turning on the virtual machine? Sometimes also the act of opening the preferences and pressing OK causes something to reset somewhere that prevents a crash from happening.

If that doesn't work, can you post the code you're running? I'm not familiar with all of the tutorials on Kadenze.

from miniaudicle.

markcerqueira avatar markcerqueira commented on July 17, 2024

Updated the title to be less loud. Thank you for reporting this issue!

from miniaudicle.

ac888 avatar ac888 commented on July 17, 2024

I've tried verifying and still no joy. This is the code I'm running:

// sound chain SndBuf mySound => dac; // create path name as string me.dir() + "/audio/snare_01.wav" => string filename; // read sound file filename => mySound.read; // no. of samples mySound.samples() => int numSamples; // infinite loop while( true ) { numSamples => mySound.pos; // playhead to end -1.0 => mySound.rate; 1::second => now; }

from miniaudicle.

ac888 avatar ac888 commented on July 17, 2024

Sorry that came out weirdly; I'll try not formatting it as code:

// sound chain
SndBuf mySound => dac;
// create path name as string
me.dir() + "/audio/snare_01.wav" => string filename;
// read sound file
filename => mySound.read;
// no. of samples
mySound.samples() => int numSamples;
// infinite loop
while( true )
{
numSamples => mySound.pos; // playhead to end
-1.0 => mySound.rate;
1::second => now;
}

from miniaudicle.

lathertonj avatar lathertonj commented on July 17, 2024

Doesn't crash miniAudicle on OS X 10.9. I can check Windows 8 after the weekend.

from miniaudicle.

Related Issues (20)

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.