User talk:Gloumouth1

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Question about your Shepard tone demonstration[edit]

I'm quite taken with your Sheperd tone demo ("DescenteInfinie.ogg"). It says on the file description page that you programmed this; is that correct?

I'm looking for some way to generate this sound continuously. Is that something you could do? (An alternative would be to have a much longer sound file, but it would be better to be able to do this programmatically.) I'd like to use it as an atmospheric effect (just for myself, no commercial usage).

It just occurred to me that another alternative would be a sound file which could be seamlessly looped from the end back to the start again, and played in a player in loop mode.

If you have any interest in this, please respond to me on my Wikipedia discussion page. ==ILike2BeAnonymous 08:15, 30 May 2006 (UTC)[reply]

Commons Picture of the Year 2006 Competition[edit]

Interested in honouring the best of the best? Vote now in the
Commons Picture of the Year competition 2006
Voting to select the finalists is open until 14th February.

Deutsch | English | español | français | italiano | 日本語 | Nederlands | português | svenska | 中文(简体) | 中文(繁體) | +/−

The arrangements for the Commons Picture of the Year 2006 competition are now complete, and voting will start tomorrow, Feb 1st. All Featured Pictures promoted last year are automatically nominated. As a past contributor to Featured Pictures, we invite you to participate in the competition (but please wait until tomorrow to vote).--MichaelMaggs 21:45, 31 January 2007 (UTC)[reply]

Raphaël[edit]

Bonjour ! J'ai tout simplement repris cette image de la Wikipedia anglophone et l'ai chargée en l'état sur Commons. Apparemment, depuis, l'original de en:WP a été supprimé et l'image de Commons le supplante. J'ai simplement copié la légende aussi, donnant l'origine comme étant le galerie romaine Doria Pamphilj. Il est vrai que, si l'on cherche un peu, il n'y aurait, dans cette galerie, que le Doppio ritratto de Raphaël Senzio. Quant à "ta" Jeanne d'Aragon, j'hésite entre :

  • Jeanne (1454-1517), fille de fr:Jean II d'Aragon, roi d'Aragon, de Sicile insulaire et de Navarre et qui épousa fr:Ferdinand Ier de Naples, roi de Naples (Sicile péninsulaire)
  • et Jeanne d'Aragon (1455-1501), belle-soeur de fr:Jules II mais sa date de décès ne cadre pas avec la venue à Rome de Raphaël (1508).

Tu peux trouver qq Jeanne(s) ici : fr:Ferdinand Ier de Naples#Mariage et descendance, sachant que "mon" Isabelle d'Aragon que j'appelle fr:Isabelle de Naples (1470-1524) est la fille du 1er fils de Ferdinand, fr:Alphonse II de Naples. As-tu la date de l'oeuvre ? A bientôt, ℍenry (Babel talk !) (Francophone ?) 10:20, 19 August 2007 (UTC)[reply]
Correction, j'ai téléchargé l'écran de veille du site de la galerie Doria-Pamphilj et le portrait d'Isabelle d'Aragon s'y trouve... Je vais essayer de le récupérer, il a l'air d'être mieux que celui de Commons.

Question about luminance field equalisation[edit]

The method from here is applicable for a few images with no extremely darkened parts (e.a. some weak underexposure or bright colorized background removal). I recommend you to equalise luminance field not strongly, using the "Curves" or "Highlights/Shadows" Photoshop instruments. You also can open this image using Camera RAW (in Photoshop CS3 this plugin works with JPEG) and try to improve quality of the image with "Clarity", "Recovery"? "Blacks" and "Fill Light" trackbars. The instruments of Camera RAW have intuitive interface. Try to increase "Recovery" parameter in Camera RAW to reduce contrast of overdarkened parts. Then try the "Fill Light" and "Clarity" trackbars to increase the midtones contrast, these parameters also may improve visual effects of sharpening.

Thanks for the glissando[edit]

It's a lovely and effective demonstration. Thanks for making it, and making it available. 75.214.74.91 (really, w:User:JesseW/not logged in) 07:29, 14 November 2008 (UTC)[reply]

