Search results

  1. D

    GP32 More Than 8+3 On Smc

    Look for the Frodo source. The tarball I've got has the filename Frodo-4.1b-gp32-src.tar.gz. In the Frodo-4.1b.gp32/Src/gp32/libpogo/smfs directory there's the source to (what seems to be) the Samsung SMC lib. It's a modified version that has LFN support. Just get it to compile, then recompile...
  2. D

    GP32 Softstudio For Gp32

    I've written enough of an audio engine now that it would be silly to just throw that away. Besides, half the reason for doing this is the fun and satisfaction of implementing the sequencing engine, sampler, soft synth and effects. The only bit that isn't so fun is the GUI... but thats just cos I...
  3. D

    GP32 Sound Plays @ Slightly Lower Pitch Than It Should

    Hmm.. so no exact 'standard' samplerates... Oh well.. I can see how things like that can happen with hardware like the GP32. Now I've gotta fix my sample playing/mixing routine cos it doesn't seem to like playing samples when the playing samplerate and .wav samplerate aren't multiples of each...
  4. D

    GP32 Sound Plays @ Slightly Lower Pitch Than It Should

    I've just compared the results from mr spiv's srate tool to the values that the code on the GP32 is calculating (InitIIS(), calcRate() using gp_getPCLK()) and they do match. However, srate says that the sound rate will be 21484Hz when I enter 22050Hz... does this mean that I'm not going to get...
  5. D

    GP32 Sound Plays @ Slightly Lower Pitch Than It Should

    Hi all! I noticed today that my SoftStudio sound engine seems to be playing sound a semitone or so down from what it should be. Most of the engine is cross-platform... atm only the audio 'driver' is either win32 or gp32. This allows me to test first on windows before sending it to my gp32. Most...
  6. D

    GP32 Softstudio For Gp32

    Right.. Didn't want to announce this yet (surefire way to doom a project), but I really need some input... I've started working on a SoftStudio for the GP32. So far I've got a simple demo that plays out an 8 bar 'song' using a sampler generator and 2 filters with automation on the filters. Just...
Back
Top