Re: Random step sound player1.1 released

2017-09-20 Thread AudioGames . net ForumOff-topic room : gamefighter via Audiogames-reflector


  


Re: Random step sound player1.1 released

Hi Burak and all,This sounds very nice! I wanted to make something similar, also featuring the ability to generate test maps and ambiences, but unfordonately I failed. Anyway, sounds like a cool pice of software, hope the link will be repaired Greetings

URL: http://forum.audiogames.net/viewtopic.php?pid=330237#p330237





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

An AppleScript-Problem

2016-12-27 Thread AudioGames . net ForumOff-topic room : gamefighter via Audiogames-reflector


  


An AppleScript-Problem

Hello all,First of all I'd like to wish you some good days and a happy start into 2017!Yesterday I started coding an AppleScript which organices my exported Whatsapp-Chats into a good folder structure. It is finished basically, but it throws an error that the second list index couldn't be read, though it exists, at least a debugging dialog shown it just fine!Here is the script! Hope anyone can help me out here, I really need it! It containss some german terms, they're just folder names, some comments for myself  and a dialog text, so don't be confused for those who don't speak german global mainfolderglobal subfolder1global subfolder2global subfolder3global filelist--Hauptfunktion ausführenmain()on main()    set mainfolder to choose folder    --Unterordner anlegen    tell application "Finder"        set subfolder1 to make new folder in mainfolder with properties {name:"Sprachnachrichten"}        set subfolder2 to make new folder in mainfolder with properties {name:"Audiodateien"}        set subfolder3 to make new folder in mainfolder with properties {name:"Videodateien"}    end tell    --Liste aller Dateien im Quellordner ermitteln    tell application "System Events"        set filelist to path of files in mainfolder    end tell    copy_voice_msgs()    copy_audio_files()    copy_video_files()    set choice to button returned of (display dialog "Möchten Sie einen weiteren Whatsapp-Chat-Ordner organisieren?" buttons {"Ja", "Nein"} default button 1 cancel button 2 with title "Vorgang abgeschlossen!")    if choice is "Ja" then        main()    end ifend mainon copy_voice_msgs()    repeat with i from 1 to (count items in filelist)        --Dateinamen des aktuellen Durchlaufs ermitteln, ist für den Kopiervorgang wichtig        tell application "System Events"            set currentfile to name of file (item i in filelist)        end tell        if currentfile begins with "." then        else            if currentfile ends with "opus" then                move POSIX file item i in filelist to subfolder1            end if        end if    end repeatend copy_voice_msgson copy_audio_files()    set audiotypes to {"wav", "mp3", "m4a", "aif"}    repeat with i from 1 to (count items in filelist)        --Dateinamen des aktuellen Durchlaufs ermitteln, ist für den Kopiervorgang wichtig        tell application "System Events"            set currentfile to name of file item i in filelist        end tell        if currentfile begins with "." then        else            --Dateiendungen ermitteln und Kopiervorgang für Audiodateien            repeat with j from 1 to (count items in audiotypes)                if currentfile ends with item j of audiotypes then                    move POSIX file item i in filelist to subfolder2                end if            end repeat        end if    end repeatend copy_audio_fileson copy_video_files()    set videotypes to {"m4v", "mp4", "3gp", "avi"}    repeat with i from 1 to (count items in filelist)        --Dateinamen des aktuellen Durchlaufs ermitteln, ist für den Kopiervorgang wichtig        tell application "System Events"            set currentfile to name of file item i in filelist        end tell        if currentfile begins with "." then        else            --Dateiendungen ermitteln und Kopiervorgang für Audiodateien            repeat with j from 1 to (count items in videotypes)                if currentfile ends with item j of videotypes then                    move POSIX file item i in filelist to subfolder3                end if            end repeat        end if    end repeatend copy_video_filesThanks in atvance and have a nice day,gamefighter

URL: http://forum.audiogames.net/viewtopic.php?pid=291136#p291136





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Please, I Need Your Prayers

2016-04-29 Thread AudioGames . net ForumOff-topic room : gamefighter via Audiogames-reflector


  


Re: Please, I Need Your Prayers

Hello Guitarman,Don't know exactly how old the topic is, but I will pray for you and hope all would be good finally!gamefighter

URL: http://forum.audiogames.net/viewtopic.php?pid=258676#p258676





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: The future Mrs. Dark

2016-01-20 Thread AudioGames . net ForumOff-topic room : gamefighter via Audiogames-reflector


  


Re: The future Mrs. Dark

Hi dark,I wish you and your lady all the best! gamefighter

URL: http://forum.audiogames.net/viewtopic.php?pid=247287#p247287





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Some free sound recordings my wife made for anyone to use.

2015-10-11 Thread AudioGames . net ForumOff-topic room : gamefighter via Audiogames-reflector


  


Re: Some free sound recordings my wife made for anyone to use.

Hi Aprone,Thanks for this! Just downloaded and will take a listen on these FX son! 

URL: http://forum.audiogames.net/viewtopic.php?pid=234527#p234527





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Qws, Midiyoke and VSTHost help needed!

2014-07-09 Thread AudioGames . net ForumOff-topic room : gamefighter via Audiogames-reflector


  


Qws, Midiyoke and VSTHost help needed!

Hi,I've exactly followed the article athttp://andrelouis.com/qws/art/art007.htmbut I'm stuck on the moment where I need to select the midi devices inside the VSTHost. The article says I should select one of the midiyoke ports as input which doesn't work though because Nvda just says unknown on this list so it sems there are no selectable ports at all.I should say that I'm using Windows8 x64 and the installation process of midiyoke was difficult at first time because it constantly said it was interrupted and the installation was incomplete though I've disabled the uac and the firewall, still the same result. After running Windows-troubleshoting the installation worked, but now I'm stucking int the configuration process.I hope someone can help me out here.Thanks!

URL: http://forum.audiogames.net/viewtopic.php?pid=180153#p180153




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: My music

2014-06-01 Thread AudioGames . net ForumOff-topic room : gamefighter via Audiogames-reflector


Re: My music

Hi Ondrosik,Thanks this seems to work.URL: http://forum.audiogames.net/viewtopic.php?pid=175695#p175695

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: My music

2014-05-31 Thread AudioGames . net ForumOff-topic room : gamefighter via Audiogames-reflector


Re: My music

Hi ondrosik,It still doesn't work, the free download link doesn't apear, regardless of whether i'm visiting the website using windows or OS X.URL: http://forum.audiogames.net/viewtopic.php?pid=175648#p175648

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: My music

2014-05-31 Thread AudioGames . net ForumOff-topic room : gamefighter via Audiogames-reflector


Re: My music

Hi Ondrosik,It doesn't work for some strange reason. I open the site, choose a track, click download, but a free download-link doesn't apear on there.I'm a musitian as well and am making hiphop beats. If you want to, you can check me out on soundcloud at http://soundcloud.com/gamefighterURL: http://forum.audiogames.net/viewtopic.php?pid=175637#p175637

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector