edexter's blog

vst instrument code generators

I have been playing around with building vst code generators and I also grabbed all the vst parameters so they can be edited in a spreadsheet. The blog doesn't seem to allow .zip files so I have them uploaded over here.

http://dexrowem.blogspot.com/2011/06/csound-vst-generater-pack.html

xinsound suggestion

It is very common for ide's for programming languages to have menu's that are definable, This is the feature I am waiting for because there are a number of utilities that are available (I could make a python version of freq to sco) outside the gui that would be helpful to have. I.E. read from a file that the user can change. It is probably outside the possibility for the editor but I think that there is a 2 controller (I forget the name) that if the highlighting routines where written from scratch would provide highlighting for the table numbers although it is best to use constants.

dex tracker .025 released now works somewhat on linux and windows

This is tested on artistx .07 I had opened the app1.py file in idle (I had to install idle) and then I ran the file. This would probily go alot faster if I had some help from someone who knows linux though. It requires csound and python of course. for windows it needs to be in the dex tracker directory and then you click on dex_tracter.bat

http://dextracker.blogspot.com/

ifn parser and tools 1.04

I have a 1.04 version up... I am sure it has bugs, what I have done is edit the list again and then created a new depreciated list. There are now three command line programs and maybe a good argument for a code editor with python embedded with the ability to add tools to the menu and control of the editing and output windows (including text color).... I am under the impression that there are deprecated commands on some of the instruments on the csound disk but I haven't checked yet..

new ifn locater (gives line numbers exc....)

I have bundeled this with the ifn parser. this will give you the line number and then the positions of ifn numbers. should be something that would be very useful with an csound editor.

http://www.ziddu.com/download/6671238/ifnparser3.zip.html

new ifn parser update

seems like it was picking up part of a word so it looks for the word and a space now.
will now be able to update the ifn number even if it is a variable defined earlier.
included freeware editor that can sort lines (requires java 1.6 or 6 I am not sure how they work).
I would like to know of any files that would break the program. uses python 2.5 you may need to take
out some print commands for python 3.0+

http://www.ziddu.com/download/6647189/ifnparser2.zip.html

steve yi wrote an very good article that is worth mentioning on this subject about style.

ifn parser updated (cross platform)

I fixed some pretty big errors that I found when I started working with nimrod (in the python code the nimrod code isn't ready yet..

http://www.ziddu.com/download/5354618/ifnparser.zip.html

tab editor for csound

I will avoid giving to many updates that will be on my blog. I found a tab editor with a free type license I could parse the output of. It looks like the sort of program that alot of programs could use because text based editing methods are popular in csound. I was able to do my first parse, on my to do list will be to flesh out the parser a little bit and move the old program into the new wx space.

http://dexrowem.blogspot.com/search?q=ride+tab+editor

some vista problems

I just now have dual core... :) I am hopeing for a huge increase in speed mostly because of the amount of memory involved and ya I can use sdl.. ... The installer doesn't like it :( that is probily not my biggest problem but it is worth noting.. I haven't checked to see if just copying the files over from my old computer will do the trick or not.. I seem to be missing the drivers that are used for dex tracker when I moved it to vista, seems that alot of the python installers are useless but most everything can be built from the code...

pycap drum machine or piano roll 1.0

This is a final 1.0 version i.e. final as in it works, it also shows some of the benifits and drawbacks of using the pycap game framework with python installed. It is realy nice to have a portable version of python that is small, doesn't need to be compiled, and works on machines where sdl will not work and doesn't depend on the version instaled prev on your machine. The drawbacks are you have to do all your graphics such as buttons exc, from scratch (until I realese a couple of togles, buttons exc, you don't have any available)..

Syndicate content