[go: up one dir, main page]

Activity for Bristol Audio Synthesis

  • Alex Volkov Alex Volkov posted a comment on discussion Help

    I mean, those by "Vasiliy Basic". Some of them, like #50 sound quite similar to the examples at https://bristol.sourceforge.net/mini.html, but others, like many of "Drums", give nothing more than just a click instead, nothing like the example. I use debian-packaged version 0.60.11-3.1 with jack and it bugs me that it can be something wrong with my setup. On the other hand, those presets are quite old and maybe something has changed in the engine making them sounding different? Can anyone enlighten...

  • Florian Weimer Florian Weimer posted a comment on ticket #3

    Related to: https://fedoraproject.org/wiki/Changes/PortingToModernC https://fedoraproject.org/wiki/Toolchain/PortingToModernC

  • Florian Weimer Florian Weimer created ticket #3

    C99 compatibility fixes (implicit ints, implicit function declarations)

  • SAMUEL M LAPP SAMUEL M LAPP posted a comment on discussion Help

    I decided to start fresh by re-installing Rasberry Pi Os and qjackctl and bristol and tada, its working now with Scarlett 2i2 USB audio interface. Not sure what was wrong before.

  • SAMUEL M LAPP SAMUEL M LAPP posted a comment on discussion Help

    I installed Bristol on a Raspberry Pi 4B and installed qjackctl. I can start Bristol without any issues (for instance startBristol -mini -midi alsa). I can also start qjackctl & and connect a midi input to Bristol, and Bristol's outputs to system->playback_1 and system->playback_2 using theqjackctl Graph GUI. I am using the headphone jack on the RPi 4B. Once I make these connections, I can hear a little bit of audio when I play notes on the Bristol gui or with the midi controller. But, the audio...

  • Josh Cogliati Josh Cogliati created ticket #98

    Remove need for -fcommon

  • Jair-Rohm Wells Jair-Rohm Wells posted a comment on discussion Open Discussion

    Hi, Bristol is magnificent! I am able to connect Bristol audio using QjackCtrl. I cannot connect my iRig Keys. The Bristol MIDI input in the QjackCtrl graph is red and doesn't allow connection. What am i doing wrong? Thanks, J. Wells

  • Leonardo Oliveira Leonardo Oliveira posted a comment on discussion Help

    Hi Can you help me to solve this problem when running the command " startBristol -mini " error: leonardo@blackbird:/opt/bristol/bin$ startBristol -mini checking availability of TCP port 14365 /usr/local/bin/startBristol: 497: netstat: not found using port 14365 bristol: error while loading shared libraries: libbristolmidi.so.0: cannot open shared object file: No such file or directory brighton: error while loading shared libraries: libbristolmidi.so.0: cannot open shared object file: No such file...

  • Oliver Sampson Oliver Sampson posted a comment on discussion Open Discussion

    Oops. It looks like I should have posted this to "Help." Sorry 'bout that.

  • Oliver Sampson Oliver Sampson posted a comment on discussion Open Discussion

    Howdy, I'm trying to install Bristol on Fedora 32 and I'm getting some compile issues. Even though I have the alsa-lib-devel package installed, I'm getting this error: audioEngineJack.c:42:10: fatal error: alsa/iatomic.h: No such file or directory 42 | #include <alsa iatomic.h=""></alsa> It seems that the iatomic.h file has been removed in recent versions of alsa. See for example here: https://github.com/RTcmix/RTcmix/issues/22 Is there an easy fix for this? Thanks, Oliver

  • Mark Carson Mark Carson posted a comment on discussion Help

    Hi Sorry for late reply. Switched from RPI to Laptop running Ubuntu with success. Installed Bristol but still not sound Next ran startBristol -audio alsa -mini and heard sound from laptop speakers. Next to work out how to get sound from external miniminx speakers. Installed qjackctl but would not run. After some research found I first need to kill pulseaudio to run qjackctl. Connected Bristol to system in qjackctl selected minimix in setup and at last sound from external speakers. Next challenge...

  • dbtx dbtx posted a comment on discussion Help

    Are you trying to use ALSA directly? In any case, do you have a USB audio adapter? I ask because the last time I tried to run a synth on a Pi3B+, the builtin audio device was just about useless.

  • Mark Carson Mark Carson posted a comment on discussion Help

    HI dbtx Thank you for your reply. I did try installing Bristol using apt-get and it did install and run (used startBristol -mini if I remember correctly). It ran but no sound. Tried a few thing I found on the net to rectify the fault. Can't remember exactly what I did but without success. I plan to install a fresh copy of RPIs OS and try again. Do you know if there is a guide to connect the audio and midi? Will post how things go. Thanks again

  • dbtx dbtx posted a comment on discussion Help

    Hello, the Pi family's CPUs don't have SSE instructions, so that build of GCC naturally doesn't even have the options to indicate they should be used. You can try to remove those hardcoded optimization flags from bristol/Makefile.{in,am} possibly enabling auto-detection of the current CPU with -march=native. Here's a patch that does that, and I hope that GCC already complained about all the things it didn't like. Those flags also appear in libbristol/Makefile.{in,am} but the lines appear to be commented...

  • Mark Carson Mark Carson posted a comment on discussion Help

    Hi Trying to build Bristol on new install of raspberry pi3 Os version 2021-01-11-raspios-buster-armhf-full using bristol-0.60.11 source installed the following sudo apt-get install libjack0 sudo apt-get install libjack-dev ran ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking...

  • Alex Chigos Alex Chigos posted a comment on discussion Open Discussion

    I have an external USB JBL Audio Interface (IEC 958) that is the default output device. VLC, Audacity, Audacious all use the external device. When I startBristol, it shows that it is using Plug PCM: Hardware PCM card 0 'HDA Intel PCH' device 0 subdevice 0, which if I am not mistaken, is the built in audio, which I do not use or connect speakers to. How can I direct Bristol to use the JBL External Audio device?

  • Michel Rodriguez Michel Rodriguez created ticket #97

    chorus depth is difficult to set

  • Nick Copeland Nick Copeland posted a comment on discussion Help

    Middle-Mouse button on the GUI slider/pot you want to control, then move the BeatStep control and it should map up. Nick "at the end of the day its nil nil at half time???. Trevor Brooking From: rompelstilchen2 rompelstilchen2@users.sourceforge.net Sent: Tuesday, May 12, 2020 11:10 PM To: [bristol:discussion] 529492@discussion.bristol.p.re.sourceforge.net Subject: [bristol:discussion] midi mapping fo program CC ? hi, just love bristol emulator I use a breatstep pro to make it play, but how can I...

  • rompelstilchen2 rompelstilchen2 modified a comment on discussion Help

    hi, just love bristol emulator I use a breatstep pro to make it play, but how can I change CC's mapping in bristol? is there a config file ? some knobs change the controls of the emulated synth, some others do't do anything, I want to customize it sheers

  • rompelstilchen2 rompelstilchen2 posted a comment on discussion Help

    hi, just love bristol emulator I use a breatstep pro to make it play, but how can I change CC's mapping ? sheers

  • Bernd Mullet Bernd Mullet modified a comment on discussion Open Discussion

    I'd like to use "Bristol" with a DAW, not necessarily with a keyboard. But DAW comply with GM/GS standard and support 128 banks 128 patches per bank (0-based). Bristol uses somtimes linear 0 - 999 store-places (see DX7) linear without a bank. How can I reach patches/places higher than 127? e.g. by a ProgramChange? Regulary I use the MusE Sequenzer.

  • Bernd Mullet Bernd Mullet modified a comment on discussion Open Discussion

    I'd like to use "Bristol" with a DAW, not necessarily with a keyboard. But DAW comply with GM/GS standard and support 128 banks 128 patches per bank (0-based). Bristol uses somtimes linear 0 - 999 store-places (see DX7) linear without a bank. How can I reach patches/places higher than 127? e.g. by a ProgramChange?

  • Bernd Mullet Bernd Mullet modified a comment on discussion Open Discussion

    I'd like to use "Bristol" with a DAW, not necessarily with a keyboard. But DAW comply with GM/GS standard and support 128 banks 128 patches per bank (0-based). Bristol uses somtimes linear 0 - 999 store-places (see DX7) linear without a bank. How can I reach Patches higher than 127? e.g. by a ProgramChange?

  • Bernd Mullet Bernd Mullet modified a comment on discussion Open Discussion

    I'd like to use "Bristol" with a DAW, not necessarily with a keyboard. But DAW comply with GM/GS standard and support 128 banks 128 patches per bank (0-based). Bristol uses somtimes linear 0 - 999 store-places (see DX7) linear without a bank. How can I reach Patches over 127? e.g. by a ProgramChange?

  • Bernd Mullet Bernd Mullet posted a comment on discussion Open Discussion

    I'd like to use "Bristol" with a DAW, not necessarily with a keyboard. But DAW comply with GM/GS standard and support 128 banks 128 patches per bank (0-based). Bristol uses somtimes linear 0 - 999 store-places (see DX7) linear without a bank. How can I reach Patches 127? e.g. by a ProgramChange?

  • suppgrg suppgrg created ticket #47

    add notes about alsa dmix

  • Robin Spottiswoode Robin Spottiswoode modified a comment on discussion Help

    Hi, Has anyone had any success installing Bristol on a Raspberry Pi running Rasbian? Note: I'm using the x400 sound module: https://thepihut.com/products/expansion-shield-x400-for-raspberry-pi-b-2b-3b Here's the output from ./configure: and the error from make:

  • Robin Spottiswoode Robin Spottiswoode posted a comment on discussion Help

    Hi, Has anyone had any success installing Bristol on a Raspberry Pi running Rasbian? Note: I'm using the x400 sound module: https://thepihut.com/products/expansion-shield-x400-for-raspberry-pi-b-2b-3b Here's the output from ./configure: and the error from make:

  • Nick Copeland Nick Copeland posted a comment on discussion Help

    If you installed from source then remove it from the directory where built the code. Then install from the disti. "at the end of the day its nil nil at half time???. Trevor Brooking From: Alexandre Santos alsantos@users.sourceforge.net Sent: Monday, September 24, 2018 12:53 AM To: [bristol:discussion] Subject: [bristol:discussion] Re: trouble installing/running bristol Thanks for the replay How do I install jackd-lib-dev and asound2-dev? Or is it easier to reinstall it? trouble installing/running...

  • Alexandre Santos Alexandre Santos posted a comment on discussion Help

    Thanks for the replay How do I install jackd-lib-dev and asound2-dev? Or is it easier to reinstall it?

  • Nick Copeland Nick Copeland posted a comment on discussion Help

    Hi Alexandre It looks like your are missing the ALSA and Jack audio drivers. Did you install bristol from source, compiling it? Normally you would install from apt-get, that would be compiled with these drivers and you should get better results. If not then you need to install things like jackd-lib-dev and asound2-dev, then ./configure and 'make install. Regards, nick. "at the end of the day its nil nil at half time???. Trevor Brooking From: Alexandre Santos alsantos@users.sourceforge.net Sent: Sunday,...

  • Alexandre Santos Alexandre Santos posted a comment on discussion Help

    If anybody out there could help me out that would be awesome !

  • Alexandre Santos Alexandre Santos posted a comment on discussion Help

    list-sinks 2 sink(s) available. * index: 0 name: <alsa_output.usb-m-audio_fasttrack_pro-00.analog-stereo-a-output> driver: <module-alsa-card.c> flags: HARDWARE DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY state: SUSPENDED suspend cause: IDLE priority: 9049 volume: front-left: 99957 / 153% / 11,00 dB, front-right: 99957 / 153% / 11,00 dB balance 0,00 base volume: 65536 / 100% / 0,00 dB volume steps: 65537 muted: no current latency: 0,00 ms max request: 0 KiB max rewind: 0 KiB monitor source: 0 sample spec:...

  • Alexandre Santos Alexandre Santos posted a comment on discussion Help

    Hi there, I have the same problem but couldnt solve it just yet. I have installed Bistro according to HOWTO doc but it fails to run the application for some reason... Im runing a Ubuntu 18.04 distribution on a HP pavillion laptop. Im using a FastTrack Pro usb interface... Here is what I got when runnig startBristol -mini startBristol -mini checking availability of TCP port 37340 using port 37340 starting logging thread [@1537675514.20414] Copyright (c) by Nick Copeland nickycopeland@hotmail.com 1996,2012...

  • Justin Earnest Justin Earnest posted a comment on discussion Help

    Hello, I am trying to install bristol 0.60.11 and get a "not permitted" line when i try to compile. I am extremely new to using linux as this is the first item i've tried installing. I am following the step by step instructions on the bristol news page. I am using a Vmware player with ubanto 1104t. i wonder if this is the issue cause i do not have a total linux system. andy help or advice would be appreciated, thanks '

  • Benjamin Ludwig Benjamin Ludwig posted a comment on discussion Open Discussion

    Hi dear community and Nick Copeland. I bought the Bristol mini "moog" app for android a few days ago and it is great. The last days i tried to use it with my Akai mpk mini usb midi keyboard. other music apps works great with that keyboard. But not with the best app i think: your mini synth! Now i play with the thought to buy all the other 10 nick copeland apps because i think they are amazing. before that i need a profile which work with the synthesizers and the usb midi keyboard on Android. i tried...

  • Guillaume Vareille Guillaume Vareille modified a comment on discussion Help

    Hi, I am trying to use bristol 0.60.10 on an ibook ppc g3 clamshell running Debian 7 wheezy. startBristol -alsa successfully opens playback on the built-in soundcard; then it tries to open capture on it, but the card is playback only and bristol fails. Am I missing something ? I don't think I need capture, just playback.

  • Guillaume Vareille Guillaume Vareille posted a comment on discussion Help

    Hi, I am trying to use bristol 0.60.10 on an ibook ppc g3 clamshell. startBristol -alsa successfully opens playback on the built-in soundcard; then it tries to open capture on it, but the card is playback only and bristol fails. Am I missing something ? I don't think I need capture, just playback.

  • Div Slomin Div Slomin created ticket #2

    Raspberry Pi compatibility

  • Gary Palmer Gary Palmer posted a comment on discussion Help

    I realised I needed to send it on a different cc channel 0, my mistake. Continuous controllers 13-31 are generic.

  • Gary Palmer Gary Palmer modified a comment on discussion Help

    Hi Nick, Thanks for all of your hard work! I'm mapping pots to midi with python, and then midi learning them inside Bristol, This works fine, but I can only write to Midi channel0, it ignores packets from all other channels, is there any way Bristol/Brighton can read input from multiple midi channels? Cheers Gary

  • Gary Palmer Gary Palmer posted a comment on discussion Help

    Hi Nick, Thanks for all of your hard work! I'm mapping pots to midi with python, and then midi learning them inside Bristol, This works fine, but I can only write to Midi channel0, it ignores packets from all other channels, is there any way Brighton can read input from multiple midi channels? Cheers Gary

  • Andrew C Andrew C posted a comment on discussion Help

    Hello! Getting some issues with Bristol and Ubuntu Studio: Brighton doesn't display when connecting to JACK If I load Bristol with 'startBristol -jack -b3', the synth loads up fine in the console and connects successfully to JACK, but the GUI does not physically appear as a window. ubuntu-studio@ubuntu-studio:~$ startBristol -jack -b3 jackstats found -rate 44100 -count 1024 checking availability of TCP port 33541 using port 33541 starting logging thread [@1494593010.131520] Copyright (c) by Nick...

  • Andrew C Andrew C modified a comment on discussion Open Discussion

    It's been a while since I've touched Linux Audio. Real life does that haha. Looking forward to getting back into it :D Can't forget one of my favourite synth applications either! Thanks for the hard work you've done over the years, Nick.

  • Andrew C Andrew C posted a comment on discussion Open Discussion

    It's been a while since I've touched Linux Audio. Real life does that haha. Looking forward to getting back into it :D

  • Andrew C Andrew C posted a comment on discussion Help

    Hello! Getting some issues with Bristol and Ubuntu Studio: Possible pulseaudio/midi bug: Using 'startBristol -help' displays a blank man page and the console says: "brighton: error while loading shared libraries: libbristolmidi.so.0: cannot open shared object file: No such file or directory". Starting Bristol with 'startBristol -b3' and no other options gives the following output: brighton: error while loading shared libraries: libbristolmidi.so.0: cannot open shared object file: No such file or...

  • franz franz posted a comment on discussion Help

    Tried what you said, Nick, but, when I execute: startBristol -console -mini -audio...

  • Nick Copeland Nick Copeland posted a comment on discussion Help

    The start up process looks ok, you are starting the Jack daemon, it opens ALSA. If...

  • franz franz posted a comment on discussion Help

    Hi, all. Using Ubuntu 16.04 64 bit. Started Bristo with: "startBristol -mini" This...

  • Olivier HUMBERT Olivier HUMBERT posted a comment on discussion Help

    Hi all and first of all, thanks nick for bristol, awesome piece of vintage-like sounds...

  • Nick Copeland Nick Copeland posted a comment on discussion Open Discussion

    That is probably true: the datapath for CC mappings is actually to drive the GUI....

  • Pe Boer Pe Boer posted a comment on discussion Open Discussion

    I there a published mapping for default MIDI CC to parameter values? I built Bristol...

  • subito piano subito piano posted a comment on discussion Help

    Hi! Is it possible to control the Vox Continental's native vibrato with a keyboard...

  • Nick Copeland Nick Copeland posted a comment on discussion Help

    Not sure who manages that port. I deliver as is for Linux, supporting other BSD and...

  • Hans de Hartog Hans de Hartog posted a comment on discussion Help

    I installed the binary port (0.60.10_1) on freebsd 10.1 Connected a usb-midi keyboard...

  • Toralf Förster Toralf Förster created ticket #96

    Quality Assurance issue

  • Nick Copeland Nick Copeland posted a comment on discussion Open Discussion

    Bristol kind of works on Rpi. The main issue is that the audio HW is simplex - output...

  • Bill Fletcher Bill Fletcher posted a comment on discussion Open Discussion

    Did you get anywhere with running Bristol on Rpi/BBB? I was looking at building it...

  • Kyle Ivan Blake Kyle Ivan Blake posted a comment on discussion Open Discussion

    Has anyone tested running Bristol on a Raspberry Pi 2 or Beagleboard Black? I am...

  • Bristol Audio Synthesis Bristol Audio Synthesis released /OldFiles/bristol-0.40.0.tar.gz

  • Bristol Audio Synthesis Bristol Audio Synthesis released /OldFiles/bristol-0.9.1-src.tgz

  • Bristol Audio Synthesis Bristol Audio Synthesis released /OldFiles/bristol-0.40.2.tar.gz

  • Bristol Audio Synthesis Bristol Audio Synthesis released /OldFiles/bristol-0.9-src.tgz

  • Bristol Audio Synthesis Bristol Audio Synthesis released /OldFiles/bristol-0.40.1.tar.gz

  • Simon Hickinbotham Simon Hickinbotham posted a comment on discussion Help

    Hi Nick, I've had some success creating midi surfaces on the BME700 that I can subsequently...

  • Jean Schurger Jean Schurger posted a comment on discussion Help

    Le dimanche 06 juillet 2014 à 17:49 +0000, Nick Copeland a écrit : This mapping should...

  • Nick Copeland Nick Copeland posted a comment on discussion Help

    This mapping should be possible. I do with an M-Audio device too. The issue might...

  • Jean Schurger Jean Schurger posted a comment on discussion Help

    Hi, I would like to bind the buttons/faders/rotary_controllers of an M-Audio Keystation...

  • haraldm haraldm modified a comment on discussion Open Discussion

    Hi Nick, would be a great idea to do this directly from the GUI.... But I have some...

  • haraldm haraldm posted a comment on discussion Open Discussion

    Hi Nick, would be a great idea to do this directly from the GUI.... But I have some...

  • Nick Copeland Nick Copeland posted a comment on discussion Open Discussion

    Hi Harold, Agreed that is a good idea. It is not too difficult to exporta patch,...

  • haraldm haraldm posted a comment on discussion Open Discussion

    Hi, I would like to suggest to open a new way to exchange diverse patches of the...

1