Skip to main content

Home/ topot_controller/ Group items matching "python" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
marcell mars

do kud sam dosao s testiranjem... - 12 views

pyliblo python bindinzi za liblo osc library super rade.. znaci dignem osc server i u ipythonu napravim poruku koju dobije i obradi python osc server.. tom istom python osc serveru saljem osc poru...

started by marcell mars on 21 Jul 07 no follow-up yet
mario matic

Plan ? - 14 views

ok sad mi je malo jasnije i mogu lakse razumijet svaku komponentu..ima se tu sta cackat...

marcell mars

pyssi - PYthon Signal Slot Implementation - 0 views

  •  
    PySSI is a simple signal-slot mechanism used to implement an observer design pattern as its name implies: PYthon Signal Slot Implementation.Heavily inspired by the signals/slots construct in the Qt framework and iin other similar frameworks, it correlates a base callable to a signal. This base callable's return value is then 'published' to all 'subscribers' i.e. all callables that are connected to the base callable's 'slots'.
marcell mars

Python: module powernap - 0 views

  • Pretty accurate-ish timing in python   python's time.sleep() is rather bad for accurate timing. It can sleep for less time than requested, if there's an interrupt. Or longer, depending on what the scheduler is up to.
marcell mars

Article:Accessing JSON-RPC with Python - Spike Developer Zone - 0 views

  •  
    remote procedure calls with python exchanging javascript objecst on the way.. hm.. testing description in diigo ;)
marcell mars

Adobe Flash Served by Python - 0 views

  • from SimpleXMLRPCServer import SimpleXMLRPCServer,SimpleXMLRPCRequestHandler class ExtendedXMLRPCRequestHandler(SimpleXMLRPCRequestHandler): def do_GET(self): #only allow a request for the crossdomain file #this can be changed to support GETs of any file if needed if self.path != '/crossdomain.xml': self.send_response(403) self.log_request(403) return #open the crossdomain file and read its contents f = file('crossdomain.xml', 'r') msg = f.read() f.close() #write the data to the socket along with valid HTTP headers res = 'HTTP/1.0 200 OK\r\nDate: %s\r\n\r\n%s' % \ (self.date_time_string(),msg) self.wfile.write(res) self.log_request(200) class EchoClass: def echo(self, data): return data #create an instance of the class s = EchoClass() #create the server on localhost server = SimpleXMLRPCServer(('', 8000), ExtendedXMLRPCRequestHandler) #register the instance as a web service server.register_instance(s) #start accepting requests server.serve_forever()
marcell mars

MidiWeb.org -> home - 0 views

  • The MidiWeb consists of a server/client framework using TCP/IP to connect, receive and send midi data. It allows users to connect unlimited midi devices either locally and/or over the internet and send realtime data to each other. Since MidiWeb uses a simple protocol and MidiWeb client applications are not limited to hardware midi devices. Any language that supports socket connections can be used to develop applications for it including Macromedia Flash. The MidiWeb project is released using the GNU GPL license. Also the MidiWebServer and MidiWebClient are written in Python and will run on most platforms. (e.g. Windows, Mac, Unix)
marcell mars

OcempGUI Manual - 0 views

  •  
    The event management system of OcempGUI uses a simple approach using signal slots. This means, that objects will register themselves only for specific event types, of which they want to be notified. Any other event will not be sent to them.This reduces the overhead of events the objects have to deal with (either by dropping or processing them) and improves the performance and scalability of the event management system (especially with many objects).
marcell mars

Twisted Documentation: Asynchronous Programming with Twisted - 0 views

  • This document is a introduction to the asynchronous programming model, and to Twisted's Deferred abstraction, which symbolises a 'promised' result and which can pass an eventual result to handler functions.
mario matic

john::pyJUCE - 0 views

  •  
    ovo se cini kao opako nabrijani i profesionalni framework.. meni jedini bed je da nema dokumentaciju iz koje bi mogao skuziti kako se koristi i cini mi se da je ipak windows/mac fokusirana... sto ti mislis?
  •  
    jako dobar framework.. istina dosta je win fokusiran i treba to moalo bolje pogledat koliko se dade portat. Znam da se vec prije godinu dana pricalo o Lin portu ali u medjuvremenu glavni softver je prodan velikoj kompaniji (Mackie) pa ne znam koliko ce stvar i hoce li razvijat dalje. dokumentacija nije losa, sta se tice c++ strane, python binding bi trebao biti semantički sličan.
  •  
    koliko sam ja vidio dokumentaciju to je onaj tip automatski generirane dokumentacije.. mene je tog frka.. vise volim primjere.. jebi ga.. los sam ;)
marcell mars

[SLUT] - 0 views

  • Slut is a programming framework for generative, synthetic, interactive, network-enabled graphics. Slut generates images from processes.
mario matic

Raw Material Software - Juce - 0 views

  • Audio driver classes provide an abstract audio device layer, which transparently supports ASIO, DirectSound, CoreAudio and ALSA devices.
    • mario matic
       
      hmm..ALSA ASIO :))
  • Midi Midi input/output support on Mac and PC Midi message wrapper classes make it easy to manipulate midi using a high-level programming interface Midi buffer classes for efficient collating and editing of midi streams Midi keyboard state objects will monitor a midi stream and provide information about the state of a virtual keyboard Classes for merging and re-timing midi input streams to synchronise with audio streams. Support for reading/writing standard midi format files.
    • mario matic
       
      MIDI .. gotovo sve sto treba .. ovo treba istestirat sto prije.. ..nema input/output na Linuxu .. ali zato bismo mogli korisiti nesto drugo .. glavno da su klase za manipulaciju MIDI podacima dobre.. Kako to da podrzava ALSU ali ne i MIDI hardwer?
    • marcell mars
       
      alsa je framework i za sound i za midi.. da bi podrzavao i jedno i drugo treba to raspisati... nadam se da su dobro odradili midi podrsku jer sam proveo par dana pokusavajuci prokljuviti pyseq tako da ne bi sad ulazio u nesto predugo a da recimo nema istu funkcionalnost... aj probaj vidjeti kakva je podrska za midi na linuxu pa da vidimo sto cemo.. takodjer da li je sve to expozano u python... pyseq je redom popisivao sto je alsa namijenila midiju... eto.. iako bi rado da mozemo uzeti taj framework jer onda mozemo ici u bilo kojem smjeru sa topotom.. ne samo kao midi kontroler...
marcell mars

Twisted Documentation: Deferred Reference - 0 views

  • This document is a guide to the behaviour of the twisted.internet.defer.Deferred object, and to various ways you can use them when they are returned by functions.
marcell mars

kupio sam gamepad - 15 views

http://www.logitech.com/index.cfm/gaming/pc_gaming/gamepads/devices/287&cl=us,en to je taj.. bezicni.. ima force feedback i klasika 2joysticka, d-pad i brdo gumbica... super mi radi na linuxu... ...

started by marcell mars on 01 Aug 07 no follow-up yet
1 - 18 of 18
Showing 20 items per page