Skip to content
#

gplv2

GNU General Public License is a free software license published by the Free Software Foundation whose main terms guarantee users the freedom to share and change the software.

Here are 89 public repositories matching this topic...

petersampsonaudacity
petersampsonaudacity commented Aug 19, 2021

Describe the bug
The Compressor effect works incorrectly when selected audio is partly in negative time.

When the compressor is used on an audio selection that is partially in negative time erroneous effects occur

  1. Audio from negative time is added from =0 for the duration of the selection that is in negative time
  2. The waveform that was in positive time is trimmed from the right by t
zx64
zx64 commented Dec 1, 2018

From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with it

When building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in m_config.c that does free(prefdir) as changing these to SDL_free(prefdir) resolved the issue.

I'm not sure what to do about `GetDefaultConfi

DwarsYT
DwarsYT commented Jan 28, 2021

A few projects have been done or are in the works to replace the soundtracks for NRFTL and the Master Levels. The idea would be to have these levels have their own dedicated tracks that either default to regular tracks or can be written over with a WAD. This would be similar to how Episode 4 works in The Ultimate Doom, or how the repeat MIDIs work in Heretic.

This way, it would be possible to

flegastelois
flegastelois commented Aug 26, 2015

Hello,

Il faudrait pouvoir configurer dans les profils plusieurs droits :

  • droit de créer des formulaires
  • droit de supprimer des formulaires
  • droit de lire les config des formulaires
    etc...

Actuellement les droits d'accès à la gestion des formulaires sont positionnés sur le droit "UPDATE" d'une "entity" : ce n'est pas du tout logique.

++

Wikipedia
Wikipedia