MAGIX.info
The magix.info Community – Find help here
  • Forum
  • Tutorials
  • Media
  • Support
  • Sign in / register
  • Search ...
  • Help
All Forum 443 Tutorials User Media
Options
Any time
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • SOUND FORGE
    2 answers, most recent on 4/13/2026
    [Solved] Change Fontsize of Sound Forge Dialogue in C# script?
    The following script brings up a dialogue box. If the user enters text all regions are renamed and numbered using the name supplied. The script works but I would like to make the dialogue box bigger and use a larger font size, eg size 18. Can
  • SOUND FORGE
    15 answers, most recent on 7/27/2025
    RE: Scripting question
    @PaulieT Usually the DPF and GETARG functions in the examples are placed at the bottom of the script. These are just there so you don't need to type ForgeApp.OutputText(String.Format()) in case of DPF() or perform length checks or null checks for
  • Photostory
    20 answers, most recent on 2/28/2026
    RE: Photostory 2026, "RC String 8875 not found"
    I have just installed the latest Photostory update and would you believe it? The  "RC String 8875 not found" message has been fixed.
  • Photostory
    20 answers, most recent on 2/28/2026
    Photostory 2026, "RC String 8875 not found"
    Since upgrading from the 2025 version the message "RC String 8875 not found" appears at the top of the Explorer Column. . The program appears to be working OK but this message is still very puzzling. I have tried to get help from Tech Support but
  • Music Maker
    14 answers, most recent on 9/27/2025
    RE: What are the corresponding albums to Soundpools with no images showing
    Thank you for responding. This should be my last post for now. I am new at this and not that familiar with Loops and extensions, etc. If I understand you correctly, "TAK contains just MIDI loops? For MIDI you don't really need a separate commercial
  • SOUND FORGE
    11 answers, most recent on 5/26/2025
    RE: Volume automation - Sound Forge 18 Pro
    @Paul-Fegan This script calls a preset named Reduce Volume -8 dB in the Volume effect and applies it to a selection. If you save this in a text file with the file ending cs to your Sound Forge script folder and rescan the folder you can add a
  • Music Maker
    5 answers, most recent on 1/26/2025
    [Solved] String Ensemble, Drum Kit and Vita Sampler not loading!
    I recently did a full uninstall and reinstall of the program, using my Music Maker 2020 Plus Edition disc as the start up, and then subsequently running all updates. However, I now have found that the Drum Kit, Vita Sampler and String Ensemble are
  • SOUND FORGE
    2 answers, most recent on 2/27/2026
    RE: SF v18 Script to add more silence between every other phrase?
    I found a solution. Here's the script in case it is useful for anyone else (Minimum word distance of 600 ms seems best): /* ============================================================================ * Script Name: Create Regions From
  • SOUND FORGE
    7 answers, most recent on 10/11/2024
    RE: SF 18 build 21 scripting: determine when all files have been rendered?
    Here it is as it stands now. I'm saving the number of files to render to a text file and then using an autohotkey script to monitor the folder. It is working but very clunky. I really find c# tough going. I appreciate any pointers you can
  • SOUND FORGE
    7 answers, most recent on 10/11/2024
    RE: SF 18 build 21 scripting: determine when all files have been rendered?
    @Unsounded Hmm, besides the unusual formatting (is this a problem of the code tag in this forum?) of your code the only odd thing I currently see is the line string szName = String.Format("{0:}{2}.{3}", "", szBase, mk.Name, rend.Extension); After
  • Movie Studio
    2 answers, most recent on 2/14/2025
    [Solved] Adding a voice-over does not work
    When I press the red audio record button, the Movie Studio 2025 Platinum crashes with the error message "KERNELBASE.dll" with a string of addresses, etc. The program will input the recorded audio from the camera source but I cannot add any extra
  • SOUND FORGE
    15 answers, most recent on 7/27/2025
    [Solved] Scripting question
    Hi Everyone, I'm writing a Sound Forge script and using a sample script as a basis. I'm using Sound Forge 10 in Windows 11, but the same thing appears in Sound Forge 17. In the sample script there is a command "DPF" which obviously prints to the
  • Music Maker
    20 answers, most recent on 1/28/2026
    RE: Music Maker update 33.1.1.19
    I can see most of the ones I purchased, but I dont see the ones I'm having problems with. I dont know why. They are "Saxaphonia, World Flutes, String Ensemble, concert grand, analog synths, and Freedom Rock, VST instruments." It happened after I
  • Music Maker
    14 answers, most recent on 9/27/2025
    RE: What are the corresponding albums to Soundpools with no images showing
    Thank you for the response. I purchased the Xtreme Step Bundle (Vol 1 & 2). Berlin Bro does not show up. In Dub Step Vol 2 has then mfollowing: Pads Full Jack Keys Piano String Synth Berlin Bro Synth Scream FX Atomic FX Xreme Bundle has none of
  • Samplitude
    One answer, on 3/6/2026
    MIDI fade velocity / volume
    Hi- I've drawn a fade in the MIDI editor, but the volume (in blue) does not change in the mix..what might I be missing? It is with Vita Orchestral Strings in Magix Samplitude Music Studio build 36 / 64 bit Win10Processor    Intel(R) Core(TM)
  • Movie Studio
    17 answers, most recent on 7/28/2024
    Issues with super fast videos or delayed audios
    Using Magix Movie Studio 2024 and I am a new user of the software. I've tried twice now to create projects by stringing several made mp4's together. The first project made the first mp4 in the string run super fast, the second attempt made the audio
  • SOUND FORGE
    13 answers, most recent on 6/21/2024
    RE: Sound Forge Scripting - Efficient Cassette Tape Archiving
    @SP. What I've actually been doing manually is copying the processed "side b" audio, copying it, pasting it at the end of the quad file, and then converting the quad file to stereo. This avoids the need to make a new blank stereo file to paste
  • SOUND FORGE
    13 answers, most recent on 6/21/2024
    RE: Sound Forge Scripting - Efficient Cassette Tape Archiving
    @Dan-Hicks Yes, here: using System; using System.Windows.Forms; using SoundForge; public class EntryPoint { public void Begin(IScriptableApp app) {    ISfFileHost quadaudio = app.CurrentFile;    //set sample rate to half without
  • SOUND FORGE
    13 answers, most recent on 6/21/2024
    RE: Sound Forge Scripting - Efficient Cassette Tape Archiving
    @Dan-Hicks This script only processes the current file in Sound Forge. The changes are not automatically saved. Save this script into the Sound Forge script folder (look under Tools > Scripting): using System; using System.Windows.Forms; using
  • SOUND FORGE
    13 answers, most recent on 6/21/2024
    RE: Sound Forge Scripting - Efficient Cassette Tape Archiving
    @Dan-Hicks Yes, for example, these are the methods to do this. Open one of your quad files in Sound Forge, then simply copy and paste the code into the script editor, compile and run it. If this works as you intend it, then we can modify it to batch
  • ACID
    One answer, on 7/20/2024
    RE: [Solved] Vita Power Guitar Plugin
    @Archit-Agarwal Vita Power Guitar only has power chords, not individual notes. If you have the suite version of Acid Pro you can check out Vita Century Guitar for additional guitar samples. Also, the power chords and single guitar note samples of
  • Movie Studio
    90 answers, most recent on 1/13/2025
    RE: Slideshow-Reducing photo length merges Audio track
    @Can-Dive Another "lost in translation" caption methinks. It means any image in the "range", if one is set up, meaning the blue range at the top of the timeline window. It will apply the changed length only to the images covered by the blue range.
  • SOUND FORGE
    15 answers, most recent on 7/27/2025
    RE: Scripting question
    Thanks SP, I was literately searching for the text string "ForgeApp". I'm currently using Visual Studio Code to work on Scripts. I've never actually used Visual Studio. I did use Atmel Studio (long before Microchip bought them) and I believe Atmel
  • ACID
    9 answers, most recent on 11/25/2024
    RE: Install Error -2147163964
    @Ayo Have you reinstalled all the .NET runtimes or only the newest version? It could be that the installer needs some older versions, like version 3.5 which also includes 2 and
Previous page
1 2 3 4 … 19
of 19
Next page
Follow us on
  • Community rules
  • Imprint
  • Privacy policy
  • Terms and conditions
United States
  • Additional offers
  • VEGAS Forum
  • MAGIX Magazine
(C) 2007 - 2026 MAGIX Software GmbH