Re: Framework, my new set of tools for audiogame creation in python3

2021-03-13 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @masonasonsSince I'm not vary good at sound positioning methods, Could you please add a way/tell me a way to let a sound_manager item have ranged x y z? For example like an object that starts from 3 x and ends at 6 x, And

Re: Framework, my new set of tools for audiogame creation in python3

2021-02-15 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Also, while I'm thinking about it as an addendum to 108, do you think I should remove the data functions? Because yes, they do teach you to practice rather insecure methods. URL:

Re: Framework, my new set of tools for audiogame creation in python3

2021-02-15 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @108, the feedback is definitely not being ignored. However, at this current moment, I am not focusing on the menu or encryption code. I am focusing on getting a decent fish sound pool/manager working with Synthizer. You

Re: Framework, my new set of tools for audiogame creation in python3

2021-02-11 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @110by default listener place is 0, 0, 0. OK? that's the default listener position. you can change it when ever you wan't. but if  you don't set it it iwll bee 0,0,0. hope your confusion is cleared URL:

Re: Framework, my new set of tools for audiogame creation in python3

2021-02-11 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 ok, It works but something i noticed, This thing doesn't have a first listener for the pool, For example it just plays the sound where you ask it to play it at, But there's no listener place so um, Idk but i am really

Re: Framework, my new set of tools for audiogame creation in python3

2021-02-11 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 no, That doesn't work either. URL: https://forum.audiogames.net/post/614623/#p614623 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2021-02-10 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @107, i figured it out yesterday.You should say for example, player.pool.x=me.xplayer.pool.y=me.yplayer.pool.z=me.zThen just play the sounds normaly... URL: https://forum.audiogames.net/post/614529/#p614529 --

Re: Framework, my new set of tools for audiogame creation in python3

2021-02-10 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 It's not just audio, see posts 96, 100, and 105. I love how the feedback, regardless of its delivery, is being ignored. URL: https://forum.audiogames.net/post/614323/#p614323 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2021-02-10 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 ok, This is really, Really, Really broken, Just try doing it in a 3D game with proper turning and good luck getting audio properly updating/working, Mainly for x y z listener position.set_x, y, z doesn't scene to do

Re: Framework, my new set of tools for audiogame creation in python3

2021-02-10 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Hi there every one.I am trying to work on a cammera for the game i am working on.This is the only thing, i have thus far to test with the positional audio so far...Can any one please tell me why the sound only plays in

Re: Framework, my new set of tools for audiogame creation in python3