you're welcome. --Gloumouth1 23:45, 14 November 2008 (UTC)[reply]


Double votes for POTY 2010[edit]

Just to let you know, you can vote only for one image in the final round of POTY2010. I saw you voted for more ... please remove all your votes and leave just one, otherwise none of your votes will count. Have a nice day, --Alchemist-hp (talk) 05:25, 1 June 2011 (UTC)[reply]

File:Siège_d'Interpol.jpg has been listed at Commons:Deletion requests so that the community can discuss whether it should be kept or not. We would appreciate it if you could go to voice your opinion about this at its entry.

If you created this file, please note that the fact that it has been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with it, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and – if appropriate – contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Lophotrochozoa (talk) 14:20, 26 January 2012 (UTC)[reply]



беларуская  беларуская (тарашкевіца)  català  čeština  dansk  Deutsch  Deutsch (Sie-Form)  English  Esperanto  español  eesti  français  italiano  മലയാളം  Nederlands  русский  slovenčina  српски (ћирилица)  srpski (latinica)  svenska  Tagalog  українська  +/−

Thank you for participating in Wiki Loves Monuments 2012!

Dear Gloumouth1,
Thank you for contributing to Wiki Loves Monuments 2012, and for sharing your pictures with the whole world!

Thanks to the participation of people like you, the contest gathered more than 350,000 pictures of cultural heritage objects from 36 countries around the world, becoming the largest photography competition to have ever taken place.

You can find all your pictures in your upload log, and are of course very welcome to keep uploading images and help develop Wikimedia Commons, even though you will not be able to win more prizes (just yet).

If you'd like to start editing relevant Wikipedia articles and share your knowledge with other people, please go to the Wikipedia Welcome page for more information, guidance, and help.

To make future contests even more successful than this year, we would like to invite you to share your experiences with us in a short survey. Please fill in this short survey in your own language, and help us learn what you liked and didn't like about Wiki Loves Monuments 2012.

Kind regards,

the Wiki Loves Monuments team
Wiki Loves Monuments logo
Message delivered by the Wiki Loves Monuments 2012 notification system on 06:26, 27 October 2012 (UTC)

Shepard Tone Function[edit]

Hi there!

I wrote a Java program to generate audio specified by your equation on File:DescenteInfinie.ogg, though it doesn't sound quite like I would expect. I haven't added in the minor thirds yet, because I don't have access to an audio editor at the moment, but could you let me know if this sounds a bit off?

Here's the code:

import javax.sound.sampled.*;

public class GenAudio {
	
	public static final double A0 = 0.7;
	public static final double T = 20;
	
	public static final double SAMPLE_RATE = 44100;
	
	private static double a (double t) {
		return A0 * .25 * (1 + Math.cos(Math.PI*(t/T)));
	}
	
	private static double s (double t, double f0) {
		double tOverT = t/T;
    	double wt = 2*Math.PI*f0*(1d/Math.pow(2d, tOverT));
    	
        double st = a(t)*Math.sin(wt*t) + a(t+T)*Math.sin(2*wt*t);
		return st;
	}
	
	public static void main(String[] args) {
	    byte[] buf = new byte[ 1 ];;
	    AudioFormat af = new AudioFormat( (float )SAMPLE_RATE, 8, 1, true, false );
	    try {
		    SourceDataLine sdl = AudioSystem.getSourceDataLine( af );
		    sdl = AudioSystem.getSourceDataLine( af );
		    sdl.open( af );
		    sdl.start();
		    
		    
		    
		    for( int i = (int) (18 * SAMPLE_RATE) ; i < 38 * SAMPLE_RATE; i++ ) {
		    	
		    	double t = i/(SAMPLE_RATE);
		        buf[ 0 ] = (byte )( (
		        		s(t, 220)
		        		
		        ) * 100 );
		        sdl.write( buf, 0, 1 );
		    }
		    
		    sdl.drain();
		    sdl.stop();
		    sdl.close();
	    }
	    catch (LineUnavailableException e) {
	    	System.err.println("Line unavailable.");
	    }
	}
}

