Re: Our New Pull-Request and Issue Manager

2022-02-24 Thread Dennis via Digitalmars-d-announce

On Thursday, 24 February 2022 at 20:32:25 UTC, Arjan wrote:

Goed bezig! Veel plezier en succes Dennis.


Dank jullie wel!

Thank you all!


Re: Our New Pull-Request and Issue Manager

2022-02-24 Thread Arjan via Digitalmars-d-announce

On Thursday, 24 February 2022 at 13:05:33 UTC, Mike Parker wrote:


Everyone, please congratulate Dennis Korpel on his new job!


Goed bezig! Veel plezier en succes Dennis.



Re: Our New Pull-Request and Issue Manager

2022-02-24 Thread Paul Backus via Digitalmars-d-announce

On Thursday, 24 February 2022 at 13:05:33 UTC, Mike Parker wrote:
In January, I announced that we were looking to fill the vacant 
Pull-Request and Issue Manager position sponsored by Symmetry 
Investments. We received some applications, Symmetry evaluated 
them, and we agreed on a candidate we believe is perfect for 
the job. He is a frequent contributor and for the past several 
months has been working on one of the volunteer strike teams 
organized by Razvan Nitu, our other PR & Issue Manager.


Everyone, please congratulate Dennis Korpel on his new job!


Congratulations, Dennis!


Re: PixelPerfectEngine v0.10.0-beta.5 : Now with a synth

2022-02-24 Thread Salih Dincer via Digitalmars-d-announce

On Thursday, 24 February 2022 at 13:15:50 UTC, Salih Dincer wrote:

Is there anything I can do for this problem?



I solved it using the following commands having two parts:

* sudo apt-get -y install libasound2-dev
* dub build :windowmakerforconcrete --compiler=ldc2 --force




Re: Our New Pull-Request and Issue Manager

2022-02-24 Thread M.M. via Digitalmars-d-announce

On Thursday, 24 February 2022 at 13:05:33 UTC, Mike Parker wrote:
In January, I announced that we were looking to fill the vacant 
Pull-Request and Issue Manager position sponsored by Symmetry 
Investments. We received some applications, Symmetry evaluated 
them, and we agreed on a candidate we believe is perfect for 
the job. He is a frequent contributor and for the past several 
months has been working on one of the volunteer strike teams 
organized by Razvan Nitu, our other PR & Issue Manager.


[...]


Congratulations and thank you, Dennis. Well done, dlang 
community. Thank you, Symmetry Investments, for sponsoring this 
position.


Re: Beerconf February 2022

2022-02-24 Thread Steven Schveighoffer via Digitalmars-d-announce
On Saturday, 12 February 2022 at 22:20:09 UTC, Steven 
Schveighoffer wrote:

# BEERCONF

While last month's beerconf seemed like a long time coming, 
this month is short. So we get to do it again sooner!


This month, beerconf is on February 26-27, 2 weeks from now. 
Bring some good D topics and some good drinks, and we'll see 
you there!


A reminder this is happening in 2 days! It's possible I won't be 
on to start, but someone will get it running.


-Steve




Re: Our New Pull-Request and Issue Manager

2022-02-24 Thread Mike Parker via Digitalmars-d-announce

On Thursday, 24 February 2022 at 13:16:09 UTC, Tejas wrote:



Is this a full-time position or part-time? I remember Razvan's 
was part-time when he started, don't know whether that got 
elevated to full-time either


Part-time.


Re: Our New Pull-Request and Issue Manager

2022-02-24 Thread Tejas via Digitalmars-d-announce

On Thursday, 24 February 2022 at 13:05:33 UTC, Mike Parker wrote:
In January, I announced that we were looking to fill the vacant 
Pull-Request and Issue Manager position sponsored by Symmetry 
Investments. We received some applications, Symmetry evaluated 
them, and we agreed on a candidate we believe is perfect for 
the job. He is a frequent contributor and for the past several 
months has been working on one of the volunteer strike teams 
organized by Razvan Nitu, our other PR & Issue Manager.


Everyone, please congratulate Dennis Korpel on his new job!

Dennis will get started on March 1. After some time for him to 
settle in, I'm sure he and Razvan will have sorted out who is 
responsible for what. Then you'll know which of them to go to 
for help with any issues that have you stumped or pull requests 
that need some attention.


Thanks again to Symmetry for sponsoring this position and 
helping us to fill it.


Congratulations, Dennis 

Is this a full-time position or part-time? I remember Razvan's 
was part-time when he started, don't know whether that got 
elevated to full-time either


Re: PixelPerfectEngine v0.10.0-beta.5 : Now with a synth

2022-02-24 Thread Salih Dincer via Digitalmars-d-announce

On Wednesday, 23 February 2022 at 21:20:53 UTC, WebFreak001 wrote:
On Wednesday, 23 February 2022 at 21:07:25 UTC, solidstate1991 
wrote:

https://github.com/ZILtoid1991/pixelperfectengine/releases/tag/v0.10.0-beta.5

After I created my own IO library that has audio features that 
are easier to interoperate with D code (iota), I decided to 
finish up my phase modulation (often sold as either frequency 
modulation or phase distortion too by some brands, with minor 
tweaks to the underlying math to avoid patent infringement) 
synthesizer for my game engine. This one uses a simplified 
math with fixed-length wavetables (can be user supplied too), 
highly configurable envelops, and has up to 16 voice polyphony 
if 2 operator mode is used for all channels (8 if channels are 
combined). It can even do resonant waveforms with some tricks 
(modulating a sine wave with a triangle wave).


[...]


nice! Any example to play around with?


There are some errors during linking (I think sound related):

My computer configurations:
* Debian GNU 11
* Linux Kernel 5.10.0-11-amd64
* dub-1.22.0
* LLVM D compiler (1.24.0) based on DMD v2.094.1
* gcc (Debian 10.2.1-6) 10.2.1 20210110

pixelperfectengine:windowmakerforconcrete ~master: building 
configuration "application"...

Linking...
/usr/bin/ld.gold: error: cannot find -lasound
device.d:97: error: undefined reference to 'snd_card_next'
[...]
alsa.d:220: error: undefined reference to 'snd_pcm_drain'
linux.d:227: error: undefined reference to 
'snd_lib_error_set_handler'

collect2: error: ld returned 1 exit status
Error: /usr/bin/cc failed with status: 1
ldc2 failed with exit code 1.


Is there anything I can do for this problem?

SDB@79


Our New Pull-Request and Issue Manager

2022-02-24 Thread Mike Parker via Digitalmars-d-announce
In January, I announced that we were looking to fill the vacant 
Pull-Request and Issue Manager position sponsored by Symmetry 
Investments. We received some applications, Symmetry evaluated 
them, and we agreed on a candidate we believe is perfect for the 
job. He is a frequent contributor and for the past several months 
has been working on one of the volunteer strike teams organized 
by Razvan Nitu, our other PR & Issue Manager.


Everyone, please congratulate Dennis Korpel on his new job!

Dennis will get started on March 1. After some time for him to 
settle in, I'm sure he and Razvan will have sorted out who is 
responsible for what. Then you'll know which of them to go to for 
help with any issues that have you stumped or pull requests that 
need some attention.


Thanks again to Symmetry for sponsoring this position and helping 
us to fill it.