Search found 15 matches

by zeffii
Sun Oct 29, 2017 1:27 pm
Forum: Users
Topic: utrk2 crashing buze 0.5.9 in wine
Replies: 5
Views: 3621

Re: utrk2 crashing buze 0.5.9 in wine

agreed, the latest buze (0.8.x) is very unlike the buze ( < 0.5.x) that was merely a clone of buzz. (but still with many handy additions) There are startup configurations of buze 0.8.x that behave essentially the same as 0.5.x by having default pattern configurations. That's the way I was using 0.8....
by zeffii
Sat Oct 28, 2017 8:28 pm
Forum: Users
Topic: utrk2 crashing buze 0.5.9 in wine
Replies: 5
Views: 3621

Re: utrk2 crashing buze 0.5.9 in wine

This is going to be a purely anecdotal response, because I never managed to track down a direct cause of this kind of crash in Buze with Utrk. I had to stop using buze purely because it would crash almost every song at one point. it gave me heartache. I think there's a utrk2 modified specifically fo...
by zeffii
Wed Jun 01, 2016 8:31 am
Forum: Devs
Topic: pyBLOK
Replies: 0
Views: 10342

pyBLOK

https://github.com/zeffii/pyBLOK Here's a small set of python functions to create BLOK patches (.blkx) programmatically. Conceptually similar in some ways to SuperCollider or Chuck, declaring a node tree via code has the potential to take some of the tedium from otherwise complex trees. At the same ...
by zeffii
Fri May 20, 2016 2:05 pm
Forum: Users
Topic: Pointer, cursor, caret. What are they called?
Replies: 4
Views: 4891

Re: Pointer, cursor, caret. What are they called?

In haste/lazyness i'll call a caret a cursor. A block/indicator in a text field is, by convention, called a caret. Caret seems to be a word that's not in the common vocabulary. An argument for the use of Cursor is that the cursor keys up/down/left/right are the keys that move the this screen object,...
by zeffii
Thu May 19, 2016 8:31 am
Forum: Users
Topic: Inserting Rows into Sequence Editor
Replies: 5
Views: 4275

Re: Inserting Rows into Sequence Editor

thanks Elekt!

maybe the manual can be updated..
- Buzz/Help/files/Sequencer Editor Keys.htm (doesn't mention it at all)
- Buzz/Help/files/Working with the Pattern List.htm (says it's spacebar)
by zeffii
Wed May 18, 2016 7:45 pm
Forum: Users
Topic: Inserting Rows into Sequence Editor
Replies: 5
Views: 4275

Re: Inserting Rows into Sequence Editor

Oskari, great thanks. I'm st00pid. Now I see them in the Help/files/Sequencer Editor Keys.htm

But spacebar no longer inserts the selected pattern from the pattern list? At least here it doesn't.
by zeffii
Wed May 18, 2016 5:47 pm
Forum: Presets and Templates
Topic: BLOK patches (also pre 2015)
Replies: 0
Views: 11014

BLOK patches (also pre 2015)

A couple of years ago I made many BLOK patches. All throughout the public development period. Some patches can be found here: https://github.com/zeffii/BLOK_patches here the github-page too (some kind of javascript interface to quickly find similar patches) http://zeffii.github.io/BLOK_patches/ Now ...
by zeffii
Wed May 18, 2016 8:58 am
Forum: Users
Topic: Inserting Rows into Sequence Editor
Replies: 5
Views: 4275

Inserting Rows into Sequence Editor

Often I'd like to insert time ( some multiple of 16 ticks for example) at a given tick. The natural shortcut would seem to be Insert (or shift+insert), but that only inserts into 1 track/column at a time. How does one insert time into All tracks simultaneously? This would avoid needing to do that fo...
by zeffii
Mon May 16, 2016 12:30 pm
Forum: Devs
Topic: Pattern XP mod
Replies: 352
Views: 323646

Re: Pattern XP mod

isn't that what PE ctrl+B does? no that's fine.
by zeffii
Mon May 16, 2016 8:32 am
Forum: Devs
Topic: Pattern XP mod
Replies: 352
Views: 323646

Re: Pattern XP mod

Thanks chahur, yeah those key combos work fine.

I understand if you think a direct shortcut is redundant / not worth the extra complication to implement. I'm starting to think you might be right.

I love this version of PatternXP :)
by zeffii
Sun May 15, 2016 10:06 am
Forum: Devs
Topic: Pattern XP mod
Replies: 352
Views: 323646

Re: Pattern XP mod

chahur :) I miss two common text editor functions from the Pattern Editor. I wonder if you would consider adding them. - Move row/selection - Duplicate + move row/selection Here's a quick demo: https://cloud.githubusercontent.com/assets/619340/15273270/698a6462-1a93-11e6-9ffc-d4153f99478d.gif The de...
by zeffii
Sun May 08, 2016 5:58 pm
Forum: Users
Topic: What's your favourite Buzzmachine secret gem?
Replies: 35
Views: 24320

Re: What's your favourite Buzzmachine secret gem?

The list on the first page seems to be linking to a dead page . So i'll take a pot shot. Zephod's Blok (2015) is amazing. - A Modular synth (or effect) - Low cpu usage - High configurability - 8 Assignable knobs - more than 4 voices - noteworthy modules: Simple Sampler, Advanced Envelope, Keytrack, ...
by zeffii
Tue May 03, 2016 9:29 am
Forum: Devs
Topic: Pattern XP mod
Replies: 352
Views: 323646

Re: Pattern XP mod

I see question 2 is already supported as a toolbar option, but not by a keyboard shortcut? that's OK for now :)

edit. mybad : ctrl+alt+ADD :) nice!!
by zeffii
Sat Apr 30, 2016 8:57 am
Forum: Users
Topic: PyBuzz and full python install
Replies: 4
Views: 4057

Re: PyBuzz and full python install

thanks for this post. can't wait to get some python into a buzz tune! Any chance this will work with my local py 3.x ?
by zeffii
Wed Apr 27, 2016 12:11 pm
Forum: Devs
Topic: Pattern XP mod
Replies: 352
Views: 323646

Re: Pattern XP mod

Neat mod to an already cool Buzz-feature! I've two questions: 1. is it possible to shift machine tracks [globals, tracks...] left and right? Right now the order seems determined by Name or Creation time of the machine. If I have [ Utrk trk1 trk2 ] [ FSM infector Globals, trk1, trk2, trk3] what if I ...