2021-02-04 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Hi all,I've just pushed some major, compatibility breaking sound3d changes. The main things are that play_1d, play_2d, play_3d and play_stationary now return sound_manager_item objects rather than a bogus ID that only

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-26 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 amerikranian is right; you should never reuse an IV/Nonce. There's a particular cryptographic algorithm that builds on top of AES called AES-SIV (and there's a GCM mode based on it called AES-GCM-SIV) that offers some

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-26 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 amerikranian is right; you should never reuse an IV/Nonce. There's a particular cryptographic algorithm that builds on top of AES called AES-SIV (and there's a GCM mode based on it called AES-GCM-SIV) that offers some

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-26 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 I still don't get it...Should i say pool.play_3d(filename, pool.set_x,pool.set_y,pool.set_z) or is there another way?It just doesn't work for me... URL: https://forum.audiogames.net/post/610002/#p610002 --

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-26 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 sound_managername.set_x(x)sound_managername.set_y(y)sound_managername.set_z(z) URL: https://forum.audiogames.net/post/609963/#p609963 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-26 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Am i being stupid or what?Can any one please tell me how to update a listener's position with the sound_manager? URL: https://forum.audiogames.net/post/609950/#p609950 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-09 Thread AudioGames . net Forum — Developers room : Dragonlee via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @100 oh okay. sorry, I thought you were one of the authors of lucia.I just felt yor original post seemed like it might have been written in bad faith and was more inflammatory than constructive. maybe I read too much into

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-09 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @99, I think you have me confused with someone else. I am in no major form or fashion a developer of Lucia, I've contributed to it, but that's as far as I've gone. I encouraged contributions to Lucia because, as my post

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-09 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @99, I think you have me confused with someone else. I am in no major form or fashion a developer of Lucia, I've contributed to it, but that's as far as I've gone. I encouraged contributions to Lucia because, as my post

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-09 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @99, I think you have me confused with someone else. I am in no major form or fashion a developer of Lucia, I've contributed to it, but that's as far as I've gone. I encouraged contributions to Lucia because, as my post

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-09 Thread AudioGames . net Forum — Developers room : Dragonlee via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @96 I agree with some of your points, but statements like "Please, do us all a favor, clean and merge your actual creations (excluding data.py for the reasons mentioned above) to the Lucia repository." are completely

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-09 Thread AudioGames . net Forum — Developers room : Dragonlee via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @95 sorry but your code is a bit hard to read because there seems to be a problem with indentation. for example, every line beginning withs=player.pool.play_3d...has no indentation so it isn't clear if that is intentional

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-08 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 agreed with @96i really wan;t to help lucia 2.0. but i cannot unless some part of the repo is completed because if some parts are completed like output etc, then i know in what patern lucia codes stuf. i am really happy

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-08 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 I am going to be very, very diplomatic, or try to. This engine is bad. Like, really bad. The only thing this offers is the synthizer sound pool, and even then this could be done more cleanly.I'll go down the list:#data.py

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-08 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 I am going to be very, very diplomatic, or try to. This engine is bad. Like, really bad. The only thing this offers is the synthizer sound pool, and even then this could be done more cleanly.I'll go down the list:#data.py

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-08 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Hi all, so sorry once again, this time i think i have a lot of code but i am facing an issue, which i can't fix, even after trying multiple times.The issue is that I am trying to make a camera for the game i am working

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-08 Thread AudioGames . net Forum — Developers room : Dragonlee via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 fully agree with @92. type hints really help disambiguate what data type is expected for an argument. taking a quick look at the API of framework, I am afraid that much of it would be impossible to type hint anyway

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-07 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @92, I'm a Swifter myself, but hardly see how it helps in the case of Python. Can you explain what you mean? URL: https://forum.audiogames.net/post/605178/#p605178 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-07 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 I feel the need to point out that you'd all have way less problem with this stuff if you'd just include type hints.I know they're a drag if you're not used to them, but honestly my Python game has gone way up since I

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-07 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @90, thanx. it makes a little more sence now. URL: https://forum.audiogames.net/post/605106/#p605106 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-07 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @89If this is anything like BGT sound pool, then post 88 should be correct. Consider this:def do_something(n=None): if n is not None: return n * 2 return 1If you call do_something without an integer, it

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-07 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Oh, i just got a bit confuzed, I thought the read me told me that it returns a slot for later use. URL: https://forum.audiogames.net/post/604941/#p604941 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-06 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @87in order to get to slot, you do like s=player.pool.play3d('sound', x, y, z)and, i hate to tell people to use this without explaination. so, i will give you explainationwhen ever you call play3d, it will return a value.

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-06 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @86in order to get to slot, you do like s=player.pool.play3d('sound', x, y, z)and, i hate to tell people to use this without explaination. so, i will give you explainationwhen ever you call play3d, it will return a value.

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-06 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Hi all.So today i am facing a new problem:I am using a sound_manager to play a sound in 3d, and updating it also.So here is what i am doing:I say player.pool.play_3d("sounds/test.mp3", sound_x, sound_y, sound_z,

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-06 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Hi all.So today i am facing a new problem:I am using a sound_manager to play a sound in 3d, and updating it also.So here is what i am doing:I say player.pool.play_3d("sounds/test.mp3", sound_x, sound_y, sound_z,

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-06 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Yeah, it would be cool. thanx URL: https://forum.audiogames.net/post/604619/#p604619 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-05 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Yeah, I actually don't know why he used Kwargs. I might actually open a PR fixing that. You can give Python default values for variables, and AFAIK the code checks for the type before using them. Either way, I can

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-05 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @83, it confuzed me untill i saw it was kwargs...I am so use to every thing being propperties. URL: https://forum.audiogames.net/post/604466/#p604466 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-05 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Yup, that's **kwargs for you. URL: https://forum.audiogames.net/post/604463/#p604463 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-05 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 sorry for the tripple post, but i believe it would be the last for the night, but i fixed it by doing the following:get_tile_at(x=me.x,y=me.y,z=me.z) and it worked. URL: https://forum.audiogames.net/post/604451/#p604451

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-05 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Hi all, sorry for the double post, but i am facing another error, I am not sure what i am doing wrong here, since i am filling in all the propperties that the map class requires to get the tile of the player, here is the

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-05 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Hi all, sorry for the double post, but i am facing another error, I am not sure what i am doing wrong here, since i am filling in all the propperties that the map class requires to get the tile of the player, here is the

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-05 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Hi there, thanx a lot. I only realised that while i was eating, but thanx a lot URL: https://forum.audiogames.net/post/604447/#p604447 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-05 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 try using map.type_3d because as far as i remember, these variables are declared in map file where map class is written. so, use map.type_3d URL: https://forum.audiogames.net/post/604445/#p604445 --

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-05 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 try using map.typ_3d URL: https://forum.audiogames.net/post/604445/#p604445 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2021-01-05 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Hi all, i am not sure if i am using this map class the right way, but here is the error:NameError: name 'type_3d' is not defined                                                                                And here is

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-31 Thread AudioGames . net Forum — Developers room : GrannyCheeseWheel via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Oh damn, OK I'll dump the examples folder inside it. URL: https://forum.audiogames.net/post/603385/#p603385 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-31 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @75 you're technically not supposed to import packages outside your project scope like that... URL: https://forum.audiogames.net/post/603361/#p603361 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-31 Thread AudioGames . net Forum — Developers room : GrannyCheeseWheel via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 So I have a project in an example dir that is at the top level of the framework dir along with the git stuff and my virtual environment. Since I didn't want to clutter up the main  framework dir and since it says that you

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-26 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Hi,Try this.from framework import *window.initialize() URL: https://forum.audiogames.net/post/602206/#p602206 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-26 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Yeah, you only do framework.initialize(), what else? framework.framework.initialize() isn't very practical... URL: https://forum.audiogames.net/post/602075/#p602075 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-26 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @70use framework.initialize() URL: https://forum.audiogames.net/post/602070/#p602070 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-26 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 i guess because the framework thing does from something import *, so it does import everything inside of the main module to be fully accessable from there, Not sure though, But from what i understand and remember that it

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-26 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @69, thanks! I supossed so, but when I just import framework and use framework.window.initialize() I get this error:File "", line 2, in AttributeError: 'NoneType' object has no attribute 'initialize'It only works if I

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-25 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @68your completely right.i too use like that. do framework.window.initialize()like that. i too make framework.py to __init__.py and place my game in parent directory of framework folder and use it as package URL:

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-25 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Hey all,Loving framework so far. Good job, Mason, definitely I like this aproach.I have some issues, tough:If I am right, I should rename framework.py to __init__.py to use framework as a pakage.However, when I do it and

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-22 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @66Fair enough mate. I can understand that. I should probably have done that with Earwax, bearing in mind the massive API overhaul I'm currently persecuting haha.@65Submit an issue over on the Synthizer GitHub. I believe

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-22 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @64 because it's not meant for pypi yet IMO. I don't think I'll publish it anywhere big until it's stable enough and Synthizer is at 1.0 at least. URL: https://forum.audiogames.net/post/600995/#p600995 --

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-22 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 ok, The only thing that we mis for this to be like, The real lucia 2.0 is that synthizer supports loading from bytes stuff and then we load from lucia's packfile and also, Supporting .ogg because wav and flak and mp3 are

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-22 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @1Why don't you post this on PyPi? Instead of making these poor sods bugger about renaming and moving files about? URL: https://forum.audiogames.net/post/600954/#p600954 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-21 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @61make susre to rename framework.py to __init__.py and place your game scripts in parent directory of framework URL: https://forum.audiogames.net/post/600898/#p600898 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-21 Thread AudioGames . net Forum — Developers room : tunmi13 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Whenever I try to import framework, it throw's me an error from framework.py about a parent package. It's strange. URL: https://forum.audiogames.net/post/600719/#p600719 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-21 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @61 hi,you shouldnt make your scripts in the same folder as the sound_lib etc are, instead press backspace to go to the folder above it and make your script there, import framework normily and it should work URL:

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-21 Thread AudioGames . net Forum — Developers room : tunmi13 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Whenever I try to import framework, it thorws me an error from framework.py about a parent package. It's strange. URL: https://forum.audiogames.net/post/600719/#p600719 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-18 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @56how lucia's pack file work is load the sound from the pack as bytes like object and playing it through mem parameterbut synthizer don't support playing from bytes like object URL:

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-17 Thread AudioGames . net Forum — Developers room : tunmi13 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 I rmemeber seeing htis when Ty and I were working on InstraPlanet python rewrite (back in 2019) but never actually thought it was goign to come out. Nice work. URL: https://forum.audiogames.net/post/599636/#p599636

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-17 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Synthizer does not currently support loading from a packfile. URL: https://forum.audiogames.net/post/599547/#p599547 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-17 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @56, I don't think but maybe, Because you can't change the path where synthizer checks for files, Or something, But am not sure, Someone can correct me on this if i were wrong. URL:

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-17 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 hi,can the sound_manager and sound3d cooperate with lucia's packing object, i'd love to use it where ever I can for cleaner derectery URL: https://forum.audiogames.net/post/599541/#p599541 -- Audiogames-reflector

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-16 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @54 actually, I was wanting to do that but I always delay it because of school, thanks anyways URL: https://forum.audiogames.net/post/599333/#p599333 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-16 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @53Read the Synthizer Python tutorial. URL: https://forum.audiogames.net/post/599199/#p599199 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-16 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @52, thanks, the destince model worked but AttributeError: 'synthizer.Context' object has no attribute 'max_distance' URL: https://forum.audiogames.net/post/599173/#p599173 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-15 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Yes, you can set the distance model of the context.your_manager.context.distance_model=your_manager.context.distance_model.NAME_OF_MODEL_IN_ALL_CAPSDistance models can be found

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-14 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 yes, I remember camlorn saying that synthizer has a distance limit, Don't remember where though. URL: https://forum.audiogames.net/post/598726/#p598726 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-14 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @49, I believe this is a Synthizer issue. URL: https://forum.audiogames.net/post/598722/#p598722 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-14 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 this is a great module that i've been useing for some days, 1 small thing thoughwill volume changeing by distents ever find its way into here? because currently its kinda weerd, the sounds pans yes, but it stays at pritty

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-11 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Wow mason, i love the example game, it is damn cool. keep up the great work please! URL: https://forum.audiogames.net/post/597536/#p597536 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 How is it still broken? URL: https://forum.audiogames.net/post/597390/#p597390 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : ivan_soto via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Still broken URL: https://forum.audiogames.net/post/597380/#p597380 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 There we go, just pushed out a fixed version of Pong to the repo. URL: https://forum.audiogames.net/post/597368/#p597368 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @41 Oh, crap, I forgot about that. They seriously didn't fix that? Ug. OK, I'll fix it. URL: https://forum.audiogames.net/post/597365/#p597365 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Hi mohamed,Synthizer doesn't yet have the ability to load from memory. URL: https://forum.audiogames.net/post/597362/#p597362 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @41 yeah, It is, Just remove the - between the x and y and replace it with , and it will work.also, Is there a way to link synthizer path of checking with lucia's resourceFile? I mean the pack file, So we can really use

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @41 yeah, It is, Just remove the - between the x and y and replace it with , and it will work. URL: https://forum.audiogames.net/post/597358/#p597358 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : Charles via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 uh, Lucia's rotation class seems to be broken...  File "C:\Program Files\Python39\lib\site-packages\lucia\utils\rotation.py", line 168, in get_2d_distance    x = get_1d_distance(x1 - x2)TypeError: get_1d_distance()

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : Charles via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 uh, Lucia's rotation class seems to be broken...  File "C:\Program Files\Python39\lib\site-packages\lucia\utils\rotation.py", line 168, in get_2d_distance    x = get_1d_distance(x1 - x2)TypeError: get_1d_distance()

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Just added an example project to post 1. URL: https://forum.audiogames.net/post/597301/#p597301 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 Hi,To use reverb, you need to set the reverb to True, but only after you set the properties of the verb on manager.internal_reverb from the synthizer manual under fdn reverb.http://synthizer.github.ioAlso, just pushed a

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 so, hi, I have a question about reverb, how does it work, I get it that I use sound_manager.set_verb(integer, or is it a float? ), than I add verb=True when playing sounds, but that doesnt change anything, so

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @36 the thing is stored in c:\users\my user\projects\python\framework\, why does that need admin rights to be accessed is out of my knolige URL: https://forum.audiogames.net/post/597277/#p597277 --

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @36 the thing is stored in c:\users\my user\projects\python\framework\, why does that need admin rights to be accessed is out of my knolige URL: https://forum.audiogames.net/post/597278/#p597278 --

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : masonasons via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @33 I didn't need an elevated command prompt either. URL: https://forum.audiogames.net/post/597271/#p597271 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @32 sorry lol just had to copy the text, as i was in a hurry. URL: https://forum.audiogames.net/post/597238/#p597238 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @33, That's weird, Running under normal python exe works here, No need for admin command line, Maybe try restarting your computer? URL: https://forum.audiogames.net/post/597233/#p597233 -- Audiogames-reflector

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 that's ultra weerd, running it throo an elevated command prompt worked, but why does it need admin promition URL: https://forum.audiogames.net/post/597230/#p597230 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @30, Maybe try this? It's abit fucked up though, But it worksimport frameworkimport sysframework.lucia.initialize()framework.lucia.show_window("test")pool=framework.sound_manager()f2 = open("errors.log","a")sys.stderr =

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 @30, you appear to literally have the word "8 space " in front of it, thanks NVDA. Try removing that. URL: https://forum.audiogames.net/post/597229/#p597229 -- Audiogames-reflector mailing list

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : mohamed via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 yeah, I got that too but thought that it's me adding indentation, Lol.anyways, Works with me now, It's the first time for me to try synthizer and it's... Wow, Camlorn really made good job on doing it.and mason made a good

Re: Framework, my new set of tools for audiogame creation in python3

2020-12-10 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Framework, my new set of tools for audiogame creation in python3 I don't know why i am getting the error, maby it's the fact that i don't have the sound in the samfolder, i will give it a shot and let you all know if i managed... URL: https://forum.audiogames.net/post/597226/#p597226

  1   2   >