Thanks! Ironmagma (talk) 15:01, 9 December 2012 (UTC)[reply]

I think it would be better in your for loop to set i to 0 at first, and not to "18 * SAMPLE_RATE". But, maybe there are other mistakes...
--Gloumouth1 20:27, 16 December 2012 (UTC)[reply]

Picture of the Year voting round 1 open[edit]

Dear Wikimedians,

Wikimedia Commons is happy to announce that the 2012 Picture of the Year competition is now open. We're interested in your opinion as to which images qualify to be the Picture of the Year for 2012. Voting is open to established Wikimedia users who meet the following criteria:

  1. Users must have an account, at any Wikimedia project, which was registered before Tue, 01 Jan 2013 00:00:00 +0000 [UTC].
  2. This user account must have more than 75 edits on any single Wikimedia project before Tue, 01 Jan 2013 00:00:00 +0000 [UTC]. Please check your account eligibility at the POTY 2012 Contest Eligibility tool.
  3. Users must vote with an account meeting the above requirements either on Commons or another SUL-related Wikimedia project (for other Wikimedia projects, the account must be attached to the user's Commons account through SUL).

Hundreds of images that have been rated Featured Pictures by the international Wikimedia Commons community in the past year are all entered in this competition. From professional animal and plant shots to breathtaking panoramas and skylines, restorations of historically relevant images, images portraying the world's best architecture, maps, emblems, diagrams created with the most modern technology, and impressive human portraits, Commons features pictures of all flavors.

For your convenience, we have sorted the images into topic categories. Two rounds of voting will be held: In the first round, you can vote for as many images as you like. The first round category winners and the top ten overall will then make it to the final. In the final round, when a limited number of images are left, you must decide on the one image that you want to become the Picture of the Year.

To see the candidate images just go to the POTY 2012 page on Wikimedia Commons

Wikimedia Commons celebrates our featured images of 2012 with this contest. Your votes decide the Picture of the Year, so remember to vote in the first round by January 30, 2013.

Thanks,
the Wikimedia Commons Picture of the Year committee


Delivered by Orbot1 (talk) at 10:56, 19 January 2013 (UTC) - you are receiving this message because you voted last year[reply]

Picture of the Year 2013 R1 Announcement[edit]

Notification about possible deletion[edit]

Some contents have been listed at Commons:Deletion requests so that the community can discuss whether they should be kept or not. We would appreciate it if you could go to voice your opinion about this at their entry.

If you created these pages, please note that the fact that they have been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with them, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and – if appropriate – contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Affected:


Yours sincerely, BrightRaven (talk) 16:35, 27 January 2014 (UTC)[reply]

Quality Image Promotion[edit]

Your image has been reviewed and promoted

Congratulations! Le Louvre - Aile Richelieu.jpg, which was produced by you, was reviewed and has now been promoted to Quality Image status.

If you would like to nominate another image, please do so at Quality images candidates.

We also invite you to take part in the categorization of recently promoted quality images.
Comments Good quality. --Poco a poco 19:40, 12 March 2015 (UTC)[reply]

Notification about possible deletion[edit]

Some contents have been listed at Commons:Deletion requests so that the community can discuss whether they should be kept or not. We would appreciate it if you could go to voice your opinion about this at their entry.

If you created these pages, please note that the fact that they have been proposed for deletion does not necessarily mean that we do not value your kind contribution. It simply means that one person believes that there is some specific problem with them, such as a copyright issue. Please see Commons:But it's my own work! for a guide on how to address these issues.

Please remember to respond to and – if appropriate – contradict the arguments supporting deletion. Arguments which focus on the nominator will not affect the result of the nomination. Thank you!

Affected:


Yours sincerely, JeanBono (talk) 07:28, 25 June 2015 (UTC)[reply]

Wiki Loves Monuments France 2019[edit]

Bonjour,

Le concours Wiki Loves Monuments France est de retour et ouvert jusqu'à 31 septembre ! Déjà 8309 photos ont été importés cette année, vous aussi rejoignez le concours !

Le concours concerne tous les monuments présents dans la base Mérimée (qu'ils soient classés, inscrits ou simplement classés). De l'imposant château aux ruines industrielles, de la chapelle au coin de la rue aux mégalithes en forêt, c'est un impressionnant patrimoine qui attend d'être photographié et documenté. Où que vous soyez il y a des monuments autour de chez vous. Enfin, vous pouvez mettre en ligne autant de photos que vous le souhaitez de ces monuments. Pour information, le règlement est disponible sur le site du concours. Nous attendons vos photos avec impatience !

Les plus belles photos seront sélectionnées par un jury national composé d'amateurs et de professionnels, de contributeurs à Wikimedia Commons et d'acteurs du patrimoine. Un jury international sélectionnera ensuite des meilleures photographies mondiales.

Si vous avez des questions, l'équipe organisatrice se fera un plaisir d'y répondre.

P.S. : vous recevez ce message parce que vous avez participé au concours Wiki Loves Monuments en France les années précédentes. Si vous avez déjà ou si ne pouvez pas participer au concours cette année, faites passer le message autour de vous pour que de nouveaux et nouvelles photographes rejoignent l'aventure !

Bonne journée,

Sarah Krichen WMFr et Nicolas Vigneron, pour l'équipe de Wiki Loves Monuments France, 14:51, 12 September 2019 (UTC)[reply]

Ken Shimura Image[edit]

The image of "Shimura Ken" (File:Ken Shimura 2010.jpg) that you posted is probably not him.

According to the original clipped image, this is an image of a taxi driver in Ho Chi Minh City doing his signature pose of "アイーン".

I don't think there is any offense, but I would like to inform you. Osumi Akari (talk) 02:15, 31 March 2020 (UTC)[reply]

Then why the original image was categorized with Category:Ken_Shimura? Gloumouth1 (d) 06:06, 31 March 2020 (UTC)[reply]
I don't know...
But the pose in the original image is the one for which Ken Shimura is known. I think it was used as a substitute because the image of the person himself was not available. And it is difficult to create a category for "アイーン" by itself, so it was put in Category:Ken_Shimura. Osumi Akari (talk) 06:40, 31 March 2020 (UTC)[reply]

alain lescouet[edit]

Bonjour Gloumouth1, je m'apperçoit que vous avez fait une erreure en retaillant l'image où apparait le maire de St-Brice-COurcelles, vous pouvez vérifier sur les notes de la photographie mais aussi sur le site des biographies. J'ai corrigé en retaillant la bonne personne de l'image source. Merci de votre attention Gérald Garitan (talk) 14:52, 30 June 2020 (UTC)[reply]

Entendu, merci pour votre correction. Gloumouth1 (d) 10:59, 1 July 2020 (UTC)[reply]

Plus que quelques jours pour participer à Wiki Loves Monuments France ![edit]

Bonjour,

Le concours Wiki Loves Monuments France est ouvert pour une semaine encore, jusqu'au 30 septembre. Déjà plus de 6 000 photos ont été importées cette année alors vous aussi rejoignez le concours ! Cette campagne de contribution concerne tous les monuments et objets mobiliers présents dans la base Mérimée et dans la base Palissy. De l'imposant château aux ruines industrielles, de la verrière décorative au reliquaire, c'est un impressionnant patrimoine qui attend d'être photographié et documenté. Vous pouvez dès à présent mettre en ligne autant de photos que vous le souhaitez de ces monuments et objets du patrimoine français. Nous attendons vos photos avec impatience !

Les plus belles photos seront sélectionnées par un jury national composé d'amateurs et de professionnels, de contributeurs à Wikimedia Commons et d'acteurs du patrimoine. Un jury international constituera ensuite une sélection des meilleures photographies mondiales.

Si vous avez des questions, l'équipe organisatrice se fera un plaisir d'y répondre.

P.S. : vous recevez ce message parce que vous avez participé au concours Wiki Loves Monuments en France

MediaWiki message delivery (talk) 12:25, 26 September 2021 (UTC)[reply]