moiri / streamix-c

compiler for Streamix
GNU General Public License v2.0
0 stars 0 forks source link

Comments, ToDos and Ideas on Release v0.1.0 #12

Open moiri opened 8 years ago

moiri commented 8 years ago

As the title says. This refers to https://github.com/moiri/streamix-c/releases/tag/v0.1.0

moiri commented 8 years ago

All points in 'Memory Management' have been addressed in https://github.com/moiri/streamix-c/releases/tag/v0.1.0

moiri commented 8 years ago

Add keywords to graph, see 1b6d75144021f5ca7a38621c1f6fb6035d7e0458

moiri commented 7 years ago

A new operator ':' allows direct bypassing. Feedback loops are now possible on a single element (box or wrapper, not nets) by using the signature (in x, out x). Side ports are automatically decoupled at the output.